pub const CACHE_BOUNDARY: &str = "\n<!-- CACHE_BOUNDARY -->\n";Expand description
Cache boundary marker for API caching
This marker indicates where cached content ends and dynamic content begins. APIs like Claude can use this for prompt prefix caching.