Skip to main content

PromptExpanderConfig

Defined in the Specialized Agents module.
Rust AI Agent SDK Configuration for PromptExpanderAgent

Fields

NameTypeDescription
nameStringAgent name
modelStringLLM model to use
instructionsOption<String>Custom instructions
verboseboolVerbose output
temperaturef32Temperature for LLM
max_tokensusizeMax tokens for response

Source

View on GitHub

praisonai/src/specialized_agents.rs at line 194