mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 16:42:24 +02:00
docs: fix formatting in overview for getting started tutorial (#4639)
This commit is contained in:
@@ -19,8 +19,8 @@ To get acquainted with LangGraph's key concepts and features, complete the follo
|
||||
|
||||
In completing this series of tutorials, you will build a support chatbot in LangGraph that can:
|
||||
|
||||
✅ **Answer common questions** by searching the web
|
||||
✅ **Maintain conversation state** across calls
|
||||
✅ **Route complex queries** to a human for review
|
||||
✅ **Use custom state** to control its behavior
|
||||
✅ **Rewind and explore** alternative conversation paths
|
||||
* ✅ **Answer common questions** by searching the web
|
||||
* ✅ **Maintain conversation state** across calls
|
||||
* ✅ **Route complex queries** to a human for review
|
||||
* ✅ **Use custom state** to control its behavior
|
||||
* ✅ **Rewind and explore** alternative conversation paths
|
||||
|
||||
Reference in New Issue
Block a user