test: refresh base config schema snapshot

This commit is contained in:
Ayaan Zaidi 2026-03-28 13:25:37 +05:30
parent 8366c74ccd
commit 04a40b2613
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -1266,6 +1266,13 @@ export const GENERATED_BASE_CONFIG_SCHEMA = {
toolSchemaProfile: {
type: "string",
},
unsupportedToolSchemaKeywords: {
type: "array",
items: {
type: "string",
minLength: 1,
},
},
nativeWebSearchTool: {
type: "boolean",
},