Method: OpenApiOpenAIClient::MessageObject#run_id
- Defined in:
- lib/openapi_openai/models/message_object.rb
#run_id ⇒ Object
The ID of the [run](/docs/api-reference/runs) associated with the creation of this message. Value is ‘null` when messages are created manually using the create message or create thread endpoints.
52 53 54 |
# File 'lib/openapi_openai/models/message_object.rb', line 52 def run_id @run_id end |