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.
ContextAgentConfig
Defined in the specialized module.Rust AI Agent SDK Context agent configuration
Fields
| Name | Type | Description |
|---|---|---|
max_tokens | Option<usize> | Maximum context tokens |
strategy | ContextStrategy | Context strategy |
include_system | bool | Include system messages |
include_tools | bool | Include tool results |
Source
View on GitHub
praisonai/src/parity/specialized.rs at line 19
