Interface ToolCallHandler

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ToolCallHandler
Handler interface for tool call interceptors. Implementations can wrap and modify tool calls.
  • Method Details

    • call

      Execute a tool call request.
      Parameters:
      request - The tool call request
      Returns:
      The tool call response