Uses of Enum Class
io.quarkiverse.langchain4j.runtime.tool.ToolMethodCreateInfo.ExecutionModel
Packages that use ToolMethodCreateInfo.ExecutionModel
-
Uses of ToolMethodCreateInfo.ExecutionModel in io.quarkiverse.langchain4j.runtime.tool
Subclasses with type arguments of type ToolMethodCreateInfo.ExecutionModel in io.quarkiverse.langchain4j.runtime.toolMethods in io.quarkiverse.langchain4j.runtime.tool that return ToolMethodCreateInfo.ExecutionModelModifier and TypeMethodDescriptionQuarkusToolExecutor.Context.executionModel()
Returns the value of theexecutionModel
record component.ToolMethodCreateInfo.executionModel()
Returns the value of theexecutionModel
record component.Returns the enum constant of this class with the specified name.static ToolMethodCreateInfo.ExecutionModel[]
ToolMethodCreateInfo.ExecutionModel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkiverse.langchain4j.runtime.tool with parameters of type ToolMethodCreateInfo.ExecutionModelModifierConstructorDescriptionContext
(Object tool, String toolInvokerName, String methodName, String argumentMapperClassName, ToolMethodCreateInfo.ExecutionModel executionModel) Creates an instance of aContext
record class.ToolMethodCreateInfo
(String methodName, String invokerClassName, dev.langchain4j.agent.tool.ToolSpecification toolSpecification, String argumentMapperClassName, ToolMethodCreateInfo.ExecutionModel executionModel) Creates an instance of aToolMethodCreateInfo
record class.