3 references to PromptAndChainAsync
aspire (3)
Commands\InitCommand.cs (2)
152
return await _agentInitCommand.
PromptAndChainAsync
(_hostEnvironment, InteractionService, polyglotResult, _executionContext.WorkingDirectory, cancellationToken);
186
return await _agentInitCommand.
PromptAndChainAsync
(_hostEnvironment, InteractionService, initResult, workspaceRoot, cancellationToken);
Commands\NewCommand.cs (1)
277
var exitCode = await _agentInitCommand.
PromptAndChainAsync
(_hostEnvironment, InteractionService, templateResult.ExitCode, workspaceRoot, cancellationToken);