ChatCompletionMessage

@SerialName(value = "assistant")
class ChatCompletionMessage(val content: String?, val reasoningContent: String? = null, val toolCalls: List<ToolCall>? = null) : AssistantMessage

Constructors

Link copied to clipboard
constructor(content: String?, reasoningContent: String? = null, toolCalls: List<ToolCall>? = null)

Properties

Link copied to clipboard
open override val content: String?
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val prefix: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val toolCalls: List<ToolCall>? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String