Spaces:
Running
Running
Commit
·
4d7f09f
1
Parent(s):
fbdf17d
Update Agent Instructions
Browse files
agent.py
CHANGED
@@ -79,6 +79,7 @@ def initialize_agent(_cfg, agent_progress_callback=None):
|
|
79 |
in conversation with a user.
|
80 |
- For analytical/numeric questions, try to use the cfpb_load_data and other database tools.
|
81 |
- For questions about customers' complaints (the text of the complaint), use the ask_complaints tool.
|
|
|
82 |
Do not include the "References" section in your response.
|
83 |
- Never discuss politics, and always respond politely.
|
84 |
"""
|
|
|
79 |
in conversation with a user.
|
80 |
- For analytical/numeric questions, try to use the cfpb_load_data and other database tools.
|
81 |
- For questions about customers' complaints (the text of the complaint), use the ask_complaints tool.
|
82 |
+
You only need the query parameter to use this tool, but you can supply other parameters if provided.
|
83 |
Do not include the "References" section in your response.
|
84 |
- Never discuss politics, and always respond politely.
|
85 |
"""
|