research
Analyze and enhance research on any topic using advanced AI models, providing detailed insights and context for informed decision-making and knowledge expansion.
Instructions
Performs deep research on a given topic using Perplexity Sonar and enhances the result.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | The research query or topic to investigate |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"query": {
"description": "The research query or topic to investigate",
"minLength": 3,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}