From a4998ed84a79a4475854dd3a40fecb18cc3832fc Mon Sep 17 00:00:00 2001 From: Ben McMorran Date: Mon, 14 Oct 2024 11:59:51 -0700 Subject: [PATCH] React to breaking changes in lmTools API (#12838) --- Extension/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Extension/package.json b/Extension/package.json index 60cdf0019e..6a15e8bf24 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -6444,10 +6444,10 @@ ], "languageModelTools": [ { - "id": "cpptools-lmtool-configuration", - "name": "cpp", + "name": "cpptools-lmtool-configuration", + "toolReferenceName": "cpp", "displayName": "%c_cpp.languageModelTools.configuration.displayName%", - "canBeInvokedManually": true, + "canBeReferencedInPrompt": true, "userDescription": "%c_cpp.languageModelTools.configuration.userDescription%", "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).", "icon": "$(file-code)",