Uses of Class
com.viglet.turing.genai.tool.TurToolDescriptionService
Packages that use TurToolDescriptionService
-
Uses of TurToolDescriptionService in com.viglet.turing.api.llm.chat
Constructors in com.viglet.turing.api.llm.chat with parameters of type TurToolDescriptionServiceModifierConstructorDescriptionTurLLMChatAPI(TurLLMInstanceRepository turLLMInstanceRepository, TurGenAiLlmProviderFactory llmProviderFactory, TurSecretCryptoService turSecretCryptoService, TurWebCrawlerToolService webCrawlerToolService, TurWeatherToolService weatherToolService, TurFinanceToolService financeToolService, TurCodeInterpreterToolService codeInterpreterToolService, TurImageSearchToolService imageSearchToolService, TurDateTimeToolService dateTimeToolService, TurRagSearchToolService ragSearchToolService, TurLLMTokenUsageService tokenUsageService, TurToolDescriptionService toolDescriptionService) -
Uses of TurToolDescriptionService in com.viglet.turing.genai.tool
Methods in com.viglet.turing.genai.tool with parameters of type TurToolDescriptionServiceModifier and TypeMethodDescriptionstatic org.springframework.ai.tool.ToolCallback[]TurToolDescriptionCallback.wrap(org.springframework.ai.tool.ToolCallback[] callbacks, TurToolDescriptionService descriptionService) Wraps an array of callbacks, replacing descriptions where .md files exist.