Uses of Class
dev.langchain4j.service.tool.AiServiceTool
Packages that use AiServiceTool
-
Uses of AiServiceTool in dev.langchain4j.service
Method parameters in dev.langchain4j.service with type arguments of type AiServiceToolModifier and TypeMethodDescriptionAiServices.tools(List<AiServiceTool> tools) Configures the tools that the LLM can use. -
Uses of AiServiceTool in dev.langchain4j.service.tool
Methods in dev.langchain4j.service.tool that return AiServiceToolMethods in dev.langchain4j.service.tool that return types with arguments of type AiServiceToolModifier and TypeMethodDescriptionToolProviderResult.aiServiceTools()static List<AiServiceTool> Scans the given object for@Tool-annotated methods and returns a list ofAiServiceTools.Methods in dev.langchain4j.service.tool with parameters of type AiServiceToolMethod parameters in dev.langchain4j.service.tool with type arguments of type AiServiceToolModifier and TypeMethodDescriptionToolProviderResult.Builder.addAll(Collection<AiServiceTool> tools) voidToolService.tools(List<AiServiceTool> tools) Constructor parameters in dev.langchain4j.service.tool with type arguments of type AiServiceTool