Perplexity
#1
by
jjjulllesss
- opened
agent.py
CHANGED
|
@@ -131,7 +131,7 @@ class WebSearchPerplexityTool(Tool):
|
|
| 131 |
name = "web_search_perplexity_tool"
|
| 132 |
description = """This tool searches the web for information using Perplexity, try first to forward the entire question"""
|
| 133 |
inputs = {
|
| 134 |
-
"question": {"type": "string", "description": "Use the entire question at first and then iterate with follow-up questions"}
|
| 135 |
}
|
| 136 |
output_type = "string"
|
| 137 |
|
|
|
|
| 131 |
name = "web_search_perplexity_tool"
|
| 132 |
description = """This tool searches the web for information using Perplexity, try first to forward the entire question"""
|
| 133 |
inputs = {
|
| 134 |
+
"question": {"type": "string", "description": "Use the entire question at first and then iterate with the follow-up questions"}
|
| 135 |
}
|
| 136 |
output_type = "string"
|
| 137 |
|