QueryRewriterAgent
Defined in the Specialized Agents module.Rust AI Agent SDK Agent for rewriting queries
Fields
| Name | Type | Description |
|---|---|---|
config | QueryRewriterConfig | - |
Methods
new
name
model
expand_abbreviations
| Name | Type |
|---|---|
query | &str |
detect_strategy
| Name | Type |
|---|---|
query | &str |
has_chat_history | bool |
rewrite_sync
| Name | Type |
|---|---|
query | &str |
strategy | RewriteStrategy |
chat_history | Option<&[HashMap<String |
context | Option<&str> |
num_queries | Option<usize> |
Source
View on GitHub
praisonai/src/specialized_agents.rs at line 722
