Add changelog entries for #4352

This commit is contained in:
Mark Backman
2026-04-22 12:23:33 -04:00
parent b0962861c8
commit 4f6e76e6fd
3 changed files with 3 additions and 0 deletions

View 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.