Add changelog entries for #4352
This commit is contained in:
1
changelog/4352.changed.md
Normal file
1
changelog/4352.changed.md
Normal file
@@ -0,0 +1 @@
|
||||
- `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.
|
||||
Reference in New Issue
Block a user