[Auto Sync] Update protocol.py (20250923) (#10820)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: cicirori <32845984+cicirori@users.noreply.github.com>
This commit is contained in:
Yineng Zhang
2025-09-23 12:49:56 -07:00
committed by GitHub
parent 984730b732
commit 42aedb02af

View File

@@ -339,7 +339,7 @@ class FunctionResponse(BaseModel):
"""Function response."""
name: Optional[str] = None
arguments: Optional[str] = None
arguments: Optional[str | Dict[str, Any]] = None
class ToolCall(BaseModel):