You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.**Test Multi-Agent Routing (UI)**: `Adjust as needed, this is just a base`. For example:
220
-
-**General**: “Hi, who are you?” (Routed to **Cora**)
221
-
-**Inventory**: “Do you have the classic leather sofa in stock?” (Routed to **Inventory Manager**)
222
-
-**Design**: “What colors of green paint do you have?” (Routed to **Interior Design Specialist**)
223
-
-**Product Recommendations**: “Recommend modern furniture for my living room” (Routed to **Product Management Specialist**; may consult catalog/search depending on its prompt/tools)
224
-
-**Product Comparisons**: “Compare sectional sofas” (Routed to **Product Management Specialist**; comparison is handled within that agent)
225
-
-**Product Details**: “What are the specifications of product SOFA-001?” (Routed to **Product Management Specialist**; details are handled within that agent)
226
-
-**Multi-Agent**: “Find a sofa, then verify my loyalty points, and add it to my cart” (Coordinated across **Product Management → Customer Loyalty → Cart Manager** via the app’s multi-step routing)
227
-
220
+
221
+
| Prompt | E.g Output |
222
+
| --- | --- |
223
+
|**General**: <br/> “Hi, who are you?” <br/> (Routed to **Cora**) | <imgwidth="1142"height="950"alt="image"src="https://github.com/user-attachments/assets/72a60b47-dbd6-48b8-bff6-48ebd92fff48" /> |
224
+
|**Inventory**: <br/> “Do you have the classic leather sofa in stock?” <br/> (Routed to **Inventory Manager**) ||
225
+
|**Design**: <br/> “What colors of green paint do you have?” <br/> (Routed to **Interior Design Specialist**) ||
226
+
|**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) ||
227
+
|**Product Comparisons**: <br/> “Compare sectional sofas” <br/> (Routed to **Product Management Specialist**; comparison is handled within that agent) ||
228
+
|**Product Details**: <br/> “What are the specifications of product SOFA-001?” <br/> (Routed to **Product Management Specialist**; details are handled within that agent) ||
229
+
|**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) ||
0 commit comments