GattoNero commited on
Commit
4ce4969
·
verified ·
1 Parent(s): c8185b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"{verification_of_final_answer} {yaml_template} {text}"
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