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