次の方法で共有


MessageContentUpdate Class

Definition

Represents a streaming update to ThreadMessage content as part of the Assistants API.

public class MessageContentUpdate : Azure.AI.Projects.StreamingUpdate
type MessageContentUpdate = class
    inherit StreamingUpdate
Public Class MessageContentUpdate
Inherits StreamingUpdate
Inheritance
MessageContentUpdate

Remarks

Distinct MessageContentUpdate instances will be generated for each MessageContent part and each content subcomponent, such as TextAnnotationUpdate instances, even if this information arrived in the same response chunk.

Properties

ImageFileId
MessageId
MessageIndex

The index of the content part of the message.

Role
Text
TextAnnotation

An update to an annotation associated with a specific content item in the message's content items collection.

UpdateKind

A value indicating what type of event this update represents.

(Inherited from StreamingUpdate)

Applies to