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.

QueryRewriterConfig

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

Fields

NameTypeDescription
nameStringAgent name
modelStringLLM model to use
instructionsOption<String>Custom instructions
verboseboolVerbose output
max_queriesusizeMax queries to generate
abbreviationsHashMap<StringAbbreviations to expand
temperaturef32Temperature for LLM
max_tokensusizeMax tokens for response

Source

View on GitHub

praisonai/src/specialized_agents.rs at line 612

Rust Configuration

Rust Installation

Rust Query

Rust RAG