| 71 | |
| 72 | #[derive(Debug, Serialize, Deserialize)] |
| 73 | pub struct MessageState { |
| 74 | #[serde(rename = "type")] |
| 75 | pub state_type: String, |
| 76 | #[serde(rename = "stopReason")] |
| 77 | pub stop_reason: String, |
| 78 | } |
| 79 | |
| 80 | #[derive(Debug, Serialize, Deserialize)] |
| 81 | pub struct MessageUsage { |
nothing calls this directly
no outgoing calls
no test coverage detected