PromptExpanderAgent
Defined in the Specialized Agents module.Rust AI Agent SDK Agent for expanding prompts
Fields
| Name | Type | Description |
|---|---|---|
config | PromptExpanderConfig | - |
Methods
new
name
model
detect_strategy
| Name | Type |
|---|---|
prompt | &str |
expand_sync
| Name | Type |
|---|---|
prompt | &str |
strategy | ExpandStrategy |
context | Option<&str> |
Source
View on GitHub
praisonai/src/specialized_agents.rs at line 280
