module GenAI class Language class GooglePalm def initialize(token:, options: {}) @token = token end end end end