Skip to content

Commit

Permalink
Add explicit | undefined for LanguageModelChatTool
Browse files Browse the repository at this point in the history
Fixes #241285

This property can either be unset of set to undefined
  • Loading branch information
mjbvz committed Feb 21, 2025
1 parent d21e43e commit 1a5a854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode-dts/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20121,7 +20121,7 @@ declare module 'vscode' {
/**
* A JSON schema for the input this tool accepts.
*/
inputSchema?: object;
inputSchema?: object | undefined;
}

/**
Expand Down

0 comments on commit 1a5a854

Please sign in to comment.