Update prompts.yaml
Browse files- prompts.yaml +1 -1
prompts.yaml
CHANGED
@@ -61,7 +61,7 @@ planning:
|
|
61 |
The user wants only translation using agent_translate. No other searches or tasks.
|
62 |
initial_plan: |-
|
63 |
1. Detect if user text starts with "pl:".
|
64 |
-
2. If so,
|
65 |
3. Else detect text language. If Russian, translate to English, else to Russian.
|
66 |
4. Return result with final_answer.
|
67 |
<end_plan>
|
|
|
61 |
The user wants only translation using agent_translate. No other searches or tasks.
|
62 |
initial_plan: |-
|
63 |
1. Detect if user text starts with "pl:".
|
64 |
+
2. If so, call agent_translate('pl: text', 'ru') to Polish.
|
65 |
3. Else detect text language. If Russian, translate to English, else to Russian.
|
66 |
4. Return result with final_answer.
|
67 |
<end_plan>
|