整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -0,0 +1,31 @@
---
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 ← [[思维链引导]]