RuaZhou commited on
Commit
983d762
·
verified ·
1 Parent(s): 1e62b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,7 +309,7 @@ def assistant(state: AgentState, llm_with_tools):
309
  # Use the appropriate loader tool (e.g., excel_loader_tool for Excel files, pdf_loader_tool for PDFs) to download and process it automatically.
310
  # Do not ask the user to upload files."""
311
  sys_msg = SystemMessage(content=f"""
312
- You are a helpful assistant tasked with answering questions using a set of tools. My favourite AI!
313
 
314
  Instructions:
315
  1. Read the question carefully.
 
309
  # Use the appropriate loader tool (e.g., excel_loader_tool for Excel files, pdf_loader_tool for PDFs) to download and process it automatically.
310
  # Do not ask the user to upload files."""
311
  sys_msg = SystemMessage(content=f"""
312
+ You are a helpful assistant tasked with answering questions using a set of tools.
313
 
314
  Instructions:
315
  1. Read the question carefully.