writing_assistant
Get AI-powered writing assistance and research support. Submit a writing query to receive help with content creation, research, and sourcing.
Instructions
Use Perplexica's writing assistant mode for writing help and research.
Args: query: The writing-related query or request chat_provider: Chat model provider (optional, uses env config if not provided) chat_model: Specific chat model to use (optional, uses env config if not provided) optimization_mode: Speed vs quality tradeoff (optional, uses env config if not provided) output_format: Output format - "formatted" for human-readable text or "json" for raw JSON
Returns: Formatted text with AI response and sources, or JSON if output_format="json"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| chat_provider | No | ||
| chat_model | No | ||
| optimization_mode | No | ||
| output_format | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |