Skip to content

Commit 3808c73

Browse files
committed
fix: missing label
1 parent 40a5ca7 commit 3808c73

File tree

1 file changed

+1
-0
lines changed
  • packages/agent-webapp/src/components

1 file changed

+1
-0
lines changed

packages/agent-webapp/src/components/chat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export const chatDefaultOptions: ChatComponentOptions = {
6969
get_topping_by_id: 'Retrieving topping details',
7070
get_topping_categories: 'Retrieving topping categories',
7171
get_orders: 'Retrieving orders list',
72+
get_order_by_id: 'Retrieving order details',
7273
place_order: 'Placing a new order',
7374
delete_order_by_id: 'Deleting order',
7475
},

0 commit comments

Comments
 (0)