(content: string)
| 481 | } |
| 482 | |
| 483 | #sendReply(content: string) { |
| 484 | this.service.sendMessage({role: ChatRole.User, content}); |
| 485 | } |
| 486 | |
| 487 | async #refreshToken(action: 'refresh' | 'login') { |
| 488 | try { |
nothing calls this directly
no test coverage detected