mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
rebase
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user