Add copyable Ranker handoff text

This commit is contained in:
OpenClaw Bot
2026-05-27 14:58:29 +02:00
parent 8e6040e90c
commit e22cb30061
4 changed files with 57 additions and 2 deletions
+1
View File
@@ -215,6 +215,7 @@ function sourceCitation(data) {
}
function markdownBrief(data) {
if (data.handoff?.copyableText) return data.handoff.copyableText;
const brief = data.brief || {};
const glance = brief.quickGlance || {};
const ranked = data.ranked || [];