5 references to PromptAndChainAsync
aspire (2)
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
(