feat(llm): pass strict through tool definitions for Codex parity (#33392)
This commit is contained in:
@@ -1314,6 +1314,7 @@ describe("session.llm.stream", () => {
|
||||
type: "function",
|
||||
name: "lookup",
|
||||
description: "Lookup data",
|
||||
strict: false,
|
||||
parameters: {
|
||||
type: "object",
|
||||
properties: { query: { type: "string" } },
|
||||
@@ -1402,6 +1403,7 @@ describe("session.llm.stream", () => {
|
||||
type: "function",
|
||||
name: "lookup",
|
||||
description: "Lookup data",
|
||||
strict: false,
|
||||
parameters: {
|
||||
type: "object",
|
||||
properties: { query: { type: "string" } },
|
||||
|
||||
Reference in New Issue
Block a user