()
| 17 | let shouldMaintainWs = false; |
| 18 | |
| 19 | function hasConfiguredWebAuth() { |
| 20 | return Boolean( |
| 21 | state.config && (state.config.hasApiKey || state.config.oauthConnected) |
| 22 | ); |
| 23 | } |
| 24 | |
| 25 | export async function initChat() { |
| 26 | // Send button |
no outgoing calls
no test coverage detected