MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / initializeConversation

Function initializeConversation

web/js/chat.js:318–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

initChatFunction · 0.85

Calls 2

ensureConversationFunction · 0.85
loadConversationHistoryFunction · 0.85

Tested by

no test coverage detected