MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / chatIntroHtml

Function chatIntroHtml

deployments/desktop/static/desktop.js:4261–4270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4259 }
4260
4261 function chatIntroHtml() {
4262 return `
4263 <div class="message assistant">
4264 <div class="avatar">AI</div>
4265 <div class="bubble">
4266 <p>${escapeHtml(ui().chat.intro)}</p>
4267 </div>
4268 </div>
4269 `;
4270 }
4271
4272 function resetChatThread() {
4273 state.chatMessages = [];

Callers 1

resetChatThreadFunction · 0.85

Calls 2

uiFunction · 0.85
escapeHtmlFunction · 0.70

Tested by

no test coverage detected