init()

in Sources/GoogleAI/Chat.swift [24:27]


  init(model: GenerativeModel, history: [ModelContent]) {
    self.model = model
    self.history = history
  }