Package com.developer.nefarious.zjoule.plugin.chat.openai
package com.developer.nefarious.zjoule.plugin.chat.openai
-
ClassDescriptionDefines helper methods for interacting with the OpenAI service.Represents a chat message exchanged with the OpenAI model.Implements the
IAIClient
interface for interacting with OpenAI-based models.A helper class for theOpenAIClient
that provides utility methods for creating HTTP request bodies and converting responses from the OpenAI service.Represents the request body for an OpenAI chat completion API call.Represents the response body from an OpenAI chat completion API request.Represents a single choice in the response from the OpenAI API.Represents the token usage details in the OpenAI API response.