Spaces:
Sleeping
Sleeping
Better prompt still
Browse files- prompts.yaml +3 -2
prompts.yaml
CHANGED
@@ -192,7 +192,8 @@ system_prompt: |-
|
|
192 |
7. Never create any notional variables in our code, as having these in your logs will derail you from the true variables.
|
193 |
8. You can use imports in your code, but only from the following list of modules: {{authorized_imports}}
|
194 |
9. The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
|
195 |
-
10. Some questions might require you to use audio or video files. The file path is often mentioned at the end of the task description and has arbitrary name (example: path_to_file/abcxyz.mp3).
|
|
|
196 |
11. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
197 |
|
198 |
Now Begin!
|
@@ -321,7 +322,7 @@ managed_agent:
|
|
321 |
{{task}}
|
322 |
---
|
323 |
You're helping your manager solve a wider task: so make sure to not provide a one-line answer, but give as much information as possible to give them a clear understanding of the answer.
|
324 |
-
Your manager may pass you a file path to an audio or video file. Its name is often arbitrary (example: path_to_file/abcxyz.mp3). You must use this file path as an argument to your tools.
|
325 |
|
326 |
Your final_answer WILL HAVE to contain these parts:
|
327 |
### 1. Task outcome (short version):
|
|
|
192 |
7. Never create any notional variables in our code, as having these in your logs will derail you from the true variables.
|
193 |
8. You can use imports in your code, but only from the following list of modules: {{authorized_imports}}
|
194 |
9. The state persists between code executions: so if in one step you've created variables or imported modules, these will all persist.
|
195 |
+
10. Some questions might require you to use audio or video files. The file path is often mentioned at the end of the task description and has arbitrary name (example: path_to_file/valuation/abcxyz.mp3).
|
196 |
+
You must pass this entire file path to your managed agents for them to use as arguments to their tools. Example instruction to managed agent: "please help to transcribe this audio file (Path = path_to_file/valuation/abcxyz.mp3)"
|
197 |
11. Don't give up! You're in charge of solving the task, not providing directions to solve it.
|
198 |
|
199 |
Now Begin!
|
|
|
322 |
{{task}}
|
323 |
---
|
324 |
You're helping your manager solve a wider task: so make sure to not provide a one-line answer, but give as much information as possible to give them a clear understanding of the answer.
|
325 |
+
Your manager may pass you a file path to an audio or video file. Its name is often arbitrary (example: path_to_file/valuation/abcxyz.mp3). You must use this entire file path as an argument to your tools.
|
326 |
|
327 |
Your final_answer WILL HAVE to contain these parts:
|
328 |
### 1. Task outcome (short version):
|