haive.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¶
- haive.agents.research.perplexity.pro_search.search.models.create_query_generation_aug_llm(llm_config)¶
Create AugLLMConfig for query generation step.
- haive.agents.research.perplexity.pro_search.search.models.create_reasoning_aug_llm(llm_config)¶
Create AugLLMConfig for query reasoning step.