diff --git a/src/libs/Cohere/Generated/Cohere.Models.Document.g.cs b/src/libs/Cohere/Generated/Cohere.Models.Document.g.cs
index dd6d745..c49d1a0 100644
--- a/src/libs/Cohere/Generated/Cohere.Models.Document.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.Models.Document.g.cs
@@ -11,11 +11,11 @@ namespace Cohere
public sealed partial class Document
{
///
- /// A relevant documents that the model can cite to generate a more accurate reply. Each document is a string-string dictionary.
+ /// A relevant document that the model can cite to generate a more accurate reply. Each document is a string-any dictionary.
///
[global::System.Text.Json.Serialization.JsonPropertyName("data")]
[global::System.Text.Json.Serialization.JsonRequired]
- public required global::System.Collections.Generic.Dictionary Data { get; set; }
+ public required object Data { get; set; }
///
/// Unique identifier for this document which will be referenced in citations. If not provided an ID will be automatically generated.
@@ -33,14 +33,14 @@ public sealed partial class Document
/// Initializes a new instance of the class.
///
///
- /// A relevant documents that the model can cite to generate a more accurate reply. Each document is a string-string dictionary.
+ /// A relevant document that the model can cite to generate a more accurate reply. Each document is a string-any dictionary.
///
///
/// Unique identifier for this document which will be referenced in citations. If not provided an ID will be automatically generated.
///
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public Document(
- global::System.Collections.Generic.Dictionary data,
+ object data,
string? id)
{
this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
diff --git a/src/libs/Cohere/Generated/Cohere.Models.DocumentData.g.cs b/src/libs/Cohere/Generated/Cohere.Models.DocumentData.g.cs
index e6a479a..ab17ca9 100644
--- a/src/libs/Cohere/Generated/Cohere.Models.DocumentData.g.cs
+++ b/src/libs/Cohere/Generated/Cohere.Models.DocumentData.g.cs
@@ -4,7 +4,7 @@
namespace Cohere
{
///
- /// A relevant documents that the model can cite to generate a more accurate reply. Each document is a string-string dictionary.
+ /// A relevant document that the model can cite to generate a more accurate reply. Each document is a string-any dictionary.
///
public sealed partial class DocumentData
{
diff --git a/src/libs/Cohere/Generated/JsonSerializerContextTypes.g.cs b/src/libs/Cohere/Generated/JsonSerializerContextTypes.g.cs
index 8f487f5..e6eeb0a 100644
--- a/src/libs/Cohere/Generated/JsonSerializerContextTypes.g.cs
+++ b/src/libs/Cohere/Generated/JsonSerializerContextTypes.g.cs
@@ -378,2434 +378,2430 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::System.Collections.Generic.Dictionary? Type88 { get; set; }
+ public global::Cohere.DocumentContent? Type88 { get; set; }
///
///
///
- public global::Cohere.DocumentContent? Type89 { get; set; }
+ public global::Cohere.DocumentContentType? Type89 { get; set; }
///
///
///
- public global::Cohere.DocumentContentType? Type90 { get; set; }
+ public global::Cohere.ToolContent? Type90 { get; set; }
///
///
///
- public global::Cohere.ToolContent? Type91 { get; set; }
+ public global::Cohere.ToolContentDiscriminator? Type91 { get; set; }
///
///
///
- public global::Cohere.ToolContentDiscriminator? Type92 { get; set; }
+ public global::Cohere.ToolContentDiscriminatorType? Type92 { get; set; }
///
///
///
- public global::Cohere.ToolContentDiscriminatorType? Type93 { get; set; }
+ public global::Cohere.ToolMessageV2? Type93 { get; set; }
///
///
///
- public global::Cohere.ToolMessageV2? Type94 { get; set; }
+ public global::Cohere.ToolMessageV2Role? Type94 { get; set; }
///
///
///
- public global::Cohere.ToolMessageV2Role? Type95 { get; set; }
+ public global::Cohere.OneOf>? Type95 { get; set; }
///
///
///
- public global::Cohere.OneOf>? Type96 { get; set; }
+ public global::System.Collections.Generic.IList? Type96 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type97 { get; set; }
+ public global::Cohere.ChatMessageV2? Type97 { get; set; }
///
///
///
- public global::Cohere.ChatMessageV2? Type98 { get; set; }
+ public global::Cohere.ChatMessageV2Discriminator? Type98 { get; set; }
///
///
///
- public global::Cohere.ChatMessageV2Discriminator? Type99 { get; set; }
+ public global::Cohere.ChatMessageV2DiscriminatorRole? Type99 { get; set; }
///
///
///
- public global::Cohere.ChatMessageV2DiscriminatorRole? Type100 { get; set; }
+ public global::System.Collections.Generic.IList? Type100 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type101 { get; set; }
+ public global::Cohere.ToolV2? Type101 { get; set; }
///
///
///
- public global::Cohere.ToolV2? Type102 { get; set; }
+ public global::Cohere.ToolV2Type? Type102 { get; set; }
///
///
///
- public global::Cohere.ToolV2Type? Type103 { get; set; }
+ public global::Cohere.ToolV2Function? Type103 { get; set; }
///
///
///
- public global::Cohere.ToolV2Function? Type104 { get; set; }
+ public global::Cohere.CitationOptions? Type104 { get; set; }
///
///
///
- public global::Cohere.CitationOptions? Type105 { get; set; }
+ public global::Cohere.CitationOptionsMode? Type105 { get; set; }
///
///
///
- public global::Cohere.CitationOptionsMode? Type106 { get; set; }
+ public global::Cohere.ResponseFormatTypeV2? Type106 { get; set; }
///
///
///
- public global::Cohere.ResponseFormatTypeV2? Type107 { get; set; }
+ public global::Cohere.TextResponseFormatV2? Type107 { get; set; }
///
///
///
- public global::Cohere.TextResponseFormatV2? Type108 { get; set; }
+ public global::Cohere.JsonResponseFormatV2? Type108 { get; set; }
///
///
///
- public global::Cohere.JsonResponseFormatV2? Type109 { get; set; }
+ public global::Cohere.ResponseFormatV2? Type109 { get; set; }
///
///
///
- public global::Cohere.ResponseFormatV2? Type110 { get; set; }
+ public global::Cohere.ResponseFormatV2Discriminator? Type110 { get; set; }
///
///
///
- public global::Cohere.ResponseFormatV2Discriminator? Type111 { get; set; }
+ public global::Cohere.ResponseFormatV2DiscriminatorType? Type111 { get; set; }
///
///
///
- public global::Cohere.ResponseFormatV2DiscriminatorType? Type112 { get; set; }
+ public global::Cohere.ChatFinishReason? Type112 { get; set; }
///
///
///
- public global::Cohere.ChatFinishReason? Type113 { get; set; }
+ public global::Cohere.AssistantMessageResponse? Type113 { get; set; }
///
///
///
- public global::Cohere.AssistantMessageResponse? Type114 { get; set; }
+ public global::Cohere.AssistantMessageResponseRole? Type114 { get; set; }
///
///
///
- public global::Cohere.AssistantMessageResponseRole? Type115 { get; set; }
+ public global::System.Collections.Generic.IList? Type115 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type116 { get; set; }
+ public global::Cohere.ContentItem? Type116 { get; set; }
///
///
///
- public global::Cohere.ContentItem? Type117 { get; set; }
+ public global::Cohere.AssistantMessageResponseContentItemDiscriminator? Type117 { get; set; }
///
///
///
- public global::Cohere.AssistantMessageResponseContentItemDiscriminator? Type118 { get; set; }
+ public global::Cohere.AssistantMessageResponseContentItemDiscriminatorType? Type118 { get; set; }
///
///
///
- public global::Cohere.AssistantMessageResponseContentItemDiscriminatorType? Type119 { get; set; }
+ public global::Cohere.Usage? Type119 { get; set; }
///
///
///
- public global::Cohere.Usage? Type120 { get; set; }
+ public global::Cohere.UsageBilledUnits? Type120 { get; set; }
///
///
///
- public global::Cohere.UsageBilledUnits? Type121 { get; set; }
+ public global::Cohere.UsageTokens? Type121 { get; set; }
///
///
///
- public global::Cohere.UsageTokens? Type122 { get; set; }
+ public global::Cohere.LogprobItem? Type122 { get; set; }
///
///
///
- public global::Cohere.LogprobItem? Type123 { get; set; }
+ public global::System.Collections.Generic.IList? Type123 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type124 { get; set; }
+ public global::System.Collections.Generic.IList? Type124 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type125 { get; set; }
+ public float? Type125 { get; set; }
///
///
///
- public float? Type126 { get; set; }
+ public global::Cohere.ChatResponse? Type126 { get; set; }
///
///
///
- public global::Cohere.ChatResponse? Type127 { get; set; }
+ public global::System.Collections.Generic.IList? Type127 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type128 { get; set; }
+ public global::Cohere.ChatStreamEventType? Type128 { get; set; }
///
///
///
- public global::Cohere.ChatStreamEventType? Type129 { get; set; }
+ public global::Cohere.ChatStreamEventTypeType? Type129 { get; set; }
///
///
///
- public global::Cohere.ChatStreamEventTypeType? Type130 { get; set; }
+ public global::Cohere.ChatMessageStartEvent? Type130 { get; set; }
///
///
///
- public global::Cohere.ChatMessageStartEvent? Type131 { get; set; }
+ public global::Cohere.ChatMessageStartEventVariant2? Type131 { get; set; }
///
///
///
- public global::Cohere.ChatMessageStartEventVariant2? Type132 { get; set; }
+ public global::Cohere.ChatMessageStartEventVariant2Delta? Type132 { get; set; }
///
///
///
- public global::Cohere.ChatMessageStartEventVariant2Delta? Type133 { get; set; }
+ public global::Cohere.ChatMessageStartEventVariant2DeltaMessage? Type133 { get; set; }
///
///
///
- public global::Cohere.ChatMessageStartEventVariant2DeltaMessage? Type134 { get; set; }
+ public global::Cohere.ChatMessageStartEventVariant2DeltaMessageRole? Type134 { get; set; }
///
///
///
- public global::Cohere.ChatMessageStartEventVariant2DeltaMessageRole? Type135 { get; set; }
+ public global::Cohere.ChatContentStartEvent? Type135 { get; set; }
///
///
///
- public global::Cohere.ChatContentStartEvent? Type136 { get; set; }
+ public global::Cohere.ChatContentStartEventVariant2? Type136 { get; set; }
///
///
///
- public global::Cohere.ChatContentStartEventVariant2? Type137 { get; set; }
+ public global::Cohere.ChatContentStartEventVariant2Delta? Type137 { get; set; }
///
///
///
- public global::Cohere.ChatContentStartEventVariant2Delta? Type138 { get; set; }
+ public global::Cohere.ChatContentStartEventVariant2DeltaMessage? Type138 { get; set; }
///
///
///
- public global::Cohere.ChatContentStartEventVariant2DeltaMessage? Type139 { get; set; }
+ public global::Cohere.ChatContentStartEventVariant2DeltaMessageContent? Type139 { get; set; }
///
///
///
- public global::Cohere.ChatContentStartEventVariant2DeltaMessageContent? Type140 { get; set; }
+ public global::Cohere.ChatContentStartEventVariant2DeltaMessageContentType? Type140 { get; set; }
///
///
///
- public global::Cohere.ChatContentStartEventVariant2DeltaMessageContentType? Type141 { get; set; }
+ public global::Cohere.ChatContentDeltaEvent? Type141 { get; set; }
///
///
///
- public global::Cohere.ChatContentDeltaEvent? Type142 { get; set; }
+ public global::Cohere.ChatContentDeltaEventVariant2? Type142 { get; set; }
///
///
///
- public global::Cohere.ChatContentDeltaEventVariant2? Type143 { get; set; }
+ public global::Cohere.ChatContentDeltaEventVariant2Delta? Type143 { get; set; }
///
///
///
- public global::Cohere.ChatContentDeltaEventVariant2Delta? Type144 { get; set; }
+ public global::Cohere.ChatContentDeltaEventVariant2DeltaMessage? Type144 { get; set; }
///
///
///
- public global::Cohere.ChatContentDeltaEventVariant2DeltaMessage? Type145 { get; set; }
+ public global::Cohere.ChatContentDeltaEventVariant2DeltaMessageContent? Type145 { get; set; }
///
///
///
- public global::Cohere.ChatContentDeltaEventVariant2DeltaMessageContent? Type146 { get; set; }
+ public global::Cohere.ChatContentEndEvent? Type146 { get; set; }
///
///
///
- public global::Cohere.ChatContentEndEvent? Type147 { get; set; }
+ public global::Cohere.ChatContentEndEventVariant2? Type147 { get; set; }
///
///
///
- public global::Cohere.ChatContentEndEventVariant2? Type148 { get; set; }
+ public global::Cohere.ChatToolPlanDeltaEvent? Type148 { get; set; }
///
///
///
- public global::Cohere.ChatToolPlanDeltaEvent? Type149 { get; set; }
+ public global::Cohere.ChatToolPlanDeltaEventVariant2? Type149 { get; set; }
///
///
///
- public global::Cohere.ChatToolPlanDeltaEventVariant2? Type150 { get; set; }
+ public global::Cohere.ChatToolPlanDeltaEventVariant2Delta? Type150 { get; set; }
///
///
///
- public global::Cohere.ChatToolPlanDeltaEventVariant2Delta? Type151 { get; set; }
+ public global::Cohere.ChatToolPlanDeltaEventVariant2DeltaMessage? Type151 { get; set; }
///
///
///
- public global::Cohere.ChatToolPlanDeltaEventVariant2DeltaMessage? Type152 { get; set; }
+ public global::Cohere.ChatToolCallStartEvent? Type152 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallStartEvent? Type153 { get; set; }
+ public global::Cohere.ChatToolCallStartEventVariant2? Type153 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallStartEventVariant2? Type154 { get; set; }
+ public global::Cohere.ChatToolCallStartEventVariant2Delta? Type154 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallStartEventVariant2Delta? Type155 { get; set; }
+ public global::Cohere.ChatToolCallStartEventVariant2DeltaMessage? Type155 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallStartEventVariant2DeltaMessage? Type156 { get; set; }
+ public global::Cohere.ChatToolCallDeltaEvent? Type156 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallDeltaEvent? Type157 { get; set; }
+ public global::Cohere.ChatToolCallDeltaEventVariant2? Type157 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallDeltaEventVariant2? Type158 { get; set; }
+ public global::Cohere.ChatToolCallDeltaEventVariant2Delta? Type158 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallDeltaEventVariant2Delta? Type159 { get; set; }
+ public global::Cohere.ChatToolCallDeltaEventVariant2DeltaMessage? Type159 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallDeltaEventVariant2DeltaMessage? Type160 { get; set; }
+ public global::Cohere.ChatToolCallDeltaEventVariant2DeltaMessageToolCalls? Type160 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallDeltaEventVariant2DeltaMessageToolCalls? Type161 { get; set; }
+ public global::Cohere.ChatToolCallDeltaEventVariant2DeltaMessageToolCallsFunction? Type161 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallDeltaEventVariant2DeltaMessageToolCallsFunction? Type162 { get; set; }
+ public global::Cohere.ChatToolCallEndEvent? Type162 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallEndEvent? Type163 { get; set; }
+ public global::Cohere.ChatToolCallEndEventVariant2? Type163 { get; set; }
///
///
///
- public global::Cohere.ChatToolCallEndEventVariant2? Type164 { get; set; }
+ public global::Cohere.CitationStartEvent? Type164 { get; set; }
///
///
///
- public global::Cohere.CitationStartEvent? Type165 { get; set; }
+ public global::Cohere.CitationStartEventVariant2? Type165 { get; set; }
///
///
///
- public global::Cohere.CitationStartEventVariant2? Type166 { get; set; }
+ public global::Cohere.CitationStartEventVariant2Delta? Type166 { get; set; }
///
///
///
- public global::Cohere.CitationStartEventVariant2Delta? Type167 { get; set; }
+ public global::Cohere.CitationStartEventVariant2DeltaMessage? Type167 { get; set; }
///
///
///
- public global::Cohere.CitationStartEventVariant2DeltaMessage? Type168 { get; set; }
+ public global::Cohere.CitationEndEvent? Type168 { get; set; }
///
///
///
- public global::Cohere.CitationEndEvent? Type169 { get; set; }
+ public global::Cohere.CitationEndEventVariant2? Type169 { get; set; }
///
///
///
- public global::Cohere.CitationEndEventVariant2? Type170 { get; set; }
+ public global::Cohere.ChatMessageEndEvent? Type170 { get; set; }
///
///
///
- public global::Cohere.ChatMessageEndEvent? Type171 { get; set; }
+ public global::Cohere.ChatMessageEndEventVariant2? Type171 { get; set; }
///
///
///
- public global::Cohere.ChatMessageEndEventVariant2? Type172 { get; set; }
+ public global::Cohere.ChatMessageEndEventVariant2Delta? Type172 { get; set; }
///
///
///
- public global::Cohere.ChatMessageEndEventVariant2Delta? Type173 { get; set; }
+ public global::Cohere.StreamedChatResponseV2? Type173 { get; set; }
///
///
///
- public global::Cohere.StreamedChatResponseV2? Type174 { get; set; }
+ public global::Cohere.SingleGeneration? Type174 { get; set; }
///
///
///
- public global::Cohere.SingleGeneration? Type175 { get; set; }
+ public global::System.Collections.Generic.IList? Type175 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type176 { get; set; }
+ public global::Cohere.SingleGenerationTokenLikelihood? Type176 { get; set; }
///
///
///
- public global::Cohere.SingleGenerationTokenLikelihood? Type177 { get; set; }
+ public global::Cohere.Generation? Type177 { get; set; }
///
///
///
- public global::Cohere.Generation? Type178 { get; set; }
+ public global::System.Collections.Generic.IList? Type178 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type179 { get; set; }
+ public global::Cohere.GenerateStreamEvent? Type179 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamEvent? Type180 { get; set; }
+ public global::Cohere.GenerateStreamEventEventType? Type180 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamEventEventType? Type181 { get; set; }
+ public global::Cohere.GenerateStreamText? Type181 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamText? Type182 { get; set; }
+ public global::Cohere.GenerateStreamTextVariant2? Type182 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamTextVariant2? Type183 { get; set; }
+ public global::Cohere.SingleGenerationInStream? Type183 { get; set; }
///
///
///
- public global::Cohere.SingleGenerationInStream? Type184 { get; set; }
+ public global::Cohere.GenerateStreamEnd? Type184 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamEnd? Type185 { get; set; }
+ public global::Cohere.GenerateStreamEndVariant2? Type185 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamEndVariant2? Type186 { get; set; }
+ public global::Cohere.GenerateStreamEndVariant2Response? Type186 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamEndVariant2Response? Type187 { get; set; }
+ public global::System.Collections.Generic.IList? Type187 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type188 { get; set; }
+ public global::Cohere.GenerateStreamError? Type188 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamError? Type189 { get; set; }
+ public global::Cohere.GenerateStreamErrorVariant2? Type189 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamErrorVariant2? Type190 { get; set; }
+ public global::Cohere.GenerateStreamedResponse? Type190 { get; set; }
///
///
///
- public global::Cohere.GenerateStreamedResponse? Type191 { get; set; }
+ public global::Cohere.EmbedInputType? Type191 { get; set; }
///
///
///
- public global::Cohere.EmbedInputType? Type192 { get; set; }
+ public global::Cohere.EmbeddingType? Type192 { get; set; }
///
///
///
- public global::Cohere.EmbeddingType? Type193 { get; set; }
+ public global::Cohere.Image? Type193 { get; set; }
///
///
///
- public global::Cohere.Image? Type194 { get; set; }
+ public global::Cohere.EmbedFloatsResponse? Type194 { get; set; }
///
///
///
- public global::Cohere.EmbedFloatsResponse? Type195 { get; set; }
+ public global::Cohere.EmbedFloatsResponseResponseType? Type195 { get; set; }
///
///
///
- public global::Cohere.EmbedFloatsResponseResponseType? Type196 { get; set; }
+ public global::System.Collections.Generic.IList>? Type196 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type197 { get; set; }
+ public global::System.Collections.Generic.IList? Type197 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type198 { get; set; }
+ public global::System.Collections.Generic.IList? Type198 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type199 { get; set; }
+ public global::Cohere.EmbedByTypeResponse? Type199 { get; set; }
///
///
///
- public global::Cohere.EmbedByTypeResponse? Type200 { get; set; }
+ public global::Cohere.EmbedByTypeResponseResponseType? Type200 { get; set; }
///
///
///
- public global::Cohere.EmbedByTypeResponseResponseType? Type201 { get; set; }
+ public global::Cohere.EmbedByTypeResponseEmbeddings? Type201 { get; set; }
///
///
///
- public global::Cohere.EmbedByTypeResponseEmbeddings? Type202 { get; set; }
+ public global::System.Collections.Generic.IList>? Type202 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type203 { get; set; }
+ public global::Cohere.EmbedJob? Type203 { get; set; }
///
///
///
- public global::Cohere.EmbedJob? Type204 { get; set; }
+ public global::Cohere.EmbedJobStatus? Type204 { get; set; }
///
///
///
- public global::Cohere.EmbedJobStatus? Type205 { get; set; }
+ public global::System.DateTime? Type205 { get; set; }
///
///
///
- public global::System.DateTime? Type206 { get; set; }
+ public global::Cohere.EmbedJobTruncate? Type206 { get; set; }
///
///
///
- public global::Cohere.EmbedJobTruncate? Type207 { get; set; }
+ public global::Cohere.ListEmbedJobResponse? Type207 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobResponse? Type208 { get; set; }
+ public global::System.Collections.Generic.IList? Type208 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type209 { get; set; }
+ public global::Cohere.CreateEmbedJobRequest? Type209 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobRequest? Type210 { get; set; }
+ public global::System.Collections.Generic.IList? Type210 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type211 { get; set; }
+ public global::Cohere.CreateEmbedJobRequestTruncate? Type211 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobRequestTruncate? Type212 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse? Type212 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse? Type213 { get; set; }
+ public global::Cohere.RerankDocument? Type213 { get; set; }
///
///
///
- public global::Cohere.RerankDocument? Type214 { get; set; }
+ public global::Cohere.ClassifyExample? Type214 { get; set; }
///
///
///
- public global::Cohere.ClassifyExample? Type215 { get; set; }
+ public global::Cohere.DatasetValidationStatus? Type215 { get; set; }
///
///
///
- public global::Cohere.DatasetValidationStatus? Type216 { get; set; }
+ public global::Cohere.DatasetType? Type216 { get; set; }
///
///
///
- public global::Cohere.DatasetType? Type217 { get; set; }
+ public global::Cohere.DatasetPart? Type217 { get; set; }
///
///
///
- public global::Cohere.DatasetPart? Type218 { get; set; }
+ public global::Cohere.ParseInfo? Type218 { get; set; }
///
///
///
- public global::Cohere.ParseInfo? Type219 { get; set; }
+ public global::Cohere.RerankerDataMetrics? Type219 { get; set; }
///
///
///
- public global::Cohere.RerankerDataMetrics? Type220 { get; set; }
+ public global::Cohere.ChatDataMetrics? Type220 { get; set; }
///
///
///
- public global::Cohere.ChatDataMetrics? Type221 { get; set; }
+ public global::Cohere.LabelMetric? Type221 { get; set; }
///
///
///
- public global::Cohere.LabelMetric? Type222 { get; set; }
+ public global::Cohere.ClassifyDataMetrics? Type222 { get; set; }
///
///
///
- public global::Cohere.ClassifyDataMetrics? Type223 { get; set; }
+ public global::System.Collections.Generic.IList? Type223 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type224 { get; set; }
+ public global::Cohere.FinetuneDatasetMetrics? Type224 { get; set; }
///
///
///
- public global::Cohere.FinetuneDatasetMetrics? Type225 { get; set; }
+ public global::Cohere.Metrics? Type225 { get; set; }
///
///
///
- public global::Cohere.Metrics? Type226 { get; set; }
+ public global::Cohere.Dataset? Type226 { get; set; }
///
///
///
- public global::Cohere.Dataset? Type227 { get; set; }
+ public global::System.Collections.Generic.IList? Type227 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type228 { get; set; }
+ public global::Cohere.ConnectorOAuth? Type228 { get; set; }
///
///
///
- public global::Cohere.ConnectorOAuth? Type229 { get; set; }
+ public global::Cohere.Connector? Type229 { get; set; }
///
///
///
- public global::Cohere.Connector? Type230 { get; set; }
+ public global::Cohere.ConnectorAuthStatus? Type230 { get; set; }
///
///
///
- public global::Cohere.ConnectorAuthStatus? Type231 { get; set; }
+ public global::Cohere.ListConnectorsResponse? Type231 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse? Type232 { get; set; }
+ public global::System.Collections.Generic.IList? Type232 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type233 { get; set; }
+ public global::Cohere.CreateConnectorOAuth? Type233 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorOAuth? Type234 { get; set; }
+ public global::Cohere.AuthTokenType? Type234 { get; set; }
///
///
///
- public global::Cohere.AuthTokenType? Type235 { get; set; }
+ public global::Cohere.CreateConnectorServiceAuth? Type235 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorServiceAuth? Type236 { get; set; }
+ public global::Cohere.CreateConnectorRequest? Type236 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorRequest? Type237 { get; set; }
+ public global::Cohere.CreateConnectorResponse? Type237 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse? Type238 { get; set; }
+ public global::Cohere.GetConnectorResponse? Type238 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse? Type239 { get; set; }
+ public global::Cohere.UpdateConnectorRequest? Type239 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorRequest? Type240 { get; set; }
+ public global::Cohere.UpdateConnectorResponse? Type240 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse? Type241 { get; set; }
+ public global::Cohere.OAuthAuthorizeResponse? Type241 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeResponse? Type242 { get; set; }
+ public global::Cohere.ConnectorLog? Type242 { get; set; }
///
///
///
- public global::Cohere.ConnectorLog? Type243 { get; set; }
+ public global::Cohere.GetConnectorsLogsResponse? Type243 { get; set; }
///
///
///
- public global::Cohere.GetConnectorsLogsResponse? Type244 { get; set; }
+ public global::System.Collections.Generic.IList? Type244 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type245 { get; set; }
+ public global::Cohere.TokenLikelihood? Type245 { get; set; }
///
///
///
- public global::Cohere.TokenLikelihood? Type246 { get; set; }
+ public global::Cohere.LogLikelihoodResponse? Type246 { get; set; }
///
///
///
- public global::Cohere.LogLikelihoodResponse? Type247 { get; set; }
+ public global::System.Collections.Generic.IList? Type247 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type248 { get; set; }
+ public global::Cohere.Cluster? Type248 { get; set; }
///
///
///
- public global::Cohere.Cluster? Type249 { get; set; }
+ public global::Cohere.GetClusterJobResponse? Type249 { get; set; }
///
///
///
- public global::Cohere.GetClusterJobResponse? Type250 { get; set; }
+ public global::Cohere.GetClusterJobResponseStatus? Type250 { get; set; }
///
///
///
- public global::Cohere.GetClusterJobResponseStatus? Type251 { get; set; }
+ public global::System.Collections.Generic.IList? Type251 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type252 { get; set; }
+ public global::Cohere.ListClusterJobsResponse? Type252 { get; set; }
///
///
///
- public global::Cohere.ListClusterJobsResponse? Type253 { get; set; }
+ public global::System.Collections.Generic.IList? Type253 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type254 { get; set; }
+ public global::Cohere.CreateClusterJobRequest? Type254 { get; set; }
///
///
///
- public global::Cohere.CreateClusterJobRequest? Type255 { get; set; }
+ public global::Cohere.CreateClusterJobResponse? Type255 { get; set; }
///
///
///
- public global::Cohere.CreateClusterJobResponse? Type256 { get; set; }
+ public global::Cohere.UpdateClusterJobRequest? Type256 { get; set; }
///
///
///
- public global::Cohere.UpdateClusterJobRequest? Type257 { get; set; }
+ public global::Cohere.UpdateClusterJobRequestStatus? Type257 { get; set; }
///
///
///
- public global::Cohere.UpdateClusterJobRequestStatus? Type258 { get; set; }
+ public global::Cohere.UpdateClusterJobResponse? Type258 { get; set; }
///
///
///
- public global::Cohere.UpdateClusterJobResponse? Type259 { get; set; }
+ public global::Cohere.CompatibleEndpoint? Type259 { get; set; }
///
///
///
- public global::Cohere.CompatibleEndpoint? Type260 { get; set; }
+ public global::Cohere.GetModelResponse? Type260 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse? Type261 { get; set; }
+ public global::System.Collections.Generic.IList? Type261 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type262 { get; set; }
+ public global::Cohere.ListModelsResponse? Type262 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse? Type263 { get; set; }
+ public global::System.Collections.Generic.IList? Type263 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type264 { get; set; }
+ public global::Cohere.BaseType? Type264 { get; set; }
///
///
///
- public global::Cohere.BaseType? Type265 { get; set; }
+ public global::Cohere.Strategy? Type265 { get; set; }
///
///
///
- public global::Cohere.Strategy? Type266 { get; set; }
+ public global::Cohere.BaseModel? Type266 { get; set; }
///
///
///
- public global::Cohere.BaseModel? Type267 { get; set; }
+ public global::Cohere.LoraTargetModules? Type267 { get; set; }
///
///
///
- public global::Cohere.LoraTargetModules? Type268 { get; set; }
+ public global::Cohere.Hyperparameters? Type268 { get; set; }
///
///
///
- public global::Cohere.Hyperparameters? Type269 { get; set; }
+ public global::Cohere.WandbConfig? Type269 { get; set; }
///
///
///
- public global::Cohere.WandbConfig? Type270 { get; set; }
+ public global::Cohere.Settings? Type270 { get; set; }
///
///
///
- public global::Cohere.Settings? Type271 { get; set; }
+ public global::Cohere.Status? Type271 { get; set; }
///
///
///
- public global::Cohere.Status? Type272 { get; set; }
+ public global::Cohere.FinetunedModel? Type272 { get; set; }
///
///
///
- public global::Cohere.FinetunedModel? Type273 { get; set; }
+ public global::Cohere.ListFinetunedModelsResponse? Type273 { get; set; }
///
///
///
- public global::Cohere.ListFinetunedModelsResponse? Type274 { get; set; }
+ public global::System.Collections.Generic.IList? Type274 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type275 { get; set; }
+ public global::Cohere.Error? Type275 { get; set; }
///
///
///
- public global::Cohere.Error? Type276 { get; set; }
+ public global::Cohere.CreateFinetunedModelResponse? Type276 { get; set; }
///
///
///
- public global::Cohere.CreateFinetunedModelResponse? Type277 { get; set; }
+ public global::Cohere.GetFinetunedModelResponse? Type277 { get; set; }
///
///
///
- public global::Cohere.GetFinetunedModelResponse? Type278 { get; set; }
+ public global::Cohere.UpdateFinetunedModelResponse? Type278 { get; set; }
///
///
///
- public global::Cohere.UpdateFinetunedModelResponse? Type279 { get; set; }
+ public global::Cohere.Event? Type279 { get; set; }
///
///
///
- public global::Cohere.Event? Type280 { get; set; }
+ public global::Cohere.ListEventsResponse? Type280 { get; set; }
///
///
///
- public global::Cohere.ListEventsResponse? Type281 { get; set; }
+ public global::System.Collections.Generic.IList? Type281 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type282 { get; set; }
+ public global::Cohere.TrainingStepMetrics? Type282 { get; set; }
///
///
///
- public global::Cohere.TrainingStepMetrics? Type283 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type283 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type284 { get; set; }
+ public global::Cohere.ListTrainingStepMetricsResponse? Type284 { get; set; }
///
///
///
- public global::Cohere.ListTrainingStepMetricsResponse? Type285 { get; set; }
+ public global::System.Collections.Generic.IList? Type285 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type286 { get; set; }
+ public global::Cohere.ChatRequest? Type286 { get; set; }
///
///
///
- public global::Cohere.ChatRequest? Type287 { get; set; }
+ public global::Cohere.ChatRequestPromptTruncation? Type287 { get; set; }
///
///
///
- public global::Cohere.ChatRequestPromptTruncation? Type288 { get; set; }
+ public global::System.Collections.Generic.IList? Type288 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type289 { get; set; }
+ public global::Cohere.ChatRequestCitationQuality? Type289 { get; set; }
///
///
///
- public global::Cohere.ChatRequestCitationQuality? Type290 { get; set; }
+ public global::System.Collections.Generic.IList? Type290 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type291 { get; set; }
+ public global::Cohere.ChatRequestSafetyMode? Type291 { get; set; }
///
///
///
- public global::Cohere.ChatRequestSafetyMode? Type292 { get; set; }
+ public global::Cohere.Chatv2Request? Type292 { get; set; }
///
///
///
- public global::Cohere.Chatv2Request? Type293 { get; set; }
+ public global::System.Collections.Generic.IList? Type293 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type294 { get; set; }
+ public global::System.Collections.Generic.IList>? Type294 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type295 { get; set; }
+ public global::Cohere.OneOf? Type295 { get; set; }
///
///
///
- public global::Cohere.OneOf? Type296 { get; set; }
+ public global::Cohere.Chatv2RequestSafetyMode? Type296 { get; set; }
///
///
///
- public global::Cohere.Chatv2RequestSafetyMode? Type297 { get; set; }
+ public global::Cohere.Chatv2RequestToolChoice? Type297 { get; set; }
///
///
///
- public global::Cohere.Chatv2RequestToolChoice? Type298 { get; set; }
+ public global::Cohere.GenerateRequest? Type298 { get; set; }
///
///
///
- public global::Cohere.GenerateRequest? Type299 { get; set; }
+ public global::Cohere.GenerateRequestTruncate? Type299 { get; set; }
///
///
///
- public global::Cohere.GenerateRequestTruncate? Type300 { get; set; }
+ public global::Cohere.GenerateRequestReturnLikelihoods? Type300 { get; set; }
///
///
///
- public global::Cohere.GenerateRequestReturnLikelihoods? Type301 { get; set; }
+ public global::Cohere.EmbedRequest? Type301 { get; set; }
///
///
///
- public global::Cohere.EmbedRequest? Type302 { get; set; }
+ public global::Cohere.EmbedRequestTruncate? Type302 { get; set; }
///
///
///
- public global::Cohere.EmbedRequestTruncate? Type303 { get; set; }
+ public global::Cohere.Embedv2Request? Type303 { get; set; }
///
///
///
- public global::Cohere.Embedv2Request? Type304 { get; set; }
+ public global::Cohere.Embedv2RequestTruncate? Type304 { get; set; }
///
///
///
- public global::Cohere.Embedv2RequestTruncate? Type305 { get; set; }
+ public global::Cohere.RerankRequest? Type305 { get; set; }
///
///
///
- public global::Cohere.RerankRequest? Type306 { get; set; }
+ public global::System.Collections.Generic.IList>? Type306 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type307 { get; set; }
+ public global::Cohere.OneOf? Type307 { get; set; }
///
///
///
- public global::Cohere.OneOf? Type308 { get; set; }
+ public global::Cohere.Rerankv2Request? Type308 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Request? Type309 { get; set; }
+ public global::Cohere.ClassifyRequest? Type309 { get; set; }
///
///
///
- public global::Cohere.ClassifyRequest? Type310 { get; set; }
+ public global::System.Collections.Generic.IList? Type310 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type311 { get; set; }
+ public global::Cohere.ClassifyRequestTruncate? Type311 { get; set; }
///
///
///
- public global::Cohere.ClassifyRequestTruncate? Type312 { get; set; }
+ public global::Cohere.CreateDatasetRequest? Type312 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetRequest? Type313 { get; set; }
+ public byte[]? Type313 { get; set; }
///
///
///
- public byte[]? Type314 { get; set; }
+ public global::Cohere.SummarizeRequest? Type314 { get; set; }
///
///
///
- public global::Cohere.SummarizeRequest? Type315 { get; set; }
+ public global::Cohere.SummarizeRequestLength? Type315 { get; set; }
///
///
///
- public global::Cohere.SummarizeRequestLength? Type316 { get; set; }
+ public global::Cohere.SummarizeRequestFormat? Type316 { get; set; }
///
///
///
- public global::Cohere.SummarizeRequestFormat? Type317 { get; set; }
+ public global::Cohere.SummarizeRequestExtractiveness? Type317 { get; set; }
///
///
///
- public global::Cohere.SummarizeRequestExtractiveness? Type318 { get; set; }
+ public global::Cohere.TokenizeRequest? Type318 { get; set; }
///
///
///
- public global::Cohere.TokenizeRequest? Type319 { get; set; }
+ public global::Cohere.DetokenizeRequest? Type319 { get; set; }
///
///
///
- public global::Cohere.DetokenizeRequest? Type320 { get; set; }
+ public global::Cohere.UpdateFinetunedModelRequest? Type320 { get; set; }
///
///
///
- public global::Cohere.UpdateFinetunedModelRequest? Type321 { get; set; }
+ public global::Cohere.ChatAccepts? Type321 { get; set; }
///
///
///
- public global::Cohere.ChatAccepts? Type322 { get; set; }
+ public global::Cohere.OneOf? Type322 { get; set; }
///
///
///
- public global::Cohere.OneOf? Type323 { get; set; }
+ public global::Cohere.ChatResponse3? Type323 { get; set; }
///
///
///
- public global::Cohere.ChatResponse3? Type324 { get; set; }
+ public global::Cohere.ChatResponse4? Type324 { get; set; }
///
///
///
- public global::Cohere.ChatResponse4? Type325 { get; set; }
+ public global::Cohere.ChatResponse5? Type325 { get; set; }
///
///
///
- public global::Cohere.ChatResponse5? Type326 { get; set; }
+ public global::Cohere.ChatResponse6? Type326 { get; set; }
///
///
///
- public global::Cohere.ChatResponse6? Type327 { get; set; }
+ public global::Cohere.ChatResponse7? Type327 { get; set; }
///
///
///
- public global::Cohere.ChatResponse7? Type328 { get; set; }
+ public global::Cohere.ChatResponse8? Type328 { get; set; }
///
///
///
- public global::Cohere.ChatResponse8? Type329 { get; set; }
+ public global::Cohere.ChatResponse9? Type329 { get; set; }
///
///
///
- public global::Cohere.ChatResponse9? Type330 { get; set; }
+ public global::Cohere.ChatResponse10? Type330 { get; set; }
///
///
///
- public global::Cohere.ChatResponse10? Type331 { get; set; }
+ public global::Cohere.ChatResponse11? Type331 { get; set; }
///
///
///
- public global::Cohere.ChatResponse11? Type332 { get; set; }
+ public global::Cohere.ChatResponse12? Type332 { get; set; }
///
///
///
- public global::Cohere.ChatResponse12? Type333 { get; set; }
+ public global::Cohere.ChatResponse13? Type333 { get; set; }
///
///
///
- public global::Cohere.ChatResponse13? Type334 { get; set; }
+ public global::Cohere.ChatResponse14? Type334 { get; set; }
///
///
///
- public global::Cohere.ChatResponse14? Type335 { get; set; }
+ public global::Cohere.OneOf? Type335 { get; set; }
///
///
///
- public global::Cohere.OneOf? Type336 { get; set; }
+ public global::Cohere.Chatv2Response2? Type336 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response2? Type337 { get; set; }
+ public global::Cohere.Chatv2Response3? Type337 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response3? Type338 { get; set; }
+ public global::Cohere.Chatv2Response4? Type338 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response4? Type339 { get; set; }
+ public global::Cohere.Chatv2Response5? Type339 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response5? Type340 { get; set; }
+ public global::Cohere.Chatv2Response6? Type340 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response6? Type341 { get; set; }
+ public global::Cohere.Chatv2Response7? Type341 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response7? Type342 { get; set; }
+ public global::Cohere.Chatv2Response8? Type342 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response8? Type343 { get; set; }
+ public global::Cohere.Chatv2Response9? Type343 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response9? Type344 { get; set; }
+ public global::Cohere.Chatv2Response10? Type344 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response10? Type345 { get; set; }
+ public global::Cohere.Chatv2Response11? Type345 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response11? Type346 { get; set; }
+ public global::Cohere.Chatv2Response12? Type346 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response12? Type347 { get; set; }
+ public global::Cohere.Chatv2Response13? Type347 { get; set; }
///
///
///
- public global::Cohere.Chatv2Response13? Type348 { get; set; }
+ public global::Cohere.GenerateResponse? Type348 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse? Type349 { get; set; }
+ public global::Cohere.GenerateResponse2? Type349 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse2? Type350 { get; set; }
+ public global::Cohere.GenerateResponse3? Type350 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse3? Type351 { get; set; }
+ public global::Cohere.GenerateResponse4? Type351 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse4? Type352 { get; set; }
+ public global::Cohere.GenerateResponse5? Type352 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse5? Type353 { get; set; }
+ public global::Cohere.GenerateResponse6? Type353 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse6? Type354 { get; set; }
+ public global::Cohere.GenerateResponse7? Type354 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse7? Type355 { get; set; }
+ public global::Cohere.GenerateResponse8? Type355 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse8? Type356 { get; set; }
+ public global::Cohere.GenerateResponse9? Type356 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse9? Type357 { get; set; }
+ public global::Cohere.GenerateResponse10? Type357 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse10? Type358 { get; set; }
+ public global::Cohere.GenerateResponse11? Type358 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse11? Type359 { get; set; }
+ public global::Cohere.GenerateResponse12? Type359 { get; set; }
///
///
///
- public global::Cohere.GenerateResponse12? Type360 { get; set; }
+ public global::Cohere.OneOf? Type360 { get; set; }
///
///
///
- public global::Cohere.OneOf? Type361 { get; set; }
+ public global::Cohere.EmbedResponse2? Type361 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse2? Type362 { get; set; }
+ public global::Cohere.EmbedResponse3? Type362 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse3? Type363 { get; set; }
+ public global::Cohere.EmbedResponse4? Type363 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse4? Type364 { get; set; }
+ public global::Cohere.EmbedResponse5? Type364 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse5? Type365 { get; set; }
+ public global::Cohere.EmbedResponse6? Type365 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse6? Type366 { get; set; }
+ public global::Cohere.EmbedResponse7? Type366 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse7? Type367 { get; set; }
+ public global::Cohere.EmbedResponse8? Type367 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse8? Type368 { get; set; }
+ public global::Cohere.EmbedResponse9? Type368 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse9? Type369 { get; set; }
+ public global::Cohere.EmbedResponse10? Type369 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse10? Type370 { get; set; }
+ public global::Cohere.EmbedResponse11? Type370 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse11? Type371 { get; set; }
+ public global::Cohere.EmbedResponse12? Type371 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse12? Type372 { get; set; }
+ public global::Cohere.EmbedResponse13? Type372 { get; set; }
///
///
///
- public global::Cohere.EmbedResponse13? Type373 { get; set; }
+ public global::Cohere.Embedv2Response? Type373 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response? Type374 { get; set; }
+ public global::Cohere.Embedv2Response2? Type374 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response2? Type375 { get; set; }
+ public global::Cohere.Embedv2Response3? Type375 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response3? Type376 { get; set; }
+ public global::Cohere.Embedv2Response4? Type376 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response4? Type377 { get; set; }
+ public global::Cohere.Embedv2Response5? Type377 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response5? Type378 { get; set; }
+ public global::Cohere.Embedv2Response6? Type378 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response6? Type379 { get; set; }
+ public global::Cohere.Embedv2Response7? Type379 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response7? Type380 { get; set; }
+ public global::Cohere.Embedv2Response8? Type380 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response8? Type381 { get; set; }
+ public global::Cohere.Embedv2Response9? Type381 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response9? Type382 { get; set; }
+ public global::Cohere.Embedv2Response10? Type382 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response10? Type383 { get; set; }
+ public global::Cohere.Embedv2Response11? Type383 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response11? Type384 { get; set; }
+ public global::Cohere.Embedv2Response12? Type384 { get; set; }
///
///
///
- public global::Cohere.Embedv2Response12? Type385 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse2? Type385 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse2? Type386 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse3? Type386 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse3? Type387 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse4? Type387 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse4? Type388 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse5? Type388 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse5? Type389 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse6? Type389 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse6? Type390 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse7? Type390 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse7? Type391 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse8? Type391 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse8? Type392 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse9? Type392 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse9? Type393 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse10? Type393 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse10? Type394 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse11? Type394 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse11? Type395 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse12? Type395 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse12? Type396 { get; set; }
+ public global::Cohere.CreateEmbedJobResponse13? Type396 { get; set; }
///
///
///
- public global::Cohere.CreateEmbedJobResponse13? Type397 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse? Type397 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse? Type398 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse2? Type398 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse2? Type399 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse3? Type399 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse3? Type400 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse4? Type400 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse4? Type401 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse5? Type401 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse5? Type402 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse6? Type402 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse6? Type403 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse7? Type403 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse7? Type404 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse8? Type404 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse8? Type405 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse9? Type405 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse9? Type406 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse10? Type406 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse10? Type407 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse11? Type407 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse11? Type408 { get; set; }
+ public global::Cohere.ListEmbedJobsResponse12? Type408 { get; set; }
///
///
///
- public global::Cohere.ListEmbedJobsResponse12? Type409 { get; set; }
+ public global::Cohere.GetEmbedJobResponse? Type409 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse? Type410 { get; set; }
+ public global::Cohere.GetEmbedJobResponse2? Type410 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse2? Type411 { get; set; }
+ public global::Cohere.GetEmbedJobResponse3? Type411 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse3? Type412 { get; set; }
+ public global::Cohere.GetEmbedJobResponse4? Type412 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse4? Type413 { get; set; }
+ public global::Cohere.GetEmbedJobResponse5? Type413 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse5? Type414 { get; set; }
+ public global::Cohere.GetEmbedJobResponse6? Type414 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse6? Type415 { get; set; }
+ public global::Cohere.GetEmbedJobResponse7? Type415 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse7? Type416 { get; set; }
+ public global::Cohere.GetEmbedJobResponse8? Type416 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse8? Type417 { get; set; }
+ public global::Cohere.GetEmbedJobResponse9? Type417 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse9? Type418 { get; set; }
+ public global::Cohere.GetEmbedJobResponse10? Type418 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse10? Type419 { get; set; }
+ public global::Cohere.GetEmbedJobResponse11? Type419 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse11? Type420 { get; set; }
+ public global::Cohere.GetEmbedJobResponse12? Type420 { get; set; }
///
///
///
- public global::Cohere.GetEmbedJobResponse12? Type421 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse? Type421 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse? Type422 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse2? Type422 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse2? Type423 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse3? Type423 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse3? Type424 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse4? Type424 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse4? Type425 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse5? Type425 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse5? Type426 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse6? Type426 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse6? Type427 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse7? Type427 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse7? Type428 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse8? Type428 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse8? Type429 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse9? Type429 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse9? Type430 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse10? Type430 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse10? Type431 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse11? Type431 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse11? Type432 { get; set; }
+ public global::Cohere.CancelEmbedJobResponse12? Type432 { get; set; }
///
///
///
- public global::Cohere.CancelEmbedJobResponse12? Type433 { get; set; }
+ public global::Cohere.RerankResponse? Type433 { get; set; }
///
///
///
- public global::Cohere.RerankResponse? Type434 { get; set; }
+ public global::System.Collections.Generic.IList? Type434 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type435 { get; set; }
+ public global::Cohere.RerankResponseResult? Type435 { get; set; }
///
///
///
- public global::Cohere.RerankResponseResult? Type436 { get; set; }
+ public global::Cohere.RerankResponseResultDocument? Type436 { get; set; }
///
///
///
- public global::Cohere.RerankResponseResultDocument? Type437 { get; set; }
+ public global::Cohere.RerankResponse2? Type437 { get; set; }
///
///
///
- public global::Cohere.RerankResponse2? Type438 { get; set; }
+ public global::Cohere.RerankResponse3? Type438 { get; set; }
///
///
///
- public global::Cohere.RerankResponse3? Type439 { get; set; }
+ public global::Cohere.RerankResponse4? Type439 { get; set; }
///
///
///
- public global::Cohere.RerankResponse4? Type440 { get; set; }
+ public global::Cohere.RerankResponse5? Type440 { get; set; }
///
///
///
- public global::Cohere.RerankResponse5? Type441 { get; set; }
+ public global::Cohere.RerankResponse6? Type441 { get; set; }
///
///
///
- public global::Cohere.RerankResponse6? Type442 { get; set; }
+ public global::Cohere.RerankResponse7? Type442 { get; set; }
///
///
///
- public global::Cohere.RerankResponse7? Type443 { get; set; }
+ public global::Cohere.RerankResponse8? Type443 { get; set; }
///
///
///
- public global::Cohere.RerankResponse8? Type444 { get; set; }
+ public global::Cohere.RerankResponse9? Type444 { get; set; }
///
///
///
- public global::Cohere.RerankResponse9? Type445 { get; set; }
+ public global::Cohere.RerankResponse10? Type445 { get; set; }
///
///
///
- public global::Cohere.RerankResponse10? Type446 { get; set; }
+ public global::Cohere.RerankResponse11? Type446 { get; set; }
///
///
///
- public global::Cohere.RerankResponse11? Type447 { get; set; }
+ public global::Cohere.RerankResponse12? Type447 { get; set; }
///
///
///
- public global::Cohere.RerankResponse12? Type448 { get; set; }
+ public global::Cohere.RerankResponse13? Type448 { get; set; }
///
///
///
- public global::Cohere.RerankResponse13? Type449 { get; set; }
+ public global::Cohere.Rerankv2Response? Type449 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response? Type450 { get; set; }
+ public global::System.Collections.Generic.IList? Type450 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type451 { get; set; }
+ public global::Cohere.Rerankv2ResponseResult? Type451 { get; set; }
///
///
///
- public global::Cohere.Rerankv2ResponseResult? Type452 { get; set; }
+ public global::Cohere.Rerankv2Response2? Type452 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response2? Type453 { get; set; }
+ public global::Cohere.Rerankv2Response3? Type453 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response3? Type454 { get; set; }
+ public global::Cohere.Rerankv2Response4? Type454 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response4? Type455 { get; set; }
+ public global::Cohere.Rerankv2Response5? Type455 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response5? Type456 { get; set; }
+ public global::Cohere.Rerankv2Response6? Type456 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response6? Type457 { get; set; }
+ public global::Cohere.Rerankv2Response7? Type457 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response7? Type458 { get; set; }
+ public global::Cohere.Rerankv2Response8? Type458 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response8? Type459 { get; set; }
+ public global::Cohere.Rerankv2Response9? Type459 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response9? Type460 { get; set; }
+ public global::Cohere.Rerankv2Response10? Type460 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response10? Type461 { get; set; }
+ public global::Cohere.Rerankv2Response11? Type461 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response11? Type462 { get; set; }
+ public global::Cohere.Rerankv2Response12? Type462 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response12? Type463 { get; set; }
+ public global::Cohere.Rerankv2Response13? Type463 { get; set; }
///
///
///
- public global::Cohere.Rerankv2Response13? Type464 { get; set; }
+ public global::Cohere.ClassifyResponse? Type464 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse? Type465 { get; set; }
+ public global::System.Collections.Generic.IList? Type465 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type466 { get; set; }
+ public global::Cohere.ClassifyResponseClassification? Type466 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponseClassification? Type467 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type467 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type468 { get; set; }
+ public global::Cohere.ClassifyResponseClassificationLabels2? Type468 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponseClassificationLabels2? Type469 { get; set; }
+ public global::Cohere.ClassifyResponseClassificationClassificationType? Type469 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponseClassificationClassificationType? Type470 { get; set; }
+ public global::Cohere.ClassifyResponse2? Type470 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse2? Type471 { get; set; }
+ public global::Cohere.ClassifyResponse3? Type471 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse3? Type472 { get; set; }
+ public global::Cohere.ClassifyResponse4? Type472 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse4? Type473 { get; set; }
+ public global::Cohere.ClassifyResponse5? Type473 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse5? Type474 { get; set; }
+ public global::Cohere.ClassifyResponse6? Type474 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse6? Type475 { get; set; }
+ public global::Cohere.ClassifyResponse7? Type475 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse7? Type476 { get; set; }
+ public global::Cohere.ClassifyResponse8? Type476 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse8? Type477 { get; set; }
+ public global::Cohere.ClassifyResponse9? Type477 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse9? Type478 { get; set; }
+ public global::Cohere.ClassifyResponse10? Type478 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse10? Type479 { get; set; }
+ public global::Cohere.ClassifyResponse11? Type479 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse11? Type480 { get; set; }
+ public global::Cohere.ClassifyResponse12? Type480 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse12? Type481 { get; set; }
+ public global::Cohere.ClassifyResponse13? Type481 { get; set; }
///
///
///
- public global::Cohere.ClassifyResponse13? Type482 { get; set; }
+ public global::Cohere.CreateDatasetResponse? Type482 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse? Type483 { get; set; }
+ public global::Cohere.CreateDatasetResponse2? Type483 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse2? Type484 { get; set; }
+ public global::Cohere.CreateDatasetResponse3? Type484 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse3? Type485 { get; set; }
+ public global::Cohere.CreateDatasetResponse4? Type485 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse4? Type486 { get; set; }
+ public global::Cohere.CreateDatasetResponse5? Type486 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse5? Type487 { get; set; }
+ public global::Cohere.CreateDatasetResponse6? Type487 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse6? Type488 { get; set; }
+ public global::Cohere.CreateDatasetResponse7? Type488 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse7? Type489 { get; set; }
+ public global::Cohere.CreateDatasetResponse8? Type489 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse8? Type490 { get; set; }
+ public global::Cohere.CreateDatasetResponse9? Type490 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse9? Type491 { get; set; }
+ public global::Cohere.CreateDatasetResponse10? Type491 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse10? Type492 { get; set; }
+ public global::Cohere.CreateDatasetResponse11? Type492 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse11? Type493 { get; set; }
+ public global::Cohere.CreateDatasetResponse12? Type493 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse12? Type494 { get; set; }
+ public global::Cohere.CreateDatasetResponse13? Type494 { get; set; }
///
///
///
- public global::Cohere.CreateDatasetResponse13? Type495 { get; set; }
+ public global::Cohere.ListDatasetsResponse? Type495 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse? Type496 { get; set; }
+ public global::System.Collections.Generic.IList? Type496 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type497 { get; set; }
+ public global::Cohere.ListDatasetsResponse2? Type497 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse2? Type498 { get; set; }
+ public global::Cohere.ListDatasetsResponse3? Type498 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse3? Type499 { get; set; }
+ public global::Cohere.ListDatasetsResponse4? Type499 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse4? Type500 { get; set; }
+ public global::Cohere.ListDatasetsResponse5? Type500 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse5? Type501 { get; set; }
+ public global::Cohere.ListDatasetsResponse6? Type501 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse6? Type502 { get; set; }
+ public global::Cohere.ListDatasetsResponse7? Type502 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse7? Type503 { get; set; }
+ public global::Cohere.ListDatasetsResponse8? Type503 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse8? Type504 { get; set; }
+ public global::Cohere.ListDatasetsResponse9? Type504 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse9? Type505 { get; set; }
+ public global::Cohere.ListDatasetsResponse10? Type505 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse10? Type506 { get; set; }
+ public global::Cohere.ListDatasetsResponse11? Type506 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse11? Type507 { get; set; }
+ public global::Cohere.ListDatasetsResponse12? Type507 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse12? Type508 { get; set; }
+ public global::Cohere.ListDatasetsResponse13? Type508 { get; set; }
///
///
///
- public global::Cohere.ListDatasetsResponse13? Type509 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse? Type509 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse? Type510 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse2? Type510 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse2? Type511 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse3? Type511 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse3? Type512 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse4? Type512 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse4? Type513 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse5? Type513 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse5? Type514 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse6? Type514 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse6? Type515 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse7? Type515 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse7? Type516 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse8? Type516 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse8? Type517 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse9? Type517 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse9? Type518 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse10? Type518 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse10? Type519 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse11? Type519 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse11? Type520 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse12? Type520 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse12? Type521 { get; set; }
+ public global::Cohere.GetDatasetUsageResponse13? Type521 { get; set; }
///
///
///
- public global::Cohere.GetDatasetUsageResponse13? Type522 { get; set; }
+ public global::Cohere.GetDatasetResponse? Type522 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse? Type523 { get; set; }
+ public global::Cohere.GetDatasetResponse2? Type523 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse2? Type524 { get; set; }
+ public global::Cohere.GetDatasetResponse3? Type524 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse3? Type525 { get; set; }
+ public global::Cohere.GetDatasetResponse4? Type525 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse4? Type526 { get; set; }
+ public global::Cohere.GetDatasetResponse5? Type526 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse5? Type527 { get; set; }
+ public global::Cohere.GetDatasetResponse6? Type527 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse6? Type528 { get; set; }
+ public global::Cohere.GetDatasetResponse7? Type528 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse7? Type529 { get; set; }
+ public global::Cohere.GetDatasetResponse8? Type529 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse8? Type530 { get; set; }
+ public global::Cohere.GetDatasetResponse9? Type530 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse9? Type531 { get; set; }
+ public global::Cohere.GetDatasetResponse10? Type531 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse10? Type532 { get; set; }
+ public global::Cohere.GetDatasetResponse11? Type532 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse11? Type533 { get; set; }
+ public global::Cohere.GetDatasetResponse12? Type533 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse12? Type534 { get; set; }
+ public global::Cohere.GetDatasetResponse13? Type534 { get; set; }
///
///
///
- public global::Cohere.GetDatasetResponse13? Type535 { get; set; }
+ public global::Cohere.DeleteDatasetResponse2? Type535 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse2? Type536 { get; set; }
+ public global::Cohere.DeleteDatasetResponse3? Type536 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse3? Type537 { get; set; }
+ public global::Cohere.DeleteDatasetResponse4? Type537 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse4? Type538 { get; set; }
+ public global::Cohere.DeleteDatasetResponse5? Type538 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse5? Type539 { get; set; }
+ public global::Cohere.DeleteDatasetResponse6? Type539 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse6? Type540 { get; set; }
+ public global::Cohere.DeleteDatasetResponse7? Type540 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse7? Type541 { get; set; }
+ public global::Cohere.DeleteDatasetResponse8? Type541 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse8? Type542 { get; set; }
+ public global::Cohere.DeleteDatasetResponse9? Type542 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse9? Type543 { get; set; }
+ public global::Cohere.DeleteDatasetResponse10? Type543 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse10? Type544 { get; set; }
+ public global::Cohere.DeleteDatasetResponse11? Type544 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse11? Type545 { get; set; }
+ public global::Cohere.DeleteDatasetResponse12? Type545 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse12? Type546 { get; set; }
+ public global::Cohere.DeleteDatasetResponse13? Type546 { get; set; }
///
///
///
- public global::Cohere.DeleteDatasetResponse13? Type547 { get; set; }
+ public global::Cohere.SummarizeResponse? Type547 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse? Type548 { get; set; }
+ public global::Cohere.SummarizeResponse2? Type548 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse2? Type549 { get; set; }
+ public global::Cohere.SummarizeResponse3? Type549 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse3? Type550 { get; set; }
+ public global::Cohere.SummarizeResponse4? Type550 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse4? Type551 { get; set; }
+ public global::Cohere.SummarizeResponse5? Type551 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse5? Type552 { get; set; }
+ public global::Cohere.SummarizeResponse6? Type552 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse6? Type553 { get; set; }
+ public global::Cohere.SummarizeResponse7? Type553 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse7? Type554 { get; set; }
+ public global::Cohere.SummarizeResponse8? Type554 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse8? Type555 { get; set; }
+ public global::Cohere.SummarizeResponse9? Type555 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse9? Type556 { get; set; }
+ public global::Cohere.SummarizeResponse10? Type556 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse10? Type557 { get; set; }
+ public global::Cohere.SummarizeResponse11? Type557 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse11? Type558 { get; set; }
+ public global::Cohere.SummarizeResponse12? Type558 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse12? Type559 { get; set; }
+ public global::Cohere.SummarizeResponse13? Type559 { get; set; }
///
///
///
- public global::Cohere.SummarizeResponse13? Type560 { get; set; }
+ public global::Cohere.TokenizeResponse? Type560 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse? Type561 { get; set; }
+ public global::Cohere.TokenizeResponse2? Type561 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse2? Type562 { get; set; }
+ public global::Cohere.TokenizeResponse3? Type562 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse3? Type563 { get; set; }
+ public global::Cohere.TokenizeResponse4? Type563 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse4? Type564 { get; set; }
+ public global::Cohere.TokenizeResponse5? Type564 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse5? Type565 { get; set; }
+ public global::Cohere.TokenizeResponse6? Type565 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse6? Type566 { get; set; }
+ public global::Cohere.TokenizeResponse7? Type566 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse7? Type567 { get; set; }
+ public global::Cohere.TokenizeResponse8? Type567 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse8? Type568 { get; set; }
+ public global::Cohere.TokenizeResponse9? Type568 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse9? Type569 { get; set; }
+ public global::Cohere.TokenizeResponse10? Type569 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse10? Type570 { get; set; }
+ public global::Cohere.TokenizeResponse11? Type570 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse11? Type571 { get; set; }
+ public global::Cohere.TokenizeResponse12? Type571 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse12? Type572 { get; set; }
+ public global::Cohere.TokenizeResponse13? Type572 { get; set; }
///
///
///
- public global::Cohere.TokenizeResponse13? Type573 { get; set; }
+ public global::Cohere.DetokenizeResponse? Type573 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse? Type574 { get; set; }
+ public global::Cohere.DetokenizeResponse2? Type574 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse2? Type575 { get; set; }
+ public global::Cohere.DetokenizeResponse3? Type575 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse3? Type576 { get; set; }
+ public global::Cohere.DetokenizeResponse4? Type576 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse4? Type577 { get; set; }
+ public global::Cohere.DetokenizeResponse5? Type577 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse5? Type578 { get; set; }
+ public global::Cohere.DetokenizeResponse6? Type578 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse6? Type579 { get; set; }
+ public global::Cohere.DetokenizeResponse7? Type579 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse7? Type580 { get; set; }
+ public global::Cohere.DetokenizeResponse8? Type580 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse8? Type581 { get; set; }
+ public global::Cohere.DetokenizeResponse9? Type581 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse9? Type582 { get; set; }
+ public global::Cohere.DetokenizeResponse10? Type582 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse10? Type583 { get; set; }
+ public global::Cohere.DetokenizeResponse11? Type583 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse11? Type584 { get; set; }
+ public global::Cohere.DetokenizeResponse12? Type584 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse12? Type585 { get; set; }
+ public global::Cohere.DetokenizeResponse13? Type585 { get; set; }
///
///
///
- public global::Cohere.DetokenizeResponse13? Type586 { get; set; }
+ public global::Cohere.ListConnectorsResponse2? Type586 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse2? Type587 { get; set; }
+ public global::Cohere.ListConnectorsResponse3? Type587 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse3? Type588 { get; set; }
+ public global::Cohere.ListConnectorsResponse4? Type588 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse4? Type589 { get; set; }
+ public global::Cohere.ListConnectorsResponse5? Type589 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse5? Type590 { get; set; }
+ public global::Cohere.ListConnectorsResponse6? Type590 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse6? Type591 { get; set; }
+ public global::Cohere.ListConnectorsResponse7? Type591 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse7? Type592 { get; set; }
+ public global::Cohere.ListConnectorsResponse8? Type592 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse8? Type593 { get; set; }
+ public global::Cohere.ListConnectorsResponse9? Type593 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse9? Type594 { get; set; }
+ public global::Cohere.ListConnectorsResponse10? Type594 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse10? Type595 { get; set; }
+ public global::Cohere.ListConnectorsResponse11? Type595 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse11? Type596 { get; set; }
+ public global::Cohere.ListConnectorsResponse12? Type596 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse12? Type597 { get; set; }
+ public global::Cohere.ListConnectorsResponse13? Type597 { get; set; }
///
///
///
- public global::Cohere.ListConnectorsResponse13? Type598 { get; set; }
+ public global::Cohere.CreateConnectorResponse2? Type598 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse2? Type599 { get; set; }
+ public global::Cohere.CreateConnectorResponse3? Type599 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse3? Type600 { get; set; }
+ public global::Cohere.CreateConnectorResponse4? Type600 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse4? Type601 { get; set; }
+ public global::Cohere.CreateConnectorResponse5? Type601 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse5? Type602 { get; set; }
+ public global::Cohere.CreateConnectorResponse6? Type602 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse6? Type603 { get; set; }
+ public global::Cohere.CreateConnectorResponse7? Type603 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse7? Type604 { get; set; }
+ public global::Cohere.CreateConnectorResponse8? Type604 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse8? Type605 { get; set; }
+ public global::Cohere.CreateConnectorResponse9? Type605 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse9? Type606 { get; set; }
+ public global::Cohere.CreateConnectorResponse10? Type606 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse10? Type607 { get; set; }
+ public global::Cohere.CreateConnectorResponse11? Type607 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse11? Type608 { get; set; }
+ public global::Cohere.CreateConnectorResponse12? Type608 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse12? Type609 { get; set; }
+ public global::Cohere.CreateConnectorResponse13? Type609 { get; set; }
///
///
///
- public global::Cohere.CreateConnectorResponse13? Type610 { get; set; }
+ public global::Cohere.GetConnectorResponse2? Type610 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse2? Type611 { get; set; }
+ public global::Cohere.GetConnectorResponse3? Type611 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse3? Type612 { get; set; }
+ public global::Cohere.GetConnectorResponse4? Type612 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse4? Type613 { get; set; }
+ public global::Cohere.GetConnectorResponse5? Type613 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse5? Type614 { get; set; }
+ public global::Cohere.GetConnectorResponse6? Type614 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse6? Type615 { get; set; }
+ public global::Cohere.GetConnectorResponse7? Type615 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse7? Type616 { get; set; }
+ public global::Cohere.GetConnectorResponse8? Type616 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse8? Type617 { get; set; }
+ public global::Cohere.GetConnectorResponse9? Type617 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse9? Type618 { get; set; }
+ public global::Cohere.GetConnectorResponse10? Type618 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse10? Type619 { get; set; }
+ public global::Cohere.GetConnectorResponse11? Type619 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse11? Type620 { get; set; }
+ public global::Cohere.GetConnectorResponse12? Type620 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse12? Type621 { get; set; }
+ public global::Cohere.GetConnectorResponse13? Type621 { get; set; }
///
///
///
- public global::Cohere.GetConnectorResponse13? Type622 { get; set; }
+ public global::Cohere.UpdateConnectorResponse2? Type622 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse2? Type623 { get; set; }
+ public global::Cohere.UpdateConnectorResponse3? Type623 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse3? Type624 { get; set; }
+ public global::Cohere.UpdateConnectorResponse4? Type624 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse4? Type625 { get; set; }
+ public global::Cohere.UpdateConnectorResponse5? Type625 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse5? Type626 { get; set; }
+ public global::Cohere.UpdateConnectorResponse6? Type626 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse6? Type627 { get; set; }
+ public global::Cohere.UpdateConnectorResponse7? Type627 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse7? Type628 { get; set; }
+ public global::Cohere.UpdateConnectorResponse8? Type628 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse8? Type629 { get; set; }
+ public global::Cohere.UpdateConnectorResponse9? Type629 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse9? Type630 { get; set; }
+ public global::Cohere.UpdateConnectorResponse10? Type630 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse10? Type631 { get; set; }
+ public global::Cohere.UpdateConnectorResponse11? Type631 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse11? Type632 { get; set; }
+ public global::Cohere.UpdateConnectorResponse12? Type632 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse12? Type633 { get; set; }
+ public global::Cohere.UpdateConnectorResponse13? Type633 { get; set; }
///
///
///
- public global::Cohere.UpdateConnectorResponse13? Type634 { get; set; }
+ public global::Cohere.DeleteConnectorResponse2? Type634 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse2? Type635 { get; set; }
+ public global::Cohere.DeleteConnectorResponse3? Type635 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse3? Type636 { get; set; }
+ public global::Cohere.DeleteConnectorResponse4? Type636 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse4? Type637 { get; set; }
+ public global::Cohere.DeleteConnectorResponse5? Type637 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse5? Type638 { get; set; }
+ public global::Cohere.DeleteConnectorResponse6? Type638 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse6? Type639 { get; set; }
+ public global::Cohere.DeleteConnectorResponse7? Type639 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse7? Type640 { get; set; }
+ public global::Cohere.DeleteConnectorResponse8? Type640 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse8? Type641 { get; set; }
+ public global::Cohere.DeleteConnectorResponse9? Type641 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse9? Type642 { get; set; }
+ public global::Cohere.DeleteConnectorResponse10? Type642 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse10? Type643 { get; set; }
+ public global::Cohere.DeleteConnectorResponse11? Type643 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse11? Type644 { get; set; }
+ public global::Cohere.DeleteConnectorResponse12? Type644 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse12? Type645 { get; set; }
+ public global::Cohere.DeleteConnectorResponse13? Type645 { get; set; }
///
///
///
- public global::Cohere.DeleteConnectorResponse13? Type646 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse? Type646 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse? Type647 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse2? Type647 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse2? Type648 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse3? Type648 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse3? Type649 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse4? Type649 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse4? Type650 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse5? Type650 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse5? Type651 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse6? Type651 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse6? Type652 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse7? Type652 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse7? Type653 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse8? Type653 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse8? Type654 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse9? Type654 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse9? Type655 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse10? Type655 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse10? Type656 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse11? Type656 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse11? Type657 { get; set; }
+ public global::Cohere.OAuthAuthorizeConnectorResponse12? Type657 { get; set; }
///
///
///
- public global::Cohere.OAuthAuthorizeConnectorResponse12? Type658 { get; set; }
+ public global::Cohere.GetModelResponse2? Type658 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse2? Type659 { get; set; }
+ public global::Cohere.GetModelResponse3? Type659 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse3? Type660 { get; set; }
+ public global::Cohere.GetModelResponse4? Type660 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse4? Type661 { get; set; }
+ public global::Cohere.GetModelResponse5? Type661 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse5? Type662 { get; set; }
+ public global::Cohere.GetModelResponse6? Type662 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse6? Type663 { get; set; }
+ public global::Cohere.GetModelResponse7? Type663 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse7? Type664 { get; set; }
+ public global::Cohere.GetModelResponse8? Type664 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse8? Type665 { get; set; }
+ public global::Cohere.GetModelResponse9? Type665 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse9? Type666 { get; set; }
+ public global::Cohere.GetModelResponse10? Type666 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse10? Type667 { get; set; }
+ public global::Cohere.GetModelResponse11? Type667 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse11? Type668 { get; set; }
+ public global::Cohere.GetModelResponse12? Type668 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse12? Type669 { get; set; }
+ public global::Cohere.GetModelResponse13? Type669 { get; set; }
///
///
///
- public global::Cohere.GetModelResponse13? Type670 { get; set; }
+ public global::Cohere.ListModelsResponse2? Type670 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse2? Type671 { get; set; }
+ public global::Cohere.ListModelsResponse3? Type671 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse3? Type672 { get; set; }
+ public global::Cohere.ListModelsResponse4? Type672 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse4? Type673 { get; set; }
+ public global::Cohere.ListModelsResponse5? Type673 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse5? Type674 { get; set; }
+ public global::Cohere.ListModelsResponse6? Type674 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse6? Type675 { get; set; }
+ public global::Cohere.ListModelsResponse7? Type675 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse7? Type676 { get; set; }
+ public global::Cohere.ListModelsResponse8? Type676 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse8? Type677 { get; set; }
+ public global::Cohere.ListModelsResponse9? Type677 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse9? Type678 { get; set; }
+ public global::Cohere.ListModelsResponse10? Type678 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse10? Type679 { get; set; }
+ public global::Cohere.ListModelsResponse11? Type679 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse11? Type680 { get; set; }
+ public global::Cohere.ListModelsResponse12? Type680 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse12? Type681 { get; set; }
+ public global::Cohere.ListModelsResponse13? Type681 { get; set; }
///
///
///
- public global::Cohere.ListModelsResponse13? Type682 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse? Type682 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse? Type683 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse2? Type683 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse2? Type684 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse3? Type684 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse3? Type685 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse4? Type685 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse4? Type686 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse5? Type686 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse5? Type687 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse6? Type687 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse6? Type688 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse7? Type688 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse7? Type689 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse8? Type689 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse8? Type690 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse9? Type690 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse9? Type691 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse10? Type691 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse10? Type692 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse11? Type692 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse11? Type693 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse12? Type693 { get; set; }
///
///
///
- public global::Cohere.CheckAPIKeyResponse12? Type694 { get; set; }
- ///
- ///
- ///
- public global::Cohere.CheckAPIKeyResponse13? Type695 { get; set; }
+ public global::Cohere.CheckAPIKeyResponse13? Type694 { get; set; }
}
}
\ No newline at end of file
diff --git a/src/libs/Cohere/openapi.yaml b/src/libs/Cohere/openapi.yaml
index 3587aba..7175278 100644
--- a/src/libs/Cohere/openapi.yaml
+++ b/src/libs/Cohere/openapi.yaml
@@ -12140,10 +12140,7 @@ components:
properties:
data:
type: object
- additionalProperties:
- type: string
- description: "A relevant documents that the model can cite to generate a more accurate reply. Each document is a string-string dictionary.\n"
- x-fern-type: 'map'
+ description: "A relevant document that the model can cite to generate a more accurate reply. Each document is a string-any dictionary.\n"
id:
type: string
description: Unique identifier for this document which will be referenced in citations. If not provided an ID will be automatically generated.