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