class OpenAI::Assistants

def list

def list
  @client.get(path: "/assistants")
end