Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ class BasicAgent:
|
|
144 |
print_coso(f"__call__ text: {text}")
|
145 |
print_coso(f"__call__ file_info: {file_info}")
|
146 |
|
147 |
-
text = f"{
|
148 |
|
149 |
# Se è presente un file, gestiscilo
|
150 |
|
|
|
144 |
print_coso(f"__call__ text: {text}")
|
145 |
print_coso(f"__call__ file_info: {file_info}")
|
146 |
|
147 |
+
text = f"{yaml_template} {verification_of_final_answer} {text}"
|
148 |
|
149 |
# Se è presente un file, gestiscilo
|
150 |
|