Auto-sync

This commit is contained in:
2026-04-15 07:37:53 +08:00
parent 1bce532898
commit f3569a835b
484 changed files with 0 additions and 18663 deletions

View File

@@ -1,18 +0,0 @@
---
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]] 使用提升能力