Views
No views yet
Input : "i want bag pack"
Output: {"tool": "add_to_cart_tool", "parameters": {"product": "bag pack", "quantity": 1}}
Input : "checkout"
Output: {"tool": "get_checkout_link_tool", "parameters": {}}
Input : "where is my order"
Output: {"tool": "get_order_status_tool", "parameters": {}}| Tool | Trigger |
|---|---|
| search_catalog_by_text_tool | Product search, link requests |
| add_to_cart_tool | Buy, order, add any product |
| get_checkout_link_tool | Checkout, pay now |
| get_instant_checkout_link_tool | Buy now, instant buy |
| list_all_products_tool | Show products, catalog |
| update_order_address_tool | Change delivery address |
| view_cart_tool | My cart, show cart |
| update_cart_item_tool | Change quantity in cart |
| remove_from_cart_tool | Remove item from cart |
| clear_cart_tool | Empty entire cart |
| clear_out_of_stock_items_tool | Remove unavailable items |
| get_order_status_tool | Order tracking, delivery status |