Files
slide/decks/gen2D/pages/prompt-agent.md
T

24 lines
719 B
Markdown
Raw Normal View History

# 提示词优化 Agent
Eino Chain 驱动的智能提示词生成
<v-clicks>
<Item title="① 风格合并">
`finalStyle = merge(projectStyle, taskStyle)` — 工程风格为基底,任务风格逐键覆盖。
</Item>
<Item title="② 三段式提示词组装">
**【主题】** 画面主体与场景 + **【风格】** 艺术风格与视觉特征 + **【技术】** 分辨率、格式等参数
</Item>
<Item title="③ LLM 优化 + 回退机制">
调用 Eino Chain 发给 DeepSeek 润色。无 API Key 自动回退模板,失败时注入重试上下文。
</Item>
</v-clicks>
<div class="flex justify-center mt-2">
<img src="../public/prompt-agent.svg" class="w-full max-h-[160px] object-contain" />
</div>