ToolCallContext
data class ToolCallContext(val runId: String, val toolCallId: String?, val tool: Tool<*, *>, val toolArgs: ToolArgs) : ToolEventHandlerContext(source)
Represents the context for handling a tool call event.
Represents the context for handling a tool call event.