Skip to content

Commit e910980

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent d79c577 commit e910980

9 files changed

+9
-9
lines changed

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.CreateProjectServiceAccount.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ partial void ProcessCreateProjectServiceAccountResponseContent(
115115
}
116116

117117
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
118-
message: __response.ReasonPhrase ?? string.Empty,
118+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
119119
statusCode: __response.StatusCode)
120120
{
121121
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.CreateProjectUser.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ partial void ProcessCreateProjectUserResponseContent(
115115
}
116116

117117
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
118-
message: __response.ReasonPhrase ?? string.Empty,
118+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
119119
statusCode: __response.StatusCode)
120120
{
121121
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.DeleteProjectApiKey.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ partial void ProcessDeleteProjectApiKeyResponseContent(
107107
}
108108

109109
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
110-
message: __response.ReasonPhrase ?? string.Empty,
110+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
111111
statusCode: __response.StatusCode)
112112
{
113113
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.DeleteProjectUser.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ partial void ProcessDeleteProjectUserResponseContent(
107107
}
108108

109109
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
110-
message: __response.ReasonPhrase ?? string.Empty,
110+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
111111
statusCode: __response.StatusCode)
112112
{
113113
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectServiceAccounts.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ partial void ProcessListProjectServiceAccountsResponseContent(
119119
}
120120

121121
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
122-
message: __response.ReasonPhrase ?? string.Empty,
122+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
123123
statusCode: __response.StatusCode)
124124
{
125125
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectUsers.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ partial void ProcessListProjectUsersResponseContent(
119119
}
120120

121121
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
122-
message: __response.ReasonPhrase ?? string.Empty,
122+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
123123
statusCode: __response.StatusCode)
124124
{
125125
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ModifyProject.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ partial void ProcessModifyProjectResponseContent(
115115
}
116116

117117
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
118-
message: __response.ReasonPhrase ?? string.Empty,
118+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
119119
statusCode: __response.StatusCode)
120120
{
121121
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ModifyProjectUser.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ partial void ProcessModifyProjectUserResponseContent(
121121
}
122122

123123
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
124-
message: __response.ReasonPhrase ?? string.Empty,
124+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
125125
statusCode: __response.StatusCode)
126126
{
127127
ResponseBody = __content_400,

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.UpdateProjectRateLimits.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ partial void ProcessUpdateProjectRateLimitsResponseContent(
121121
}
122122

123123
throw new global::tryAGI.OpenAI.ApiException<global::tryAGI.OpenAI.ErrorResponse>(
124-
message: __response.ReasonPhrase ?? string.Empty,
124+
message: __content_400 ?? __response.ReasonPhrase ?? string.Empty,
125125
statusCode: __response.StatusCode)
126126
{
127127
ResponseBody = __content_400,

0 commit comments

Comments
 (0)