class OpenAI::Client

def assistants

def assistants
  @assistants ||= OpenAI::Assistants.new(client: self)
end