agents.research.perplexity.pro_search.search.modelsΒΆ
Chat prompt templates for Perplexity-style search workflow. from typing import Any, Dict These prompts guide the LLM through reasoning, query generation, and synthesis.
FunctionsΒΆ
|
Create AugLLMConfig for query generation step. |
|
Create AugLLMConfig for query reasoning step. |
|
Create AugLLMConfig for synthesis step. |
Module ContentsΒΆ
- agents.research.perplexity.pro_search.search.models.create_query_generation_aug_llm(llm_config)ΒΆ
Create AugLLMConfig for query generation step.
- agents.research.perplexity.pro_search.search.models.create_reasoning_aug_llm(llm_config)ΒΆ
Create AugLLMConfig for query reasoning step.