Uses of Record Class
dev.langchain4j.service.tool.ToolExecutionResult
Packages that use ToolExecutionResult
-
Uses of ToolExecutionResult in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool that return ToolExecutionResultModifier and TypeMethodDescriptionToolService.executeInferenceAndToolsLoop
(ChatResponse chatResponse, ChatRequestParameters parameters, List<ChatMessage> messages, ChatLanguageModel chatModel, ChatMemory chatMemory, Object memoryId, Map<String, ToolExecutor> toolExecutors)