Class QuarkusToolExecutor
java.lang.Object
io.quarkiverse.langchain4j.runtime.tool.QuarkusToolExecutor
- All Implemented Interfaces:
dev.langchain4j.service.tool.ToolExecutor
public class QuarkusToolExecutor
extends Object
implements dev.langchain4j.service.tool.ToolExecutor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondev.langchain4j.agent.tool.ReturnBehavior
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.langchain4j.service.tool.ToolExecutor
executeWithContext
-
Constructor Details
-
QuarkusToolExecutor
-
-
Method Details
-
returnBehavior
public dev.langchain4j.agent.tool.ReturnBehavior returnBehavior() -
execute
-