feat: 提交热榜评论分析工具 MVP 基线

This commit is contained in:
meijiali
2026-07-03 11:12:12 +08:00
parent 0231be6338
commit 9bad7b6e63
60 changed files with 4058 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
只返回 JSON Array,不输出 Markdown 或解释性自然语言。
请原样回填输入中的 comment_id,不得修改或生成新 ID。
sentiment 只能是 positive、negative、neutral、unknown。
labels 使用 1 到 3 个简短中文短语;无法判断时 labels 可为空数组。
+3
View File
@@ -0,0 +1,3 @@
根据输入的情绪分布、Top 标签和典型评论,生成事实性中文总结。
只输出纯文本,不使用 Markdown,不超过指定字数。
总结失败时由后端使用默认文案兜底。