Files
pipecat/changelog/4352.changed.md
2026-04-22 12:23:33 -04:00

285 B

  • ToolsSchema(standard_tools=...) now accepts any Sequence[FunctionSchema | DirectFunction] rather than requiring an exact list of the union. Callers can pass a narrower list[FunctionSchema] (or any other Sequence) without the type checker complaining about list invariance.