{
"name": "PERPLEXITYAI_PERPLEXITY_AI_SEARCH",
"inputSchema": {
"type": "object",
"properties": {
"frequency_penalty": {
"type": "number",
"exclusiveMinimum": 0,
"description": "..."
},
"presence_penalty": {
"type": "number",
"minimum": -2,
"maximum": 2,
"description": "..."
},
"stream": {
"type": "boolean",
"description": "..."
},
"systemContent": {
"type": "string",
"description": "..."
},
"userContent": {
"type": "string",
"description": "..."
}
// ... other optional fields
},
"required": ["systemContent", "userContent"],
"additionalProperties": false
}
}
{
"name": "PERPLEXITYAI_PERPLEXITY_AI_SEARCH",
"inputSchema": {
"type": "object",
"properties": {
"frequency_penalty": {
"type": "number",
"exclusiveMinimum": 0,
"description": "..."
},
"presence_penalty": {
"type": "number",
"minimum": -2,
"maximum": 2,
"description": "..."
},
"stream": {
"type": "boolean",
"description": "..."
},
"systemContent": {
"type": "string",
"description": "..."
},
"userContent": {
"type": "string",
"description": "..."
}
// ... other optional fields
},
"required": ["systemContent", "userContent"],
"additionalProperties": false
}
}