Skip to main content

ContextAgentConfig

Defined in the specialized module.
Rust AI Agent SDK Context agent configuration

Fields

NameTypeDescription
max_tokensOption<usize>Maximum context tokens
strategyContextStrategyContext strategy
include_systemboolInclude system messages
include_toolsboolInclude tool results

Source

View on GitHub

praisonai/src/parity/specialized.rs at line 19