diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs index 8a5acb4f6..2f183f0b2 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs @@ -482,7 +482,7 @@ partial void ProcessListMessagesResponseContent( } /// - /// Wraps ListMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.MessageObject> that auto-pages over the response. + /// Wraps ListMessagesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRunSteps.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRunSteps.g.cs index 78195c54a..e166234a8 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRunSteps.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRunSteps.g.cs @@ -491,7 +491,7 @@ partial void ProcessListRunStepsResponseContent( } /// - /// Wraps ListRunStepsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunStepObject> that auto-pages over the response. + /// Wraps ListRunStepsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRuns.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRuns.g.cs index 5e554c60e..d5f4eb9e0 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRuns.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListRuns.g.cs @@ -472,7 +472,7 @@ partial void ProcessListRunsResponseContent( } /// - /// Wraps ListRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunObject> that auto-pages over the response. + /// Wraps ListRunsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.ListVoiceConsents.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.ListVoiceConsents.g.cs index 01f6bd395..b04aba714 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.ListVoiceConsents.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AudioClient.ListVoiceConsents.g.cs @@ -443,7 +443,7 @@ partial void ProcessListVoiceConsentsResponseContent( } /// - /// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VoiceConsentResource> that auto-pages over the response. + /// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AuditLogsClient.ListAuditLogs.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AuditLogsClient.ListAuditLogs.g.cs index 0654db24e..415863bf7 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AuditLogsClient.ListAuditLogs.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AuditLogsClient.ListAuditLogs.g.cs @@ -514,7 +514,7 @@ partial void ProcessListAuditLogsResponseContent( } /// - /// Wraps ListAuditLogsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AuditLog> that auto-pages over the response. + /// Wraps ListAuditLogsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.BatchClient.ListBatches.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.BatchClient.ListBatches.g.cs index 8a2840ffc..f9282f788 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.BatchClient.ListBatches.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.BatchClient.ListBatches.g.cs @@ -439,7 +439,7 @@ partial void ProcessListBatchesResponseContent( } /// - /// Wraps ListBatchesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Batch> that auto-pages over the response. + /// Wraps ListBatchesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListOrganizationCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListOrganizationCertificates.g.cs index 0b415890a..29bf646fd 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListOrganizationCertificates.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListOrganizationCertificates.g.cs @@ -455,7 +455,7 @@ partial void ProcessListOrganizationCertificatesResponseContent( } /// - /// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationCertificate> that auto-pages over the response. + /// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListProjectCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListProjectCertificates.g.cs index 449e2a222..e4834d2f5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListProjectCertificates.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.CertificatesClient.ListProjectCertificates.g.cs @@ -464,7 +464,7 @@ partial void ProcessListProjectCertificatesResponseContent( } /// - /// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationProjectCertificate> that auto-pages over the response. + /// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatMessages.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatMessages.g.cs index 312d395ab..38b922ae6 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatMessages.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.GetChatMessages.g.cs @@ -466,7 +466,7 @@ partial void ProcessGetChatMessagesResponseContent( } /// - /// Wraps GetChatMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AllOf<global::tryAGI.OpenAI.ChatCompletionResponseMessage, global::tryAGI.OpenAI.ChatCompletionMessageListDataItem>> that auto-pages over the response. + /// Wraps GetChatMessagesAsync as an IAsyncEnumerable> that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.ListChatCompletions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.ListChatCompletions.g.cs index 61d6423c9..bd4f329c9 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.ListChatCompletions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ChatClient.ListChatCompletions.g.cs @@ -475,7 +475,7 @@ partial void ProcessListChatCompletionsResponseContent( } /// - /// Wraps ListChatCompletionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.CreateChatCompletionResponse> that auto-pages over the response. + /// Wraps ListChatCompletionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListItems.g.cs index d0ca0c1a0..b1191b170 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ConversationsClient.ListItems.g.cs @@ -472,7 +472,7 @@ partial void ProcessListItemsResponseContent( } /// - /// Wraps ListItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ConversationItem> that auto-pages over the response. + /// Wraps ListItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: conv_123 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRunOutputItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRunOutputItems.g.cs index 7c41de9e8..2a75582b3 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRunOutputItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRunOutputItems.g.cs @@ -481,7 +481,7 @@ partial void ProcessGetEvalRunOutputItemsResponseContent( } /// - /// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRunOutputItem> that auto-pages over the response. + /// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRuns.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRuns.g.cs index 9a6ae3ab4..e5ab8f31e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRuns.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.GetEvalRuns.g.cs @@ -472,7 +472,7 @@ partial void ProcessGetEvalRunsResponseContent( } /// - /// Wraps GetEvalRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRun> that auto-pages over the response. + /// Wraps GetEvalRunsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.ListEvals.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.ListEvals.g.cs index a2d449e85..f6c77ca45 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.ListEvals.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.EvalsClient.ListEvals.g.cs @@ -467,7 +467,7 @@ partial void ProcessListEvalsResponseContent( } /// - /// Wraps ListEvalsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Eval> that auto-pages over the response. + /// Wraps ListEvalsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.ListFiles.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.ListFiles.g.cs index b84124162..5ffe479aa 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.ListFiles.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FilesClient.ListFiles.g.cs @@ -463,7 +463,7 @@ partial void ProcessListFilesResponseContent( } /// - /// Wraps ListFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OpenAIFile> that auto-pages over the response. + /// Wraps ListFilesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListCheckpointPermissions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListCheckpointPermissions.g.cs index 041e99ef2..7990d2a8e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListCheckpointPermissions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListCheckpointPermissions.g.cs @@ -478,7 +478,7 @@ partial void ProcessListCheckpointPermissionsResponseContent( } /// - /// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningCheckpointPermission> that auto-pages over the response. + /// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpoints.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpoints.g.cs index 4a253c6bb..d9983933c 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpoints.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.FineTuningClient.ListFineTuningCheckpoints.g.cs @@ -452,7 +452,7 @@ partial void ProcessListFineTuningCheckpointsResponseContent( } /// - /// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningJobCheckpoint> that auto-pages over the response. + /// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListMessages.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListMessages.g.cs index 3c6ba1b39..e106ff353 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListMessages.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListMessages.g.cs @@ -56,7 +56,7 @@ public partial interface IAssistantsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.MessageObject> that auto-pages over the response. + /// Wraps ListMessagesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRunSteps.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRunSteps.g.cs index b081662d7..fc8875fc3 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRunSteps.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRunSteps.g.cs @@ -60,7 +60,7 @@ public partial interface IAssistantsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListRunStepsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunStepObject> that auto-pages over the response. + /// Wraps ListRunStepsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRuns.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRuns.g.cs index 35b0ddcca..594b14f64 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRuns.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAssistantsClient.ListRuns.g.cs @@ -52,7 +52,7 @@ public partial interface IAssistantsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunObject> that auto-pages over the response. + /// Wraps ListRunsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.ListVoiceConsents.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.ListVoiceConsents.g.cs index 9829c3dd1..f22e4e8a3 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.ListVoiceConsents.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAudioClient.ListVoiceConsents.g.cs @@ -40,7 +40,7 @@ public partial interface IAudioClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VoiceConsentResource> that auto-pages over the response. + /// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAuditLogsClient.ListAuditLogs.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAuditLogsClient.ListAuditLogs.g.cs index a2557078e..a631e5444 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAuditLogsClient.ListAuditLogs.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IAuditLogsClient.ListAuditLogs.g.cs @@ -64,7 +64,7 @@ public partial interface IAuditLogsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListAuditLogsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AuditLog> that auto-pages over the response. + /// Wraps ListAuditLogsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IBatchClient.ListBatches.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IBatchClient.ListBatches.g.cs index 240208d4d..5f7a13e61 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IBatchClient.ListBatches.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IBatchClient.ListBatches.g.cs @@ -36,7 +36,7 @@ public partial interface IBatchClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListBatchesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Batch> that auto-pages over the response. + /// Wraps ListBatchesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListOrganizationCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListOrganizationCertificates.g.cs index b2617543e..d7ef1bd52 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListOrganizationCertificates.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListOrganizationCertificates.g.cs @@ -44,7 +44,7 @@ public partial interface ICertificatesClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationCertificate> that auto-pages over the response. + /// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListProjectCertificates.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListProjectCertificates.g.cs index 9c214f6f4..aa52f4102 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListProjectCertificates.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ICertificatesClient.ListProjectCertificates.g.cs @@ -48,7 +48,7 @@ public partial interface ICertificatesClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationProjectCertificate> that auto-pages over the response. + /// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatMessages.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatMessages.g.cs index e93952a70..a351d1399 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatMessages.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.GetChatMessages.g.cs @@ -52,7 +52,7 @@ public partial interface IChatClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps GetChatMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AllOf<global::tryAGI.OpenAI.ChatCompletionResponseMessage, global::tryAGI.OpenAI.ChatCompletionMessageListDataItem>> that auto-pages over the response. + /// Wraps GetChatMessagesAsync as an IAsyncEnumerable> that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.ListChatCompletions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.ListChatCompletions.g.cs index 1a1cd5ba0..f3763c8f5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.ListChatCompletions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IChatClient.ListChatCompletions.g.cs @@ -54,7 +54,7 @@ public partial interface IChatClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListChatCompletionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.CreateChatCompletionResponse> that auto-pages over the response. + /// Wraps ListChatCompletionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListItems.g.cs index 654efbb17..a07729fb1 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IConversationsClient.ListItems.g.cs @@ -52,7 +52,7 @@ public partial interface IConversationsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ConversationItem> that auto-pages over the response. + /// Wraps ListItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: conv_123 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRunOutputItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRunOutputItems.g.cs index 530c246c2..131ed4af7 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRunOutputItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRunOutputItems.g.cs @@ -56,7 +56,7 @@ public partial interface IEvalsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRunOutputItem> that auto-pages over the response. + /// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRuns.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRuns.g.cs index 4e6d29602..e0c23b3c6 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRuns.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.GetEvalRuns.g.cs @@ -52,7 +52,7 @@ public partial interface IEvalsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps GetEvalRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRun> that auto-pages over the response. + /// Wraps GetEvalRunsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.ListEvals.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.ListEvals.g.cs index b2dfc3597..22a1751df 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.ListEvals.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IEvalsClient.ListEvals.g.cs @@ -52,7 +52,7 @@ public partial interface IEvalsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListEvalsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Eval> that auto-pages over the response. + /// Wraps ListEvalsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.ListFiles.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.ListFiles.g.cs index ae3ac8448..5a3fdeec1 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.ListFiles.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFilesClient.ListFiles.g.cs @@ -48,7 +48,7 @@ public partial interface IFilesClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OpenAIFile> that auto-pages over the response. + /// Wraps ListFilesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListCheckpointPermissions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListCheckpointPermissions.g.cs index e59db815a..b780c9990 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListCheckpointPermissions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListCheckpointPermissions.g.cs @@ -58,7 +58,7 @@ public partial interface IFineTuningClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningCheckpointPermission> that auto-pages over the response. + /// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpoints.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpoints.g.cs index 2efb827aa..d1de01ec9 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpoints.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IFineTuningClient.ListFineTuningCheckpoints.g.cs @@ -44,7 +44,7 @@ public partial interface IFineTuningClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningJobCheckpoint> that auto-pages over the response. + /// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IInvitesClient.ListInvites.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IInvitesClient.ListInvites.g.cs index b1eee3793..399574135 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IInvitesClient.ListInvites.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IInvitesClient.ListInvites.g.cs @@ -36,7 +36,7 @@ public partial interface IInvitesClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListInvitesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Invite> that auto-pages over the response. + /// Wraps ListInvitesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs index 684d23c31..0c94b6787 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs @@ -54,7 +54,7 @@ public partial interface IOpenAiClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListAllOrganizationAndProjectApiKeysAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AdminApiKey> that auto-pages over the response. + /// Wraps ListAllOrganizationAndProjectApiKeysAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Order results by creation time, ascending or descending.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreadItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreadItems.g.cs index f01eca475..8162065d4 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreadItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreadItems.g.cs @@ -56,7 +56,7 @@ public partial interface IOpenAiClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListChatKitThreadItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ThreadItem> that auto-pages over the response. + /// Wraps ListChatKitThreadItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: cthr_123 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreads.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreads.g.cs index f97289b43..5d2f505e9 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreads.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListChatKitThreads.g.cs @@ -56,7 +56,7 @@ public partial interface IOpenAiClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListChatKitThreadsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ThreadResource> that auto-pages over the response. + /// Wraps ListChatKitThreadsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainerFiles.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainerFiles.g.cs index 19f977590..15e92a835 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainerFiles.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainerFiles.g.cs @@ -50,7 +50,7 @@ public partial interface IOpenAiClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListContainerFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ContainerFileResource> that auto-pages over the response. + /// Wraps ListContainerFilesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainers.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainers.g.cs index 703c00476..eefe346e5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainers.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IOpenAiClient.ListContainers.g.cs @@ -50,7 +50,7 @@ public partial interface IOpenAiClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListContainersAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ContainerResource> that auto-pages over the response. + /// Wraps ListContainersAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectApiKeys.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectApiKeys.g.cs index fccf9add9..977e4b0d5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectApiKeys.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectApiKeys.g.cs @@ -40,7 +40,7 @@ public partial interface IProjectsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListProjectApiKeysAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectApiKey> that auto-pages over the response. + /// Wraps ListProjectApiKeysAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectRateLimits.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectRateLimits.g.cs index f0c0453b4..7f41d5bce 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectRateLimits.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectRateLimits.g.cs @@ -44,7 +44,7 @@ public partial interface IProjectsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListProjectRateLimitsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectRateLimit> that auto-pages over the response. + /// Wraps ListProjectRateLimitsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectServiceAccounts.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectServiceAccounts.g.cs index 759adc527..f41302162 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectServiceAccounts.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectServiceAccounts.g.cs @@ -40,7 +40,7 @@ public partial interface IProjectsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListProjectServiceAccountsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectServiceAccount> that auto-pages over the response. + /// Wraps ListProjectServiceAccountsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectUsers.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectUsers.g.cs index e41a9f866..bec66be0d 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectUsers.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjectUsers.g.cs @@ -40,7 +40,7 @@ public partial interface IProjectsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListProjectUsersAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectUser> that auto-pages over the response. + /// Wraps ListProjectUsersAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjects.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjects.g.cs index b011b7b06..1ba10c1de 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjects.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IProjectsClient.ListProjects.g.cs @@ -44,7 +44,7 @@ public partial interface IProjectsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListProjectsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Project> that auto-pages over the response. + /// Wraps ListProjectsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IResponsesClient.ListInputItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IResponsesClient.ListInputItems.g.cs index 56ac0ad1c..8812bda63 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IResponsesClient.ListInputItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IResponsesClient.ListInputItems.g.cs @@ -48,7 +48,7 @@ public partial interface IResponsesClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListInputItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ItemResource> that auto-pages over the response. + /// Wraps ListInputItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkillVersions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkillVersions.g.cs index 5d419a33b..df18cdc3a 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkillVersions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkillVersions.g.cs @@ -48,7 +48,7 @@ public partial interface ISkillsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListSkillVersionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.SkillVersionResource> that auto-pages over the response. + /// Wraps ListSkillVersionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: skill_123 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkills.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkills.g.cs index f6255e833..e0b3bb45e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkills.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISkillsClient.ListSkills.g.cs @@ -40,7 +40,7 @@ public partial interface ISkillsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListSkillsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.SkillResource> that auto-pages over the response. + /// Wraps ListSkillsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListOrganizationSpendAlerts.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListOrganizationSpendAlerts.g.cs index 3aec96626..b72b2aac7 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListOrganizationSpendAlerts.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListOrganizationSpendAlerts.g.cs @@ -44,7 +44,7 @@ public partial interface ISpendAlertsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListOrganizationSpendAlertsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationSpendAlert> that auto-pages over the response. + /// Wraps ListOrganizationSpendAlertsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListProjectSpendAlerts.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListProjectSpendAlerts.g.cs index 08dde295a..917687c8d 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListProjectSpendAlerts.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ISpendAlertsClient.ListProjectSpendAlerts.g.cs @@ -48,7 +48,7 @@ public partial interface ISpendAlertsClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListProjectSpendAlertsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectSpendAlert> that auto-pages over the response. + /// Wraps ListProjectSpendAlertsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioSpeeches.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioSpeeches.g.cs index 198757e56..91522a48e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioSpeeches.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioSpeeches.g.cs @@ -68,7 +68,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps AudioSpeechesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps AudioSpeechesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -81,7 +81,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable AudioSpeechesAutoPagingAsync( int startTime, int? endTime = default, @@ -92,7 +92,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioTranscriptions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioTranscriptions.g.cs index aa25c74d8..bc998d93e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioTranscriptions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.AudioTranscriptions.g.cs @@ -68,7 +68,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps AudioTranscriptionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps AudioTranscriptionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -81,7 +81,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable AudioTranscriptionsAutoPagingAsync( int startTime, int? endTime = default, @@ -92,7 +92,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.CodeInterpreterSessions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.CodeInterpreterSessions.g.cs index f195158fb..bef6a2bce 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.CodeInterpreterSessions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.CodeInterpreterSessions.g.cs @@ -56,7 +56,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps CodeInterpreterSessionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps CodeInterpreterSessionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -66,7 +66,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable CodeInterpreterSessionsAutoPagingAsync( int startTime, int? endTime = default, @@ -74,7 +74,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? projectIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Completions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Completions.g.cs index f7010eb2b..ee74d086e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Completions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Completions.g.cs @@ -72,7 +72,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps CompletionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps CompletionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -86,7 +86,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable CompletionsAutoPagingAsync( int startTime, int? endTime = default, @@ -98,7 +98,7 @@ public partial interface IUsageClient bool? batch = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Costs.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Costs.g.cs index 3c4da2e5b..66c744fcb 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Costs.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Costs.g.cs @@ -64,7 +64,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps CostsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps CostsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -77,7 +77,7 @@ public partial interface IUsageClient /// /// Default Value: 7 /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable CostsAutoPagingAsync( int startTime, int? endTime = default, @@ -86,7 +86,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? apiKeyIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Embeddings.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Embeddings.g.cs index 2f4297bea..a4097c71f 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Embeddings.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Embeddings.g.cs @@ -68,7 +68,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps EmbeddingsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps EmbeddingsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -81,7 +81,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable EmbeddingsAutoPagingAsync( int startTime, int? endTime = default, @@ -92,7 +92,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.FileSearchCalls.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.FileSearchCalls.g.cs index ccca5d6ee..54b59e0a5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.FileSearchCalls.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.FileSearchCalls.g.cs @@ -68,7 +68,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps FileSearchCallsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps FileSearchCallsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -81,7 +81,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable FileSearchCallsAutoPagingAsync( int startTime, int? endTime = default, @@ -92,7 +92,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? vectorStoreIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Images.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Images.g.cs index 9ca2e51aa..7543d3038 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Images.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Images.g.cs @@ -76,7 +76,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ImagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps ImagesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -91,7 +91,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable ImagesAutoPagingAsync( int startTime, int? endTime = default, @@ -104,7 +104,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Moderations.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Moderations.g.cs index c4962207f..4b90cb8a9 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Moderations.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.Moderations.g.cs @@ -68,7 +68,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ModerationsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps ModerationsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -81,7 +81,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable ModerationsAutoPagingAsync( int startTime, int? endTime = default, @@ -92,7 +92,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.VectorStores.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.VectorStores.g.cs index ef919c998..f893bf47a 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.VectorStores.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.VectorStores.g.cs @@ -56,7 +56,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps VectorStoresAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps VectorStoresAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -66,7 +66,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable VectorStoresAutoPagingAsync( int startTime, int? endTime = default, @@ -74,7 +74,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? projectIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.WebSearchCalls.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.WebSearchCalls.g.cs index 287c56bb3..01fc142ab 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.WebSearchCalls.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsageClient.WebSearchCalls.g.cs @@ -72,7 +72,7 @@ public partial interface IUsageClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps WebSearchCallsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps WebSearchCallsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -86,7 +86,7 @@ public partial interface IUsageClient /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// global::System.Collections.Generic.IAsyncEnumerable WebSearchCallsAutoPagingAsync( int startTime, int? endTime = default, @@ -98,7 +98,7 @@ public partial interface IUsageClient global::System.Collections.Generic.IList? contextLevels = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsersClient.ListUsers.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsersClient.ListUsers.g.cs index d51a2f31f..d8d220d59 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsersClient.ListUsers.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IUsersClient.ListUsers.g.cs @@ -40,7 +40,7 @@ public partial interface IUsersClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListUsersAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.User> that auto-pages over the response. + /// Wraps ListUsersAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFiles.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFiles.g.cs index 8a2ab0c29..e9dd31c69 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFiles.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFiles.g.cs @@ -56,7 +56,7 @@ public partial interface IVectorStoresClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListVectorStoreFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VectorStoreFileObject> that auto-pages over the response. + /// Wraps ListVectorStoreFilesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFilesInABatch.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFilesInABatch.g.cs index 34a4d39b8..7f0858d6d 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFilesInABatch.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStoreFilesInABatch.g.cs @@ -60,7 +60,7 @@ public partial interface IVectorStoresClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListVectorStoreFilesInABatchAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VectorStoreFileObject> that auto-pages over the response. + /// Wraps ListVectorStoreFilesInABatchAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStores.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStores.g.cs index 79e754d72..7154729d5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStores.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVectorStoresClient.ListVectorStores.g.cs @@ -48,7 +48,7 @@ public partial interface IVectorStoresClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListVectorStoresAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VectorStoreObject> that auto-pages over the response. + /// Wraps ListVectorStoresAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVideosClient.ListVideos.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVideosClient.ListVideos.g.cs index ad86fa99b..297f544f9 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVideosClient.ListVideos.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IVideosClient.ListVideos.g.cs @@ -40,7 +40,7 @@ public partial interface IVideosClient global::System.Threading.CancellationToken cancellationToken = default); /// - /// Wraps ListVideosAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VideoResource> that auto-pages over the response. + /// Wraps ListVideosAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.InvitesClient.ListInvites.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.InvitesClient.ListInvites.g.cs index 8a76beb4b..f6aa6a7a8 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.InvitesClient.ListInvites.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.InvitesClient.ListInvites.g.cs @@ -441,7 +441,7 @@ partial void ProcessListInvitesResponseContent( } /// - /// Wraps ListInvitesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Invite> that auto-pages over the response. + /// Wraps ListInvitesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs index beb8374fc..1b8dcc801 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListAllOrganizationAndProjectApiKeys.g.cs @@ -465,7 +465,7 @@ partial void ProcessListAllOrganizationAndProjectApiKeysResponseContent( } /// - /// Wraps ListAllOrganizationAndProjectApiKeysAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AdminApiKey> that auto-pages over the response. + /// Wraps ListAllOrganizationAndProjectApiKeysAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Order results by creation time, ascending or descending.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreadItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreadItems.g.cs index 48e385609..2b040aea6 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreadItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreadItems.g.cs @@ -476,7 +476,7 @@ partial void ProcessListChatKitThreadItemsResponseContent( } /// - /// Wraps ListChatKitThreadItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ThreadItem> that auto-pages over the response. + /// Wraps ListChatKitThreadItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: cthr_123 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreads.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreads.g.cs index 2b518d6a4..a29df5038 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreads.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListChatKitThreads.g.cs @@ -477,7 +477,7 @@ partial void ProcessListChatKitThreadsResponseContent( } /// - /// Wraps ListChatKitThreadsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ThreadResource> that auto-pages over the response. + /// Wraps ListChatKitThreadsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainerFiles.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainerFiles.g.cs index 316ed25e2..ab0f15053 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainerFiles.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainerFiles.g.cs @@ -464,7 +464,7 @@ partial void ProcessListContainerFilesResponseContent( } /// - /// Wraps ListContainerFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ContainerFileResource> that auto-pages over the response. + /// Wraps ListContainerFilesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainers.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainers.g.cs index 45745efa9..faf01b602 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainers.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.OpenAiClient.ListContainers.g.cs @@ -465,7 +465,7 @@ partial void ProcessListContainersResponseContent( } /// - /// Wraps ListContainersAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ContainerResource> that auto-pages over the response. + /// Wraps ListContainersAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectApiKeys.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectApiKeys.g.cs index 335d87e45..04bc2c31b 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectApiKeys.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectApiKeys.g.cs @@ -450,7 +450,7 @@ partial void ProcessListProjectApiKeysResponseContent( } /// - /// Wraps ListProjectApiKeysAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectApiKey> that auto-pages over the response. + /// Wraps ListProjectApiKeysAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectRateLimits.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectRateLimits.g.cs index 4cd89e8de..74103638e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectRateLimits.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectRateLimits.g.cs @@ -460,7 +460,7 @@ partial void ProcessListProjectRateLimitsResponseContent( } /// - /// Wraps ListProjectRateLimitsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectRateLimit> that auto-pages over the response. + /// Wraps ListProjectRateLimitsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectServiceAccounts.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectServiceAccounts.g.cs index 0bb67d16b..a2c4a62a5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectServiceAccounts.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectServiceAccounts.g.cs @@ -487,7 +487,7 @@ partial void ProcessListProjectServiceAccountsResponseContent( } /// - /// Wraps ListProjectServiceAccountsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectServiceAccount> that auto-pages over the response. + /// Wraps ListProjectServiceAccountsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectUsers.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectUsers.g.cs index 6961357a6..995233a5f 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectUsers.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjectUsers.g.cs @@ -487,7 +487,7 @@ partial void ProcessListProjectUsersResponseContent( } /// - /// Wraps ListProjectUsersAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectUser> that auto-pages over the response. + /// Wraps ListProjectUsersAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjects.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjects.g.cs index b26413cd0..c2914e6d0 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjects.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ProjectsClient.ListProjects.g.cs @@ -455,7 +455,7 @@ partial void ProcessListProjectsResponseContent( } /// - /// Wraps ListProjectsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Project> that auto-pages over the response. + /// Wraps ListProjectsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ResponsesClient.ListInputItems.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ResponsesClient.ListInputItems.g.cs index 8fb4bb36b..04c22f633 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ResponsesClient.ListInputItems.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ResponsesClient.ListInputItems.g.cs @@ -468,7 +468,7 @@ partial void ProcessListInputItemsResponseContent( } /// - /// Wraps ListInputItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ItemResource> that auto-pages over the response. + /// Wraps ListInputItemsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkillVersions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkillVersions.g.cs index de9fdd9a8..76da5a165 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkillVersions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkillVersions.g.cs @@ -462,7 +462,7 @@ partial void ProcessListSkillVersionsResponseContent( } /// - /// Wraps ListSkillVersionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.SkillVersionResource> that auto-pages over the response. + /// Wraps ListSkillVersionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Example: skill_123 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkills.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkills.g.cs index 9c05888e4..37acb8057 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkills.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SkillsClient.ListSkills.g.cs @@ -449,7 +449,7 @@ partial void ProcessListSkillsResponseContent( } /// - /// Wraps ListSkillsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.SkillResource> that auto-pages over the response. + /// Wraps ListSkillsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListOrganizationSpendAlerts.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListOrganizationSpendAlerts.g.cs index 56be014b5..6189b6c9d 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListOrganizationSpendAlerts.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListOrganizationSpendAlerts.g.cs @@ -461,7 +461,7 @@ partial void ProcessListOrganizationSpendAlertsResponseContent( } /// - /// Wraps ListOrganizationSpendAlertsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationSpendAlert> that auto-pages over the response. + /// Wraps ListOrganizationSpendAlertsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListProjectSpendAlerts.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListProjectSpendAlerts.g.cs index 72b001564..d558d1b78 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListProjectSpendAlerts.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.SpendAlertsClient.ListProjectSpendAlerts.g.cs @@ -470,7 +470,7 @@ partial void ProcessListProjectSpendAlertsResponseContent( } /// - /// Wraps ListProjectSpendAlertsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ProjectSpendAlert> that auto-pages over the response. + /// Wraps ListProjectSpendAlertsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioSpeeches.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioSpeeches.g.cs index 18c7977e3..55def5fbc 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioSpeeches.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioSpeeches.g.cs @@ -521,7 +521,7 @@ partial void ProcessAudioSpeechesResponseContent( } /// - /// Wraps AudioSpeechesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps AudioSpeechesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -534,7 +534,7 @@ partial void ProcessAudioSpeechesResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable AudioSpeechesAutoPagingAsync( int startTime, int? endTime = default, @@ -545,11 +545,11 @@ partial void ProcessAudioSpeechesResponseContent( global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => AudioSpeechesAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => AudioSpeechesAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -559,13 +559,13 @@ partial void ProcessAudioSpeechesResponseContent( models: models, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioTranscriptions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioTranscriptions.g.cs index b7da1a0b3..45a28193f 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioTranscriptions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.AudioTranscriptions.g.cs @@ -521,7 +521,7 @@ partial void ProcessAudioTranscriptionsResponseContent( } /// - /// Wraps AudioTranscriptionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps AudioTranscriptionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -534,7 +534,7 @@ partial void ProcessAudioTranscriptionsResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable AudioTranscriptionsAutoPagingAsync( int startTime, int? endTime = default, @@ -545,11 +545,11 @@ partial void ProcessAudioTranscriptionsResponseContent( global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => AudioTranscriptionsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => AudioTranscriptionsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -559,13 +559,13 @@ partial void ProcessAudioTranscriptionsResponseContent( models: models, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.CodeInterpreterSessions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.CodeInterpreterSessions.g.cs index b02a7d64c..6a4ccb518 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.CodeInterpreterSessions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.CodeInterpreterSessions.g.cs @@ -491,7 +491,7 @@ partial void ProcessCodeInterpreterSessionsResponseContent( } /// - /// Wraps CodeInterpreterSessionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps CodeInterpreterSessionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -501,7 +501,7 @@ partial void ProcessCodeInterpreterSessionsResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable CodeInterpreterSessionsAutoPagingAsync( int startTime, int? endTime = default, @@ -509,24 +509,24 @@ partial void ProcessCodeInterpreterSessionsResponseContent( global::System.Collections.Generic.IList? projectIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => CodeInterpreterSessionsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => CodeInterpreterSessionsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, projectIds: projectIds, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Completions.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Completions.g.cs index a4cc6950a..a02eb778d 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Completions.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Completions.g.cs @@ -531,7 +531,7 @@ partial void ProcessCompletionsResponseContent( } /// - /// Wraps CompletionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps CompletionsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -545,7 +545,7 @@ partial void ProcessCompletionsResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable CompletionsAutoPagingAsync( int startTime, int? endTime = default, @@ -557,11 +557,11 @@ partial void ProcessCompletionsResponseContent( bool? batch = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => CompletionsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => CompletionsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -572,13 +572,13 @@ partial void ProcessCompletionsResponseContent( batch: batch, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Costs.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Costs.g.cs index a6d003a69..b3363e2f5 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Costs.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Costs.g.cs @@ -505,7 +505,7 @@ partial void ProcessCostsResponseContent( } /// - /// Wraps CostsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps CostsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -518,7 +518,7 @@ partial void ProcessCostsResponseContent( /// /// Default Value: 7 /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable CostsAutoPagingAsync( int startTime, int? endTime = default, @@ -527,11 +527,11 @@ partial void ProcessCostsResponseContent( global::System.Collections.Generic.IList? apiKeyIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => CostsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => CostsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -539,13 +539,13 @@ partial void ProcessCostsResponseContent( apiKeyIds: apiKeyIds, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Embeddings.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Embeddings.g.cs index e5a8bcded..5488d284c 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Embeddings.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Embeddings.g.cs @@ -521,7 +521,7 @@ partial void ProcessEmbeddingsResponseContent( } /// - /// Wraps EmbeddingsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps EmbeddingsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -534,7 +534,7 @@ partial void ProcessEmbeddingsResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable EmbeddingsAutoPagingAsync( int startTime, int? endTime = default, @@ -545,11 +545,11 @@ partial void ProcessEmbeddingsResponseContent( global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => EmbeddingsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => EmbeddingsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -559,13 +559,13 @@ partial void ProcessEmbeddingsResponseContent( models: models, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.FileSearchCalls.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.FileSearchCalls.g.cs index c1f0dd2ec..08b7bbd5e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.FileSearchCalls.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.FileSearchCalls.g.cs @@ -521,7 +521,7 @@ partial void ProcessFileSearchCallsResponseContent( } /// - /// Wraps FileSearchCallsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps FileSearchCallsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -534,7 +534,7 @@ partial void ProcessFileSearchCallsResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable FileSearchCallsAutoPagingAsync( int startTime, int? endTime = default, @@ -545,11 +545,11 @@ partial void ProcessFileSearchCallsResponseContent( global::System.Collections.Generic.IList? vectorStoreIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => FileSearchCallsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => FileSearchCallsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -559,13 +559,13 @@ partial void ProcessFileSearchCallsResponseContent( vectorStoreIds: vectorStoreIds, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Images.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Images.g.cs index e7034e91f..5a3dbe6b0 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Images.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Images.g.cs @@ -541,7 +541,7 @@ partial void ProcessImagesResponseContent( } /// - /// Wraps ImagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps ImagesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -556,7 +556,7 @@ partial void ProcessImagesResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable ImagesAutoPagingAsync( int startTime, int? endTime = default, @@ -569,11 +569,11 @@ partial void ProcessImagesResponseContent( global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => ImagesAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => ImagesAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -585,13 +585,13 @@ partial void ProcessImagesResponseContent( models: models, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Moderations.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Moderations.g.cs index 1f53f511e..e925ea8cd 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Moderations.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.Moderations.g.cs @@ -521,7 +521,7 @@ partial void ProcessModerationsResponseContent( } /// - /// Wraps ModerationsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps ModerationsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -534,7 +534,7 @@ partial void ProcessModerationsResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable ModerationsAutoPagingAsync( int startTime, int? endTime = default, @@ -545,11 +545,11 @@ partial void ProcessModerationsResponseContent( global::System.Collections.Generic.IList? models = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => ModerationsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => ModerationsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -559,13 +559,13 @@ partial void ProcessModerationsResponseContent( models: models, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.VectorStores.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.VectorStores.g.cs index 690c8ff82..d424d6ef7 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.VectorStores.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.VectorStores.g.cs @@ -491,7 +491,7 @@ partial void ProcessVectorStoresResponseContent( } /// - /// Wraps VectorStoresAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps VectorStoresAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -501,7 +501,7 @@ partial void ProcessVectorStoresResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable VectorStoresAutoPagingAsync( int startTime, int? endTime = default, @@ -509,24 +509,24 @@ partial void ProcessVectorStoresResponseContent( global::System.Collections.Generic.IList? projectIds = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => VectorStoresAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => VectorStoresAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, projectIds: projectIds, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.WebSearchCalls.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.WebSearchCalls.g.cs index ff7b25ab5..c04b0572b 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.WebSearchCalls.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsageClient.WebSearchCalls.g.cs @@ -531,7 +531,7 @@ partial void ProcessWebSearchCallsResponseContent( } /// - /// Wraps WebSearchCallsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.UsageTimeBucket> that auto-pages over the response. + /// Wraps WebSearchCallsAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// @@ -545,7 +545,7 @@ partial void ProcessWebSearchCallsResponseContent( /// /// /// - /// Initial cursor to start enumerating from. Defaults to null (first page). + /// Initial page number to start enumerating from. Defaults to 1. /// public global::System.Collections.Generic.IAsyncEnumerable WebSearchCallsAutoPagingAsync( int startTime, int? endTime = default, @@ -557,11 +557,11 @@ partial void ProcessWebSearchCallsResponseContent( global::System.Collections.Generic.IList? contextLevels = default, global::System.Collections.Generic.IList? groupBy = default, int? limit = default, - string? page = null, + int? page = null, global::System.Threading.CancellationToken cancellationToken = default) { - return global::tryAGI.OpenAI.AutoSDKPager.CursorAsync( - fetchPage: (__cursor, __ct) => WebSearchCallsAsync( + return global::tryAGI.OpenAI.AutoSDKPager.OffsetAsync( + fetchPage: (__page, __ct) => WebSearchCallsAsync( startTime: startTime, endTime: endTime, bucketWidth: bucketWidth, @@ -572,13 +572,13 @@ partial void ProcessWebSearchCallsResponseContent( contextLevels: contextLevels, groupBy: groupBy, limit: limit, - page: __cursor, + page: __page, cancellationToken: __ct), extractItems: static __response => __response is null ? null : (global::System.Collections.Generic.IEnumerable?)__response.Data, - extractNextCursor: static __response => __response is null ? null : __response.NextPage, - initialCursor: page, + hasMore: static __response => __response is not null && (__response.HasMore ?? false), + initialPage: page ?? 1, cancellationToken: cancellationToken); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsersClient.ListUsers.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsersClient.ListUsers.g.cs index da1897a3e..fec820745 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsersClient.ListUsers.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.UsersClient.ListUsers.g.cs @@ -451,7 +451,7 @@ partial void ProcessListUsersResponseContent( } /// - /// Wraps ListUsersAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.User> that auto-pages over the response. + /// Wraps ListUsersAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFiles.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFiles.g.cs index c6ebfd398..25c71f38e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFiles.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFiles.g.cs @@ -482,7 +482,7 @@ partial void ProcessListVectorStoreFilesResponseContent( } /// - /// Wraps ListVectorStoreFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VectorStoreFileObject> that auto-pages over the response. + /// Wraps ListVectorStoreFilesAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFilesInABatch.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFilesInABatch.g.cs index 17a6b760f..dda5dc23c 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFilesInABatch.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStoreFilesInABatch.g.cs @@ -491,7 +491,7 @@ partial void ProcessListVectorStoreFilesInABatchResponseContent( } /// - /// Wraps ListVectorStoreFilesInABatchAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VectorStoreFileObject> that auto-pages over the response. + /// Wraps ListVectorStoreFilesInABatchAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStores.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStores.g.cs index 7d66c6057..71a4f99ec 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStores.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VectorStoresClient.ListVectorStores.g.cs @@ -463,7 +463,7 @@ partial void ProcessListVectorStoresResponseContent( } /// - /// Wraps ListVectorStoresAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VectorStoreObject> that auto-pages over the response. + /// Wraps ListVectorStoresAsync as an IAsyncEnumerable that auto-pages over the response. /// /// /// Default Value: 20 diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VideosClient.ListVideos.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VideosClient.ListVideos.g.cs index eb1d2de0d..3c301b70a 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VideosClient.ListVideos.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.VideosClient.ListVideos.g.cs @@ -449,7 +449,7 @@ partial void ProcessListVideosResponseContent( } /// - /// Wraps ListVideosAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VideoResource> that auto-pages over the response. + /// Wraps ListVideosAsync as an IAsyncEnumerable that auto-pages over the response. /// /// ///