3 instantiations of AgentInitExecutionResult
aspire (3)
Commands\AgentInitCommand.cs (3)
110return new(previousResultExitCode, [], []); 126return new(CliExitCodes.Success, [], []); 476return new(
8 references to AgentInitExecutionResult
aspire (5)
Commands\AgentInitCommand.cs (3)
98internal async Task<AgentInitExecutionResult> PromptAndChainAsync( 137var result = await ExecuteAgentInitAsync(workspaceRoot, ExcludeOneTimeSetupSkillsFromDefaults, skillLocationsBinding, skillsBinding, cancellationToken); 197private async Task<AgentInitExecutionResult> ExecuteAgentInitAsync(
Commands\InitCommand.cs (1)
166var agentInitResult = await _agentInitCommand.PromptAndChainAsync(
Commands\NewCommand.cs (1)
603var agentInitResult = await _agentInitCommand.PromptAndChainAsync(InteractionService, templateResult.ExitCode, workspaceRoot, agentInitBinding, skillLocationsBinding, skillsBinding, AgentInitCommand.ExcludeOneTimeSetupSkillsFromDefaults, cancellationToken);
Aspire.Cli.Tests (3)
Commands\AgentInitCommandTests.cs (3)
672var result = await command.PromptAndChainAsync( 706var result = await command.PromptAndChainAsync( 738var result = await command.PromptAndChainAsync(