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