Method: OpenaiAssistant::Mapper::Assistant#id

Defined in:
lib/openai_assistant/mappers/assistant.rb

#idString

Returns The identifier, which can be referenced in API endpoints.

Returns:

  • (String)

    The identifier, which can be referenced in API endpoints.



9
10
11
# File 'lib/openai_assistant/mappers/assistant.rb', line 9

def id
  @id
end