5f99d2481a
- style-keys.md: add v-clicks to 3x2 grid for staggered animation - eino-graph.md: two-column layout (code left, Items right) - eino-deep-dive.md: two-column layout for both slides, code+Items side-by-side - async-deep-dive.md: two-column layout for both slides, SVG integrated - harness.md: two-column layout for slide 1 (code left, Items right) - request-journey.md: two-column layout for journey steps - data-model.md: add v-clicks to grid items, increase diagram height - architecture/pipeline/prompt-agent: increase SVG max-height for better visibility
24 lines
719 B
Markdown
24 lines
719 B
Markdown
# 提示词优化 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>
|