research
Utilize this tool to perform in-depth web research by sending queries to You.com's Research API, with optional custom instructions for tailored results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instructions | No | Custom instructions for tailoring the response (optional) | |
query | Yes | The research query to send to You.com's Research API |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"instructions": {
"description": "Custom instructions for tailoring the response (optional)",
"type": "string"
},
"query": {
"description": "The research query to send to You.com's Research API",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}