8 references to UriPart
Aspire.Dashboard (5)
Components\Dialogs\GenAIVisualizerDialog.razor.cs (1)
310
case
UriPart
uriPart:
Model\GenAI\GenAIItemPartViewModel.cs (1)
99
if (p is
UriPart
uriPart)
Model\GenAI\GenAIMessages.cs (2)
229
MessagePart.UriType => doc.RootElement.Deserialize<
UriPart
>(options),
300
[JsonSerializable(typeof(
UriPart
))]
Model\GenAI\GenAIVisualizerDialogViewModel.cs (1)
237
else if (partViewModel.MessagePart is
UriPart
uriPart)
Aspire.Dashboard.Tests (3)
Model\GenAIMessageParsingHelperTests.cs (3)
213
var
uriPart = Assert.IsType<
UriPart
>(Assert.Single(items));
309
part => Assert.IsType<
UriPart
>(part),