StreamingUpdate 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 single item of streamed Assistants API data.
public abstract class StreamingUpdate
type StreamingUpdate = class
Public MustInherit Class StreamingUpdate
- Inheritance
-
StreamingUpdate
- Derived
Remarks
Please note that this is the abstract base type. To access data, downcast an instance of this type to an appropriate, derived update type:
For messages: MessageStatusUpdate, MessageContentUpdate
For runs and run steps: RunUpdate, RunStepUpdate, RunStepDetailsUpdate, RequiredActionUpdate
For threads: ThreadUpdate
Properties
UpdateKind |
A value indicating what type of event this update represents. |
Applies to
Azure SDK for .NET