1 write to _agentInitCommand
aspire (1)
Commands\NewCommand.cs (1)
87
_agentInitCommand
= agentInitCommand;
1 reference to _agentInitCommand
aspire (1)
Commands\NewCommand.cs (1)
277
var exitCode = await
_agentInitCommand
.PromptAndChainAsync(_hostEnvironment, InteractionService, templateResult.ExitCode, workspaceRoot, cancellationToken);