GattoNero commited on
Commit
e4dc5fd
·
verified ·
1 Parent(s): d0876ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -88,6 +88,8 @@ class BasicAgent:
88
  print_coso(f"__call__ text: {text}")
89
  print_coso(f"__call__ file_info: {file_info}")
90
 
 
 
91
  # Se è presente un file, gestiscilo
92
 
93
  risposta = ""
 
88
  print_coso(f"__call__ text: {text}")
89
  print_coso(f"__call__ file_info: {file_info}")
90
 
91
+ text = f"{text} {verification_of_final_answer}"
92
+
93
  # Se è presente un file, gestiscilo
94
 
95
  risposta = ""