🚀 fix: fix name

This commit is contained in:
Joschka Braun
2023-05-08 10:11:01 +02:00
parent 00e269792e
commit b8a3d12be5
2 changed files with 4 additions and 4 deletions

View File

@@ -338,7 +338,7 @@ Now encountered error message: "{summarized_error}"
Was this error message encountered before?
Write down your final answer as json in the following format:
**response.json**
**was_error_seen_before.json**
```json
{{"was_error_seen_before": "<yes/no>"}}
```
@@ -356,7 +356,7 @@ Suggested solution: "{suggested_solution}"
Will the suggested solution lead to different actions than the previously tried solutions?
Write down your final answer as json in the following format:
**response.json**
**will_lead_to_different_actions.json**
```json
{{"will_lead_to_different_actions": "<yes/no>"}}
```