Skip to content

Commit 088f08a

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent 5ce91c2 commit 088f08a

193 files changed

Lines changed: 3 additions & 196 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.CreateMessage.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ partial void ProcessCreateMessageResponseContent(
185185
}
186186
}
187187
}
188-
189188
/// <summary>
190189
/// Create a message.
191190
/// </summary>

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
@@ -194,7 +194,6 @@ partial void ProcessCreateRunResponseContent(
194194
}
195195
}
196196
}
197-
198197
/// <summary>
199198
/// Create a run.
200199
/// </summary>

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
@@ -179,7 +179,6 @@ partial void ProcessCreateThreadResponseContent(
179179
}
180180
}
181181
}
182-
183182
/// <summary>
184183
/// Create a thread.
185184
/// </summary>

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
@@ -179,7 +179,6 @@ partial void ProcessCreateThreadAndRunResponseContent(
179179
}
180180
}
181181
}
182-
183182
/// <summary>
184183
/// Create a thread and run it in one request.
185184
/// </summary>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ partial void ProcessModifyMessageResponseContent(
191191
}
192192
}
193193
}
194-
195194
/// <summary>
196195
/// Modifies a message.
197196
/// </summary>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ partial void ProcessModifyRunResponseContent(
191191
}
192192
}
193193
}
194-
195194
/// <summary>
196195
/// Modifies a run.
197196
/// </summary>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ partial void ProcessModifyThreadResponseContent(
185185
}
186186
}
187187
}
188-
189188
/// <summary>
190189
/// Modifies a thread.
191190
/// </summary>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
191191
}
192192
}
193193
}
194-
195194
/// <summary>
196195
/// When a run has the `status: "requires_action"` and `required_action.type` is `submit_tool_outputs`, this endpoint can be used to submit the outputs from the tool calls once they're all completed. All outputs must be submitted in a single request.
197196
/// </summary>

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.CreateSpeech.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ partial void ProcessCreateSpeechResponse(
152152
yield return __streamedResponse;
153153
}
154154
}
155-
156155
/// <summary>
157156
/// Generates audio from the input text.<br/>
158157
/// Returns the audio file content, or a stream of audio events.

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.CreateTranscription.g.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ partial void ProcessCreateTranscriptionResponseContent(
276276
}
277277
}
278278
}
279-
280279
/// <summary>
281280
/// Transcribes audio into the input language.<br/>
282281
/// Returns a transcription object in `json`, `diarized_json`, or `verbose_json`<br/>

0 commit comments

Comments
 (0)