Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
109
class
FunctionResponse(BaseModel):
110
""
"Function response."
""
111
112
name: Optional[str] = None
113
arguments: Optional[str] = None
114
115
116
class
ToolCall(BaseModel):
Callers
2
chat_completions_impl
Function · 0.85
stream_results
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected