Chat Delta
@Serializable
Generated chat message.
Constructors
Link copied to clipboard
constructor(role: ChatRole? = null, content: String? = null, reasoningContent: String? = null, functionCall: FunctionCall? = null, toolCalls: List<ToolCallChunk>? = null, toolCallId: ToolId? = null)
Properties
Link copied to clipboard
The name and arguments of a function that should be called, as generated by the model.
Link copied to clipboard
The reasoning content of the message.
Link copied to clipboard
Tool call ID.
Link copied to clipboard
The tool calls generated by the model, such as function calls.