mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
Add approved dynamic tool arguments steering
This commit is contained in:
@@ -29,6 +29,7 @@ pub struct DynamicToolCallRequest {
|
||||
pub struct DynamicToolResponse {
|
||||
pub content_items: Vec<DynamicToolCallOutputContentItem>,
|
||||
pub success: bool,
|
||||
pub approved_arguments: Option<JsonValue>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, JsonSchema, TS)]
|
||||
|
||||
Reference in New Issue
Block a user