Method: OpenApiOpenAIClient::RunObject#instructions

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

#instructionsObject

The instructions that the [assistant](/docs/api-reference/assistants) used for this run.



62
63
64
# File 'lib/openapi_openai/models/run_object.rb', line 62

def instructions
  @instructions
end