Uses of Class
com.bluebell.greenhouse.sol.client.openai.OpenAIIntegrationClient
Packages that use OpenAIIntegrationClient
Package
Description
Service layer for OpenAI-backed integrations.
-
Uses of OpenAIIntegrationClient in com.bluebell.greenhouse.sol.services.openai
Constructors in com.bluebell.greenhouse.sol.services.openai with parameters of type OpenAIIntegrationClientModifierConstructorDescriptionOpenAIIntegrationService(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.