Skip to content

Commit f091509

Browse files
authored
doc: Move Conversation History tutorial from Tools to Build AI Programs (#8531) (#8542)
1 parent 2a4e7a0 commit f091509

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/docs/tutorials/build_ai_program/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This section contains hands-on tutorials that guide you through building product
44

55
## Core Applications
66

7+
### [Managing Conversation History](../conversation_history/index.md)
8+
Learn how to manage conversation history in DSPy applications.
9+
710
### [Building AI Agents with DSPy](../customer_service_agent/index.ipynb)
811
Learn to create intelligent agents that can handle complex customer service scenarios. This tutorial shows how to build agents that can understand context, maintain conversation state, and provide helpful responses.
912

docs/docs/tutorials/core_development/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ This section covers essential DSPy features and best practices for professional
44

55
## Integration and Tooling
66

7-
### [Managing Conversation History](../conversation_history/index.md)
8-
Learn how to manage conversation history in DSPy applications.
9-
107
### [Use MCP in DSPy](../mcp/index.md)
118
Learn to integrate Model Context Protocol (MCP) with DSPy applications. This tutorial shows how to leverage MCP for enhanced context management and more sophisticated AI interactions.
129

docs/docs/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
1313

1414

1515
- Build AI Programs with DSPy
16+
- [Managing Conversation History](conversation_history/index.md)
1617
- [Building AI Agents with DSPy](customer_service_agent/index.ipynb)
1718
- [Building AI Applications by Customizing DSPy Modules](custom_module/index.ipynb)
1819
- [Retrieval-Augmented Generation (RAG)](rag/index.ipynb)
@@ -33,7 +34,6 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
3334
- [Finetuning Agents](games/index.ipynb)
3435

3536
- Tools, Development, and Deployment
36-
- [Managing Conversation History](conversation_history/index.md)
3737
- [Use MCP in DSPy](mcp/index.md)
3838
- [Output Refinement](output_refinement/best-of-n-and-refine.md)
3939
- [Saving and Loading](saving/index.md)

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ nav:
2828
- Tutorials Overview: tutorials/index.md
2929
- Build AI Programs with DSPy:
3030
- Overview: tutorials/build_ai_program/index.md
31+
- Managing Conversation History: tutorials/conversation_history/index.md
3132
- Building AI Agents with DSPy: tutorials/customer_service_agent/index.ipynb
3233
- Building AI Applications by Customizing DSPy Modules: tutorials/custom_module/index.ipynb
3334
- Retrieval-Augmented Generation (RAG): tutorials/rag/index.ipynb
@@ -51,7 +52,6 @@ nav:
5152
- RL for Multi-Hop Research: tutorials/rl_multihop/index.ipynb
5253
- Tools, Development, and Deployment:
5354
- Overview: tutorials/core_development/index.md
54-
- Managing Conversation History: tutorials/conversation_history/index.md
5555
- Use MCP in DSPy: tutorials/mcp/index.md
5656
- Output Refinement: tutorials/output_refinement/best-of-n-and-refine.md
5757
- Saving and Loading: tutorials/saving/index.md

0 commit comments

Comments
 (0)