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

647 B
Raw Blame History

id, title, type, tags, sources, last_updated
id title type tags sources last_updated
chain-of-thought 思维链引导 concept
prompt-engineering
reasoning
如何写出完美的Prompt
2025-12-02

Definition

思维链引导是一种提示词技术让AI逐步推理而非直接给出答案。

Mechanism

通过在提示词中要求AI展示推理过程

  • 先分析问题
  • 再列出步骤
  • 最后给出答案

Benefits

  • 提高AI推理准确性
  • 减少幻觉发生
  • 让用户理解决策过程
  • 便于发现AI思维漏洞

Connections