Skip to content

Commit b137df0

Browse files
benmcmorransean-mcmanus
authored andcommitted
React to breaking changes in lmTools API (#12838)
1 parent 827db55 commit b137df0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6444,10 +6444,10 @@
64446444
],
64456445
"languageModelTools": [
64466446
{
6447-
"id": "cpptools-lmtool-configuration",
6448-
"name": "cpp",
6447+
"name": "cpptools-lmtool-configuration",
6448+
"toolReferenceName": "cpp",
64496449
"displayName": "%c_cpp.languageModelTools.configuration.displayName%",
6450-
"canBeInvokedManually": true,
6450+
"canBeReferencedInPrompt": true,
64516451
"userDescription": "%c_cpp.languageModelTools.configuration.userDescription%",
64526452
"modelDescription": "For the active C or C++ file, this tool provides: the language (C, C++, or CUDA), the language standard version (such as C++11, C++14, C++17, or C++20), the compiler (such as GCC, Clang, or MSVC), the target platform (such as x86, x64, or ARM), and the target architecture (such as 32-bit or 64-bit).",
64536453
"icon": "$(file-code)",

0 commit comments

Comments
 (0)