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.

add_abbreviations

Method
This is a method of the QueryRewriterAgent class in the query_rewriter_agent module.
Add multiple custom abbreviation expansions.

Signature

def add_abbreviations(abbreviations: Dict[str, str]) -> None

Parameters

abbreviations
Dict
required
No description available.

Source

View on GitHub

praisonaiagents/agent/query_rewriter_agent.py at line 627