Package dev.langchain4j.agent.tool
Class DefaultToolExecutor
java.lang.Object
dev.langchain4j.agent.tool.DefaultToolExecutor
- All Implemented Interfaces:
ToolExecutor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultToolExecutor
-
-
Method Details
-
execute
public String execute(dev.langchain4j.agent.tool.ToolExecutionRequest toolExecutionRequest, Object memoryId) - Specified by:
execute
in interfaceToolExecutor
-