AgentToolCallsToEnvironmentMessage

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

Constructors

Link copied to clipboard
constructor(runId: String, 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 runId: String

Unique identifier for the session.