Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -218,7 +218,7 @@ After the contents write a paragraph on what was changed with details
|
|
| 218 |
"""
|
| 219 |
|
| 220 |
|
| 221 |
-
|
| 222 |
You are attempting to complete the task
|
| 223 |
task: {task}
|
| 224 |
Progress:
|
|
@@ -236,7 +236,7 @@ Describe why the tests failed and how to fix them (in a paragraph)
|
|
| 236 |
"""
|
| 237 |
|
| 238 |
|
| 239 |
-
|
| 240 |
You are attempting to complete the task
|
| 241 |
task: {task}
|
| 242 |
Progress:
|
|
|
|
| 218 |
"""
|
| 219 |
|
| 220 |
|
| 221 |
+
UNDERSTAND_TEST_RESULTS = """
|
| 222 |
You are attempting to complete the task
|
| 223 |
task: {task}
|
| 224 |
Progress:
|
|
|
|
| 236 |
"""
|
| 237 |
|
| 238 |
|
| 239 |
+
COMPRESS_HISTORY = """
|
| 240 |
You are attempting to complete the task
|
| 241 |
task: {task}
|
| 242 |
Progress:
|