3 instantiations of AgentInitExecutionResult
aspire (3)
Commands\AgentInitCommand.cs (3)
123
return
new
(previousResultExitCode, [], []);
139
return
new
(CliExitCodes.Success, [], []);
443
return
new
(
7 references to AgentInitExecutionResult
aspire (5)
Commands\AgentInitCommand.cs (3)
112
internal async Task<
AgentInitExecutionResult
> PromptAndChainAsync(
148
var
result = await ExecuteAgentInitAsync(workspaceRoot, skillLocationsBinding, skillsBinding, mcpBinding, cancellationToken);
182
private async Task<
AgentInitExecutionResult
> ExecuteAgentInitAsync(
Commands\InitCommand.cs (1)
181
var
agentInitResult = await _agentInitCommand.PromptAndChainAsync(
Commands\NewCommand.cs (1)
604
var
agentInitResult = await _agentInitCommand.PromptAndChainAsync(
Aspire.Cli.Tests (2)
Commands\AgentInitCommandTests.cs (2)
669
var
result = await command.PromptAndChainAsync(
702
var
result = await command.PromptAndChainAsync(