RunStepDelta

@Serializable
data class RunStepDelta(val id: RunStepId, val object: String, val delta: RunStepDeltaData)

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

Constructors

Link copied to clipboard
constructor(id: RunStepId, object: String, delta: RunStepDeltaData)

Properties

Link copied to clipboard
@SerialName(value = "delta")
val delta: RunStepDeltaData

the delta containing the fields that have changed on the run step.

Link copied to clipboard
@SerialName(value = "id")
val id: RunStepId

the identifier of the run step, which can be referenced in API endpoints.

Link copied to clipboard
@SerialName(value = "object")
val object: String

the object type, which is always thread.run.step.delta.