GattoNero commited on
Commit
021bde6
·
verified ·
1 Parent(s): 39fc190

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ class BasicAgent:
132
  print_coso(f"__call__ text: {text}")
133
  print_coso(f"__call__ file_info: {file_info}")
134
 
135
- text = f"{verification_of_final_answer} {yaml_template} {text}"
136
 
137
  # Se è presente un file, gestiscilo
138
 
 
132
  print_coso(f"__call__ text: {text}")
133
  print_coso(f"__call__ file_info: {file_info}")
134
 
135
+ text = f"{verification_of_final_answer} {yaml_template2} {text}"
136
 
137
  # Se è presente un file, gestiscilo
138