ChatResponseMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A representation of a chat message as received in a response.
public class ChatResponseMessage : System.ClientModel.Primitives.IJsonModel<Azure.AI.Inference.ChatResponseMessage>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Inference.ChatResponseMessage>
type ChatResponseMessage = class
interface IJsonModel<ChatResponseMessage>
interface IPersistableModel<ChatResponseMessage>
Public Class ChatResponseMessage
Implements IJsonModel(Of ChatResponseMessage), IPersistableModel(Of ChatResponseMessage)
- Inheritance
-
ChatResponseMessage
- Implements
Properties
Content |
The content of the message. |
Role |
The chat role associated with the message. |
ToolCalls |
The tool calls that must be resolved and have their outputs appended to subsequent input messages for the chat completions request to resolve as configured. |
Explicit Interface Implementations
IJsonModel<ChatResponseMessage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ChatResponseMessage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ChatResponseMessage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ChatResponseMessage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ChatResponseMessage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET