fix: remove raw content path from ai recommendation UI
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
This commit is contained in:
@@ -799,8 +799,6 @@
|
||||
webContext += `${i+1}. ${r.title}: ${r.description}\n`;
|
||||
});
|
||||
}
|
||||
} else if (searchData.data.raw_content) {
|
||||
webContext = `\n\n【外部訊號】\n${searchData.data.raw_content.substring(0, 500)}`;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -922,7 +920,7 @@
|
||||
});
|
||||
html += `</div></div>`;
|
||||
}
|
||||
} else if (data.raw_content) {
|
||||
} else {
|
||||
html += `<div class="alert alert-warning py-2 mb-0">
|
||||
<i class="fas fa-triangle-exclamation me-1"></i>
|
||||
商品判斷尚未整理成可執行摘要;請重新判斷或先補商品名稱與賣場線索。
|
||||
|
||||
Reference in New Issue
Block a user