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

Function enableInput

web/js/chat.js:732–738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730}
731
732function enableInput() {
733 const sendBtn = document.getElementById("send-btn");
734 if (sendBtn) sendBtn.disabled = false;
735 pendingSendFileCalls.clear();
736 anonymousSendFileCalls.length = 0;
737 currentAssistantMsg = null;
738}
739
740function appendMessage(role, text, toolCalls = []) {
741 const messages = document.getElementById("messages");

Callers 3

getOrCreateWsFunction · 0.85
handleErrorFunction · 0.85
handleDoneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected