Skip to main content

abbreviation

Method
This is a method of the QueryRewriterAgentBuilder class in the specialized_agents module.
Add abbreviation expansion

Signature

def abbreviation(mut self, abbrev: impl Into<String>, expansion: impl Into<String>) -> Self

Parameters

abbrev
impl Into<String>
required
No description available.
expansion
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.