Skip to content

Commit 25cb710

Browse files
authored
Update llama_types.py (#849)
Minor typo fix, funcion -> function
1 parent bdf5254 commit 25cb710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ class ChatCompletionRequestMessage(TypedDict):
169169
role: Literal["assistant", "user", "system", "function"]
170170
content: Optional[str]
171171
name: NotRequired[str]
172-
funcion_call: NotRequired[ChatCompletionFunctionCall]
172+
function_call: NotRequired[ChatCompletionFunctionCall]

0 commit comments

Comments
 (0)