Uses of Class
com.viglet.turing.genai.tool.TurRagSearchToolService
Packages that use TurRagSearchToolService
-
Uses of TurRagSearchToolService in com.viglet.turing.api.llm.chat
Constructors in com.viglet.turing.api.llm.chat with parameters of type TurRagSearchToolServiceModifierConstructorDescriptionTurLLMChatAPI(TurLLMInstanceRepository turLLMInstanceRepository, TurGenAiLlmProviderFactory llmProviderFactory, TurSecretCryptoService turSecretCryptoService, TurWebCrawlerToolService webCrawlerToolService, TurWeatherToolService weatherToolService, TurFinanceToolService financeToolService, TurCodeInterpreterToolService codeInterpreterToolService, TurImageSearchToolService imageSearchToolService, TurDateTimeToolService dateTimeToolService, TurRagSearchToolService ragSearchToolService, TurLLMTokenUsageService tokenUsageService, TurToolDescriptionService toolDescriptionService)