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.

CachingPreset

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

Fields

NameTypeDescription
enabledboolEnable caching
prompt_cachingboolEnable prompt caching
ttl_secsOption<u64>Cache TTL in seconds

Source

View on GitHub

praisonai/src/presets.rs at line 718