ToolCallEventContext

Properties

Link copied to clipboard
abstract val context: AIAgentContext

context The agent context associated with the tool call;

Link copied to clipboard
abstract val eventId: String

The unique identifier for the event.

Link copied to clipboard

Represents the specific type of event handled within the event handler context, categorizing the nature of agent-related or strategy-related events.

Link copied to clipboard

Holds execution-specific context information to support observability and tracing during the lifecycle of an agent.

Link copied to clipboard
abstract val runId: String

runId The unique identifier for this tool call session;

Link copied to clipboard
abstract val toolArgs: JSONObject

toolArgs The arguments provided for the tool execution, adhering to the tool's expected input structure.

Link copied to clipboard
abstract val toolCallId: String?

toolCallId The unique identifier for this tool call;

Link copied to clipboard
abstract val toolDescription: String?

toolDescription A description of the tool being executed;

Link copied to clipboard
abstract val toolName: String

toolName The tool name that is being executed;