ask_perplexity_exact_response
Send a prompt to Perplexity and receive the raw, unmodified output. Use for exact documentation, API responses, or research without added metadata.
Instructions
Send a prompt to Perplexity and return the exact response without
changing anything (no additional metadata or suggestions).
Use this when you need the raw, unmodified output from Perplexity.
Examples of good prompts:
- "Give me the exact documentation for FastAPI's dependency injection"
- "What does the official Next.js docs say about App Router?"
- "Show me the raw API response format for OpenAI's latest models"
If the user wants to execute or learn complex tasks, use the reasoning model (sonar-reasoning)
If the user wants development work requiring real-time documentation lookup, research-intensive coding, use the reasoning model (sonar-reasoning).
But by default, use the research model (sonar).
Sonar models have internet access and can perform searches.
Args:
prompt: The prompt/question to send
model: Sonar model (sonar, sonar-pro, sonar-deep-research,
sonar-reasoning, sonar-reasoning-pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| model | No | sonar |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |