Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/vectara/cfpb-assistant
Browse files- agent.py +1 -0
- requirements.txt +1 -1
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 |
"""
|
requirements.txt
CHANGED
@@ -7,4 +7,4 @@ langdetect==1.0.9
|
|
7 |
langcodes==3.4.0
|
8 |
datasets==2.19.2
|
9 |
uuid==1.30
|
10 |
-
vectara-agentic==0.1.
|
|
|
7 |
langcodes==3.4.0
|
8 |
datasets==2.19.2
|
9 |
uuid==1.30
|
10 |
+
vectara-agentic==0.1.19
|