A chat completion delta generated by streamed model responses.
Name | Type | Description | Notes |
---|---|---|---|
content | String | The contents of the chunk message. | [optional] |
functionCall | ChatCompletionStreamResponseDeltaFunctionCall | [optional] | |
toolCalls | List<ChatCompletionMessageToolCallChunk> | [optional] | |
role | RoleEnum | The role of the author of this message. | [optional] |
refusal | String | The refusal message generated by the model. | [optional] |
Name | Value |
---|---|
SYSTEM | "system" |
USER | "user" |
ASSISTANT | "assistant" |
TOOL | "tool" |