ToolValidationFailedContext
data class ToolValidationFailedContext(val runId: String, val toolCallId: String?, val tool: Tool<*, *>, val toolArgs: Any?, val error: String) : ToolCallEventContext(source)
Represents the context for handling validation errors that occur during the execution of a tool.