| 9 | |
| 10 | #[derive(Debug, Serialize, Deserialize, Clone)] |
| 11 | pub struct Message { |
| 12 | pub role: String, |
| 13 | pub content: String, |
| 14 | } |
| 15 | |
| 16 | // ── Tokio runtime for async-to-sync bridge ─────────────────────────── |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected