mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix(core): preserve tool_params for elicitations (#14769)
- [x] Preserve tool_params keys.
This commit is contained in:
@@ -1039,6 +1039,7 @@ fn build_mcp_tool_approval_display_params(
|
||||
|(name, value)| crate::mcp_tool_approval_templates::RenderedMcpToolApprovalParam {
|
||||
name: name.clone(),
|
||||
value: value.clone(),
|
||||
display_name: name.clone(),
|
||||
},
|
||||
)
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
Reference in New Issue
Block a user