From ad20ab295b66894f4e66e8dd6ac8f86c695400ca Mon Sep 17 00:00:00 2001 From: fbauer Date: Tue, 7 Jul 2026 16:12:15 -0700 Subject: [PATCH] fix: increase tool schema compaction threshold --- codex-rs/tools/src/json_schema.rs | 2 +- codex-rs/tools/src/json_schema_tests.rs | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/codex-rs/tools/src/json_schema.rs b/codex-rs/tools/src/json_schema.rs index acffb78b1169..7c9edd08e167 100644 --- a/codex-rs/tools/src/json_schema.rs +++ b/codex-rs/tools/src/json_schema.rs @@ -219,7 +219,7 @@ fn deserialize_tool_input_schema(input_schema: JsonValue) -> Result serde_json::Map