Interface ToolExecutor

All Known Implementing Classes:
DefaultToolExecutor, McpToolExecutor
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 ToolExecutor
A low-level executor/handler of a ToolExecutionRequest.
  • Method Details