Scrypted Documentation / ChatCompletionChunk / Choice / Delta
Interface: Delta
A chat completion delta generated by streamed model responses.
Properties
content?
optionalcontent:null|string
The contents of the chunk message.
function_call?
optionalfunction_call:FunctionCall
Deprecated
Deprecated and replaced by tool_calls. The name and arguments of a function that should be called, as generated by the model.
refusal?
optionalrefusal:null|string
The refusal message generated by the model.
role?
optionalrole:"user"|"system"|"assistant"|"developer"|"tool"
The role of the author of this message.
tool_calls?
optionaltool_calls:ToolCall[]
