Skip to content

Commit f826ad4

Browse files
authored
Remove Intent assignment in CopilotRequest (#7177)
1 parent 88c27a6 commit f826ad4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/NuGet.Clients/NuGet.Tools/FixVulnerablitiesService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public async Task LaunchFixVulnerabilitiesAsync(CancellationToken cancellationTo
9393
// Requests from this session will be visible in the Chat window
9494
CopilotRequest request = new(Resources.Prompt_FixNuGetPackageVulnerabilities)
9595
{
96-
Intent = CopilotIntent.None,
9796
Guidance = "Use absolute paths when invoking MCP Tools.",
9897
DirectedResponders = [new(AgentModeResponderServiceMoniker, new(CopilotDescriptors.CurrentResponderVersion))]
9998
};

0 commit comments

Comments
 (0)