Files
nexus/wiki/concepts/SequentialThinking.md

19 lines
636 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.
---
title: "SequentialThinking"
type: concept
tags: [reasoning, ai-capability]
last_updated: 2026-04-14
---
## Aliases
- 序列化思考
- Sequential Thinking
- 步骤化推理
## Summary
Sequential Thinking 是一种优化大语言模型LLM逻辑推理过程的机制或工具。它通过将复杂的任务分步拆解并允许与外部服务例如通过 [[MCP]] 集成的新闻源)互相调用,从而显著提升 AI 在面对复杂环境时的思考深度和响应准确率。
## Key Connections
- [[SequentialThinking]] ← depends_on ← [[Agent模式]]
- [[SequentialThinking]] 配合 [[MCP]] 使用提升能力