ToolCall

@Serializable
sealed interface ToolCall

Details of the tool call.

Inheritors

Types

Link copied to clipboard
@Serializable
@SerialName(value = "function")
data class Function(val id: ToolId, val function: FunctionCall) : ToolCall

Tool call.