Unverified Commit 42aedb02 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

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


Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: default avatarcicirori <32845984+cicirori@users.noreply.github.com>
parent 984730b7
...@@ -339,7 +339,7 @@ class FunctionResponse(BaseModel): ...@@ -339,7 +339,7 @@ class FunctionResponse(BaseModel):
"""Function response.""" """Function response."""
name: Optional[str] = None name: Optional[str] = None
arguments: Optional[str] = None arguments: Optional[str | Dict[str, Any]] = None
class ToolCall(BaseModel): class ToolCall(BaseModel):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment