GattoNero commited on
Commit
a5afa4b
·
verified ·
1 Parent(s): 2c97574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,7 +73,7 @@ class BasicAgent:
73
  add_floats_tool = FunctionTool.from_defaults(
74
  name="add floats",
75
  fn=add_tool,
76
- description="Takes two float numbers and returns their sum"
77
  )
78
 
79
 
@@ -126,7 +126,7 @@ class BasicAgent:
126
  print_coso(f"__call__ text: {text}")
127
  print_coso(f"__call__ file_info: {file_info}")
128
 
129
- text = f"{verification_of_final_answer} {yaml_template} {text}"
130
 
131
  # Se è presente un file, gestiscilo
132
 
 
73
  add_floats_tool = FunctionTool.from_defaults(
74
  name="add floats",
75
  fn=add_tool,
76
+ description="Takes two float numbers and returns their sum."
77
  )
78
 
79
 
 
126
  print_coso(f"__call__ text: {text}")
127
  print_coso(f"__call__ file_info: {file_info}")
128
 
129
+ text = f"{verification_of_final_answer} {yaml_template2} {text}"
130
 
131
  # Se è presente un file, gestiscilo
132