Skip to content

Commit 25420ce

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#300)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent 96ac52f commit 25420ce

237 files changed

Lines changed: 248 additions & 287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CancelARun.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ partial void ProcessCancelARunResponseContent(
136136
try
137137
{
138138
__response.EnsureSuccessStatusCode();
139-
140139
using var __content = await __response.Content.ReadAsStreamAsync(
141140
#if NET5_0_OR_GREATER
142141
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CreateMessage.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ partial void ProcessCreateMessageResponseContent(
145145
try
146146
{
147147
__response.EnsureSuccessStatusCode();
148-
149148
using var __content = await __response.Content.ReadAsStreamAsync(
150149
#if NET5_0_OR_GREATER
151150
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CreateRun.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ partial void ProcessCreateRunResponseContent(
154154
try
155155
{
156156
__response.EnsureSuccessStatusCode();
157-
158157
using var __content = await __response.Content.ReadAsStreamAsync(
159158
#if NET5_0_OR_GREATER
160159
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CreateThread.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ partial void ProcessCreateThreadResponseContent(
139139
try
140140
{
141141
__response.EnsureSuccessStatusCode();
142-
143142
using var __content = await __response.Content.ReadAsStreamAsync(
144143
#if NET5_0_OR_GREATER
145144
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CreateThreadAndRun.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ partial void ProcessCreateThreadAndRunResponseContent(
139139
try
140140
{
141141
__response.EnsureSuccessStatusCode();
142-
143142
using var __content = await __response.Content.ReadAsStreamAsync(
144143
#if NET5_0_OR_GREATER
145144
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.DeleteMessage.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ partial void ProcessDeleteMessageResponseContent(
136136
try
137137
{
138138
__response.EnsureSuccessStatusCode();
139-
140139
using var __content = await __response.Content.ReadAsStreamAsync(
141140
#if NET5_0_OR_GREATER
142141
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.DeleteThread.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ partial void ProcessDeleteThreadResponseContent(
130130
try
131131
{
132132
__response.EnsureSuccessStatusCode();
133-
134133
using var __content = await __response.Content.ReadAsStreamAsync(
135134
#if NET5_0_OR_GREATER
136135
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ partial void ProcessListMessagesResponseContent(
171171
try
172172
{
173173
__response.EnsureSuccessStatusCode();
174-
175174
using var __content = await __response.Content.ReadAsStreamAsync(
176175
#if NET5_0_OR_GREATER
177176
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRunSteps.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ partial void ProcessListRunStepsResponseContent(
177177
try
178178
{
179179
__response.EnsureSuccessStatusCode();
180-
181180
using var __content = await __response.Content.ReadAsStreamAsync(
182181
#if NET5_0_OR_GREATER
183182
cancellationToken

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRuns.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ partial void ProcessListRunsResponseContent(
164164
try
165165
{
166166
__response.EnsureSuccessStatusCode();
167-
168167
using var __content = await __response.Content.ReadAsStreamAsync(
169168
#if NET5_0_OR_GREATER
170169
cancellationToken

0 commit comments

Comments
 (0)