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