Skip to content

Commit

Permalink
React to breaking changes in lmTools API (#12838)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmorran authored Oct 14, 2024
1 parent 05c9176 commit a4998ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit a4998ed

Please sign in to comment.