Skip to content

Commit b691e35

Browse files
committed
chore: update xml comment
1 parent 13d5a97 commit b691e35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
namespace Cnblogs.DashScope.Core;
22

3+
/// <summary>
4+
/// Represents an error response from DashScope compatible-mode API.
5+
/// </summary>
6+
/// <param name="Error">Error detail.</param>
37
public record OpenAiErrorResponse(OpenAiError Error);

test/Cnblogs.DashScope.Sdk.UnitTests/ErrorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public async Task Error_OpenAiCompatibleError_ExceptionAsync()
8585
{
8686
// Arrange
8787
var testCase = Snapshots.Error.UploadErrorNoSse;
88-
var (client, handler) = await Sut.GetTestClientAsync(false, testCase);
88+
var (client, _) = await Sut.GetTestClientAsync(false, testCase);
8989

9090
// Act
9191
var act = async () => await client.UploadFileAsync(

0 commit comments

Comments
 (0)