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
returnnewLanguageModelToolResult([newLanguageModelTextPart(`Command \`${options.input.name}\` exists, but its preconditions are not currently met. Ask the user to try running it manually via the command palette.`)]);
44
+
}else{
45
+
returnnewLanguageModelToolResult([newLanguageModelTextPart(`Failed to find command \`${options.input.name}\`.`)]);
0 commit comments