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
