Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

Rust Configuration

Rust Installation

Rust Prompts

Rust Templates