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