diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CancelRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CancelARun.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CancelRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CancelARun.g.cs
index a0f0c4b2..7fbd39d9 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CancelRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.CancelARun.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class AssistantsClient
{
- partial void PrepareCancelRunArguments(
+ partial void PrepareCancelARunArguments(
global::System.Net.Http.HttpClient httpClient,
ref string threadId,
ref string runId);
- partial void PrepareCancelRunRequest(
+ partial void PrepareCancelARunRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string threadId,
string runId);
- partial void ProcessCancelRunResponse(
+ partial void ProcessCancelARunResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCancelRunResponseContent(
+ partial void ProcessCancelARunResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -30,14 +30,14 @@ partial void ProcessCancelRunResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CancelRunAsync(
+ public async global::System.Threading.Tasks.Task CancelARunAsync(
string threadId,
string runId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareCancelRunArguments(
+ PrepareCancelARunArguments(
httpClient: HttpClient,
threadId: ref threadId,
runId: ref runId);
@@ -73,7 +73,7 @@ partial void ProcessCancelRunResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareCancelRunRequest(
+ PrepareCancelARunRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
threadId: threadId,
@@ -87,7 +87,7 @@ partial void ProcessCancelRunResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessCancelRunResponse(
+ ProcessCancelARunResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -103,7 +103,7 @@ partial void ProcessCancelRunResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessCancelRunResponseContent(
+ ProcessCancelARunResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetMessage.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveMessage.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetMessage.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveMessage.g.cs
index e2f8fe40..7551d0dd 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetMessage.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveMessage.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class AssistantsClient
{
- partial void PrepareGetMessageArguments(
+ partial void PrepareRetrieveMessageArguments(
global::System.Net.Http.HttpClient httpClient,
ref string threadId,
ref string messageId);
- partial void PrepareGetMessageRequest(
+ partial void PrepareRetrieveMessageRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string threadId,
string messageId);
- partial void ProcessGetMessageResponse(
+ partial void ProcessRetrieveMessageResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetMessageResponseContent(
+ partial void ProcessRetrieveMessageResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -30,14 +30,14 @@ partial void ProcessGetMessageResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetMessageAsync(
+ public async global::System.Threading.Tasks.Task RetrieveMessageAsync(
string threadId,
string messageId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareGetMessageArguments(
+ PrepareRetrieveMessageArguments(
httpClient: HttpClient,
threadId: ref threadId,
messageId: ref messageId);
@@ -73,7 +73,7 @@ partial void ProcessGetMessageResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetMessageRequest(
+ PrepareRetrieveMessageRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
threadId: threadId,
@@ -87,7 +87,7 @@ partial void ProcessGetMessageResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetMessageResponse(
+ ProcessRetrieveMessageResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -103,7 +103,7 @@ partial void ProcessGetMessageResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetMessageResponseContent(
+ ProcessRetrieveMessageResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveRun.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveRun.g.cs
index c10619c3..b8033a7f 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveRun.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class AssistantsClient
{
- partial void PrepareGetRunArguments(
+ partial void PrepareRetrieveRunArguments(
global::System.Net.Http.HttpClient httpClient,
ref string threadId,
ref string runId);
- partial void PrepareGetRunRequest(
+ partial void PrepareRetrieveRunRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string threadId,
string runId);
- partial void ProcessGetRunResponse(
+ partial void ProcessRetrieveRunResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetRunResponseContent(
+ partial void ProcessRetrieveRunResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -30,14 +30,14 @@ partial void ProcessGetRunResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetRunAsync(
+ public async global::System.Threading.Tasks.Task RetrieveRunAsync(
string threadId,
string runId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareGetRunArguments(
+ PrepareRetrieveRunArguments(
httpClient: HttpClient,
threadId: ref threadId,
runId: ref runId);
@@ -73,7 +73,7 @@ partial void ProcessGetRunResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetRunRequest(
+ PrepareRetrieveRunRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
threadId: threadId,
@@ -87,7 +87,7 @@ partial void ProcessGetRunResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetRunResponse(
+ ProcessRetrieveRunResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -103,7 +103,7 @@ partial void ProcessGetRunResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetRunResponseContent(
+ ProcessRetrieveRunResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetRunStep.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveRunStep.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetRunStep.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveRunStep.g.cs
index 5be2335b..3f0495aa 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetRunStep.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveRunStep.g.cs
@@ -5,24 +5,24 @@ namespace tryAGI.OpenAI
{
public partial class AssistantsClient
{
- partial void PrepareGetRunStepArguments(
+ partial void PrepareRetrieveRunStepArguments(
global::System.Net.Http.HttpClient httpClient,
ref string threadId,
ref string runId,
ref string stepId,
global::System.Collections.Generic.IList? include);
- partial void PrepareGetRunStepRequest(
+ partial void PrepareRetrieveRunStepRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string threadId,
string runId,
string stepId,
global::System.Collections.Generic.IList? include);
- partial void ProcessGetRunStepResponse(
+ partial void ProcessRetrieveRunStepResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetRunStepResponseContent(
+ partial void ProcessRetrieveRunStepResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -36,7 +36,7 @@ partial void ProcessGetRunStepResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetRunStepAsync(
+ public async global::System.Threading.Tasks.Task RetrieveRunStepAsync(
string threadId,
string runId,
string stepId,
@@ -45,7 +45,7 @@ partial void ProcessGetRunStepResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareGetRunStepArguments(
+ PrepareRetrieveRunStepArguments(
httpClient: HttpClient,
threadId: ref threadId,
runId: ref runId,
@@ -86,7 +86,7 @@ partial void ProcessGetRunStepResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetRunStepRequest(
+ PrepareRetrieveRunStepRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
threadId: threadId,
@@ -102,7 +102,7 @@ partial void ProcessGetRunStepResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetRunStepResponse(
+ ProcessRetrieveRunStepResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -118,7 +118,7 @@ partial void ProcessGetRunStepResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetRunStepResponseContent(
+ ProcessRetrieveRunStepResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetThread.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveThread.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetThread.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveThread.g.cs
index f5e3dd30..8fa3309e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.GetThread.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.RetrieveThread.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class AssistantsClient
{
- partial void PrepareGetThreadArguments(
+ partial void PrepareRetrieveThreadArguments(
global::System.Net.Http.HttpClient httpClient,
ref string threadId);
- partial void PrepareGetThreadRequest(
+ partial void PrepareRetrieveThreadRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string threadId);
- partial void ProcessGetThreadResponse(
+ partial void ProcessRetrieveThreadResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetThreadResponseContent(
+ partial void ProcessRetrieveThreadResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -27,13 +27,13 @@ partial void ProcessGetThreadResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetThreadAsync(
+ public async global::System.Threading.Tasks.Task RetrieveThreadAsync(
string threadId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareGetThreadArguments(
+ PrepareRetrieveThreadArguments(
httpClient: HttpClient,
threadId: ref threadId);
@@ -68,7 +68,7 @@ partial void ProcessGetThreadResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetThreadRequest(
+ PrepareRetrieveThreadRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
threadId: threadId);
@@ -81,7 +81,7 @@ partial void ProcessGetThreadResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetThreadResponse(
+ ProcessRetrieveThreadResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -97,7 +97,7 @@ partial void ProcessGetThreadResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetThreadResponseContent(
+ ProcessRetrieveThreadResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.SubmitToolOuputsToRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.SubmitToolOutputsToRun.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.SubmitToolOuputsToRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.SubmitToolOutputsToRun.g.cs
index 70f9b861..366c3f8a 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.SubmitToolOuputsToRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.SubmitToolOutputsToRun.g.cs
@@ -5,22 +5,22 @@ namespace tryAGI.OpenAI
{
public partial class AssistantsClient
{
- partial void PrepareSubmitToolOuputsToRunArguments(
+ partial void PrepareSubmitToolOutputsToRunArguments(
global::System.Net.Http.HttpClient httpClient,
ref string threadId,
ref string runId,
global::tryAGI.OpenAI.SubmitToolOutputsRunRequest request);
- partial void PrepareSubmitToolOuputsToRunRequest(
+ partial void PrepareSubmitToolOutputsToRunRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string threadId,
string runId,
global::tryAGI.OpenAI.SubmitToolOutputsRunRequest request);
- partial void ProcessSubmitToolOuputsToRunResponse(
+ partial void ProcessSubmitToolOutputsToRunResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessSubmitToolOuputsToRunResponseContent(
+ partial void ProcessSubmitToolOutputsToRunResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -33,7 +33,7 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task SubmitToolOuputsToRunAsync(
+ public async global::System.Threading.Tasks.Task SubmitToolOutputsToRunAsync(
string threadId,
string runId,
@@ -44,7 +44,7 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareSubmitToolOuputsToRunArguments(
+ PrepareSubmitToolOutputsToRunArguments(
httpClient: HttpClient,
threadId: ref threadId,
runId: ref runId,
@@ -87,7 +87,7 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareSubmitToolOuputsToRunRequest(
+ PrepareSubmitToolOutputsToRunRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
threadId: threadId,
@@ -102,7 +102,7 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessSubmitToolOuputsToRunResponse(
+ ProcessSubmitToolOutputsToRunResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -118,7 +118,7 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessSubmitToolOuputsToRunResponseContent(
+ ProcessSubmitToolOutputsToRunResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -202,7 +202,7 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task SubmitToolOuputsToRunAsync(
+ public async global::System.Threading.Tasks.Task SubmitToolOutputsToRunAsync(
string threadId,
string runId,
global::System.Collections.Generic.IList toolOutputs,
@@ -215,7 +215,7 @@ partial void ProcessSubmitToolOuputsToRunResponseContent(
Stream = stream,
};
- return await SubmitToolOuputsToRunAsync(
+ return await SubmitToolOutputsToRunAsync(
threadId: threadId,
runId: runId,
request: __request,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.GetVoiceConsent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.RetrieveVoiceConsent.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.GetVoiceConsent.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.RetrieveVoiceConsent.g.cs
index eda9161b..00f82580 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.GetVoiceConsent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.RetrieveVoiceConsent.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class AudioClient
{
- partial void PrepareGetVoiceConsentArguments(
+ partial void PrepareRetrieveVoiceConsentArguments(
global::System.Net.Http.HttpClient httpClient,
ref string consentId);
- partial void PrepareGetVoiceConsentRequest(
+ partial void PrepareRetrieveVoiceConsentRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string consentId);
- partial void ProcessGetVoiceConsentResponse(
+ partial void ProcessRetrieveVoiceConsentResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetVoiceConsentResponseContent(
+ partial void ProcessRetrieveVoiceConsentResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -29,13 +29,13 @@ partial void ProcessGetVoiceConsentResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetVoiceConsentAsync(
+ public async global::System.Threading.Tasks.Task RetrieveVoiceConsentAsync(
string consentId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareGetVoiceConsentArguments(
+ PrepareRetrieveVoiceConsentArguments(
httpClient: HttpClient,
consentId: ref consentId);
@@ -70,7 +70,7 @@ partial void ProcessGetVoiceConsentResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetVoiceConsentRequest(
+ PrepareRetrieveVoiceConsentRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
consentId: consentId);
@@ -83,7 +83,7 @@ partial void ProcessGetVoiceConsentResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetVoiceConsentResponse(
+ ProcessRetrieveVoiceConsentResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -99,7 +99,7 @@ partial void ProcessGetVoiceConsentResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetVoiceConsentResponseContent(
+ ProcessRetrieveVoiceConsentResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateOrganizationCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateCertificatesForOrganization.g.cs
similarity index 91%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateOrganizationCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateCertificatesForOrganization.g.cs
index e63419fb..9bfaad6d 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateOrganizationCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateCertificatesForOrganization.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class CertificatesClient
{
- partial void PrepareActivateOrganizationCertificatesArguments(
+ partial void PrepareActivateCertificatesForOrganizationArguments(
global::System.Net.Http.HttpClient httpClient,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void PrepareActivateOrganizationCertificatesRequest(
+ partial void PrepareActivateCertificatesForOrganizationRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void ProcessActivateOrganizationCertificatesResponse(
+ partial void ProcessActivateCertificatesForOrganizationResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessActivateOrganizationCertificatesResponseContent(
+ partial void ProcessActivateCertificatesForOrganizationResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -28,7 +28,7 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ActivateOrganizationCertificatesAsync(
+ public async global::System.Threading.Tasks.Task ActivateCertificatesForOrganizationAsync(
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -37,7 +37,7 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareActivateOrganizationCertificatesArguments(
+ PrepareActivateCertificatesForOrganizationArguments(
httpClient: HttpClient,
request: request);
@@ -78,7 +78,7 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareActivateOrganizationCertificatesRequest(
+ PrepareActivateCertificatesForOrganizationRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
request: request);
@@ -91,7 +91,7 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessActivateOrganizationCertificatesResponse(
+ ProcessActivateCertificatesForOrganizationResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -107,7 +107,7 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessActivateOrganizationCertificatesResponseContent(
+ ProcessActivateCertificatesForOrganizationResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -187,7 +187,7 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ActivateOrganizationCertificatesAsync(
+ public async global::System.Threading.Tasks.Task ActivateCertificatesForOrganizationAsync(
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -196,7 +196,7 @@ partial void ProcessActivateOrganizationCertificatesResponseContent(
CertificateIds = certificateIds,
};
- return await ActivateOrganizationCertificatesAsync(
+ return await ActivateCertificatesForOrganizationAsync(
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateProjectCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateCertificatesForProject.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateProjectCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateCertificatesForProject.g.cs
index dd076110..ac613c2c 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateProjectCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ActivateCertificatesForProject.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class CertificatesClient
{
- partial void PrepareActivateProjectCertificatesArguments(
+ partial void PrepareActivateCertificatesForProjectArguments(
global::System.Net.Http.HttpClient httpClient,
ref string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void PrepareActivateProjectCertificatesRequest(
+ partial void PrepareActivateCertificatesForProjectRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void ProcessActivateProjectCertificatesResponse(
+ partial void ProcessActivateCertificatesForProjectResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessActivateProjectCertificatesResponseContent(
+ partial void ProcessActivateCertificatesForProjectResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -31,7 +31,7 @@ partial void ProcessActivateProjectCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ActivateProjectCertificatesAsync(
+ public async global::System.Threading.Tasks.Task ActivateCertificatesForProjectAsync(
string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
@@ -41,7 +41,7 @@ partial void ProcessActivateProjectCertificatesResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareActivateProjectCertificatesArguments(
+ PrepareActivateCertificatesForProjectArguments(
httpClient: HttpClient,
projectId: ref projectId,
request: request);
@@ -83,7 +83,7 @@ partial void ProcessActivateProjectCertificatesResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareActivateProjectCertificatesRequest(
+ PrepareActivateCertificatesForProjectRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
projectId: projectId,
@@ -97,7 +97,7 @@ partial void ProcessActivateProjectCertificatesResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessActivateProjectCertificatesResponse(
+ ProcessActivateCertificatesForProjectResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -113,7 +113,7 @@ partial void ProcessActivateProjectCertificatesResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessActivateProjectCertificatesResponseContent(
+ ProcessActivateCertificatesForProjectResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -194,7 +194,7 @@ partial void ProcessActivateProjectCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ActivateProjectCertificatesAsync(
+ public async global::System.Threading.Tasks.Task ActivateCertificatesForProjectAsync(
string projectId,
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -204,7 +204,7 @@ partial void ProcessActivateProjectCertificatesResponseContent(
CertificateIds = certificateIds,
};
- return await ActivateProjectCertificatesAsync(
+ return await ActivateCertificatesForProjectAsync(
projectId: projectId,
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateOrganizationCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateCertificatesForOrganization.g.cs
similarity index 91%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateOrganizationCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateCertificatesForOrganization.g.cs
index 18372cc7..59e876bb 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateOrganizationCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateCertificatesForOrganization.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class CertificatesClient
{
- partial void PrepareDeactivateOrganizationCertificatesArguments(
+ partial void PrepareDeactivateCertificatesForOrganizationArguments(
global::System.Net.Http.HttpClient httpClient,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void PrepareDeactivateOrganizationCertificatesRequest(
+ partial void PrepareDeactivateCertificatesForOrganizationRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void ProcessDeactivateOrganizationCertificatesResponse(
+ partial void ProcessDeactivateCertificatesForOrganizationResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDeactivateOrganizationCertificatesResponseContent(
+ partial void ProcessDeactivateCertificatesForOrganizationResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -28,7 +28,7 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeactivateOrganizationCertificatesAsync(
+ public async global::System.Threading.Tasks.Task DeactivateCertificatesForOrganizationAsync(
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -37,7 +37,7 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareDeactivateOrganizationCertificatesArguments(
+ PrepareDeactivateCertificatesForOrganizationArguments(
httpClient: HttpClient,
request: request);
@@ -78,7 +78,7 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareDeactivateOrganizationCertificatesRequest(
+ PrepareDeactivateCertificatesForOrganizationRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
request: request);
@@ -91,7 +91,7 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessDeactivateOrganizationCertificatesResponse(
+ ProcessDeactivateCertificatesForOrganizationResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -107,7 +107,7 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessDeactivateOrganizationCertificatesResponseContent(
+ ProcessDeactivateCertificatesForOrganizationResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -187,7 +187,7 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeactivateOrganizationCertificatesAsync(
+ public async global::System.Threading.Tasks.Task DeactivateCertificatesForOrganizationAsync(
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -196,7 +196,7 @@ partial void ProcessDeactivateOrganizationCertificatesResponseContent(
CertificateIds = certificateIds,
};
- return await DeactivateOrganizationCertificatesAsync(
+ return await DeactivateCertificatesForOrganizationAsync(
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateProjectCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateCertificatesForProject.g.cs
similarity index 91%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateProjectCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateCertificatesForProject.g.cs
index 72b8c558..28945ad4 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateProjectCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.DeactivateCertificatesForProject.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class CertificatesClient
{
- partial void PrepareDeactivateProjectCertificatesArguments(
+ partial void PrepareDeactivateCertificatesForProjectArguments(
global::System.Net.Http.HttpClient httpClient,
ref string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void PrepareDeactivateProjectCertificatesRequest(
+ partial void PrepareDeactivateCertificatesForProjectRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request);
- partial void ProcessDeactivateProjectCertificatesResponse(
+ partial void ProcessDeactivateCertificatesForProjectResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDeactivateProjectCertificatesResponseContent(
+ partial void ProcessDeactivateCertificatesForProjectResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -31,7 +31,7 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeactivateProjectCertificatesAsync(
+ public async global::System.Threading.Tasks.Task DeactivateCertificatesForProjectAsync(
string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
@@ -41,7 +41,7 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareDeactivateProjectCertificatesArguments(
+ PrepareDeactivateCertificatesForProjectArguments(
httpClient: HttpClient,
projectId: ref projectId,
request: request);
@@ -83,7 +83,7 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareDeactivateProjectCertificatesRequest(
+ PrepareDeactivateCertificatesForProjectRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
projectId: projectId,
@@ -97,7 +97,7 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessDeactivateProjectCertificatesResponse(
+ ProcessDeactivateCertificatesForProjectResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -113,7 +113,7 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessDeactivateProjectCertificatesResponseContent(
+ ProcessDeactivateCertificatesForProjectResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -194,7 +194,7 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeactivateProjectCertificatesAsync(
+ public async global::System.Threading.Tasks.Task DeactivateCertificatesForProjectAsync(
string projectId,
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -204,7 +204,7 @@ partial void ProcessDeactivateProjectCertificatesResponseContent(
CertificateIds = certificateIds,
};
- return await DeactivateProjectCertificatesAsync(
+ return await DeactivateCertificatesForProjectAsync(
projectId: projectId,
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatCompletionMessages.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatMessages.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatCompletionMessages.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatMessages.g.cs
index 6922a93c..439c7697 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatCompletionMessages.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatMessages.g.cs
@@ -5,24 +5,24 @@ namespace tryAGI.OpenAI
{
public partial class ChatClient
{
- partial void PrepareGetChatCompletionMessagesArguments(
+ partial void PrepareGetChatMessagesArguments(
global::System.Net.Http.HttpClient httpClient,
ref string completionId,
ref string? after,
ref int? limit,
ref global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? order);
- partial void PrepareGetChatCompletionMessagesRequest(
+ partial void PrepareGetChatMessagesRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string completionId,
string? after,
int? limit,
global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? order);
- partial void ProcessGetChatCompletionMessagesResponse(
+ partial void ProcessGetChatMessagesResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetChatCompletionMessagesResponseContent(
+ partial void ProcessGetChatMessagesResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -42,7 +42,7 @@ partial void ProcessGetChatCompletionMessagesResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetChatCompletionMessagesAsync(
+ public async global::System.Threading.Tasks.Task GetChatMessagesAsync(
string completionId,
string? after = default,
int? limit = default,
@@ -51,7 +51,7 @@ partial void ProcessGetChatCompletionMessagesResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareGetChatCompletionMessagesArguments(
+ PrepareGetChatMessagesArguments(
httpClient: HttpClient,
completionId: ref completionId,
after: ref after,
@@ -94,7 +94,7 @@ partial void ProcessGetChatCompletionMessagesResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetChatCompletionMessagesRequest(
+ PrepareGetChatMessagesRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
completionId: completionId,
@@ -110,7 +110,7 @@ partial void ProcessGetChatCompletionMessagesResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetChatCompletionMessagesResponse(
+ ProcessGetChatMessagesResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -126,7 +126,7 @@ partial void ProcessGetChatCompletionMessagesResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetChatCompletionMessagesResponseContent(
+ ProcessGetChatMessagesResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateAConversation.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateAConversation.g.cs
index 89893397..0f461968 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateAConversation.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareCreateConversationArguments(
+ partial void PrepareCreateAConversationArguments(
global::System.Net.Http.HttpClient httpClient,
global::tryAGI.OpenAI.CreateConversationBody request);
- partial void PrepareCreateConversationRequest(
+ partial void PrepareCreateAConversationRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::tryAGI.OpenAI.CreateConversationBody request);
- partial void ProcessCreateConversationResponse(
+ partial void ProcessCreateAConversationResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCreateConversationResponseContent(
+ partial void ProcessCreateAConversationResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -27,7 +27,7 @@ partial void ProcessCreateConversationResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateConversationAsync(
+ public async global::System.Threading.Tasks.Task CreateAConversationAsync(
global::tryAGI.OpenAI.CreateConversationBody request,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -36,7 +36,7 @@ partial void ProcessCreateConversationResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareCreateConversationArguments(
+ PrepareCreateAConversationArguments(
httpClient: HttpClient,
request: request);
@@ -77,7 +77,7 @@ partial void ProcessCreateConversationResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareCreateConversationRequest(
+ PrepareCreateAConversationRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
request: request);
@@ -90,7 +90,7 @@ partial void ProcessCreateConversationResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessCreateConversationResponse(
+ ProcessCreateAConversationResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -106,7 +106,7 @@ partial void ProcessCreateConversationResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessCreateConversationResponseContent(
+ ProcessCreateAConversationResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -186,7 +186,7 @@ partial void ProcessCreateConversationResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateConversationAsync(
+ public async global::System.Threading.Tasks.Task CreateAConversationAsync(
global::System.Collections.Generic.Dictionary? metadata = default,
global::System.Collections.Generic.IList? items = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -197,7 +197,7 @@ partial void ProcessCreateConversationResponseContent(
Items = items,
};
- return await CreateConversationAsync(
+ return await CreateAConversationAsync(
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateConversationItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateItems.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateConversationItems.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateItems.g.cs
index 27905e44..112fef26 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateConversationItems.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.CreateItems.g.cs
@@ -5,22 +5,22 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareCreateConversationItemsArguments(
+ partial void PrepareCreateItemsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string conversationId,
global::System.Collections.Generic.IList? include,
global::tryAGI.OpenAI.CreateConversationItemsRequest request);
- partial void PrepareCreateConversationItemsRequest(
+ partial void PrepareCreateItemsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string conversationId,
global::System.Collections.Generic.IList? include,
global::tryAGI.OpenAI.CreateConversationItemsRequest request);
- partial void ProcessCreateConversationItemsResponse(
+ partial void ProcessCreateItemsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCreateConversationItemsResponseContent(
+ partial void ProcessCreateItemsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -35,7 +35,7 @@ partial void ProcessCreateConversationItemsResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateConversationItemsAsync(
+ public async global::System.Threading.Tasks.Task CreateItemsAsync(
string conversationId,
global::tryAGI.OpenAI.CreateConversationItemsRequest request,
@@ -46,7 +46,7 @@ partial void ProcessCreateConversationItemsResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareCreateConversationItemsArguments(
+ PrepareCreateItemsArguments(
httpClient: HttpClient,
conversationId: ref conversationId,
include: include,
@@ -92,7 +92,7 @@ partial void ProcessCreateConversationItemsResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareCreateConversationItemsRequest(
+ PrepareCreateItemsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
conversationId: conversationId,
@@ -107,7 +107,7 @@ partial void ProcessCreateConversationItemsResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessCreateConversationItemsResponse(
+ ProcessCreateItemsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -123,7 +123,7 @@ partial void ProcessCreateConversationItemsResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessCreateConversationItemsResponseContent(
+ ProcessCreateItemsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -208,7 +208,7 @@ partial void ProcessCreateConversationItemsResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateConversationItemsAsync(
+ public async global::System.Threading.Tasks.Task CreateItemsAsync(
string conversationId,
global::System.Collections.Generic.IList items,
global::System.Collections.Generic.IList? include = default,
@@ -219,7 +219,7 @@ partial void ProcessCreateConversationItemsResponseContent(
Items = items,
};
- return await CreateConversationItemsAsync(
+ return await CreateItemsAsync(
conversationId: conversationId,
include: include,
request: __request,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteAConversation.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteAConversation.g.cs
index fb25d27c..2fec4669 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteAConversation.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareDeleteConversationArguments(
+ partial void PrepareDeleteAConversationArguments(
global::System.Net.Http.HttpClient httpClient,
ref string conversationId);
- partial void PrepareDeleteConversationRequest(
+ partial void PrepareDeleteAConversationRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string conversationId);
- partial void ProcessDeleteConversationResponse(
+ partial void ProcessDeleteAConversationResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDeleteConversationResponseContent(
+ partial void ProcessDeleteAConversationResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -29,13 +29,13 @@ partial void ProcessDeleteConversationResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeleteConversationAsync(
+ public async global::System.Threading.Tasks.Task DeleteAConversationAsync(
string conversationId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareDeleteConversationArguments(
+ PrepareDeleteAConversationArguments(
httpClient: HttpClient,
conversationId: ref conversationId);
@@ -70,7 +70,7 @@ partial void ProcessDeleteConversationResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareDeleteConversationRequest(
+ PrepareDeleteAConversationRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
conversationId: conversationId);
@@ -83,7 +83,7 @@ partial void ProcessDeleteConversationResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessDeleteConversationResponse(
+ ProcessDeleteAConversationResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -99,7 +99,7 @@ partial void ProcessDeleteConversationResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessDeleteConversationResponseContent(
+ ProcessDeleteAConversationResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteConversationItem.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteAnItem.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteConversationItem.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteAnItem.g.cs
index 288c2523..8ede9109 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteConversationItem.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.DeleteAnItem.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareDeleteConversationItemArguments(
+ partial void PrepareDeleteAnItemArguments(
global::System.Net.Http.HttpClient httpClient,
ref string conversationId,
ref string itemId);
- partial void PrepareDeleteConversationItemRequest(
+ partial void PrepareDeleteAnItemRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string conversationId,
string itemId);
- partial void ProcessDeleteConversationItemResponse(
+ partial void ProcessDeleteAnItemResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDeleteConversationItemResponseContent(
+ partial void ProcessDeleteAnItemResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -34,14 +34,14 @@ partial void ProcessDeleteConversationItemResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeleteConversationItemAsync(
+ public async global::System.Threading.Tasks.Task DeleteAnItemAsync(
string conversationId,
string itemId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareDeleteConversationItemArguments(
+ PrepareDeleteAnItemArguments(
httpClient: HttpClient,
conversationId: ref conversationId,
itemId: ref itemId);
@@ -77,7 +77,7 @@ partial void ProcessDeleteConversationItemResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareDeleteConversationItemRequest(
+ PrepareDeleteAnItemRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
conversationId: conversationId,
@@ -91,7 +91,7 @@ partial void ProcessDeleteConversationItemResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessDeleteConversationItemResponse(
+ ProcessDeleteAnItemResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -107,7 +107,7 @@ partial void ProcessDeleteConversationItemResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessDeleteConversationItemResponseContent(
+ ProcessDeleteAnItemResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListConversationItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListItems.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListConversationItems.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListItems.g.cs
index 01141b32..1dd87a04 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListConversationItems.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListItems.g.cs
@@ -5,14 +5,14 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareListConversationItemsArguments(
+ partial void PrepareListItemsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string conversationId,
ref int? limit,
ref global::tryAGI.OpenAI.ListConversationItemsOrder? order,
ref string? after,
global::System.Collections.Generic.IList? include);
- partial void PrepareListConversationItemsRequest(
+ partial void PrepareListItemsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string conversationId,
@@ -20,11 +20,11 @@ partial void PrepareListConversationItemsRequest(
global::tryAGI.OpenAI.ListConversationItemsOrder? order,
string? after,
global::System.Collections.Generic.IList? include);
- partial void ProcessListConversationItemsResponse(
+ partial void ProcessListItemsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessListConversationItemsResponseContent(
+ partial void ProcessListItemsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -43,7 +43,7 @@ partial void ProcessListConversationItemsResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ListConversationItemsAsync(
+ public async global::System.Threading.Tasks.Task ListItemsAsync(
string conversationId,
int? limit = default,
global::tryAGI.OpenAI.ListConversationItemsOrder? order = default,
@@ -53,7 +53,7 @@ partial void ProcessListConversationItemsResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareListConversationItemsArguments(
+ PrepareListItemsArguments(
httpClient: HttpClient,
conversationId: ref conversationId,
limit: ref limit,
@@ -98,7 +98,7 @@ partial void ProcessListConversationItemsResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareListConversationItemsRequest(
+ PrepareListItemsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
conversationId: conversationId,
@@ -115,7 +115,7 @@ partial void ProcessListConversationItemsResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessListConversationItemsResponse(
+ ProcessListItemsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -131,7 +131,7 @@ partial void ProcessListConversationItemsResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessListConversationItemsResponseContent(
+ ProcessListItemsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.GetConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.RetrieveAConversation.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.GetConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.RetrieveAConversation.g.cs
index 2b1a84fd..4f6fdfa5 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.GetConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.RetrieveAConversation.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareGetConversationArguments(
+ partial void PrepareRetrieveAConversationArguments(
global::System.Net.Http.HttpClient httpClient,
ref string conversationId);
- partial void PrepareGetConversationRequest(
+ partial void PrepareRetrieveAConversationRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string conversationId);
- partial void ProcessGetConversationResponse(
+ partial void ProcessRetrieveAConversationResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetConversationResponseContent(
+ partial void ProcessRetrieveAConversationResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -29,13 +29,13 @@ partial void ProcessGetConversationResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetConversationAsync(
+ public async global::System.Threading.Tasks.Task RetrieveAConversationAsync(
string conversationId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareGetConversationArguments(
+ PrepareRetrieveAConversationArguments(
httpClient: HttpClient,
conversationId: ref conversationId);
@@ -70,7 +70,7 @@ partial void ProcessGetConversationResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetConversationRequest(
+ PrepareRetrieveAConversationRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
conversationId: conversationId);
@@ -83,7 +83,7 @@ partial void ProcessGetConversationResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetConversationResponse(
+ ProcessRetrieveAConversationResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -99,7 +99,7 @@ partial void ProcessGetConversationResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetConversationResponseContent(
+ ProcessRetrieveAConversationResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.GetConversationItem.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.RetrieveAnItem.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.GetConversationItem.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.RetrieveAnItem.g.cs
index 65e18970..72e9e12e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.GetConversationItem.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.RetrieveAnItem.g.cs
@@ -5,22 +5,22 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareGetConversationItemArguments(
+ partial void PrepareRetrieveAnItemArguments(
global::System.Net.Http.HttpClient httpClient,
ref string conversationId,
ref string itemId,
global::System.Collections.Generic.IList? include);
- partial void PrepareGetConversationItemRequest(
+ partial void PrepareRetrieveAnItemRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string conversationId,
string itemId,
global::System.Collections.Generic.IList? include);
- partial void ProcessGetConversationItemResponse(
+ partial void ProcessRetrieveAnItemResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetConversationItemResponseContent(
+ partial void ProcessRetrieveAnItemResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -37,7 +37,7 @@ partial void ProcessGetConversationItemResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetConversationItemAsync(
+ public async global::System.Threading.Tasks.Task RetrieveAnItemAsync(
string conversationId,
string itemId,
global::System.Collections.Generic.IList? include = default,
@@ -45,7 +45,7 @@ partial void ProcessGetConversationItemResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareGetConversationItemArguments(
+ PrepareRetrieveAnItemArguments(
httpClient: HttpClient,
conversationId: ref conversationId,
itemId: ref itemId,
@@ -85,7 +85,7 @@ partial void ProcessGetConversationItemResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetConversationItemRequest(
+ PrepareRetrieveAnItemRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
conversationId: conversationId,
@@ -100,7 +100,7 @@ partial void ProcessGetConversationItemResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetConversationItemResponse(
+ ProcessRetrieveAnItemResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -116,7 +116,7 @@ partial void ProcessGetConversationItemResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetConversationItemResponseContent(
+ ProcessRetrieveAnItemResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.UpdateConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.UpdateAConversation.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.UpdateConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.UpdateAConversation.g.cs
index d9a8e820..aefc932c 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.UpdateConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.UpdateAConversation.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class ConversationsClient
{
- partial void PrepareUpdateConversationArguments(
+ partial void PrepareUpdateAConversationArguments(
global::System.Net.Http.HttpClient httpClient,
ref string conversationId,
global::tryAGI.OpenAI.UpdateConversationBody request);
- partial void PrepareUpdateConversationRequest(
+ partial void PrepareUpdateAConversationRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string conversationId,
global::tryAGI.OpenAI.UpdateConversationBody request);
- partial void ProcessUpdateConversationResponse(
+ partial void ProcessUpdateAConversationResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessUpdateConversationResponseContent(
+ partial void ProcessUpdateAConversationResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -32,7 +32,7 @@ partial void ProcessUpdateConversationResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task UpdateConversationAsync(
+ public async global::System.Threading.Tasks.Task UpdateAConversationAsync(
string conversationId,
global::tryAGI.OpenAI.UpdateConversationBody request,
@@ -42,7 +42,7 @@ partial void ProcessUpdateConversationResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareUpdateConversationArguments(
+ PrepareUpdateAConversationArguments(
httpClient: HttpClient,
conversationId: ref conversationId,
request: request);
@@ -84,7 +84,7 @@ partial void ProcessUpdateConversationResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareUpdateConversationRequest(
+ PrepareUpdateAConversationRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
conversationId: conversationId,
@@ -98,7 +98,7 @@ partial void ProcessUpdateConversationResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessUpdateConversationResponse(
+ ProcessUpdateAConversationResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -114,7 +114,7 @@ partial void ProcessUpdateConversationResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessUpdateConversationResponseContent(
+ ProcessUpdateAConversationResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -199,7 +199,7 @@ partial void ProcessUpdateConversationResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task UpdateConversationAsync(
+ public async global::System.Threading.Tasks.Task UpdateAConversationAsync(
string conversationId,
global::System.Collections.Generic.Dictionary? metadata = default,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -209,7 +209,7 @@ partial void ProcessUpdateConversationResponseContent(
Metadata = metadata,
};
- return await UpdateConversationAsync(
+ return await UpdateAConversationAsync(
conversationId: conversationId,
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EmbeddingsClient.CreateEmbedding.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EmbeddingsClient.CreateEmbeddings.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EmbeddingsClient.CreateEmbedding.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EmbeddingsClient.CreateEmbeddings.g.cs
index 4490b75d..ef04818b 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EmbeddingsClient.CreateEmbedding.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EmbeddingsClient.CreateEmbeddings.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class EmbeddingsClient
{
- partial void PrepareCreateEmbeddingArguments(
+ partial void PrepareCreateEmbeddingsArguments(
global::System.Net.Http.HttpClient httpClient,
global::tryAGI.OpenAI.CreateEmbeddingRequest request);
- partial void PrepareCreateEmbeddingRequest(
+ partial void PrepareCreateEmbeddingsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::tryAGI.OpenAI.CreateEmbeddingRequest request);
- partial void ProcessCreateEmbeddingResponse(
+ partial void ProcessCreateEmbeddingsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCreateEmbeddingResponseContent(
+ partial void ProcessCreateEmbeddingsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -27,7 +27,7 @@ partial void ProcessCreateEmbeddingResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateEmbeddingAsync(
+ public async global::System.Threading.Tasks.Task CreateEmbeddingsAsync(
global::tryAGI.OpenAI.CreateEmbeddingRequest request,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -36,7 +36,7 @@ partial void ProcessCreateEmbeddingResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareCreateEmbeddingArguments(
+ PrepareCreateEmbeddingsArguments(
httpClient: HttpClient,
request: request);
@@ -77,7 +77,7 @@ partial void ProcessCreateEmbeddingResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareCreateEmbeddingRequest(
+ PrepareCreateEmbeddingsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
request: request);
@@ -90,7 +90,7 @@ partial void ProcessCreateEmbeddingResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessCreateEmbeddingResponse(
+ ProcessCreateEmbeddingsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -106,7 +106,7 @@ partial void ProcessCreateEmbeddingResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessCreateEmbeddingResponseContent(
+ ProcessCreateEmbeddingsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -204,7 +204,7 @@ partial void ProcessCreateEmbeddingResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateEmbeddingAsync(
+ public async global::System.Threading.Tasks.Task CreateEmbeddingsAsync(
global::tryAGI.OpenAI.OneOf, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>> input,
global::tryAGI.OpenAI.AnyOf model,
global::tryAGI.OpenAI.CreateEmbeddingRequestEncodingFormat? encodingFormat = default,
@@ -221,7 +221,7 @@ partial void ProcessCreateEmbeddingResponseContent(
User = user,
};
- return await CreateEmbeddingAsync(
+ return await CreateEmbeddingsAsync(
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.DeleteEval.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.DeleteAnEval.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.DeleteEval.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.DeleteAnEval.g.cs
index b370d849..7d09e30e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.DeleteEval.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.DeleteAnEval.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class EvalsClient
{
- partial void PrepareDeleteEvalArguments(
+ partial void PrepareDeleteAnEvalArguments(
global::System.Net.Http.HttpClient httpClient,
ref string evalId);
- partial void PrepareDeleteEvalRequest(
+ partial void PrepareDeleteAnEvalRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string evalId);
- partial void ProcessDeleteEvalResponse(
+ partial void ProcessDeleteAnEvalResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDeleteEvalResponseContent(
+ partial void ProcessDeleteAnEvalResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -27,13 +27,13 @@ partial void ProcessDeleteEvalResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeleteEvalAsync(
+ public async global::System.Threading.Tasks.Task DeleteAnEvalAsync(
string evalId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareDeleteEvalArguments(
+ PrepareDeleteAnEvalArguments(
httpClient: HttpClient,
evalId: ref evalId);
@@ -68,7 +68,7 @@ partial void ProcessDeleteEvalResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareDeleteEvalRequest(
+ PrepareDeleteAnEvalRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
evalId: evalId);
@@ -81,7 +81,7 @@ partial void ProcessDeleteEvalResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessDeleteEvalResponse(
+ ProcessDeleteAnEvalResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
// Evaluation not found.
@@ -135,7 +135,7 @@ partial void ProcessDeleteEvalResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessDeleteEvalResponseContent(
+ ProcessDeleteAnEvalResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEval.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnEval.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEval.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnEval.g.cs
index d8c45179..e4167b42 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEval.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnEval.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class EvalsClient
{
- partial void PrepareGetEvalArguments(
+ partial void PrepareGetAnEvalArguments(
global::System.Net.Http.HttpClient httpClient,
ref string evalId);
- partial void PrepareGetEvalRequest(
+ partial void PrepareGetAnEvalRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string evalId);
- partial void ProcessGetEvalResponse(
+ partial void ProcessGetAnEvalResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetEvalResponseContent(
+ partial void ProcessGetAnEvalResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -27,13 +27,13 @@ partial void ProcessGetEvalResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetEvalAsync(
+ public async global::System.Threading.Tasks.Task GetAnEvalAsync(
string evalId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareGetEvalArguments(
+ PrepareGetAnEvalArguments(
httpClient: HttpClient,
evalId: ref evalId);
@@ -68,7 +68,7 @@ partial void ProcessGetEvalResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetEvalRequest(
+ PrepareGetAnEvalRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
evalId: evalId);
@@ -81,7 +81,7 @@ partial void ProcessGetEvalResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetEvalResponse(
+ ProcessGetAnEvalResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -97,7 +97,7 @@ partial void ProcessGetEvalResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetEvalResponseContent(
+ ProcessGetAnEvalResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnEvalRun.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnEvalRun.g.cs
index 47cd7221..3d9aa01e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnEvalRun.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class EvalsClient
{
- partial void PrepareGetEvalRunArguments(
+ partial void PrepareGetAnEvalRunArguments(
global::System.Net.Http.HttpClient httpClient,
ref string evalId,
ref string runId);
- partial void PrepareGetEvalRunRequest(
+ partial void PrepareGetAnEvalRunRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string evalId,
string runId);
- partial void ProcessGetEvalRunResponse(
+ partial void ProcessGetAnEvalRunResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetEvalRunResponseContent(
+ partial void ProcessGetAnEvalRunResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -30,14 +30,14 @@ partial void ProcessGetEvalRunResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetEvalRunAsync(
+ public async global::System.Threading.Tasks.Task GetAnEvalRunAsync(
string evalId,
string runId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareGetEvalRunArguments(
+ PrepareGetAnEvalRunArguments(
httpClient: HttpClient,
evalId: ref evalId,
runId: ref runId);
@@ -73,7 +73,7 @@ partial void ProcessGetEvalRunResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetEvalRunRequest(
+ PrepareGetAnEvalRunRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
evalId: evalId,
@@ -87,7 +87,7 @@ partial void ProcessGetEvalRunResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetEvalRunResponse(
+ ProcessGetAnEvalRunResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -103,7 +103,7 @@ partial void ProcessGetEvalRunResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetEvalRunResponseContent(
+ ProcessGetAnEvalRunResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRunOutputItem.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnOutputItemOfAnEvalRun.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRunOutputItem.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnOutputItemOfAnEvalRun.g.cs
index e4910af5..6151c00b 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRunOutputItem.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetAnOutputItemOfAnEvalRun.g.cs
@@ -5,22 +5,22 @@ namespace tryAGI.OpenAI
{
public partial class EvalsClient
{
- partial void PrepareGetEvalRunOutputItemArguments(
+ partial void PrepareGetAnOutputItemOfAnEvalRunArguments(
global::System.Net.Http.HttpClient httpClient,
ref string evalId,
ref string runId,
ref string outputItemId);
- partial void PrepareGetEvalRunOutputItemRequest(
+ partial void PrepareGetAnOutputItemOfAnEvalRunRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string evalId,
string runId,
string outputItemId);
- partial void ProcessGetEvalRunOutputItemResponse(
+ partial void ProcessGetAnOutputItemOfAnEvalRunResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessGetEvalRunOutputItemResponseContent(
+ partial void ProcessGetAnOutputItemOfAnEvalRunResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -33,7 +33,7 @@ partial void ProcessGetEvalRunOutputItemResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task GetEvalRunOutputItemAsync(
+ public async global::System.Threading.Tasks.Task GetAnOutputItemOfAnEvalRunAsync(
string evalId,
string runId,
string outputItemId,
@@ -41,7 +41,7 @@ partial void ProcessGetEvalRunOutputItemResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareGetEvalRunOutputItemArguments(
+ PrepareGetAnOutputItemOfAnEvalRunArguments(
httpClient: HttpClient,
evalId: ref evalId,
runId: ref runId,
@@ -78,7 +78,7 @@ partial void ProcessGetEvalRunOutputItemResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareGetEvalRunOutputItemRequest(
+ PrepareGetAnOutputItemOfAnEvalRunRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
evalId: evalId,
@@ -93,7 +93,7 @@ partial void ProcessGetEvalRunOutputItemResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessGetEvalRunOutputItemResponse(
+ ProcessGetAnOutputItemOfAnEvalRunResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -109,7 +109,7 @@ partial void ProcessGetEvalRunOutputItemResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessGetEvalRunOutputItemResponseContent(
+ ProcessGetAnOutputItemOfAnEvalRunResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.UpdateEval.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.UpdateAnEval.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.UpdateEval.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.UpdateAnEval.g.cs
index 561e4597..49ca2d21 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.UpdateEval.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.UpdateAnEval.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class EvalsClient
{
- partial void PrepareUpdateEvalArguments(
+ partial void PrepareUpdateAnEvalArguments(
global::System.Net.Http.HttpClient httpClient,
ref string evalId,
global::tryAGI.OpenAI.UpdateEvalRequest request);
- partial void PrepareUpdateEvalRequest(
+ partial void PrepareUpdateAnEvalRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string evalId,
global::tryAGI.OpenAI.UpdateEvalRequest request);
- partial void ProcessUpdateEvalResponse(
+ partial void ProcessUpdateAnEvalResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessUpdateEvalResponseContent(
+ partial void ProcessUpdateAnEvalResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -30,7 +30,7 @@ partial void ProcessUpdateEvalResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task UpdateEvalAsync(
+ public async global::System.Threading.Tasks.Task UpdateAnEvalAsync(
string evalId,
global::tryAGI.OpenAI.UpdateEvalRequest request,
@@ -40,7 +40,7 @@ partial void ProcessUpdateEvalResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareUpdateEvalArguments(
+ PrepareUpdateAnEvalArguments(
httpClient: HttpClient,
evalId: ref evalId,
request: request);
@@ -82,7 +82,7 @@ partial void ProcessUpdateEvalResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareUpdateEvalRequest(
+ PrepareUpdateAnEvalRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
evalId: evalId,
@@ -96,7 +96,7 @@ partial void ProcessUpdateEvalResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessUpdateEvalResponse(
+ ProcessUpdateAnEvalResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -112,7 +112,7 @@ partial void ProcessUpdateEvalResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessUpdateEvalResponseContent(
+ ProcessUpdateAnEvalResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -195,7 +195,7 @@ partial void ProcessUpdateEvalResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task UpdateEvalAsync(
+ public async global::System.Threading.Tasks.Task UpdateAnEvalAsync(
string evalId,
string? name = default,
global::System.Collections.Generic.Dictionary? metadata = default,
@@ -207,7 +207,7 @@ partial void ProcessUpdateEvalResponseContent(
Metadata = metadata,
};
- return await UpdateEvalAsync(
+ return await UpdateAnEvalAsync(
evalId: evalId,
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.DownloadFile.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.RetrieveFileContent.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.DownloadFile.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.RetrieveFileContent.g.cs
index 33276479..bf922a22 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.DownloadFile.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.RetrieveFileContent.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class FilesClient
{
- partial void PrepareDownloadFileArguments(
+ partial void PrepareRetrieveFileContentArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fileId);
- partial void PrepareDownloadFileRequest(
+ partial void PrepareRetrieveFileContentRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fileId);
- partial void ProcessDownloadFileResponse(
+ partial void ProcessRetrieveFileContentResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDownloadFileResponseContent(
+ partial void ProcessRetrieveFileContentResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -27,13 +27,13 @@ partial void ProcessDownloadFileResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DownloadFileAsync(
+ public async global::System.Threading.Tasks.Task RetrieveFileContentAsync(
string fileId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareDownloadFileArguments(
+ PrepareRetrieveFileContentArguments(
httpClient: HttpClient,
fileId: ref fileId);
@@ -68,7 +68,7 @@ partial void ProcessDownloadFileResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareDownloadFileRequest(
+ PrepareRetrieveFileContentRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fileId: fileId);
@@ -81,7 +81,7 @@ partial void ProcessDownloadFileResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessDownloadFileResponse(
+ ProcessRetrieveFileContentResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -97,7 +97,7 @@ partial void ProcessDownloadFileResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessDownloadFileResponseContent(
+ ProcessRetrieveFileContentResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.CreateFile.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.UploadFile.g.cs
similarity index 96%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.CreateFile.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.UploadFile.g.cs
index 45319212..371588e8 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.CreateFile.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.UploadFile.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class FilesClient
{
- partial void PrepareCreateFileArguments(
+ partial void PrepareUploadFileArguments(
global::System.Net.Http.HttpClient httpClient,
global::tryAGI.OpenAI.CreateFileRequest request);
- partial void PrepareCreateFileRequest(
+ partial void PrepareUploadFileRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
global::tryAGI.OpenAI.CreateFileRequest request);
- partial void ProcessCreateFileResponse(
+ partial void ProcessUploadFileResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCreateFileResponseContent(
+ partial void ProcessUploadFileResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -41,7 +41,7 @@ partial void ProcessCreateFileResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateFileAsync(
+ public async global::System.Threading.Tasks.Task UploadFileAsync(
global::tryAGI.OpenAI.CreateFileRequest request,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -50,7 +50,7 @@ partial void ProcessCreateFileResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareCreateFileArguments(
+ PrepareUploadFileArguments(
httpClient: HttpClient,
request: request);
@@ -106,7 +106,7 @@ partial void ProcessCreateFileResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareCreateFileRequest(
+ PrepareUploadFileRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
request: request);
@@ -119,7 +119,7 @@ partial void ProcessCreateFileResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessCreateFileResponse(
+ ProcessUploadFileResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -135,7 +135,7 @@ partial void ProcessCreateFileResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessCreateFileResponseContent(
+ ProcessUploadFileResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -245,7 +245,7 @@ partial void ProcessCreateFileResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateFileAsync(
+ public async global::System.Threading.Tasks.Task UploadFileAsync(
byte[] file,
string filename,
global::tryAGI.OpenAI.CreateFileRequestPurpose purpose,
@@ -260,7 +260,7 @@ partial void ProcessCreateFileResponseContent(
ExpiresAfter = expiresAfter,
};
- return await CreateFileAsync(
+ return await UploadFileAsync(
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CancelFineTuningJob.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CancelFineTuning.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CancelFineTuningJob.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CancelFineTuning.g.cs
index 5860a4d3..bad50216 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CancelFineTuningJob.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CancelFineTuning.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PrepareCancelFineTuningJobArguments(
+ partial void PrepareCancelFineTuningArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fineTuningJobId);
- partial void PrepareCancelFineTuningJobRequest(
+ partial void PrepareCancelFineTuningRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fineTuningJobId);
- partial void ProcessCancelFineTuningJobResponse(
+ partial void ProcessCancelFineTuningResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCancelFineTuningJobResponseContent(
+ partial void ProcessCancelFineTuningResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -29,13 +29,13 @@ partial void ProcessCancelFineTuningJobResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CancelFineTuningJobAsync(
+ public async global::System.Threading.Tasks.Task CancelFineTuningAsync(
string fineTuningJobId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareCancelFineTuningJobArguments(
+ PrepareCancelFineTuningArguments(
httpClient: HttpClient,
fineTuningJobId: ref fineTuningJobId);
@@ -70,7 +70,7 @@ partial void ProcessCancelFineTuningJobResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareCancelFineTuningJobRequest(
+ PrepareCancelFineTuningRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fineTuningJobId: fineTuningJobId);
@@ -83,7 +83,7 @@ partial void ProcessCancelFineTuningJobResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessCancelFineTuningJobResponse(
+ ProcessCancelFineTuningResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -99,7 +99,7 @@ partial void ProcessCancelFineTuningJobResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessCancelFineTuningJobResponseContent(
+ ProcessCancelFineTuningResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CreateFineTuningCheckpointPermission.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CreateCheckpointPermissions.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CreateFineTuningCheckpointPermission.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CreateCheckpointPermissions.g.cs
index e76df325..9f05b277 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CreateFineTuningCheckpointPermission.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.CreateCheckpointPermissions.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PrepareCreateFineTuningCheckpointPermissionArguments(
+ partial void PrepareCreateCheckpointPermissionsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fineTunedModelCheckpoint,
global::tryAGI.OpenAI.CreateFineTuningCheckpointPermissionRequest request);
- partial void PrepareCreateFineTuningCheckpointPermissionRequest(
+ partial void PrepareCreateCheckpointPermissionsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fineTunedModelCheckpoint,
global::tryAGI.OpenAI.CreateFineTuningCheckpointPermissionRequest request);
- partial void ProcessCreateFineTuningCheckpointPermissionResponse(
+ partial void ProcessCreateCheckpointPermissionsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
+ partial void ProcessCreateCheckpointPermissionsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -33,7 +33,7 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateFineTuningCheckpointPermissionAsync(
+ public async global::System.Threading.Tasks.Task CreateCheckpointPermissionsAsync(
string fineTunedModelCheckpoint,
global::tryAGI.OpenAI.CreateFineTuningCheckpointPermissionRequest request,
@@ -43,7 +43,7 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareCreateFineTuningCheckpointPermissionArguments(
+ PrepareCreateCheckpointPermissionsArguments(
httpClient: HttpClient,
fineTunedModelCheckpoint: ref fineTunedModelCheckpoint,
request: request);
@@ -85,7 +85,7 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareCreateFineTuningCheckpointPermissionRequest(
+ PrepareCreateCheckpointPermissionsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fineTunedModelCheckpoint: fineTunedModelCheckpoint,
@@ -99,7 +99,7 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessCreateFineTuningCheckpointPermissionResponse(
+ ProcessCreateCheckpointPermissionsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -115,7 +115,7 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessCreateFineTuningCheckpointPermissionResponseContent(
+ ProcessCreateCheckpointPermissionsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -200,7 +200,7 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task CreateFineTuningCheckpointPermissionAsync(
+ public async global::System.Threading.Tasks.Task CreateCheckpointPermissionsAsync(
string fineTunedModelCheckpoint,
global::System.Collections.Generic.IList projectIds,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -210,7 +210,7 @@ partial void ProcessCreateFineTuningCheckpointPermissionResponseContent(
ProjectIds = projectIds,
};
- return await CreateFineTuningCheckpointPermissionAsync(
+ return await CreateCheckpointPermissionsAsync(
fineTunedModelCheckpoint: fineTunedModelCheckpoint,
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.DeleteFineTuningCheckpointPermission.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.DeleteCheckpointPermission.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.DeleteFineTuningCheckpointPermission.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.DeleteCheckpointPermission.g.cs
index cbfe37ca..ab28390b 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.DeleteFineTuningCheckpointPermission.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.DeleteCheckpointPermission.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PrepareDeleteFineTuningCheckpointPermissionArguments(
+ partial void PrepareDeleteCheckpointPermissionArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fineTunedModelCheckpoint,
ref string permissionId);
- partial void PrepareDeleteFineTuningCheckpointPermissionRequest(
+ partial void PrepareDeleteCheckpointPermissionRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fineTunedModelCheckpoint,
string permissionId);
- partial void ProcessDeleteFineTuningCheckpointPermissionResponse(
+ partial void ProcessDeleteCheckpointPermissionResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessDeleteFineTuningCheckpointPermissionResponseContent(
+ partial void ProcessDeleteCheckpointPermissionResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -35,14 +35,14 @@ partial void ProcessDeleteFineTuningCheckpointPermissionResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task DeleteFineTuningCheckpointPermissionAsync(
+ public async global::System.Threading.Tasks.Task DeleteCheckpointPermissionAsync(
string fineTunedModelCheckpoint,
string permissionId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareDeleteFineTuningCheckpointPermissionArguments(
+ PrepareDeleteCheckpointPermissionArguments(
httpClient: HttpClient,
fineTunedModelCheckpoint: ref fineTunedModelCheckpoint,
permissionId: ref permissionId);
@@ -78,7 +78,7 @@ partial void ProcessDeleteFineTuningCheckpointPermissionResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareDeleteFineTuningCheckpointPermissionRequest(
+ PrepareDeleteCheckpointPermissionRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fineTunedModelCheckpoint: fineTunedModelCheckpoint,
@@ -92,7 +92,7 @@ partial void ProcessDeleteFineTuningCheckpointPermissionResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessDeleteFineTuningCheckpointPermissionResponse(
+ ProcessDeleteCheckpointPermissionResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -108,7 +108,7 @@ partial void ProcessDeleteFineTuningCheckpointPermissionResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessDeleteFineTuningCheckpointPermissionResponseContent(
+ ProcessDeleteCheckpointPermissionResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpointPermissions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListCheckpointPermissions.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpointPermissions.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListCheckpointPermissions.g.cs
index ec46b744..84372018 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpointPermissions.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListCheckpointPermissions.g.cs
@@ -5,14 +5,14 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PrepareListFineTuningCheckpointPermissionsArguments(
+ partial void PrepareListCheckpointPermissionsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fineTunedModelCheckpoint,
ref string? projectId,
ref string? after,
ref int? limit,
ref global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? order);
- partial void PrepareListFineTuningCheckpointPermissionsRequest(
+ partial void PrepareListCheckpointPermissionsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fineTunedModelCheckpoint,
@@ -20,11 +20,11 @@ partial void PrepareListFineTuningCheckpointPermissionsRequest(
string? after,
int? limit,
global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? order);
- partial void ProcessListFineTuningCheckpointPermissionsResponse(
+ partial void ProcessListCheckpointPermissionsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessListFineTuningCheckpointPermissionsResponseContent(
+ partial void ProcessListCheckpointPermissionsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -46,7 +46,7 @@ partial void ProcessListFineTuningCheckpointPermissionsResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ListFineTuningCheckpointPermissionsAsync(
+ public async global::System.Threading.Tasks.Task ListCheckpointPermissionsAsync(
string fineTunedModelCheckpoint,
string? projectId = default,
string? after = default,
@@ -56,7 +56,7 @@ partial void ProcessListFineTuningCheckpointPermissionsResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareListFineTuningCheckpointPermissionsArguments(
+ PrepareListCheckpointPermissionsArguments(
httpClient: HttpClient,
fineTunedModelCheckpoint: ref fineTunedModelCheckpoint,
projectId: ref projectId,
@@ -101,7 +101,7 @@ partial void ProcessListFineTuningCheckpointPermissionsResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareListFineTuningCheckpointPermissionsRequest(
+ PrepareListCheckpointPermissionsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fineTunedModelCheckpoint: fineTunedModelCheckpoint,
@@ -118,7 +118,7 @@ partial void ProcessListFineTuningCheckpointPermissionsResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessListFineTuningCheckpointPermissionsResponse(
+ ProcessListCheckpointPermissionsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -134,7 +134,7 @@ partial void ProcessListFineTuningCheckpointPermissionsResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessListFineTuningCheckpointPermissionsResponseContent(
+ ProcessListCheckpointPermissionsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningJobCheckpoints.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpoints.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningJobCheckpoints.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpoints.g.cs
index fcc75ee9..f7a1ba65 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningJobCheckpoints.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpoints.g.cs
@@ -5,22 +5,22 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PrepareListFineTuningJobCheckpointsArguments(
+ partial void PrepareListFineTuningCheckpointsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fineTuningJobId,
ref string? after,
ref int? limit);
- partial void PrepareListFineTuningJobCheckpointsRequest(
+ partial void PrepareListFineTuningCheckpointsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fineTuningJobId,
string? after,
int? limit);
- partial void ProcessListFineTuningJobCheckpointsResponse(
+ partial void ProcessListFineTuningCheckpointsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessListFineTuningJobCheckpointsResponseContent(
+ partial void ProcessListFineTuningCheckpointsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -37,7 +37,7 @@ partial void ProcessListFineTuningJobCheckpointsResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ListFineTuningJobCheckpointsAsync(
+ public async global::System.Threading.Tasks.Task ListFineTuningCheckpointsAsync(
string fineTuningJobId,
string? after = default,
int? limit = default,
@@ -45,7 +45,7 @@ partial void ProcessListFineTuningJobCheckpointsResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareListFineTuningJobCheckpointsArguments(
+ PrepareListFineTuningCheckpointsArguments(
httpClient: HttpClient,
fineTuningJobId: ref fineTuningJobId,
after: ref after,
@@ -86,7 +86,7 @@ partial void ProcessListFineTuningJobCheckpointsResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareListFineTuningJobCheckpointsRequest(
+ PrepareListFineTuningCheckpointsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fineTuningJobId: fineTuningJobId,
@@ -101,7 +101,7 @@ partial void ProcessListFineTuningJobCheckpointsResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessListFineTuningJobCheckpointsResponse(
+ ProcessListFineTuningCheckpointsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -117,7 +117,7 @@ partial void ProcessListFineTuningJobCheckpointsResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessListFineTuningJobCheckpointsResponseContent(
+ ProcessListFineTuningCheckpointsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListPaginatedFineTuningJobs.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningJobs.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListPaginatedFineTuningJobs.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningJobs.g.cs
index 20a755ea..8f753e0a 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListPaginatedFineTuningJobs.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningJobs.g.cs
@@ -5,22 +5,22 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PrepareListPaginatedFineTuningJobsArguments(
+ partial void PrepareListFineTuningJobsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string? after,
ref int? limit,
global::System.Collections.Generic.Dictionary? metadata);
- partial void PrepareListPaginatedFineTuningJobsRequest(
+ partial void PrepareListFineTuningJobsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string? after,
int? limit,
global::System.Collections.Generic.Dictionary? metadata);
- partial void ProcessListPaginatedFineTuningJobsResponse(
+ partial void ProcessListFineTuningJobsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessListPaginatedFineTuningJobsResponseContent(
+ partial void ProcessListFineTuningJobsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -35,7 +35,7 @@ partial void ProcessListPaginatedFineTuningJobsResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ListPaginatedFineTuningJobsAsync(
+ public async global::System.Threading.Tasks.Task ListFineTuningJobsAsync(
string? after = default,
int? limit = default,
global::System.Collections.Generic.Dictionary? metadata = default,
@@ -43,7 +43,7 @@ partial void ProcessListPaginatedFineTuningJobsResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareListPaginatedFineTuningJobsArguments(
+ PrepareListFineTuningJobsArguments(
httpClient: HttpClient,
after: ref after,
limit: ref limit,
@@ -85,7 +85,7 @@ partial void ProcessListPaginatedFineTuningJobsResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareListPaginatedFineTuningJobsRequest(
+ PrepareListFineTuningJobsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
after: after,
@@ -100,7 +100,7 @@ partial void ProcessListPaginatedFineTuningJobsResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessListPaginatedFineTuningJobsResponse(
+ ProcessListFineTuningJobsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -116,7 +116,7 @@ partial void ProcessListPaginatedFineTuningJobsResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessListPaginatedFineTuningJobsResponseContent(
+ ProcessListFineTuningJobsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.PauseFineTuningJob.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.PauseFineTuning.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.PauseFineTuningJob.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.PauseFineTuning.g.cs
index 5a8a21ff..a4e57b75 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.PauseFineTuningJob.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.PauseFineTuning.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PreparePauseFineTuningJobArguments(
+ partial void PreparePauseFineTuningArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fineTuningJobId);
- partial void PreparePauseFineTuningJobRequest(
+ partial void PreparePauseFineTuningRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fineTuningJobId);
- partial void ProcessPauseFineTuningJobResponse(
+ partial void ProcessPauseFineTuningResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessPauseFineTuningJobResponseContent(
+ partial void ProcessPauseFineTuningResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -29,13 +29,13 @@ partial void ProcessPauseFineTuningJobResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task PauseFineTuningJobAsync(
+ public async global::System.Threading.Tasks.Task PauseFineTuningAsync(
string fineTuningJobId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PreparePauseFineTuningJobArguments(
+ PreparePauseFineTuningArguments(
httpClient: HttpClient,
fineTuningJobId: ref fineTuningJobId);
@@ -70,7 +70,7 @@ partial void ProcessPauseFineTuningJobResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PreparePauseFineTuningJobRequest(
+ PreparePauseFineTuningRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fineTuningJobId: fineTuningJobId);
@@ -83,7 +83,7 @@ partial void ProcessPauseFineTuningJobResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessPauseFineTuningJobResponse(
+ ProcessPauseFineTuningResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -99,7 +99,7 @@ partial void ProcessPauseFineTuningJobResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessPauseFineTuningJobResponseContent(
+ ProcessPauseFineTuningResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ResumeFineTuningJob.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ResumeFineTuning.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ResumeFineTuningJob.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ResumeFineTuning.g.cs
index 5247b770..e027feda 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ResumeFineTuningJob.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ResumeFineTuning.g.cs
@@ -5,18 +5,18 @@ namespace tryAGI.OpenAI
{
public partial class FineTuningClient
{
- partial void PrepareResumeFineTuningJobArguments(
+ partial void PrepareResumeFineTuningArguments(
global::System.Net.Http.HttpClient httpClient,
ref string fineTuningJobId);
- partial void PrepareResumeFineTuningJobRequest(
+ partial void PrepareResumeFineTuningRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string fineTuningJobId);
- partial void ProcessResumeFineTuningJobResponse(
+ partial void ProcessResumeFineTuningResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessResumeFineTuningJobResponseContent(
+ partial void ProcessResumeFineTuningResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -29,13 +29,13 @@ partial void ProcessResumeFineTuningJobResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ResumeFineTuningJobAsync(
+ public async global::System.Threading.Tasks.Task ResumeFineTuningAsync(
string fineTuningJobId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareResumeFineTuningJobArguments(
+ PrepareResumeFineTuningArguments(
httpClient: HttpClient,
fineTuningJobId: ref fineTuningJobId);
@@ -70,7 +70,7 @@ partial void ProcessResumeFineTuningJobResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareResumeFineTuningJobRequest(
+ PrepareResumeFineTuningRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
fineTuningJobId: fineTuningJobId);
@@ -83,7 +83,7 @@ partial void ProcessResumeFineTuningJobResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessResumeFineTuningJobResponse(
+ ProcessResumeFineTuningResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -99,7 +99,7 @@ partial void ProcessResumeFineTuningJobResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessResumeFineTuningJobResponseContent(
+ ProcessResumeFineTuningResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GradersClient.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GradersClient.g.cs
deleted file mode 100644
index c7f50d07..00000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GradersClient.g.cs
+++ /dev/null
@@ -1,87 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// Manage and run graders in the OpenAI platform.
- /// If no httpClient is provided, a new one will be created.
- /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
- ///
- public sealed partial class GradersClient : global::tryAGI.OpenAI.IGradersClient, global::System.IDisposable
- {
- ///
- ///
- ///
- public const string DefaultBaseUrl = "https://api.openai.com/v1";
-
- private bool _disposeHttpClient = true;
-
- ///
- public global::System.Net.Http.HttpClient HttpClient { get; }
-
- ///
- public System.Uri? BaseUri => HttpClient.BaseAddress;
-
- ///
- public global::System.Collections.Generic.List Authorizations { get; }
-
- ///
- public bool ReadResponseAsString { get; set; }
-#if DEBUG
- = true;
-#endif
- ///
- ///
- ///
- public global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; } = global::tryAGI.OpenAI.SourceGenerationContext.Default;
-
-
- ///
- /// Creates a new instance of the GradersClient.
- /// If no httpClient is provided, a new one will be created.
- /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
- ///
- /// The HttpClient instance. If not provided, a new one will be created.
- /// The base URL for the API. If not provided, the default baseUri from OpenAPI spec will be used.
- /// The authorizations to use for the requests.
- /// Dispose the HttpClient when the instance is disposed. True by default.
- public GradersClient(
- global::System.Net.Http.HttpClient? httpClient = null,
- global::System.Uri? baseUri = null,
- global::System.Collections.Generic.List? authorizations = null,
- bool disposeHttpClient = true)
- {
- HttpClient = httpClient ?? new global::System.Net.Http.HttpClient();
- HttpClient.BaseAddress ??= baseUri ?? new global::System.Uri(DefaultBaseUrl);
- Authorizations = authorizations ?? new global::System.Collections.Generic.List();
- _disposeHttpClient = disposeHttpClient;
-
- Initialized(HttpClient);
- }
-
- ///
- public void Dispose()
- {
- if (_disposeHttpClient)
- {
- HttpClient.Dispose();
- }
- }
-
- partial void Initialized(
- global::System.Net.Http.HttpClient client);
- partial void PrepareArguments(
- global::System.Net.Http.HttpClient client);
- partial void PrepareRequest(
- global::System.Net.Http.HttpClient client,
- global::System.Net.Http.HttpRequestMessage request);
- partial void ProcessResponse(
- global::System.Net.Http.HttpClient client,
- global::System.Net.Http.HttpResponseMessage response);
- partial void ProcessResponseContent(
- global::System.Net.Http.HttpClient client,
- global::System.Net.Http.HttpResponseMessage response,
- ref string content);
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.AssignGroupRole.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.AssignOrganizationRoleToGroup.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.AssignGroupRole.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.AssignOrganizationRoleToGroup.g.cs
index d762a2a1..ad4a998b 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.AssignGroupRole.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.AssignOrganizationRoleToGroup.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class GroupOrganizationRoleAssignmentsClient
{
- partial void PrepareAssignGroupRoleArguments(
+ partial void PrepareAssignOrganizationRoleToGroupArguments(
global::System.Net.Http.HttpClient httpClient,
ref string groupId,
global::tryAGI.OpenAI.PublicAssignOrganizationGroupRoleBody request);
- partial void PrepareAssignGroupRoleRequest(
+ partial void PrepareAssignOrganizationRoleToGroupRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string groupId,
global::tryAGI.OpenAI.PublicAssignOrganizationGroupRoleBody request);
- partial void ProcessAssignGroupRoleResponse(
+ partial void ProcessAssignOrganizationRoleToGroupResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessAssignGroupRoleResponseContent(
+ partial void ProcessAssignOrganizationRoleToGroupResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -30,7 +30,7 @@ partial void ProcessAssignGroupRoleResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task AssignGroupRoleAsync(
+ public async global::System.Threading.Tasks.Task AssignOrganizationRoleToGroupAsync(
string groupId,
global::tryAGI.OpenAI.PublicAssignOrganizationGroupRoleBody request,
@@ -40,7 +40,7 @@ partial void ProcessAssignGroupRoleResponseContent(
PrepareArguments(
client: HttpClient);
- PrepareAssignGroupRoleArguments(
+ PrepareAssignOrganizationRoleToGroupArguments(
httpClient: HttpClient,
groupId: ref groupId,
request: request);
@@ -82,7 +82,7 @@ partial void ProcessAssignGroupRoleResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareAssignGroupRoleRequest(
+ PrepareAssignOrganizationRoleToGroupRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
groupId: groupId,
@@ -96,7 +96,7 @@ partial void ProcessAssignGroupRoleResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessAssignGroupRoleResponse(
+ ProcessAssignOrganizationRoleToGroupResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -112,7 +112,7 @@ partial void ProcessAssignGroupRoleResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessAssignGroupRoleResponseContent(
+ ProcessAssignOrganizationRoleToGroupResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
@@ -194,7 +194,7 @@ partial void ProcessAssignGroupRoleResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task AssignGroupRoleAsync(
+ public async global::System.Threading.Tasks.Task AssignOrganizationRoleToGroupAsync(
string groupId,
string roleId,
global::System.Threading.CancellationToken cancellationToken = default)
@@ -204,7 +204,7 @@ partial void ProcessAssignGroupRoleResponseContent(
RoleId = roleId,
};
- return await AssignGroupRoleAsync(
+ return await AssignOrganizationRoleToGroupAsync(
groupId: groupId,
request: __request,
cancellationToken: cancellationToken).ConfigureAwait(false);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.ListGroupRoleAssignments.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.ListGroupOrganizationRoleAssignments.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.ListGroupRoleAssignments.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.ListGroupOrganizationRoleAssignments.g.cs
index c8983bf9..1dd6b9ec 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.ListGroupRoleAssignments.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.ListGroupOrganizationRoleAssignments.g.cs
@@ -5,24 +5,24 @@ namespace tryAGI.OpenAI
{
public partial class GroupOrganizationRoleAssignmentsClient
{
- partial void PrepareListGroupRoleAssignmentsArguments(
+ partial void PrepareListGroupOrganizationRoleAssignmentsArguments(
global::System.Net.Http.HttpClient httpClient,
ref string groupId,
ref int? limit,
ref string? after,
ref global::tryAGI.OpenAI.ListGroupRoleAssignmentsOrder? order);
- partial void PrepareListGroupRoleAssignmentsRequest(
+ partial void PrepareListGroupOrganizationRoleAssignmentsRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string groupId,
int? limit,
string? after,
global::tryAGI.OpenAI.ListGroupRoleAssignmentsOrder? order);
- partial void ProcessListGroupRoleAssignmentsResponse(
+ partial void ProcessListGroupOrganizationRoleAssignmentsResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessListGroupRoleAssignmentsResponseContent(
+ partial void ProcessListGroupOrganizationRoleAssignmentsResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -36,7 +36,7 @@ partial void ProcessListGroupRoleAssignmentsResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task ListGroupRoleAssignmentsAsync(
+ public async global::System.Threading.Tasks.Task ListGroupOrganizationRoleAssignmentsAsync(
string groupId,
int? limit = default,
string? after = default,
@@ -45,7 +45,7 @@ partial void ProcessListGroupRoleAssignmentsResponseContent(
{
PrepareArguments(
client: HttpClient);
- PrepareListGroupRoleAssignmentsArguments(
+ PrepareListGroupOrganizationRoleAssignmentsArguments(
httpClient: HttpClient,
groupId: ref groupId,
limit: ref limit,
@@ -88,7 +88,7 @@ partial void ProcessListGroupRoleAssignmentsResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareListGroupRoleAssignmentsRequest(
+ PrepareListGroupOrganizationRoleAssignmentsRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
groupId: groupId,
@@ -104,7 +104,7 @@ partial void ProcessListGroupRoleAssignmentsResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessListGroupRoleAssignmentsResponse(
+ ProcessListGroupOrganizationRoleAssignmentsResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -120,7 +120,7 @@ partial void ProcessListGroupRoleAssignmentsResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessListGroupRoleAssignmentsResponseContent(
+ ProcessListGroupOrganizationRoleAssignmentsResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.UnassignGroupRole.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.UnassignOrganizationRoleFromGroup.g.cs
similarity index 91%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.UnassignGroupRole.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.UnassignOrganizationRoleFromGroup.g.cs
index 5dcde577..50423efe 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.UnassignGroupRole.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.GroupOrganizationRoleAssignmentsClient.UnassignOrganizationRoleFromGroup.g.cs
@@ -5,20 +5,20 @@ namespace tryAGI.OpenAI
{
public partial class GroupOrganizationRoleAssignmentsClient
{
- partial void PrepareUnassignGroupRoleArguments(
+ partial void PrepareUnassignOrganizationRoleFromGroupArguments(
global::System.Net.Http.HttpClient httpClient,
ref string groupId,
ref string roleId);
- partial void PrepareUnassignGroupRoleRequest(
+ partial void PrepareUnassignOrganizationRoleFromGroupRequest(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpRequestMessage httpRequestMessage,
string groupId,
string roleId);
- partial void ProcessUnassignGroupRoleResponse(
+ partial void ProcessUnassignOrganizationRoleFromGroupResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);
- partial void ProcessUnassignGroupRoleResponseContent(
+ partial void ProcessUnassignOrganizationRoleFromGroupResponseContent(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);
@@ -30,14 +30,14 @@ partial void ProcessUnassignGroupRoleResponseContent(
///
/// The token to cancel the operation with
///
- public async global::System.Threading.Tasks.Task UnassignGroupRoleAsync(
+ public async global::System.Threading.Tasks.Task UnassignOrganizationRoleFromGroupAsync(
string groupId,
string roleId,
global::System.Threading.CancellationToken cancellationToken = default)
{
PrepareArguments(
client: HttpClient);
- PrepareUnassignGroupRoleArguments(
+ PrepareUnassignOrganizationRoleFromGroupArguments(
httpClient: HttpClient,
groupId: ref groupId,
roleId: ref roleId);
@@ -73,7 +73,7 @@ partial void ProcessUnassignGroupRoleResponseContent(
PrepareRequest(
client: HttpClient,
request: __httpRequest);
- PrepareUnassignGroupRoleRequest(
+ PrepareUnassignOrganizationRoleFromGroupRequest(
httpClient: HttpClient,
httpRequestMessage: __httpRequest,
groupId: groupId,
@@ -87,7 +87,7 @@ partial void ProcessUnassignGroupRoleResponseContent(
ProcessResponse(
client: HttpClient,
response: __response);
- ProcessUnassignGroupRoleResponse(
+ ProcessUnassignOrganizationRoleFromGroupResponse(
httpClient: HttpClient,
httpResponseMessage: __response);
@@ -103,7 +103,7 @@ partial void ProcessUnassignGroupRoleResponseContent(
client: HttpClient,
response: __response,
content: ref __content);
- ProcessUnassignGroupRoleResponseContent(
+ ProcessUnassignOrganizationRoleFromGroupResponseContent(
httpClient: HttpClient,
httpResponseMessage: __response,
content: ref __content);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.CancelRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.CancelARun.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.CancelRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.CancelARun.g.cs
index abe2e4f9..a9f3b245 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.CancelRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.CancelARun.g.cs
@@ -11,7 +11,7 @@ public partial interface IAssistantsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CancelRunAsync(
+ global::System.Threading.Tasks.Task CancelARunAsync(
string threadId,
string runId,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetMessage.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveMessage.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetMessage.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveMessage.g.cs
index d2922afa..dc72eb3a 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetMessage.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveMessage.g.cs
@@ -11,7 +11,7 @@ public partial interface IAssistantsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetMessageAsync(
+ global::System.Threading.Tasks.Task RetrieveMessageAsync(
string threadId,
string messageId,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveRun.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveRun.g.cs
index dcffe2e0..b035c7d0 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveRun.g.cs
@@ -11,7 +11,7 @@ public partial interface IAssistantsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetRunAsync(
+ global::System.Threading.Tasks.Task RetrieveRunAsync(
string threadId,
string runId,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetRunStep.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveRunStep.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetRunStep.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveRunStep.g.cs
index 600ca11c..5eed3bf3 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetRunStep.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveRunStep.g.cs
@@ -13,7 +13,7 @@ public partial interface IAssistantsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetRunStepAsync(
+ global::System.Threading.Tasks.Task RetrieveRunStepAsync(
string threadId,
string runId,
string stepId,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetThread.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveThread.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetThread.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveThread.g.cs
index 4cefb4ff..f783204f 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.GetThread.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.RetrieveThread.g.cs
@@ -10,7 +10,7 @@ public partial interface IAssistantsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetThreadAsync(
+ global::System.Threading.Tasks.Task RetrieveThreadAsync(
string threadId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.SubmitToolOuputsToRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.SubmitToolOutputsToRun.g.cs
similarity index 96%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.SubmitToolOuputsToRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.SubmitToolOutputsToRun.g.cs
index d00d43a8..19bafdce 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.SubmitToolOuputsToRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.SubmitToolOutputsToRun.g.cs
@@ -12,7 +12,7 @@ public partial interface IAssistantsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task SubmitToolOuputsToRunAsync(
+ global::System.Threading.Tasks.Task SubmitToolOutputsToRunAsync(
string threadId,
string runId,
@@ -29,7 +29,7 @@ public partial interface IAssistantsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task SubmitToolOuputsToRunAsync(
+ global::System.Threading.Tasks.Task SubmitToolOutputsToRunAsync(
string threadId,
string runId,
global::System.Collections.Generic.IList toolOutputs,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.GetVoiceConsent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.RetrieveVoiceConsent.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.GetVoiceConsent.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.RetrieveVoiceConsent.g.cs
index f0216311..78c603d5 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.GetVoiceConsent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.RetrieveVoiceConsent.g.cs
@@ -12,7 +12,7 @@ public partial interface IAudioClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetVoiceConsentAsync(
+ global::System.Threading.Tasks.Task RetrieveVoiceConsentAsync(
string consentId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateOrganizationCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateCertificatesForOrganization.g.cs
similarity index 90%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateOrganizationCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateCertificatesForOrganization.g.cs
index 32a62f01..57c7e635 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateOrganizationCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateCertificatesForOrganization.g.cs
@@ -11,7 +11,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ActivateOrganizationCertificatesAsync(
+ global::System.Threading.Tasks.Task ActivateCertificatesForOrganizationAsync(
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -22,7 +22,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ActivateOrganizationCertificatesAsync(
+ global::System.Threading.Tasks.Task ActivateCertificatesForOrganizationAsync(
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateProjectCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateCertificatesForProject.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateProjectCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateCertificatesForProject.g.cs
index 738c3e85..bea3d40e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateProjectCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ActivateCertificatesForProject.g.cs
@@ -12,7 +12,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ActivateProjectCertificatesAsync(
+ global::System.Threading.Tasks.Task ActivateCertificatesForProjectAsync(
string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
@@ -25,7 +25,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ActivateProjectCertificatesAsync(
+ global::System.Threading.Tasks.Task ActivateCertificatesForProjectAsync(
string projectId,
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateOrganizationCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateCertificatesForOrganization.g.cs
similarity index 90%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateOrganizationCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateCertificatesForOrganization.g.cs
index 35afecfc..2627d6d9 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateOrganizationCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateCertificatesForOrganization.g.cs
@@ -11,7 +11,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeactivateOrganizationCertificatesAsync(
+ global::System.Threading.Tasks.Task DeactivateCertificatesForOrganizationAsync(
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -22,7 +22,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeactivateOrganizationCertificatesAsync(
+ global::System.Threading.Tasks.Task DeactivateCertificatesForOrganizationAsync(
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateProjectCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateCertificatesForProject.g.cs
similarity index 91%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateProjectCertificates.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateCertificatesForProject.g.cs
index 781df18d..06d03e35 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateProjectCertificates.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.DeactivateCertificatesForProject.g.cs
@@ -12,7 +12,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeactivateProjectCertificatesAsync(
+ global::System.Threading.Tasks.Task DeactivateCertificatesForProjectAsync(
string projectId,
global::tryAGI.OpenAI.ToggleCertificatesRequest request,
@@ -25,7 +25,7 @@ public partial interface ICertificatesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeactivateProjectCertificatesAsync(
+ global::System.Threading.Tasks.Task DeactivateCertificatesForProjectAsync(
string projectId,
global::System.Collections.Generic.IList certificateIds,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatCompletionMessages.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatMessages.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatCompletionMessages.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatMessages.g.cs
index bd8bc6b4..db961ec0 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatCompletionMessages.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatMessages.g.cs
@@ -19,7 +19,7 @@ public partial interface IChatClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetChatCompletionMessagesAsync(
+ global::System.Threading.Tasks.Task GetChatMessagesAsync(
string completionId,
string? after = default,
int? limit = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateAConversation.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateAConversation.g.cs
index e40cbdf2..dc31d48b 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateAConversation.g.cs
@@ -10,7 +10,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateConversationAsync(
+ global::System.Threading.Tasks.Task CreateAConversationAsync(
global::tryAGI.OpenAI.CreateConversationBody request,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -21,7 +21,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateConversationAsync(
+ global::System.Threading.Tasks.Task CreateAConversationAsync(
global::System.Collections.Generic.Dictionary? metadata = default,
global::System.Collections.Generic.IList? items = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateConversationItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateItems.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateConversationItems.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateItems.g.cs
index 3ba3d790..68fff78a 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateConversationItems.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.CreateItems.g.cs
@@ -14,7 +14,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateConversationItemsAsync(
+ global::System.Threading.Tasks.Task CreateItemsAsync(
string conversationId,
global::tryAGI.OpenAI.CreateConversationItemsRequest request,
@@ -32,7 +32,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateConversationItemsAsync(
+ global::System.Threading.Tasks.Task CreateItemsAsync(
string conversationId,
global::System.Collections.Generic.IList items,
global::System.Collections.Generic.IList? include = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteAConversation.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteAConversation.g.cs
index e016e082..8fc20797 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteAConversation.g.cs
@@ -12,7 +12,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeleteConversationAsync(
+ global::System.Threading.Tasks.Task DeleteAConversationAsync(
string conversationId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteConversationItem.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteAnItem.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteConversationItem.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteAnItem.g.cs
index d7b80f06..ba91952a 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteConversationItem.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.DeleteAnItem.g.cs
@@ -15,7 +15,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeleteConversationItemAsync(
+ global::System.Threading.Tasks.Task DeleteAnItemAsync(
string conversationId,
string itemId,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListConversationItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListItems.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListConversationItems.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListItems.g.cs
index 7d69a4bc..d6bd5deb 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListConversationItems.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListItems.g.cs
@@ -18,7 +18,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ListConversationItemsAsync(
+ global::System.Threading.Tasks.Task ListItemsAsync(
string conversationId,
int? limit = default,
global::tryAGI.OpenAI.ListConversationItemsOrder? order = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.GetConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.RetrieveAConversation.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.GetConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.RetrieveAConversation.g.cs
index 701b9c66..8703768e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.GetConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.RetrieveAConversation.g.cs
@@ -12,7 +12,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetConversationAsync(
+ global::System.Threading.Tasks.Task RetrieveAConversationAsync(
string conversationId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.GetConversationItem.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.RetrieveAnItem.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.GetConversationItem.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.RetrieveAnItem.g.cs
index fd244d73..7dc92fae 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.GetConversationItem.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.RetrieveAnItem.g.cs
@@ -16,7 +16,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetConversationItemAsync(
+ global::System.Threading.Tasks.Task RetrieveAnItemAsync(
string conversationId,
string itemId,
global::System.Collections.Generic.IList? include = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.UpdateConversation.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.UpdateAConversation.g.cs
similarity index 94%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.UpdateConversation.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.UpdateAConversation.g.cs
index ef805a53..b3565392 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.UpdateConversation.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.UpdateAConversation.g.cs
@@ -13,7 +13,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task UpdateConversationAsync(
+ global::System.Threading.Tasks.Task UpdateAConversationAsync(
string conversationId,
global::tryAGI.OpenAI.UpdateConversationBody request,
@@ -30,7 +30,7 @@ public partial interface IConversationsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task UpdateConversationAsync(
+ global::System.Threading.Tasks.Task UpdateAConversationAsync(
string conversationId,
global::System.Collections.Generic.Dictionary? metadata = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEmbeddingsClient.CreateEmbedding.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEmbeddingsClient.CreateEmbeddings.g.cs
similarity index 97%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEmbeddingsClient.CreateEmbedding.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEmbeddingsClient.CreateEmbeddings.g.cs
index 94e61592..7f0fa410 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEmbeddingsClient.CreateEmbedding.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEmbeddingsClient.CreateEmbeddings.g.cs
@@ -10,7 +10,7 @@ public partial interface IEmbeddingsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateEmbeddingAsync(
+ global::System.Threading.Tasks.Task CreateEmbeddingsAsync(
global::tryAGI.OpenAI.CreateEmbeddingRequest request,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -39,7 +39,7 @@ public partial interface IEmbeddingsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateEmbeddingAsync(
+ global::System.Threading.Tasks.Task CreateEmbeddingsAsync(
global::tryAGI.OpenAI.OneOf, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>> input,
global::tryAGI.OpenAI.AnyOf model,
global::tryAGI.OpenAI.CreateEmbeddingRequestEncodingFormat? encodingFormat = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.DeleteEval.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.DeleteAnEval.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.DeleteEval.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.DeleteAnEval.g.cs
index 2c64c560..e7bd75b3 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.DeleteEval.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.DeleteAnEval.g.cs
@@ -10,7 +10,7 @@ public partial interface IEvalsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeleteEvalAsync(
+ global::System.Threading.Tasks.Task DeleteAnEvalAsync(
string evalId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEval.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnEval.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEval.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnEval.g.cs
index e0c22887..3f7f2330 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEval.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnEval.g.cs
@@ -10,7 +10,7 @@ public partial interface IEvalsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetEvalAsync(
+ global::System.Threading.Tasks.Task GetAnEvalAsync(
string evalId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRun.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnEvalRun.g.cs
similarity index 95%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRun.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnEvalRun.g.cs
index f19da03d..09e1c493 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRun.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnEvalRun.g.cs
@@ -11,7 +11,7 @@ public partial interface IEvalsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetEvalRunAsync(
+ global::System.Threading.Tasks.Task GetAnEvalRunAsync(
string evalId,
string runId,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRunOutputItem.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnOutputItemOfAnEvalRun.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRunOutputItem.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnOutputItemOfAnEvalRun.g.cs
index bc7b35dc..ab479192 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRunOutputItem.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetAnOutputItemOfAnEvalRun.g.cs
@@ -12,7 +12,7 @@ public partial interface IEvalsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task GetEvalRunOutputItemAsync(
+ global::System.Threading.Tasks.Task GetAnOutputItemOfAnEvalRunAsync(
string evalId,
string runId,
string outputItemId,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.UpdateEval.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.UpdateAnEval.g.cs
similarity index 96%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.UpdateEval.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.UpdateAnEval.g.cs
index 5e57baae..d23444dd 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.UpdateEval.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.UpdateAnEval.g.cs
@@ -11,7 +11,7 @@ public partial interface IEvalsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task UpdateEvalAsync(
+ global::System.Threading.Tasks.Task UpdateAnEvalAsync(
string evalId,
global::tryAGI.OpenAI.UpdateEvalRequest request,
@@ -26,7 +26,7 @@ public partial interface IEvalsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task UpdateEvalAsync(
+ global::System.Threading.Tasks.Task UpdateAnEvalAsync(
string evalId,
string? name = default,
global::System.Collections.Generic.Dictionary? metadata = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.DownloadFile.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.RetrieveFileContent.g.cs
similarity index 87%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.DownloadFile.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.RetrieveFileContent.g.cs
index 7f13bffb..40d8c8ae 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.DownloadFile.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.RetrieveFileContent.g.cs
@@ -10,7 +10,7 @@ public partial interface IFilesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DownloadFileAsync(
+ global::System.Threading.Tasks.Task RetrieveFileContentAsync(
string fileId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.CreateFile.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.UploadFile.g.cs
similarity index 98%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.CreateFile.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.UploadFile.g.cs
index 23c055c7..7a46eaa6 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.CreateFile.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.UploadFile.g.cs
@@ -24,7 +24,7 @@ public partial interface IFilesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateFileAsync(
+ global::System.Threading.Tasks.Task UploadFileAsync(
global::tryAGI.OpenAI.CreateFileRequest request,
global::System.Threading.CancellationToken cancellationToken = default);
@@ -65,7 +65,7 @@ public partial interface IFilesClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateFileAsync(
+ global::System.Threading.Tasks.Task UploadFileAsync(
byte[] file,
string filename,
global::tryAGI.OpenAI.CreateFileRequestPurpose purpose,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CancelFineTuningJob.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CancelFineTuning.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CancelFineTuningJob.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CancelFineTuning.g.cs
index 8a8f6861..a2d4fc7a 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CancelFineTuningJob.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CancelFineTuning.g.cs
@@ -12,7 +12,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CancelFineTuningJobAsync(
+ global::System.Threading.Tasks.Task CancelFineTuningAsync(
string fineTuningJobId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CreateFineTuningCheckpointPermission.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CreateCheckpointPermissions.g.cs
similarity index 91%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CreateFineTuningCheckpointPermission.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CreateCheckpointPermissions.g.cs
index 182d9b0f..0a69985e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CreateFineTuningCheckpointPermission.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.CreateCheckpointPermissions.g.cs
@@ -14,7 +14,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateFineTuningCheckpointPermissionAsync(
+ global::System.Threading.Tasks.Task CreateCheckpointPermissionsAsync(
string fineTunedModelCheckpoint,
global::tryAGI.OpenAI.CreateFineTuningCheckpointPermissionRequest request,
@@ -31,7 +31,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateFineTuningCheckpointPermissionAsync(
+ global::System.Threading.Tasks.Task CreateCheckpointPermissionsAsync(
string fineTunedModelCheckpoint,
global::System.Collections.Generic.IList projectIds,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.DeleteFineTuningCheckpointPermission.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.DeleteCheckpointPermission.g.cs
similarity index 91%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.DeleteFineTuningCheckpointPermission.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.DeleteCheckpointPermission.g.cs
index a47ebbf1..ad02907f 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.DeleteFineTuningCheckpointPermission.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.DeleteCheckpointPermission.g.cs
@@ -16,7 +16,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task DeleteFineTuningCheckpointPermissionAsync(
+ global::System.Threading.Tasks.Task DeleteCheckpointPermissionAsync(
string fineTunedModelCheckpoint,
string permissionId,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpointPermissions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListCheckpointPermissions.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpointPermissions.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListCheckpointPermissions.g.cs
index f163925e..d7f641dc 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpointPermissions.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListCheckpointPermissions.g.cs
@@ -21,7 +21,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ListFineTuningCheckpointPermissionsAsync(
+ global::System.Threading.Tasks.Task ListCheckpointPermissionsAsync(
string fineTunedModelCheckpoint,
string? projectId = default,
string? after = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningJobCheckpoints.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpoints.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningJobCheckpoints.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpoints.g.cs
index 049df2b9..18db8ad0 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningJobCheckpoints.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpoints.g.cs
@@ -16,7 +16,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ListFineTuningJobCheckpointsAsync(
+ global::System.Threading.Tasks.Task ListFineTuningCheckpointsAsync(
string fineTuningJobId,
string? after = default,
int? limit = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListPaginatedFineTuningJobs.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningJobs.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListPaginatedFineTuningJobs.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningJobs.g.cs
index fbbc2318..058ef1f2 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListPaginatedFineTuningJobs.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningJobs.g.cs
@@ -14,7 +14,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ListPaginatedFineTuningJobsAsync(
+ global::System.Threading.Tasks.Task ListFineTuningJobsAsync(
string? after = default,
int? limit = default,
global::System.Collections.Generic.Dictionary? metadata = default,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.PauseFineTuningJob.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.PauseFineTuning.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.PauseFineTuningJob.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.PauseFineTuning.g.cs
index 732654a0..3d697e90 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.PauseFineTuningJob.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.PauseFineTuning.g.cs
@@ -12,7 +12,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task PauseFineTuningJobAsync(
+ global::System.Threading.Tasks.Task PauseFineTuningAsync(
string fineTuningJobId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ResumeFineTuningJob.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ResumeFineTuning.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ResumeFineTuningJob.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ResumeFineTuning.g.cs
index 239fe642..2ba8354c 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ResumeFineTuningJob.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ResumeFineTuning.g.cs
@@ -12,7 +12,7 @@ public partial interface IFineTuningClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ResumeFineTuningJobAsync(
+ global::System.Threading.Tasks.Task ResumeFineTuningAsync(
string fineTuningJobId,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGradersClient.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGradersClient.g.cs
deleted file mode 100644
index 33560945..00000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGradersClient.g.cs
+++ /dev/null
@@ -1,44 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// Manage and run graders in the OpenAI platform.
- /// If no httpClient is provided, a new one will be created.
- /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
- ///
- public partial interface IGradersClient : global::System.IDisposable
- {
- ///
- /// The HttpClient instance.
- ///
- public global::System.Net.Http.HttpClient HttpClient { get; }
-
- ///
- /// The base URL for the API.
- ///
- public System.Uri? BaseUri { get; }
-
- ///
- /// The authorizations to use for the requests.
- ///
- public global::System.Collections.Generic.List Authorizations { get; }
-
- ///
- /// Gets or sets a value indicating whether the response content should be read as a string.
- /// True by default in debug builds, false otherwise.
- /// When false, successful responses are deserialized directly from the response stream for better performance.
- /// Error responses are always read as strings regardless of this setting,
- /// ensuring is populated.
- ///
- public bool ReadResponseAsString { get; set; }
-
- ///
- ///
- ///
- global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }
-
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.AssignGroupRole.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.AssignOrganizationRoleToGroup.g.cs
similarity index 92%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.AssignGroupRole.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.AssignOrganizationRoleToGroup.g.cs
index 7a7b0c21..060d81a6 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.AssignGroupRole.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.AssignOrganizationRoleToGroup.g.cs
@@ -11,7 +11,7 @@ public partial interface IGroupOrganizationRoleAssignmentsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task AssignGroupRoleAsync(
+ global::System.Threading.Tasks.Task AssignOrganizationRoleToGroupAsync(
string groupId,
global::tryAGI.OpenAI.PublicAssignOrganizationGroupRoleBody request,
@@ -25,7 +25,7 @@ public partial interface IGroupOrganizationRoleAssignmentsClient
///
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task AssignGroupRoleAsync(
+ global::System.Threading.Tasks.Task AssignOrganizationRoleToGroupAsync(
string groupId,
string roleId,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.ListGroupRoleAssignments.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.ListGroupOrganizationRoleAssignments.g.cs
similarity index 93%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.ListGroupRoleAssignments.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.ListGroupOrganizationRoleAssignments.g.cs
index e1acfe35..9cf0a284 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.ListGroupRoleAssignments.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IGroupOrganizationRoleAssignmentsClient.ListGroupOrganizationRoleAssignments.g.cs
@@ -13,7 +13,7 @@ public partial interface IGroupOrganizationRoleAssignmentsClient
///