Thanh Vinh Vo commited on
Commit ·
a3aa7a4
1
Parent(s): 3f5f5db
update
Browse files
app.py
CHANGED
|
@@ -248,7 +248,7 @@ class BasicAgent:
|
|
| 248 |
1. Please take the question literally! Do not add any additional information or assumptions.
|
| 249 |
2. Please answer as concisely as possible.
|
| 250 |
3. If the question asks for a number, please return a numerical answer without unit (unless unit is specifically asked for). For example: 3 instead of three, 0 instead of None, 3 instead of $3.
|
| 251 |
-
4. `
|
| 252 |
"""
|
| 253 |
result = self.manager_agent.run(prompt)
|
| 254 |
print(f"Agent responded with: {result}")
|
|
|
|
| 248 |
1. Please take the question literally! Do not add any additional information or assumptions.
|
| 249 |
2. Please answer as concisely as possible.
|
| 250 |
3. If the question asks for a number, please return a numerical answer without unit (unless unit is specifically asked for). For example: 3 instead of three, 0 instead of None, 3 instead of $3.
|
| 251 |
+
4. `pandas` package is available for reading table data from HTML content or URL. It is useful for extracting tabular data from web pages (including Wikipedia pages).
|
| 252 |
"""
|
| 253 |
result = self.manager_agent.run(prompt)
|
| 254 |
print(f"Agent responded with: {result}")
|