Uses of Interface
dev.langchain4j.service.tool.ToolExecutor
-
Uses of ToolExecutor in dev.langchain4j.service
Modifier and TypeMethodDescriptionAiServices.tools
(Map<ToolSpecification, ToolExecutor> tools) Configures the tools that the LLM can use.ModifierConstructorDescriptionAiServiceTokenStream
(List<ChatMessage> messages, List<ToolSpecification> toolSpecifications, Map<String, ToolExecutor> toolExecutors, List<Content> retrievedContents, AiServiceContext context, Object memoryId) -
Uses of ToolExecutor in dev.langchain4j.service.tool
Modifier and TypeMethodDescriptionToolProviderResult.Builder.add
(ToolSpecification tool, ToolExecutor executor) Modifier and TypeMethodDescriptionToolProviderResult.Builder.addAll
(Map<ToolSpecification, ToolExecutor> tools)