Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 648 Bytes

RunStepDeltaObject.md

File metadata and controls

24 lines (12 loc) · 648 Bytes

RunStepDeltaObject

Represents a run step delta i.e. any changed fields on a run step during streaming.

Properties

Name Type Description Notes
id String The identifier of the run step, which can be referenced in API endpoints.
_object ObjectEnum The object type, which is always `thread.run.step.delta`.
delta RunStepDeltaObjectDelta

Enum: ObjectEnum

Name Value
THREAD_RUN_STEP_DELTA "thread.run.step.delta"