QueryRewriterAgentBuilder
Defined in the Specialized Agents module.Rust AI Agent SDK Builder for QueryRewriterAgent
Fields
| Name | Type | Description |
|---|---|---|
config | QueryRewriterConfig | - |
Methods
new
name
| Name | Type |
|---|---|
name | impl Into<String> |
model
| Name | Type |
|---|---|
model | impl Into<String> |
instructions
| Name | Type |
|---|---|
instructions | impl Into<String> |
verbose
max_queries
| Name | Type |
|---|---|
max | usize |
abbreviation
| Name | Type |
|---|---|
abbrev | impl Into<String> |
expansion | impl Into<String> |
abbreviations
| Name | Type |
|---|---|
abbrevs | HashMap<String |
temperature
| Name | Type |
|---|---|
temp | f32 |
max_tokens
| Name | Type |
|---|---|
tokens | usize |
build
Source
View on GitHub
praisonai/src/specialized_agents.rs at line 648
