PromptExpanderAgentBuilder
Defined in the Specialized Agents module.Rust AI Agent SDK Builder for PromptExpanderAgent
Fields
| Name | Type | Description |
|---|---|---|
config | PromptExpanderConfig | - |
Methods
new
name
| Name | Type |
|---|---|
name | impl Into<String> |
model
| Name | Type |
|---|---|
model | impl Into<String> |
instructions
| Name | Type |
|---|---|
instructions | impl Into<String> |
verbose
temperature
| Name | Type |
|---|---|
temp | f32 |
max_tokens
| Name | Type |
|---|---|
tokens | usize |
build
Source
View on GitHub
praisonai/src/specialized_agents.rs at line 224
