Spaces:
Running
Running
Update app.py
Browse files
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} {
|
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 |
|