Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -279,7 +279,7 @@ def assistant(state: AgentState, llm_with_tools):
|
|
| 279 |
# System message
|
| 280 |
|
| 281 |
file_info = ""
|
| 282 |
-
if state["input_file"]:
|
| 283 |
# file_info = f"""\nIf the question refers to a file, it is available for download at this URL: {state['input_file']}.
|
| 284 |
# Use the appropriate loader tool (e.g., excel_loader_tool for Excel files, pdf_loader_tool for PDFs) to download and process it automatically.
|
| 285 |
# Do not ask the user to upload files."""
|
|
|
|
| 279 |
# System message
|
| 280 |
|
| 281 |
file_info = ""
|
| 282 |
+
# if state["input_file"]:
|
| 283 |
# file_info = f"""\nIf the question refers to a file, it is available for download at this URL: {state['input_file']}.
|
| 284 |
# Use the appropriate loader tool (e.g., excel_loader_tool for Excel files, pdf_loader_tool for PDFs) to download and process it automatically.
|
| 285 |
# Do not ask the user to upload files."""
|