AgentToolCallsToEnvironmentMessage

@Serializable
@SerialName(value = "ACTION_MULTIPLE")
data class AgentToolCallsToEnvironmentMessage(val sessionUuid: Uuid, val content: List<AgentToolCallToEnvironmentContent>) : AgentToolCallToEnvironmentMessage(source)

Represents a message sent from the server to the environment to perform multiple tool calls.

Constructors

Link copied to clipboard
constructor(sessionUuid: Uuid, content: List<AgentToolCallToEnvironmentContent>)

Properties

Link copied to clipboard

List of individual tool call requests, each containing details about the agent, tool name, arguments, and an optional tool call identifier.

Link copied to clipboard
open override val sessionUuid: Uuid

Unique identifier for the session.