Method: OpenApiOpenAIClient::RunStepObject#run_id

Defined in:
lib/openapi_openai/models/run_step_object.rb

#run_idObject

The ID of the [run](/docs/api-reference/runs) that this run step is a part of.



35
36
37
# File 'lib/openapi_openai/models/run_step_object.rb', line 35

def run_id
  @run_id
end