Uses of Class
com.azure.ai.openai.models.ChatMessage
Packages that use ChatMessage
-
Uses of ChatMessage in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatMessageModifier and TypeMethodDescriptionChatChoice.getDelta()Get the delta property: The delta message content for a streaming response.ChatChoice.getMessage()Get the message property: The chat message for a given chat completions prompt.ChatMessage.setContent(String content) Set the content property: The text associated with this message payload.Methods in com.azure.ai.openai.models that return types with arguments of type ChatMessageModifier and TypeMethodDescriptionChatCompletionsOptions.getMessages()Get the messages property: The collection of context messages associated with this chat completions request.Constructor parameters in com.azure.ai.openai.models with type arguments of type ChatMessageModifierConstructorDescriptionChatCompletionsOptions(List<ChatMessage> messages) Creates an instance of ChatCompletionsOptions class.