8000
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 38fbd29 commit 4192210Copy full SHA for 4192210
llama_cpp/llama_types.py
@@ -214,7 +214,7 @@ class ChatCompletionRequestAssistantMessageFunctionCall(TypedDict):
214
215
class ChatCompletionRequestAssistantMessage(TypedDict):
216
role: Literal["assistant"]
217
- content: Optional[str]
+ content: NotRequired[str]
218
tool_calls: NotRequired[ChatCompletionMessageToolCalls]
219
function_call: NotRequired[
220
ChatCompletionRequestAssistantMessageFunctionCall
0 commit comments