Files
nexus/wiki/concepts/思维链引导.md

32 lines
647 B
Markdown
Raw 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.
---
id: chain-of-thought
title: "思维链引导"
type: concept
tags: [prompt-engineering, reasoning]
sources:
- "[[如何写出完美的Prompt]]"
last_updated: 2025-12-02
---
## Definition
思维链引导是一种提示词技术让AI逐步推理而非直接给出答案。
## Mechanism
通过在提示词中要求AI展示推理过程
- 先分析问题
- 再列出步骤
- 最后给出答案
## Benefits
- 提高AI推理准确性
- 减少幻觉发生
- 让用户理解决策过程
- 便于发现AI思维漏洞
## Connections
- [[Prompt能力]] ← uses ← [[思维链引导]]
- [[需求拆解]] ← extends ← [[思维链引导]]