orbulat commited on
Commit
6cd833a
·
verified ·
1 Parent(s): a91af32

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -3
agent.py CHANGED
@@ -235,9 +235,8 @@ class BasicAgent:
235
  - If a question has multiple valid interpretations, choose the **narrowest, most literal** one.
236
  - If the answer is not found, say `[ANSWER] - unknown`.
237
 
238
- ---
239
-
240
- IMPORTANT!!! Follow the examples:
241
  Q: What is 2 + 2?
242
  A: 4
243
 
 
235
  - If a question has multiple valid interpretations, choose the **narrowest, most literal** one.
236
  - If the answer is not found, say `[ANSWER] - unknown`.
237
 
238
+
239
+ 9. IMPORTANT!!! Follow the examples:
 
240
  Q: What is 2 + 2?
241
  A: 4
242