class OpenAI::Client

def threads

def threads
  @threads ||= OpenAI::Threads.new(client: self)
end