Method: OpenAI::Model::Run#instructions

Defined in:
lib/openai/models/run.rb

#instructionsString (readonly)

Returns The instructions that the assistant used for this run.

Returns:

  • (String)

    The instructions that the assistant used for this run.



52
53
54
# File 'lib/openai/models/run.rb', line 52

def instructions
  @instructions
end