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

Function routingLabel

deployments/desktop/static/desktop.js:4225–4227  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

4223 }
4224
4225 function routingLabel(reason) {
4226 return ui().chat.routing[reason] || reason || "";
4227 }
4228
4229 function renderAnswerMeta(data = {}, citations = []) {
4230 const wikiMode = data.retrieval_required !== false && data.mode !== "direct";

Callers 1

renderAnswerMetaFunction · 0.85

Calls 1

uiFunction · 0.85

Tested by

no test coverage detected