(text: &str)
| 905 | } |
| 906 | |
| 907 | fn json_text_block(text: &str) -> Value { |
| 908 | json!({ |
| 909 | "type": "text", |
| 910 | "text": text, |
| 911 | }) |
| 912 | } |
| 913 | |
| 914 | fn apply_magic_string_cache_control_triggers(body: &mut Value) { |
| 915 | canonicalize_claude_body(body); |
no outgoing calls
no test coverage detected