Method: OpenAI::Model::Run#instructions
- Defined in:
- lib/openai/models/run.rb
#instructions ⇒ String (readonly)
Returns The instructions that the assistant used for this run.
52 53 54 |
# File 'lib/openai/models/run.rb', line 52 def instructions @instructions end |