We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c27a6 commit f826ad4Copy full SHA for f826ad4
1 file changed
src/NuGet.Clients/NuGet.Tools/FixVulnerablitiesService.cs
@@ -93,7 +93,6 @@ public async Task LaunchFixVulnerabilitiesAsync(CancellationToken cancellationTo
93
// Requests from this session will be visible in the Chat window
94
CopilotRequest request = new(Resources.Prompt_FixNuGetPackageVulnerabilities)
95
{
96
- Intent = CopilotIntent.None,
97
Guidance = "Use absolute paths when invoking MCP Tools.",
98
DirectedResponders = [new(AgentModeResponderServiceMoniker, new(CopilotDescriptors.CurrentResponderVersion))]
99
};
0 commit comments