Skip to content

Commit

Permalink
fix: revert perplexity metadata descriptions to match test dump
Browse files Browse the repository at this point in the history
Co-Authored-By: Nicolas Arqueros <nico@dcspark.io>
  • Loading branch information
devin-ai-integration[bot] and nicarq committed Feb 6, 2025
1 parent 293e36e commit df9e29d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/perplexity/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"chromePath": {
"type": "string",
"nullable": true,
"description": "Optional path to Chrome executable for browser automation"
"description": "Full path to Chrome/Chromium executable. Optional - uses system default if not specified"
}
},
"required": []
Expand All @@ -27,7 +27,7 @@
"properties": {
"query": {
"type": "string",
"description": "The search query to send to Perplexity"
"description": "Search query text. Natural language questions work best. No length limit but keep reasonable"
}
},
"required": [
Expand All @@ -39,7 +39,7 @@
"properties": {
"response": {
"type": "string",
"description": "The search results and analysis from Perplexity"
"description": "AI-generated answer combining web search results with analysis. May include citations"
}
},
"required": [
Expand Down

0 comments on commit df9e29d

Please sign in to comment.