Skip to main content

ContextPreset

Defined in the presets module.
Rust AI Agent SDK Context preset configuration

Fields

NameTypeDescription
max_tokensusizeMaximum context tokens
strategyStringContext window strategy
include_systemboolInclude system prompt in context
include_toolsboolInclude tool results in context

Source

View on GitHub

praisonai/src/presets.rs at line 587