EnvironmentToolResultToAgentContent

Content of tool call result messages sent to the agent.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract override val agentId: String

Identifier for the agent receiving the message.

Link copied to clipboard
abstract override val message: String

Tool output

Link copied to clipboard
abstract val toolCallId: String?

Identifier for a specific tool call, used to correlate results when invoking multiple tools simultaneously.

Link copied to clipboard
abstract val toolName: String

The name of the tool associated with the current execution or message.

Functions

Link copied to clipboard

Converts an instance of AIAgentEnvironmentToolResultToAgentContent to a ReceivedToolResult.