diff --git a/llama_cpp/llama_types.py b/llama_cpp/llama_types.py index 6ee7ef9..a64033e 100644 --- a/llama_cpp/llama_types.py +++ b/llama_cpp/llama_types.py @@ -169,4 +169,4 @@ class ChatCompletionRequestMessage(TypedDict): role: Literal["assistant", "user", "system", "function"] content: Optional[str] name: NotRequired[str] - funcion_call: NotRequired[ChatCompletionFunctionCall] + function_call: NotRequired[ChatCompletionFunctionCall]