You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/agent-cli/agent-cli.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Help the user with their request, ask any clarifying questions if needed.
29
29
- If you get any errors when trying to use a tool that does not seem related to missing parameters, try again
30
30
- 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.
31
31
- 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)'}.
33
33
34
34
## Output
35
35
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