QueryRewriterConfig
Defined in the Specialized Agents module.Rust AI Agent SDK Configuration for QueryRewriterAgent
Fields
| Name | Type | Description |
|---|---|---|
name | String | Agent name |
model | String | LLM model to use |
instructions | Option<String> | Custom instructions |
verbose | bool | Verbose output |
max_queries | usize | Max queries to generate |
abbreviations | HashMap<String | Abbreviations to expand |
temperature | f32 | Temperature for LLM |
max_tokens | usize | Max tokens for response |
Source
View on GitHub
praisonai/src/specialized_agents.rs at line 612
