()
| 316 | } |
| 317 | |
| 318 | async function initializeConversation() { |
| 319 | const channelId = await ensureConversation(); |
| 320 | currentChannelId = channelId; |
| 321 | await loadConversationHistory(channelId); |
| 322 | } |
| 323 | |
| 324 | async function ensureConversation() { |
| 325 | const conversations = await listConversations(); |
no test coverage detected