次の方法で共有


StreamingUpdate Class

Definition

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