updating docs

This commit is contained in:
João Moura
2024-03-03 22:43:51 -03:00
parent 960ed03730
commit 9105d963fc
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By
</a> </a>
</li> </li>
<li> <li>
<a href="./how-to/Create Custom Tools"> <a href="./how-to/Create-Custom-Tools">
Create Custom Tools Create Custom Tools
</a> </a>
</li> </li>

View File

@@ -128,6 +128,7 @@ nav:
- Collaboration: 'core-concepts/Collaboration.md' - Collaboration: 'core-concepts/Collaboration.md'
- How to Guides: - How to Guides:
- Getting Started: 'how-to/Creating-a-Crew-and-kick-it-off.md' - Getting Started: 'how-to/Creating-a-Crew-and-kick-it-off.md'
- Create Custom Tools: 'how-to/Create-Custom-Tools.md'
- Using Sequential Process: 'how-to/Sequential.md' - Using Sequential Process: 'how-to/Sequential.md'
- Using Hierarchical Process: 'how-to/Hierarchical.md' - Using Hierarchical Process: 'how-to/Hierarchical.md'
- Connecting to any LLM: 'how-to/LLM-Connections.md' - Connecting to any LLM: 'how-to/LLM-Connections.md'
@@ -153,7 +154,6 @@ nav:
- Code Docs RAG Search: 'tools/CodeDocsSearchTool.md' - Code Docs RAG Search: 'tools/CodeDocsSearchTool.md'
- Youtube Video RAG Search: 'tools/YoutubeVideoSearchTool.md' - Youtube Video RAG Search: 'tools/YoutubeVideoSearchTool.md'
- Youtube Chanel RAG Search: 'tools/YoutubeChannelSearchTool.md' - Youtube Chanel RAG Search: 'tools/YoutubeChannelSearchTool.md'
- Examples: - Examples:
- Trip Planner Crew: https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner" - Trip Planner Crew: https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner"
- Create Instagram Post: https://github.com/joaomdmoura/crewAI-examples/tree/main/instagram_post" - Create Instagram Post: https://github.com/joaomdmoura/crewAI-examples/tree/main/instagram_post"