ToolValidationErrorHandler

A functional interface to handle validation errors that occur during the execution or configuration of a tool. This interface provides a mechanism for processing or logging errors associated with tools and their arguments.

Functions

Link copied to clipboard
abstract suspend fun handle(eventContext: ToolValidationErrorContext)

Handles the tool validation error with the provided tool, arguments, and error message.