ToolCallFailedContext
data class ToolCallFailedContext(val runId: String, val toolCallId: String?, val tool: Tool<*, *>, val toolArgs: Any?, val throwable: Throwable) : ToolCallEventContext(source)
Represents the context provided to handle a failure during the execution of a tool.