This commit is contained in:
easong-openai
2025-10-30 00:59:25 -07:00
parent b0bdc04c30
commit e302d33c4e
20 changed files with 818 additions and 11 deletions

View File

@@ -136,6 +136,10 @@ pub enum Op {
/// Updated reasoning summary preference (honored only for reasoning-capable models).
#[serde(skip_serializing_if = "Option::is_none")]
summary: Option<ReasoningSummaryConfig>,
/// Toggle the availability of the Responses `web_search` tool for subsequent turns.
#[serde(skip_serializing_if = "Option::is_none")]
include_web_search_request: Option<bool>,
},
/// Approve a command execution