jjjulllesss commited on
Commit
9e68adb
·
verified ·
1 Parent(s): 7574ab4

Perplexity

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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