class

OpenAI::RunStepDeltaObjectDelta

Inherits JSON::Serializable < Reference < Object

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

Constructors

new(step_details : RunStepDeltaObjectDeltaStepDetails | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

step_details

The details of the run step.

Source
step_details=(step_details : RunStepDeltaObjectDeltaStepDetails | Nil)

The details of the run step.

Source