Skip to content

Commit 29e054f

Browse files
authored
Update examples in README for routing prompts
1 parent 1716496 commit 29e054f

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,9 @@ graph TD
223223
| Prompt | E.g Output |
224224
| --- | --- |
225225
| **General**: <br/> “Hi, who are you?” <br/> (Routed to **Cora**) | <img width="1142" height="950" alt="image" src="https://github.com/user-attachments/assets/72a60b47-dbd6-48b8-bff6-48ebd92fff48" /> |
226-
| **Inventory**: <br/> “Do you have the classic leather sofa in stock?” <br/> (Routed to **Inventory Manager**) | |
227-
| **Design**: <br/> “What colors of green paint do you have?” <br/> (Routed to **Interior Design Specialist**) | |
228-
| **Product Recommendations**: <br/> “Recommend modern furniture for my living room” <br/> (Routed to **Product Management Specialist**; may consult catalog/search depending on its prompt/tools) | |
229-
| **Product Comparisons**: <br/> “Compare sectional sofas” <br/> (Routed to **Product Management Specialist**; comparison is handled within that agent) | |
230-
| **Product Details**: <br/> “What are the specifications of product SOFA-001?” <br/> (Routed to **Product Management Specialist**; details are handled within that agent) | |
231-
| **Multi-Agent**: <br/> “Find a sofa, then verify my loyalty points, and add it to my cart” <br/> (Coordinated across **Product Management → Customer Loyalty → Cart Manager** via the app’s multi-step routing) | |
226+
| **Design**: <br/> “Recommend modern furniture for my living room” <br/> (Routed to **Interior Design Specialist**) | <img width="1167" height="963" alt="image" src="https://github.com/user-attachments/assets/5e602f08-06ca-4866-9892-ade211a3a413" /> |
227+
| **Product Comparisons**: <br/> “Compare sectional sofas” <br/> (Routed to **Product Management Specialist**; comparison is handled within that agent) | <img width="1208" height="836" alt="image" src="https://github.com/user-attachments/assets/0649f459-e8d5-4916-a442-4cbec9b85fa6" /> |
228+
| **Loyalty Details**: <br/> “Give me a summary of my loyalty account benefits” <br/> (Routed to **Customer Loyalty**) | <img width="1211" height="955" alt="image" src="https://github.com/user-attachments/assets/45dec561-4f9a-433e-a264-09af2bff4453" /> |
232229
233230
<!-- START BADGE -->
234231
<div align="center">

0 commit comments

Comments
 (0)