Uses of Class
com.developer.nefarious.zjoule.plugin.chat.openai.OpenAIChatMessage
Packages that use OpenAIChatMessage
-
Uses of OpenAIChatMessage in com.developer.nefarious.zjoule.plugin.chat.openai
Methods in com.developer.nefarious.zjoule.plugin.chat.openai that return OpenAIChatMessageModifier and TypeMethodDescriptionOpenAIClient.createMessage
(Role role, String userPrompt) Creates a chat message with the specified role and content.OpenAIRequestResponse.Choice.getMessage()
Retrieves the message generated by the OpenAI model for this choice.Methods in com.developer.nefarious.zjoule.plugin.chat.openai with parameters of type OpenAIChatMessageModifier and TypeMethodDescriptionvoid
OpenAIRequestResponse.Choice.setMessage
(OpenAIChatMessage message) Sets the message generated by the OpenAI model for this choice.