async getHistory()

in src/methods/chat-session.ts [67:70]


  async getHistory(): Promise<Content[]> {
    await this._sendPromise;
    return this._history;
  }