atomkevich commited on
Commit
d24d609
·
verified ·
1 Parent(s): 071ed11

Update prompts.yaml

Browse files
Files changed (1) hide show
  1. 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, remove "pl:" and call agent_translate 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>
 
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>