MCPcopy
hub / github.com/ModelTC/LightLLM / FunctionResponse

Class FunctionResponse

lightllm/server/api_models.py:109–113  ·  view source on GitHub ↗

Function response.

Source from the content-addressed store, hash-verified

107
108
109class FunctionResponse(BaseModel):
110 """Function response."""
111
112 name: Optional[str] = None
113 arguments: Optional[str] = None
114
115
116class ToolCall(BaseModel):

Callers 2

chat_completions_implFunction · 0.85
stream_resultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected