add_abbreviation
Method
This is a method of the QueryRewriterAgent class in the query_rewriter_agent module.Add a custom abbreviation expansion.
Signature
Parameters
No description available.
No description available.
Add a custom abbreviation expansion.
This is a method of the QueryRewriterAgent class in the query_rewriter_agent module.Add a custom abbreviation expansion.
def add_abbreviation(abbrev: str, expansion: str) -> None