Skip to main content

add_abbreviation

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

Signature

def add_abbreviation(abbrev: str, expansion: str) -> None

Parameters

abbrev
str
required
No description available.
expansion
str
required
No description available.