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