We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf5254 commit 25cb710Copy full SHA for 25cb710
llama_cpp/llama_types.py
@@ -169,4 +169,4 @@ class ChatCompletionRequestMessage(TypedDict):
169
role: Literal["assistant", "user", "system", "function"]
170
content: Optional[str]
171
name: NotRequired[str]
172
- funcion_call: NotRequired[ChatCompletionFunctionCall]
+ function_call: NotRequired[ChatCompletionFunctionCall]
0 commit comments