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