amz_review_analyse/voc_业务_2/报告LLM提示词.md
OnesvmWhoops cb6692c0c0 新增 voc_业务_2 报告流水线,并完善聚类与词频模块。
包含 Persona 锚定聚类、LLM 报告生成、方法论文档及 .gitignore 更新,便于在 Gitee 独立部署。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 17:12:39 +08:00

28 lines
1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# VOC 报告 LLM 提示词 · 说明索引
## 给谁用哪个文件?
| 角色 | 文件 | 做什么 |
|------|------|--------|
| **业务员** | **[提示词编辑稿.md](./提示词编辑稿.md)** | 改中文任务说明、硬性要求、示例(**只改这个**) |
| **技术同事** | [prompts.yaml](./prompts.yaml) | 把编辑稿内容同步进来,程序实际读取此文件 |
| **开发** | [prompt_loader.py](./prompt_loader.py) · [llm_analyzer.py](./llm_analyzer.py) | 一般不用动 |
## 工作流程
```
业务员修改 提示词编辑稿.md
↓
技术同事复制到 prompts.yaml 对应段落(见编辑稿末尾「同步清单」)
↓
运行 run_pipeline.py 或 build_report.py 生成报告
```
## 模型参数(config.yaml,非提示词正文)
- `report_model` / `report_reasoning_effort` / `report_max_tokens` — 报告 LLM 模型与思考深度
- `llm_max_workers` — 根因等并发数
## 不走 LLM 的报告内容
决策摘要、部分市场竞争文案由 `report_utils.py` 规则生成,不在提示词文件内。