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