docs: 提示词优化链路图改为上下排布

This commit is contained in:
2026-05-25 11:39:21 +08:00
parent 97d9c7974c
commit af9d19d22f
+1 -1
View File
@@ -132,7 +132,7 @@ graph TD
### 提示词优化链路
```mermaid
graph LR
graph TD
A["用户输入<br/>标签 + 原始 Prompt + 素材类型"] --> B["formatMetaPrompt<br/>构建元提示词:角色设定 + 输出格式 + 用户输入"]
B --> C["llmRefine<br/>调用 OpenAI 兼容 Chat API<br/>支持 SSE 流式 / 非流式<br/>无 key 自动回退模板"]
C --> D["三段式规范提示词<br/>【主题】【风格】【技术】"]