Uses of Class
app.valuationcontrol.multimodule.library.helpers.openai.OpenAiServiceImplementation
Packages that use OpenAiServiceImplementation
Package
Description
-
Uses of OpenAiServiceImplementation in app.valuationcontrol.multimodule.library.helpers.openai
Methods in app.valuationcontrol.multimodule.library.helpers.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) -
Uses of OpenAiServiceImplementation in app.valuationcontrol.multimodule.library.powerpoint
Constructors in app.valuationcontrol.multimodule.library.powerpoint with parameters of type OpenAiServiceImplementationModifierConstructorDescriptionPresentationManager(Model model, CalculationData calculationData, OpenAiServiceImplementation openAiServiceImplementation)