Update app.py
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ class NewAgent:
|
|
| 59 |
# Initialize the Download File tool
|
| 60 |
download_file_tool = Tool(
|
| 61 |
name="download_file",
|
| 62 |
-
func=
|
| 63 |
description="Downloads a file associated with a task_id. Input should be 'task_id,filename'"
|
| 64 |
)
|
| 65 |
# Generate the chat interface, including the tools
|
|
|
|
| 59 |
# Initialize the Download File tool
|
| 60 |
download_file_tool = Tool(
|
| 61 |
name="download_file",
|
| 62 |
+
func=download_file,
|
| 63 |
description="Downloads a file associated with a task_id. Input should be 'task_id,filename'"
|
| 64 |
)
|
| 65 |
# Generate the chat interface, including the tools
|