Skip to content

OSSS.ai.agents.final.prompts

OSSS.ai.agents.final.prompts

build_final_prompt(user_question, refiner_text, rag_present, rag_section, original_user_question=None, data_query_markdown=None, *, config=None, rag_metadata=None, data_query_metadata=None)

Build the user-facing prompt for the FinalAgent.

Special case: - If the original user question begins with "query " (any casing), we treat it as a structured data query and: * DO NOT include the refiner block at all. * DO NOT include any RAG snippet (pretend RAG is absent), regardless of config.