Uses of Class
app.valuationcontrol.webservice.openai.OpenAiServiceImplementation
Packages that use OpenAiServiceImplementation
Package
Description
-
Uses of OpenAiServiceImplementation in app.valuationcontrol.webservice.model
Constructors in app.valuationcontrol.webservice.model with parameters of type OpenAiServiceImplementationModifierConstructorDescriptionModelController(ModelRepository modelRepository, VariableRepository variableRepository, XLHandleManager xlHandleManager, EntityService entityService, UserRepository userRepository, Events events, EninAPIService eninAPIService, OpenAiServiceImplementation openAiServiceImplementation) Initializes the model controller and establish link to database Creator function that ensures that the model is connected to a document -
Uses of OpenAiServiceImplementation in app.valuationcontrol.webservice.openai
Methods in app.valuationcontrol.webservice.openai with parameters of type OpenAiServiceImplementationModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNodeOpenAIHelperFunctions.doRequest(OpenAiServiceImplementation openAiServiceImplementation, List<com.theokanning.openai.completion.chat.ChatMessage> messages, com.theokanning.openai.service.FunctionExecutor functionExecutor, String functionName) Constructors in app.valuationcontrol.webservice.openai with parameters of type OpenAiServiceImplementationModifierConstructorDescriptionOpenAiController(XLHandleManager xlHandleManager, OpenAiServiceImplementation openAiServiceImplementation) -
Uses of OpenAiServiceImplementation in app.valuationcontrol.webservice.presentation
Constructors in app.valuationcontrol.webservice.presentation with parameters of type OpenAiServiceImplementationModifierConstructorDescriptionPresentationManager(Model model, CalculationData calculationData, OpenAiServiceImplementation openAiServiceImplementation)