feat(llm): pass strict through tool definitions for Codex parity (#33392)

This commit is contained in:
Aiden Cline
2026-06-25 16:28:39 -05:00
committed by GitHub
parent d7bf7604f7
commit cd29e7b797
10 changed files with 31 additions and 9 deletions
@@ -115,6 +115,7 @@ describe("OpenAI Responses route", () => {
type: "function",
name: "read",
description: "Read a path or resource.",
strict: false,
parameters: {
type: "object",
properties: {