# frozen_string_literal: true module Openai class Assistant < Openai::Base VERSION = "0.6.0" end end