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