| 1 | // serde_json::json! macro internally uses .unwrap() in its expansion. |
| 2 | // This module uses json! extensively for OpenAI API payloads — allowing at module level |
| 3 | // to avoid repetitive per-call annotations. Manual unwrap/expect calls are still forbidden. |
| 4 | #![allow(clippy::disallowed_methods)] |
nothing calls this directly
no outgoing calls
no test coverage detected