You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,22 +59,20 @@ export class GetEnvironmentInfoTool implements LanguageModelTool<IResourceRefere
60
59
}
61
60
62
61
letpackages='';
63
-
if(useEnvExtension()&&isPrivateApiRegistered()){
64
-
try{
65
-
constpkgs=awaitlistPackages(resourcePath,token);
66
-
if(pkgs&&pkgs.length>0){
67
-
// Installed Python packages, each in the format <name> or <name> (<version>). The version may be omitted if unknown. Returns an empty array if no packages are installed.
68
-
constresponse=[
69
-
'Below is a list of the Python packages, each in the format <name> or <name> (<version>). The version may be omitted if unknown: ',
// Installed Python packages, each in the format <name> or <name> (<version>). The version may be omitted if unknown. Returns an empty array if no packages are installed.
68
+
constresponse=[
69
+
'Below is a list of the Python packages, each in the format <name> or <name> (<version>). The version may be omitted if unknown: ',
0 commit comments