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)