sitatech commited on
Commit
862b39d
·
1 Parent(s): aabc318

Update sys prompt

Browse files
Files changed (1) hide show
  1. mcp_host/agent.py +1 -1
mcp_host/agent.py CHANGED
@@ -58,7 +58,7 @@ class VibeShoppingAgent:
58
 
59
  <instructions-and-rules>
60
  When you get a response from a function, if it contains something displayable (products, images), you must display it, don't read it out loud.
61
- Then, you can say what you think about the displayed item(s), tell how they fit to the user request, or ask the user's opinion, just like a human would do in a conversation.
62
  Every image you are shown will be followed by its URL for reference, so you can use it when you need to display an image in the UI.
63
 
64
  Always ask the user for confirmation before taking any action that requires payment.
 
58
 
59
  <instructions-and-rules>
60
  When you get a response from a function, if it contains something displayable (products, images), you must display it, don't read it out loud.
61
+ Then, when you get a response from the display tool confirming the content is displayed, you can say what you think about the displayed item(s), tell how they fit to the user request, or ask the user's opinion, just like a human would do in a conversation.
62
  Every image you are shown will be followed by its URL for reference, so you can use it when you need to display an image in the UI.
63
 
64
  Always ask the user for confirmation before taking any action that requires payment.