Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
class
FunctionCall(BaseModel):
68
id: str
69
type: Literal[
"function"
] =
"function"
70
function: Function
71
72
73
class
ImageURL(BaseModel):
Callers
1
create_chat_completion_response
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected