ToolMessage

@Serializable
@SerialName(value = "tool")
class ToolMessage(val content: String, val toolCallId: String) : ChatMessage

Constructors

Link copied to clipboard
constructor(content: String, toolCallId: String)

Properties

Link copied to clipboard
open override val content: String
Link copied to clipboard

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