MCPcopy Create free account
hub / github.com/Yuan-Li-FNLP/R3-RAG / FunctionCall

Class FunctionCall

train/LLaMA-Factory/src/llamafactory/api/protocol.py:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67class FunctionCall(BaseModel):
68 id: str
69 type: Literal["function"] = "function"
70 function: Function
71
72
73class ImageURL(BaseModel):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected