Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ partial void ProcessCreateMessageResponseContent(
}
}
}

/// <summary>
/// Create a message.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ partial void ProcessCreateRunResponseContent(
}
}
}

/// <summary>
/// Create a run.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessCreateThreadResponseContent(
}
}
}

/// <summary>
/// Create a thread.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessCreateThreadAndRunResponseContent(
}
}
}

/// <summary>
/// Create a thread and run it in one request.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ partial void ProcessModifyMessageResponseContent(
}
}
}

/// <summary>
/// Modifies a message.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ partial void ProcessModifyRunResponseContent(
}
}
}

/// <summary>
/// Modifies a run.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ partial void ProcessModifyThreadResponseContent(
}
}
}

/// <summary>
/// Modifies a thread.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
}
}
}

/// <summary>
/// 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.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ partial void ProcessCreateSpeechResponse(
yield return __streamedResponse;
}
}

/// <summary>
/// Generates audio from the input text.<br/>
/// Returns the audio file content, or a stream of audio events.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ partial void ProcessCreateTranscriptionResponseContent(
}
}
}

/// <summary>
/// Transcribes audio into the input language.<br/>
/// Returns a transcription object in `json`, `diarized_json`, or `verbose_json`<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ partial void ProcessCreateTranscriptionAsStreamResponse(
yield return __streamedResponse;
}
}

/// <summary>
/// Transcribes audio into the input language.<br/>
/// Returns a transcription object in `json`, `diarized_json`, or `verbose_json`<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ partial void ProcessCreateTranslationResponseContent(
}
}
}

/// <summary>
/// Translates audio into English.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ partial void ProcessCreateVoiceResponseContent(
}
}
}

/// <summary>
/// Creates a custom voice.<br/>
/// Create a custom voice you can use for audio output (for example, in Text-to-Speech and the Realtime API). This requires an audio sample and a previously uploaded consent recording.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ partial void ProcessCreateVoiceConsentResponseContent(
}
}
}

/// <summary>
/// Upload a voice consent recording.<br/>
/// Upload a consent recording that authorizes creation of a custom voice.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ partial void ProcessUpdateVoiceConsentResponseContent(
}
}
}

/// <summary>
/// Updates a voice consent recording (metadata only).<br/>
/// Update consent recording metadata used for creating custom voices. This endpoint updates metadata only and does not replace the underlying audio.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessCreateBatchResponseContent(
}
}
}

/// <summary>
/// Creates and executes a batch from an uploaded file of requests
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
}
}
}

/// <summary>
/// Activate certificates at the organization level.<br/>
/// You can atomically and idempotently activate up to 10 certificates at a time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ partial void ProcessActivateProjectCertificatesResponseContent(
}
}
}

/// <summary>
/// Activate certificates at the project level.<br/>
/// You can atomically and idempotently activate up to 10 certificates at a time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
}
}
}

/// <summary>
/// Deactivate certificates at the organization level.<br/>
/// You can atomically and idempotently deactivate up to 10 certificates at a time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
}
}
}

/// <summary>
/// Deactivate certificates at the project level. You can atomically and <br/>
/// idempotently deactivate up to 10 certificates at a time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ partial void ProcessModifyCertificateResponseContent(
}
}
}

/// <summary>
/// Modify a certificate. Note that only the name can be modified.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ partial void ProcessUploadCertificateResponseContent(
}
}
}

/// <summary>
/// Upload a certificate to the organization. This does **not** automatically activate the certificate.<br/>
/// Organizations can upload up to 50 certificates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ partial void ProcessCreateChatCompletionResponseContent(
}
}
}

/// <summary>
/// **Starting a new project?** We recommend trying [Responses](/docs/api-reference/responses)<br/>
/// to take advantage of the latest OpenAI platform features. Compare<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ partial void ProcessCreateChatCompletionAsStreamResponse(
yield return __streamedResponse;
}
}

/// <summary>
/// **Starting a new project?** We recommend trying [Responses](/docs/api-reference/responses)<br/>
/// to take advantage of the latest OpenAI platform features. Compare<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ partial void ProcessUpdateChatCompletionResponseContent(
}
}
}

/// <summary>
/// Modify a stored chat completion. Only Chat Completions that have been<br/>
/// created with the `store` parameter set to `true` can be modified. Currently,<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ partial void ProcessCreateCompletionResponseContent(
}
}
}

/// <summary>
/// Creates a completion for the provided prompt and parameters.<br/>
/// Returns a completion object, or a sequence of completion objects if the request is streamed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessCreateConversationResponseContent(
}
}
}

/// <summary>
/// Create a conversation.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ partial void ProcessCreateConversationItemsResponseContent(
}
}
}

/// <summary>
/// Create items in a conversation with the given ID.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ partial void ProcessUpdateConversationResponseContent(
}
}
}

/// <summary>
/// Update a conversation
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessCreateEmbeddingResponseContent(
}
}
}

/// <summary>
/// Creates an embedding vector representing the input text.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ partial void ProcessCreateEvalResponseContent(
}
}
}

/// <summary>
/// Create the structure of an evaluation that can be used to test a model's performance.<br/>
/// An evaluation is a set of testing criteria and the config for a data source, which dictates the schema of the data used in the evaluation. After creating an evaluation, you can run it on different models and model parameters. We support several types of graders and datasources.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ partial void ProcessCreateEvalRunResponseContent(
}
}
}

/// <summary>
/// Kicks off a new run for a given evaluation, specifying the data source, and what model configuration to use to test. The datasource will be validated against the schema specified in the config of the evaluation.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ partial void ProcessUpdateEvalResponseContent(
}
}
}

/// <summary>
/// Update certain properties of an evaluation.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ partial void ProcessCreateFileResponseContent(
}
}
}

/// <summary>
/// Upload a file that can be used across various endpoints. Individual files<br/>
/// can be up to 512 MB, and each project can store up to 2.5 TB of files in<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
}
}
}

/// <summary>
/// **NOTE:** Calling this endpoint requires an [admin API key](../admin-api-keys).<br/>
/// This enables organization owners to share fine-tuned models with other projects in their organization.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ partial void ProcessCreateFineTuningJobResponseContent(
}
}
}

/// <summary>
/// Creates a fine-tuning job which begins the process of creating a new model from a given dataset.<br/>
/// Response includes details of the enqueued job including job status and the name of the fine-tuned models once complete.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessRunGraderResponseContent(
}
}
}

/// <summary>
/// Run a grader.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessValidateGraderResponseContent(
}
}
}

/// <summary>
/// Validate a grader.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ partial void ProcessAssignGroupRoleResponseContent(
}
}
}

/// <summary>
/// Assigns an organization role to a group within the organization.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ partial void ProcessAddGroupUserResponseContent(
}
}
}

/// <summary>
/// Adds a user to a group.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ partial void ProcessCreateGroupResponseContent(
}
}
}

/// <summary>
/// Creates a new group in the organization.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ partial void ProcessUpdateGroupResponseContent(
}
}
}

/// <summary>
/// Updates a group's information.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public partial interface IAssistantsClient

global::tryAGI.OpenAI.CreateMessageRequest request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Create a message.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public partial interface IAssistantsClient
global::tryAGI.OpenAI.CreateRunRequest request,
global::System.Collections.Generic.IList<global::tryAGI.OpenAI.CreateRunIncludeItem>? include = default,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Create a run.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public partial interface IAssistantsClient

global::tryAGI.OpenAI.CreateThreadRequest request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Create a thread.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public partial interface IAssistantsClient

global::tryAGI.OpenAI.CreateThreadAndRunRequest request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Create a thread and run it in one request.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public partial interface IAssistantsClient

global::tryAGI.OpenAI.ModifyMessageRequest request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Modifies a message.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public partial interface IAssistantsClient

global::tryAGI.OpenAI.ModifyRunRequest request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Modifies a run.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public partial interface IAssistantsClient

global::tryAGI.OpenAI.ModifyThreadRequest request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Modifies a thread.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public partial interface IAssistantsClient

global::tryAGI.OpenAI.SubmitToolOutputsRunRequest request,
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// 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.
/// </summary>
Expand Down
Loading