Uses of Record Class
dev.langchain4j.service.tool.ToolService.CombinedToolResults
Packages that use ToolService.CombinedToolResults
-
Uses of ToolService.CombinedToolResults in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool that return types with arguments of type ToolService.CombinedToolResultsModifier and TypeMethodDescriptionToolService.combineToolResultsCollectingErrors(Map<ToolExecutionRequest, CompletableFuture<ToolExecutionResult>> futures) Combines a set of in-flight (possibly already-started) tool executions into a single future of their results, keyed and ordered by request.