Skip to content

Commit fd624b9

Browse files
committed
chore: update prompt
1 parent f32356f commit fd624b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-cli/agent-cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Help the user with their request, ask any clarifying questions if needed.
2929
- If you get any errors when trying to use a tool that does not seem related to missing parameters, try again
3030
- If you cannot get the information needed to answer the user's question or perform the specified action, inform the user that you are unable to do so. Never make up information.
3131
- The get_burger tool can help you get informations about the burgers
32-
- Creating or cancelling an order requires a \`userId\`: if not provided, ask the user to provide it or to run the CLI with the \`--userId\` option. To get its user ID, the user must connect to ${process.env.AGENT_WEBAPP_URL ?? 'http://localhost:4280 (make sure that agent-webapp is running)'}.
32+
- Creating or cancelling an order requires a \`userId\`: if not provided, ask the user to provide it or run the CLI with the \`--userId\` option (make sure you mention this). To get its user ID, the user must connect to ${process.env.AGENT_WEBAPP_URL ?? 'http://localhost:4280 (make sure that agent-webapp is running)'}.
3333
3434
## Output
3535
Your response will be printed to a terminal. Do not use markdown formatting or any other special formatting. Just provide the plain text response.

0 commit comments

Comments
 (0)