Method: OpenApiOpenAIClient::RunObject#status

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

#statusObject

The status of the run, which can be either ‘queued`, `in_progress`, `requires_action`, `cancelling`, `cancelled`, `failed`, `completed`, or `expired`.



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

def status
  @status
end