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