Uses of Class
dev.langchain4j.service.tool.ToolExecution
Packages that use ToolExecution
-
Uses of ToolExecution in dev.langchain4j.service
Methods in dev.langchain4j.service that return types with arguments of type ToolExecutionMethod parameters in dev.langchain4j.service with type arguments of type ToolExecutionModifier and TypeMethodDescriptionAiServiceTokenStream.onToolExecuted
(Consumer<ToolExecution> toolExecutionHandler) TokenStream.onToolExecuted
(Consumer<ToolExecution> toolExecuteHandler) The provided consumer will be invoked if any tool is executed.Result.ResultBuilder.toolExecutions
(List<ToolExecution> toolExecutions) -
Uses of ToolExecution in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool that return ToolExecutionMethods in dev.langchain4j.service.tool that return types with arguments of type ToolExecutionModifier and TypeMethodDescriptionToolExecutionResult.toolExecutions()
Returns the value of thetoolExecutions
record component.Constructor parameters in dev.langchain4j.service.tool with type arguments of type ToolExecutionModifierConstructorDescriptionToolExecutionResult
(ChatResponse chatResponse, List<ToolExecution> toolExecutions, TokenUsage tokenUsageAccumulator) Creates an instance of aToolExecutionResult
record class.