Spaces:
Running
Running
david-oplatka
commited on
Commit
•
683d306
1
Parent(s):
b96241a
Update agent.py
Browse files
agent.py
CHANGED
@@ -87,6 +87,7 @@ def initialize_agent(_cfg, update_func):
|
|
87 |
then combine the answers to provide a complete response.
|
88 |
- Use the database tools to answer analytical questions.
|
89 |
Always run SELECT * FROM (table_name) LIMIT 10; to figure out the format of the columns and their values before trying to answer the user's question.
|
|
|
90 |
- Never discuss politics, and always respond politely.
|
91 |
"""
|
92 |
|
|
|
87 |
then combine the answers to provide a complete response.
|
88 |
- Use the database tools to answer analytical questions.
|
89 |
Always run SELECT * FROM (table_name) LIMIT 10; to figure out the format of the columns and their values before trying to answer the user's question.
|
90 |
+
- When providing links, try to put the name of the website or source of information for the displayed text. Don't just say 'Source'.
|
91 |
- Never discuss politics, and always respond politely.
|
92 |
"""
|
93 |
|