Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zai-org/ChatGLM3
/ FunctionCallResponse
Class
FunctionCallResponse
openai_api_demo/api_server.py:95–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
95
class
FunctionCallResponse(BaseModel):
96
name: Optional[str] = None
97
arguments: Optional[str] = None
98
99
100
class
ChatMessage(BaseModel):
Callers
2
create_chat_completion
Function · 0.70
predict
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected