Models with tool calls in langgraph
- Model can be bind with tools
- langgraph has prebuilt ToolNode and tools condition
Usecase
-
I have a skincare brand, I sell products belonging to following categories
- Skin Care
- Hair Care
- Body Care
-
I want to build a langgraph agent to solve the following
- Customer reaches out for product enquiry
- We want agent to ask further questions
- once the product is fixed then we ask contact info and then send some
- brouchers
- customer feedback
- purchase link
- This customer is a hot lead which needs to be informed to some person
and add it to (CRM/Excel Sheet)
