Package ai.agentscentral.core.tool
Class DefaultToolCallExecutor<T>
java.lang.Object
ai.agentscentral.core.tool.DefaultToolCallExecutor<T>
- All Implemented Interfaces:
ToolCallExecutor<T>
DefaultToolExecutor
- Author:
- Rizwan Idrees
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultToolCallExecutor
public DefaultToolCallExecutor()
-
-
Method Details
-
execute
public ResultOrError<ToolCallResult,ToolCallExecutionError, executeT> (ToolCallInstruction instruction) - Specified by:
executein interfaceToolCallExecutor<T>
-