RuaZhou commited on
Commit
8deb394
·
verified ·
1 Parent(s): dd55325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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."""