2 references to UriExpression
Aspire.Hosting.Foundry (2)
FoundryResource.cs (2)
128
yield return new("Uri",
UriExpression
);
130
yield return new("AIInferenceUri", IsEmulator ?
UriExpression
: ReferenceExpression.Create($"{AIFoundryApiEndpoint}models"));