Add copyable Ranker handoff text
This commit is contained in:
@@ -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 || [];
|
||||
|
||||
Reference in New Issue
Block a user