Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIRequestResponse.Choice
Packages that use OpenAIRequestResponse.Choice
-
Uses of OpenAIRequestResponse.Choice in com.developer.nefarious.zjoule.plugin.chat.openai
Methods in com.developer.nefarious.zjoule.plugin.chat.openai that return types with arguments of type OpenAIRequestResponse.ChoiceModifier and TypeMethodDescriptionOpenAIRequestResponse.getChoices()
Retrieves the list of choices returned by the OpenAI API.Method parameters in com.developer.nefarious.zjoule.plugin.chat.openai with type arguments of type OpenAIRequestResponse.ChoiceModifier and TypeMethodDescriptionvoid
OpenAIRequestResponse.setChoices
(List<OpenAIRequestResponse.Choice> choices) Sets the list of choices returned by the OpenAI API.