MessageContentUpdate 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.
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
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
Azure SDK for .NET