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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@
}

/// <summary>
/// Wraps ListMessagesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.MessageObject&gt; that auto-pages over the response.
/// Wraps ListMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.MessageObject> that auto-pages over the response.

Check failure on line 485 in src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'The character(s) ':' cannot be used at this location.'

Check failure on line 485 in src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'An identifier was expected.'
/// </summary>

Check failure on line 486 in src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.AssistantsClient.ListMessages.g.cs

View workflow job for this annotation

GitHub Actions / Test / Test / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'global:'.'
/// <param name="threadId"></param>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ partial void ProcessListRunStepsResponseContent(
}

/// <summary>
/// Wraps ListRunStepsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.RunStepObject&gt; that auto-pages over the response.
/// Wraps ListRunStepsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunStepObject> that auto-pages over the response.
/// </summary>
/// <param name="threadId"></param>
/// <param name="runId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ partial void ProcessListRunsResponseContent(
}

/// <summary>
/// Wraps ListRunsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.RunObject&gt; that auto-pages over the response.
/// Wraps ListRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunObject> that auto-pages over the response.
/// </summary>
/// <param name="threadId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ partial void ProcessListVoiceConsentsResponseContent(
}

/// <summary>
/// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.VoiceConsentResource&gt; that auto-pages over the response.
/// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VoiceConsentResource> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ partial void ProcessListAuditLogsResponseContent(
}

/// <summary>
/// Wraps ListAuditLogsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.AuditLog&gt; that auto-pages over the response.
/// Wraps ListAuditLogsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AuditLog> that auto-pages over the response.
/// </summary>
/// <param name="effectiveAt"></param>
/// <param name="projectIds"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ partial void ProcessListBatchesResponseContent(
}

/// <summary>
/// Wraps ListBatchesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.Batch&gt; that auto-pages over the response.
/// Wraps ListBatchesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Batch> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ partial void ProcessListOrganizationCertificatesResponseContent(
}

/// <summary>
/// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.OrganizationCertificate&gt; that auto-pages over the response.
/// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationCertificate> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ partial void ProcessListProjectCertificatesResponseContent(
}

/// <summary>
/// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.OrganizationProjectCertificate&gt; that auto-pages over the response.
/// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationProjectCertificate> that auto-pages over the response.
/// </summary>
/// <param name="projectId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ partial void ProcessGetChatMessagesResponseContent(
}

/// <summary>
/// Wraps GetChatMessagesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.AllOf&lt;global::tryAGI.OpenAI.ChatCompletionResponseMessage, global::tryAGI.OpenAI.ChatCompletionMessageListDataItem&gt;&gt; that auto-pages over the response.
/// Wraps GetChatMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AllOf<global::tryAGI.OpenAI.ChatCompletionResponseMessage, global::tryAGI.OpenAI.ChatCompletionMessageListDataItem>> that auto-pages over the response.
/// </summary>
/// <param name="completionId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ partial void ProcessListChatCompletionsResponseContent(
}

/// <summary>
/// Wraps ListChatCompletionsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.CreateChatCompletionResponse&gt; that auto-pages over the response.
/// Wraps ListChatCompletionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.CreateChatCompletionResponse> that auto-pages over the response.
/// </summary>
/// <param name="model"></param>
/// <param name="metadata"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ partial void ProcessListItemsResponseContent(
}

/// <summary>
/// Wraps ListItemsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.ConversationItem&gt; that auto-pages over the response.
/// Wraps ListItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ConversationItem> that auto-pages over the response.
/// </summary>
/// <param name="conversationId">
/// Example: conv_123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ partial void ProcessGetEvalRunOutputItemsResponseContent(
}

/// <summary>
/// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.EvalRunOutputItem&gt; that auto-pages over the response.
/// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRunOutputItem> that auto-pages over the response.
/// </summary>
/// <param name="evalId"></param>
/// <param name="runId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ partial void ProcessGetEvalRunsResponseContent(
}

/// <summary>
/// Wraps GetEvalRunsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.EvalRun&gt; that auto-pages over the response.
/// Wraps GetEvalRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRun> that auto-pages over the response.
/// </summary>
/// <param name="evalId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ partial void ProcessListEvalsResponseContent(
}

/// <summary>
/// Wraps ListEvalsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.Eval&gt; that auto-pages over the response.
/// Wraps ListEvalsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Eval> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ partial void ProcessListFilesResponseContent(
}

/// <summary>
/// Wraps ListFilesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.OpenAIFile&gt; that auto-pages over the response.
/// Wraps ListFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OpenAIFile> that auto-pages over the response.
/// </summary>
/// <param name="purpose"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ partial void ProcessListCheckpointPermissionsResponseContent(
}

/// <summary>
/// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.FineTuningCheckpointPermission&gt; that auto-pages over the response.
/// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningCheckpointPermission> that auto-pages over the response.
/// </summary>
/// <param name="fineTunedModelCheckpoint">
/// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ partial void ProcessListFineTuningCheckpointsResponseContent(
}

/// <summary>
/// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.FineTuningJobCheckpoint&gt; that auto-pages over the response.
/// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningJobCheckpoint> that auto-pages over the response.
/// </summary>
/// <param name="fineTuningJobId">
/// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public partial interface IAssistantsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListMessagesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.MessageObject&gt; that auto-pages over the response.
/// Wraps ListMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.MessageObject> that auto-pages over the response.
/// </summary>
/// <param name="threadId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public partial interface IAssistantsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListRunStepsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.RunStepObject&gt; that auto-pages over the response.
/// Wraps ListRunStepsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunStepObject> that auto-pages over the response.
/// </summary>
/// <param name="threadId"></param>
/// <param name="runId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public partial interface IAssistantsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListRunsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.RunObject&gt; that auto-pages over the response.
/// Wraps ListRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.RunObject> that auto-pages over the response.
/// </summary>
/// <param name="threadId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public partial interface IAudioClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.VoiceConsentResource&gt; that auto-pages over the response.
/// Wraps ListVoiceConsentsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.VoiceConsentResource> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public partial interface IAuditLogsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListAuditLogsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.AuditLog&gt; that auto-pages over the response.
/// Wraps ListAuditLogsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AuditLog> that auto-pages over the response.
/// </summary>
/// <param name="effectiveAt"></param>
/// <param name="projectIds"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public partial interface IBatchClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListBatchesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.Batch&gt; that auto-pages over the response.
/// Wraps ListBatchesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Batch> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public partial interface ICertificatesClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.OrganizationCertificate&gt; that auto-pages over the response.
/// Wraps ListOrganizationCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationCertificate> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public partial interface ICertificatesClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.OrganizationProjectCertificate&gt; that auto-pages over the response.
/// Wraps ListProjectCertificatesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OrganizationProjectCertificate> that auto-pages over the response.
/// </summary>
/// <param name="projectId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public partial interface IChatClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps GetChatMessagesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.AllOf&lt;global::tryAGI.OpenAI.ChatCompletionResponseMessage, global::tryAGI.OpenAI.ChatCompletionMessageListDataItem&gt;&gt; that auto-pages over the response.
/// Wraps GetChatMessagesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AllOf<global::tryAGI.OpenAI.ChatCompletionResponseMessage, global::tryAGI.OpenAI.ChatCompletionMessageListDataItem>> that auto-pages over the response.
/// </summary>
/// <param name="completionId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public partial interface IChatClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListChatCompletionsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.CreateChatCompletionResponse&gt; that auto-pages over the response.
/// Wraps ListChatCompletionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.CreateChatCompletionResponse> that auto-pages over the response.
/// </summary>
/// <param name="model"></param>
/// <param name="metadata"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public partial interface IConversationsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListItemsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.ConversationItem&gt; that auto-pages over the response.
/// Wraps ListItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ConversationItem> that auto-pages over the response.
/// </summary>
/// <param name="conversationId">
/// Example: conv_123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public partial interface IEvalsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.EvalRunOutputItem&gt; that auto-pages over the response.
/// Wraps GetEvalRunOutputItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRunOutputItem> that auto-pages over the response.
/// </summary>
/// <param name="evalId"></param>
/// <param name="runId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public partial interface IEvalsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps GetEvalRunsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.EvalRun&gt; that auto-pages over the response.
/// Wraps GetEvalRunsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.EvalRun> that auto-pages over the response.
/// </summary>
/// <param name="evalId"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public partial interface IEvalsClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListEvalsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.Eval&gt; that auto-pages over the response.
/// Wraps ListEvalsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Eval> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public partial interface IFilesClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListFilesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.OpenAIFile&gt; that auto-pages over the response.
/// Wraps ListFilesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.OpenAIFile> that auto-pages over the response.
/// </summary>
/// <param name="purpose"></param>
/// <param name="limit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public partial interface IFineTuningClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.FineTuningCheckpointPermission&gt; that auto-pages over the response.
/// Wraps ListCheckpointPermissionsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningCheckpointPermission> that auto-pages over the response.
/// </summary>
/// <param name="fineTunedModelCheckpoint">
/// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public partial interface IFineTuningClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.FineTuningJobCheckpoint&gt; that auto-pages over the response.
/// Wraps ListFineTuningCheckpointsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.FineTuningJobCheckpoint> that auto-pages over the response.
/// </summary>
/// <param name="fineTuningJobId">
/// Example: ft-AF1WoRqd3aJAHsqc9NY7iL8F
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public partial interface IInvitesClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListInvitesAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.Invite&gt; that auto-pages over the response.
/// Wraps ListInvitesAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.Invite> that auto-pages over the response.
/// </summary>
/// <param name="limit">
/// Default Value: 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public partial interface IOpenAiClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListAllOrganizationAndProjectApiKeysAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.AdminApiKey&gt; that auto-pages over the response.
/// Wraps ListAllOrganizationAndProjectApiKeysAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.AdminApiKey> that auto-pages over the response.
/// </summary>
/// <param name="order">
/// Order results by creation time, ascending or descending.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public partial interface IOpenAiClient
global::System.Threading.CancellationToken cancellationToken = default);

/// <summary>
/// Wraps ListChatKitThreadItemsAsync as an IAsyncEnumerable&lt;global::tryAGI.OpenAI.ThreadItem&gt; that auto-pages over the response.
/// Wraps ListChatKitThreadItemsAsync as an IAsyncEnumerable<global::tryAGI.OpenAI.ThreadItem> that auto-pages over the response.
/// </summary>
/// <param name="threadId">
/// Example: cthr_123
Expand Down
Loading