3 instantiations of SkillInstallResult
aspire (3)
Commands\AgentInitCommand.cs (3)
698
return
new
(Succeeded: true, UpdatedSkill: null);
702
return
new
(Succeeded: true, new InstalledSkillSummaryItem(skill.Name, displayLocation));
708
return
new
(Succeeded: false, UpdatedSkill: null);
2 references to SkillInstallResult
aspire (2)
Commands\AgentInitCommand.cs (2)
333
var
installResult = await InstallSkillAsync(
658
private async Task<
SkillInstallResult
> InstallSkillAsync(