4 references to Success
Aspire.Hosting.Foundry (3)
HostedAgent\HostedAgentBuilderExtension.cs (2)
376return CommandResults.Success( 389return CommandResults.Success(
PromptAgent\PromptAgentBuilderExtensions.cs (1)
99return CommandResults.Success("Agent response received.", response.Value.GetOutputText(), CommandResultFormat.Markdown, displayImmediately: true);
Aspire.Hosting.Tests (1)
ResourceCommandServiceTests.cs (1)
1675var result = CommandResults.Success("Success.", "{\"key\": \"value\"}", CommandResultFormat.Json, displayImmediately: true);