StreamingChatResponseMessageUpdate Class

Definition

A representation of a chat message update as received in a streaming response.

public class StreamingChatResponseMessageUpdate : System.ClientModel.Primitives.IJsonModel<Azure.AI.Inference.StreamingChatResponseMessageUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Inference.StreamingChatResponseMessageUpdate>
type StreamingChatResponseMessageUpdate = class
    interface IJsonModel<StreamingChatResponseMessageUpdate>
    interface IPersistableModel<StreamingChatResponseMessageUpdate>
Public Class StreamingChatResponseMessageUpdate
Implements IJsonModel(Of StreamingChatResponseMessageUpdate), IPersistableModel(Of StreamingChatResponseMessageUpdate)
Inheritance
StreamingChatResponseMessageUpdate
Implements

Properties

Content

The content of the message.

Role

The chat role associated with the message. If present, should always be 'assistant'.

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<StreamingChatResponseMessageUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StreamingChatResponseMessageUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingChatResponseMessageUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingChatResponseMessageUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StreamingChatResponseMessageUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to