| 51 | #[derive(Debug, Serialize, Deserialize)] |
| 52 | #[serde(untagged)] |
| 53 | pub enum MessageContentData { |
| 54 | Text { text: String }, |
| 55 | Thinking { thinking: String, signature: String }, |
| 56 | } |
| 57 | |
| 58 | #[derive(Debug, Serialize, Deserialize)] |
| 59 | pub struct UserState { |
nothing calls this directly
no outgoing calls
no test coverage detected