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