Uses of Class
com.azure.ai.openai.models.ChatRequestMessage
Packages that use ChatRequestMessage
-
Uses of ChatRequestMessage in com.azure.ai.openai.models
Subclasses of ChatRequestMessage in com.azure.ai.openai.modelsModifier and TypeClassDescriptionfinal classA request chat message representing response or action from the assistant.final classA request chat message representing requested output from a configured function.final classA request chat message containing system instructions that influence how the model will generate a chat completions response.final classA request chat message representing requested output from a configured tool.final classA request chat message representing user input to the assistant.Methods in com.azure.ai.openai.models that return ChatRequestMessageModifier and TypeMethodDescriptionstatic ChatRequestMessageChatRequestMessage.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatRequestMessage from the JsonReader.Methods in com.azure.ai.openai.models that return types with arguments of type ChatRequestMessageModifier 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 ChatRequestMessageModifierConstructorDescriptionChatCompletionsOptions(List<ChatRequestMessage> messages) Creates an instance of ChatCompletionsOptions class.