Method: OpenApiOpenAIClient::RunStepObject#thread_id

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

#thread_idObject

The ID of the [thread](/docs/api-reference/threads) that was run.



32
33
34
# File 'lib/openapi_openai/models/run_step_object.rb', line 32

def thread_id
  @thread_id
end