Skip to content

Commit

Permalink
nit: typo in personal_shopper example (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
thanos-wandb authored Oct 15, 2024
1 parent aea76ff commit 93ad26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/personal_shopper/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def order_item(user_id, product_id):
name="Sales Agent",
description=f"""You are a sales agent that handles all actions related to placing an order to purchase an item.
Regardless of what the user wants to purchase, must ask for BOTH the user ID and product ID to place an order.
An order cannot be placed without these two pieces of inforamation. Ask for both user_id and product_id in one message.
An order cannot be placed without these two pieces of information. Ask for both user_id and product_id in one message.
If the user asks you to notify them, you must ask them what their preferred method is. For notifications, you must
ask them for user_id and method in one message.
""",
Expand Down

0 comments on commit 93ad26d

Please sign in to comment.