RunStepDeltaChunk interface
Represents a run step delta i.e. any changed fields on a run step during streaming.
Properties
delta | The delta containing the fields that have changed on the run step. |
id | The identifier of the run step, which can be referenced in API endpoints. |
object | The object type, which is always |
Property Details
delta
The delta containing the fields that have changed on the run step.
delta: RunStepDelta
Property Value
id
The identifier of the run step, which can be referenced in API endpoints.
id: string
Property Value
string
object
The object type, which is always thread.run.step.delta
.
object: "thread.run.step.delta"
Property Value
"thread.run.step.delta"