2 references to Error
Aspire.Dashboard (2)
Model\Assistant\AssistantChatViewModel.cs (2)
648if (errorResponse?.Error?.StartsWith(Prefix, StringComparison.InvariantCulture) ?? false) 650errorMessage = errorResponse.Error[Prefix.Length..];