MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / ChatCompletionFunctionCall

Class ChatCompletionFunctionCall

examples/server/server.py:2687–2694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2685
2686
2687class ChatCompletionFunctionCall(BaseModel):
2688 model_config = ConfigDict(
2689 extra="allow",
2690 json_schema_extra=omit_additional_properties,
2691 )
2692
2693 name: str
2694 arguments: Optional[str] = None
2695
2696
2697class ChatCompletionToolCall(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…