Method: OpenApiOpenAIClient::RunObjectIncompleteDetails#reason
- Defined in:
- lib/openapi_openai/models/run_object_incomplete_details.rb
#reason ⇒ Object
The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.
20 21 22 |
# File 'lib/openapi_openai/models/run_object_incomplete_details.rb', line 20 def reason @reason end |