Update website for v0.4.8 (#5812)

This commit is contained in:
Eric Zhu
2025-03-03 22:50:56 -08:00
committed by GitHub
parent e7b47700da
commit 83fb29edd4
3 changed files with 9 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ class FunctionExecutionResult(BaseModel):
"""The output of the function call."""
name: str
"""The name of the function that was called."""
"""(New in v0.4.8) The name of the function that was called."""
call_id: str
"""The ID of the function call. Note this ID may be empty for some models."""