Skip to content

Commit

Permalink
Merge pull request #241502 from mjbvz/frantic-crayfish
Browse files Browse the repository at this point in the history
Add explicit `| undefined` for `LanguageModelChatTool`
  • Loading branch information
mjbvz authored Feb 25, 2025
2 parents 4f68d9e + 1a5a854 commit a8df977
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 a8df977

Please sign in to comment.