MCPcopy
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
95class FunctionCallResponse(BaseModel):
96 name: Optional[str] = None
97 arguments: Optional[str] = None
98
99
100class ChatMessage(BaseModel):

Callers 2

create_chat_completionFunction · 0.70
predictFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected