Uses of Class
com.viglet.turing.genai.tool.TurMcpToolCallbackService
Packages that use TurMcpToolCallbackService
-
Uses of TurMcpToolCallbackService in com.viglet.turing.api.agent
Constructors in com.viglet.turing.api.agent with parameters of type TurMcpToolCallbackServiceModifierConstructorDescriptionTurAIAgentChatAPI(TurAIAgentRepository turAIAgentRepository, TurLLMInstanceRepository turLLMInstanceRepository, TurGenAiLlmProviderFactory llmProviderFactory, TurSecretCryptoService turSecretCryptoService, TurNativeToolService nativeToolService, TurMcpToolCallbackService mcpToolCallbackService, TurLLMTokenUsageService tokenUsageService) -
Uses of TurMcpToolCallbackService in com.viglet.turing.api.llm.chat
Constructors in com.viglet.turing.api.llm.chat with parameters of type TurMcpToolCallbackServiceModifierConstructorDescriptionTurLLMSemanticChatAPI(TurLLMInstanceRepository turLLMInstanceRepository, TurGenAiLlmProviderFactory llmProviderFactory, TurSecretCryptoService turSecretCryptoService, TurSemanticNavToolService semanticNavToolService, TurMcpToolCallbackService mcpToolCallbackService, TurLLMTokenUsageService tokenUsageService)