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