haive.agents.research.perplexity.pro_search.search.models ========================================================= .. py:module:: haive.agents.research.perplexity.pro_search.search.models .. autoapi-nested-parse:: 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 --------- .. autoapisummary:: haive.agents.research.perplexity.pro_search.search.models.create_query_generation_aug_llm haive.agents.research.perplexity.pro_search.search.models.create_reasoning_aug_llm haive.agents.research.perplexity.pro_search.search.models.create_synthesis_aug_llm Module Contents --------------- .. py:function:: create_query_generation_aug_llm(llm_config) Create AugLLMConfig for query generation step. .. py:function:: create_reasoning_aug_llm(llm_config) Create AugLLMConfig for query reasoning step. .. py:function:: create_synthesis_aug_llm(llm_config) Create AugLLMConfig for synthesis step.