Class QuarkusToolExecutor

java.lang.Object
io.quarkiverse.langchain4j.runtime.tool.QuarkusToolExecutor
All Implemented Interfaces:
dev.langchain4j.agent.tool.ToolExecutor

public class QuarkusToolExecutor extends Object implements dev.langchain4j.agent.tool.ToolExecutor
  • Constructor Details

  • Method Details

    • execute

      public String execute(dev.langchain4j.agent.tool.ToolExecutionRequest toolExecutionRequest, Object memoryId)
      Specified by:
      execute in interface dev.langchain4j.agent.tool.ToolExecutor