(session: Session)
| 109 | } |
| 110 | |
| 111 | setSession(session: Session): void { |
| 112 | this.currentSession = session; |
| 113 | this.syncUsageFromSession(); |
| 114 | } |
| 115 | |
| 116 | updateHistory(history: ChatHistoryItem[]): void { |
| 117 | const session = this.getCurrentSession(); |
no test coverage detected