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.
Handler interface for tool call interceptors.
Implementations can wrap and modify tool calls.
-
Method Summary
-
Method Details
-
call
Execute a tool call request.- Parameters:
request- The tool call request- Returns:
- The tool call response
-