285 B
285 B
ToolsSchema(standard_tools=...)now accepts anySequence[FunctionSchema | DirectFunction]rather than requiring an exactlistof the union. Callers can pass a narrowerlist[FunctionSchema](or any otherSequence) without the type checker complaining about list invariance.