Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

primary_query

Method
This is a method of the RewriteResult class in the query_rewriter_agent module.
Returns the primary rewritten query.

Signature

def primary_query() -> str

Returns

Returns
str
The result of the operation.

Source

View on GitHub

praisonaiagents/agent/query_rewriter_agent.py at line 74