parent
bdf5254658
commit
25cb710281
1 changed files with 1 additions and 1 deletions
|
@ -169,4 +169,4 @@ class ChatCompletionRequestMessage(TypedDict):
|
||||||
role: Literal["assistant", "user", "system", "function"]
|
role: Literal["assistant", "user", "system", "function"]
|
||||||
content: Optional[str]
|
content: Optional[str]
|
||||||
name: NotRequired[str]
|
name: NotRequired[str]
|
||||||
funcion_call: NotRequired[ChatCompletionFunctionCall]
|
function_call: NotRequired[ChatCompletionFunctionCall]
|
||||||
|
|
Loading…
Reference in a new issue