Uses of Class
com.bluebell.greenhouse.sol.translators.openai.OpenAIResponseTranslator
Packages that use OpenAIResponseTranslator
Package
Description
Service layer for OpenAI-backed integrations.
-
Uses of OpenAIResponseTranslator in com.bluebell.greenhouse.sol.services.openai
Constructors in com.bluebell.greenhouse.sol.services.openai with parameters of type OpenAIResponseTranslatorModifierConstructorDescriptionOpenAIIntegrationService(OpenAIIntegrationClient openAIIntegrationClient, OpenAIResponseTranslator openAIResponseTranslator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, io.github.cdimascio.dotenv.Dotenv dotenv) Creates a new integration service.OpenAIIntegrationService(OpenAIIntegrationClient openAIIntegrationClient, OpenAIResponseTranslator openAIResponseTranslator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String responsesUrl, String apiKey, String model) Creates a new integration service with explicit configuration values.OpenAIIntegrationService(OpenAIIntegrationClient openAIIntegrationClient, OpenAIResponseTranslator openAIResponseTranslator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, String responsesUrl, String apiKey, String model, boolean enabled) Creates a new integration service with explicit configuration values.