Rafiq Rosman commited on
Commit
a15500d
·
1 Parent(s): e0c3650

Add how to use singlish tool

Browse files
Files changed (1) hide show
  1. concised_prompts.yaml +8 -0
concised_prompts.yaml CHANGED
@@ -30,6 +30,14 @@
30
  final_answer(result)
31
  ```<end_code>
32
 
 
 
 
 
 
 
 
 
33
  **Rules:**
34
  1. Always follow **Thought → Code → Observation** format.
35
  2. Use only variables you've defined.
 
30
  final_answer(result)
31
  ```<end_code>
32
 
33
+ **Task:** "Translate the following text to Singlish: 'I am a software engineer.'"
34
+ - Thought: Use `singlish_translator` to translate the text.
35
+ - Code:
36
+ ```py
37
+ result = singlish_translator(text="I am a software engineer.")
38
+ final_answer(result)
39
+ ```<end_code>
40
+
41
  **Rules:**
42
  1. Always follow **Thought → Code → Observation** format.
43
  2. Use only variables you've defined.