ToolCallCompletedContext
data class ToolCallCompletedContext(val runId: String, val toolCallId: String?, val tool: Tool<*, *>, val toolArgs: Any?, val result: Any?) : ToolCallEventContext(source)
Represents the context used when handling the result of a tool call.