Customer Support Bot Tutorial (Flight Assistant) (#375)

This commit is contained in:
William FH
2024-05-02 16:53:18 -07:00
committed by GitHub
parent 8ec1d2e3e9
commit 8a38226078
8 changed files with 4765 additions and 894 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ Learn from example implementations of graphs designed for specific scenarios and
#### Chatbots
- [Customer Support](chatbots/customer-support.ipynb): Building a customer support chatbot
- [Info Gathering](chatbots/information-gather-prompting.ipynb): Building an information gathering chatbot
- [Customer Support](customer-support/customer-support.ipynb): Build a customer support chatbot to manage flights, hotel reservations, car rentals, and other tasks
- [Info Gathering](chatbots/information-gather-prompting.ipynb): Build an information gathering chatbot
- [Code Assistant](code_assistant/langgraph_code_assistant.ipynb): Building a code analysis and generation assistant
- [Web Navigation](web-navigation/web_voyager.ipynb): Building an agent that can navigate and interact with websites
+1 -1
View File
@@ -99,7 +99,7 @@ nav:
- "High-Level Tools": tutorials/chat_agent_executor_with_function_calling/high-level-tools.ipynb
- Use cases:
- Chatbots:
- Customer Support: tutorials/chatbots/customer-support.ipynb
- Customer Support: tutorials/customer-support/customer-support.ipynb
- Info Gathering: tutorials/chatbots/information-gather-prompting.ipynb
- Code Assistant: tutorials/code_assistant/langgraph_code_assistant.ipynb
- Web Navigation: tutorials/web-navigation/web_voyager.ipynb