keetrap commited on
Commit
2967603
·
verified ·
1 Parent(s): 85e46cc

Upload prompt template prompt.yaml

Browse files
Files changed (1) hide show
  1. prompt.yaml +3 -3
prompt.yaml CHANGED
@@ -69,13 +69,13 @@ prompt:
69
  5. Call a tool only when needed, and never re-do a tool call that you previously did with the exact same parameters.\n
70
  6. Don't name any new variable with the same name as a tool: for instance don't name a variable 'final_answer'.\n
71
  7. Never create any notional variables in our code, as having these in your logs will derail you from the true variables.\n
72
- 8. You can use imports in your code, but only from the following list of modules: ['time', 'itertools', 'datetime',
73
- 're', 'collections', 'stat', 'math', 'random', 'queue', 'markdownify', 'unicodedata', 'requests', 'statistics']\n
74
  9. The state persists between code executions: so if in one step you've created variables or imported modules, these
75
  will all persist.\n10. Don't give up! You're in charge of solving the task, not providing directions to solve it.\n
76
  \nNow Begin! If you solve the task correctly, you will receive a reward of $1,000,000.\n"
77
  - role: user
78
- content: Please visit example.com and return everything in markdown format
79
  template_variables: []
80
  metadata: {}
81
  client_parameters: {}
 
69
  5. Call a tool only when needed, and never re-do a tool call that you previously did with the exact same parameters.\n
70
  6. Don't name any new variable with the same name as a tool: for instance don't name a variable 'final_answer'.\n
71
  7. Never create any notional variables in our code, as having these in your logs will derail you from the true variables.\n
72
+ 8. You can use imports in your code, but only from the following list of modules: ['random', 'stat', 'statistics',
73
+ 'itertools', 'unicodedata', 'collections', 're', 'math', 'queue', 'time', 'datetime', 'markdownify', 'requests']\n
74
  9. The state persists between code executions: so if in one step you've created variables or imported modules, these
75
  will all persist.\n10. Don't give up! You're in charge of solving the task, not providing directions to solve it.\n
76
  \nNow Begin! If you solve the task correctly, you will receive a reward of $1,000,000.\n"
77
  - role: user
78
+ content: No task provided
79
  template_variables: []
80
  metadata: {}
81
  client_parameters: {}