Method: OpenApiOpenAIClient::AssistantObject#instructions

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

#instructionsObject

The system instructions that the assistant uses. The maximum length is 256,000 characters.



38
39
40
# File 'lib/openapi_openai/models/assistant_object.rb', line 38

def instructions
  @instructions
end