We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e3a6c commit 84ac365Copy full SHA for 84ac365
src/core/prompts/tools/native-tools/browser_action.ts
@@ -22,7 +22,7 @@ export default {
22
function: {
23
name: "browser_action",
24
description: BROWSER_ACTION_DESCRIPTION,
25
- strict: true,
+ strict: false,
26
parameters: {
27
type: "object",
28
properties: {
@@ -48,7 +48,6 @@ export default {
48
description: TEXT_PARAMETER_DESCRIPTION,
49
},
50
51
- required: ["action"],
52
additionalProperties: false,
53
54
0 commit comments