Share via


RunStepStreamEvent enum

Run step operation related streaming events

Fields

ThreadRunStepCancelled

Event sent when a run step is cancelled. The data of this event is of type RunStep

ThreadRunStepCompleted

Event sent when a run step is completed. The data of this event is of type RunStep

ThreadRunStepCreated

Event sent when a new thread run step is created. The data of this event is of type RunStep

ThreadRunStepDelta

Event sent when a run step is being streamed. The data of this event is of type RunStepDeltaChunk

ThreadRunStepExpired

Event sent when a run step is expired. The data of this event is of type RunStep

ThreadRunStepFailed

Event sent when a run step fails. The data of this event is of type RunStep

ThreadRunStepInProgress

Event sent when a run step moves to in_progress status. The data of this event is of type RunStep