Uses of Interface
com.developer.nefarious.zjoule.plugin.chat.openai.IOpenAIClientHelper
-
Uses of IOpenAIClientHelper in com.developer.nefarious.zjoule.plugin.chat.openai
Modifier and TypeClassDescriptionclass
A helper class for theOpenAIClient
that provides utility methods for creating HTTP request bodies and converting responses from the OpenAI service.ModifierConstructorDescriptionOpenAIClient
(IAuthClient authClient, IMemoryMessageHistory memoryMessageHistory, IMemoryObject<String> memoryResourceGroup, IMemoryObject<Deployment> memoryDeployment, IOpenAIClientHelper openAIClientHelper) Constructs a newOpenAIClient
with the required dependencies.