prebuilt.perplexity.base.prompts¶
Prompt templates for the Perplexity multi-agent system.
This module contains all the prompt templates used by different agents in the Perplexity system. Each prompt follows a structured format with system context, task instructions, input/output formats, and examples.
Functions¶
|
Helper function to create prompts with a consistent structure. |
Module Contents¶
- prebuilt.perplexity.base.prompts.create_prompt_with_examples(system_prompt, task_description, input_format, output_format, examples)¶
Helper function to create prompts with a consistent structure.