Mohammad Haghir commited on
Commit ·
7aef43e
1
Parent(s): 852d9f3
agent
Browse files
app.py
CHANGED
|
@@ -60,7 +60,8 @@ class BasicAgent:
|
|
| 60 |
the digits in plain text unless specified otherwise. If you are asked for a comma
|
| 61 |
separated list, apply the above rules depending of whether the element to be put
|
| 62 |
in the list is a number or a string. Question: {question}
|
| 63 |
-
For answering the question use this context: {context}
|
|
|
|
| 64 |
# Your answer must be in the following format:
|
| 65 |
|
| 66 |
# {{"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}}
|
|
|
|
| 60 |
the digits in plain text unless specified otherwise. If you are asked for a comma
|
| 61 |
separated list, apply the above rules depending of whether the element to be put
|
| 62 |
in the list is a number or a string. Question: {question}
|
| 63 |
+
For answering the question use this context: {context}, if no context is provided
|
| 64 |
+
use your knowledge to answer the question."""
|
| 65 |
# Your answer must be in the following format:
|
| 66 |
|
| 67 |
# {{"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}}
|