Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
-
Uses of OpenAIRequestResponse.Choice in com.developer.nefarious.zjoule.plugin.chat.openai
Modifier and TypeMethodDescriptionOpenAIRequestResponse.getChoices()
Retrieves the list of choices returned by the OpenAI API.Modifier and TypeMethodDescriptionvoid
OpenAIRequestResponse.setChoices
(List<OpenAIRequestResponse.Choice> choices) Sets the list of choices returned by the OpenAI API.