ChatDelta
@Serializable
Generated chat message.
Constructors
Link copied to clipboard
constructor(role: ChatRole? = null, content: String? = null, functionCall: FunctionCall? = null, toolCalls: List<ToolCallChunk>? = null, toolCallId: ToolId? = null, reasoningContent: String? = 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
Additional reasoning content returned by reasoning-capable models.
Link copied to clipboard
Tool call ID.
Link copied to clipboard
The tool calls generated by the model, such as function calls.