1 write to _agentInitCommand
aspire (1)
Commands\InitCommand.cs (1)
103
_agentInitCommand
= agentInitCommand;
2 references to _agentInitCommand
aspire (2)
Commands\InitCommand.cs (2)
150
return await
_agentInitCommand
.PromptAndChainAsync(_hostEnvironment, InteractionService, polyglotResult, _executionContext.WorkingDirectory, cancellationToken);
184
return await
_agentInitCommand
.PromptAndChainAsync(_hostEnvironment, InteractionService, initResult, workspaceRoot, cancellationToken);