This commit is contained in:
Ahmed Ibrahim
2025-08-04 22:54:21 -07:00
parent 1042b63e00
commit d4fea0b41c

View File

@@ -138,7 +138,7 @@ pub enum ReasoningItemReasoningSummary {
SummaryText { text: String },
}
#[derive(Debug, Clone, Serialize, Deserialize)]
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
#[serde(tag = "type", rename_all = "snake_case")]
pub enum ReasoningItemContent {
ReasoningText { text: String },