diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKey.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKey.g.cs
index 2d53e00..ebfaea2 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKey.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKey.g.cs
@@ -86,15 +86,15 @@ public sealed partial class ApiKey
///
/// The redacted value of the API key
///
- ///
- /// The expiration datetime of the API key
- ///
///
/// The creation datetime of the API key
///
///
/// The last update datetime of the API key
///
+ ///
+ /// The expiration datetime of the API key
+ ///
///
/// The last active datetime of the API key
///
@@ -122,9 +122,9 @@ public ApiKey(
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
this.RedactedValue = redactedValue ?? throw new global::System.ArgumentNullException(nameof(redactedValue));
+ this.ExpiresAt = expiresAt;
this.CreatedAt = createdAt;
this.UpdatedAt = updatedAt;
- this.ExpiresAt = expiresAt;
this.LastActiveAt = lastActiveAt;
this.Object = @object;
this.Scope = scope;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreateOrUpdateParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreateOrUpdateParams.g.cs
index 7c85592..a42a275 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreateOrUpdateParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreateOrUpdateParams.g.cs
@@ -30,12 +30,12 @@ public sealed partial class ApiKeyCreateOrUpdateParams
///
/// Initializes a new instance of the class.
///
- ///
- /// Default Value: api_key
- ///
///
/// The API key
///
+ ///
+ /// Default Value: api_key
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -43,8 +43,8 @@ public ApiKeyCreateOrUpdateParams(
string apiKey,
string? type)
{
- this.ApiKey = apiKey ?? throw new global::System.ArgumentNullException(nameof(apiKey));
this.Type = type;
+ this.ApiKey = apiKey ?? throw new global::System.ArgumentNullException(nameof(apiKey));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreated.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreated.g.cs
index cb5dd2a..d12ea8c 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreated.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyCreated.g.cs
@@ -93,15 +93,18 @@ public sealed partial class ApiKeyCreated
///
/// The redacted value of the API key
///
- ///
- /// The expiration datetime of the API key
- ///
///
/// The creation datetime of the API key
///
///
/// The last update datetime of the API key
///
+ ///
+ /// The value of the API key
+ ///
+ ///
+ /// The expiration datetime of the API key
+ ///
///
/// The last active datetime of the API key
///
@@ -112,9 +115,6 @@ public sealed partial class ApiKeyCreated
///
/// The scope of the API key
///
- ///
- /// The value of the API key
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -133,13 +133,13 @@ public ApiKeyCreated(
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
this.RedactedValue = redactedValue ?? throw new global::System.ArgumentNullException(nameof(redactedValue));
+ this.ExpiresAt = expiresAt;
this.CreatedAt = createdAt;
this.UpdatedAt = updatedAt;
- this.Value = value ?? throw new global::System.ArgumentNullException(nameof(value));
- this.ExpiresAt = expiresAt;
this.LastActiveAt = lastActiveAt;
this.Object = @object;
this.Scope = scope;
+ this.Value = value ?? throw new global::System.ArgumentNullException(nameof(value));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyListResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyListResponse.g.cs
index 0a17e9f..3b7f103 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyListResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ApiKeyListResponse.g.cs
@@ -41,13 +41,13 @@ public sealed partial class ApiKeyListResponse
///
/// Pagination model that includes total count of items.
///
+ ///
+ /// The list of API keys
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of API keys
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -57,8 +57,8 @@ public ApiKeyListResponse(
string? @object)
{
this.Pagination = pagination ?? throw new global::System.ArgumentNullException(nameof(pagination));
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.AudioUrlInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.AudioUrlInputChunk.g.cs
index b4e7845..66054e4 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.AudioUrlInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.AudioUrlInputChunk.g.cs
@@ -78,6 +78,9 @@ public sealed partial class AudioUrlInputChunk
///
/// position of the chunk in a file
///
+ ///
+ /// The sampling rate of the audio.
+ ///
///
/// mime type of the chunk
/// Default Value: audio/mpeg
@@ -101,9 +104,6 @@ public sealed partial class AudioUrlInputChunk
///
/// Audio URL
///
- ///
- /// The sampling rate of the audio.
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -119,7 +119,6 @@ public AudioUrlInputChunk(
global::Mixedbread.AudioUrl? audioUrl)
{
this.ChunkIndex = chunkIndex;
- this.SamplingRate = samplingRate;
this.MimeType = mimeType;
this.GeneratedMetadata = generatedMetadata;
this.Model = model;
@@ -127,6 +126,7 @@ public AudioUrlInputChunk(
this.Transcription = transcription;
this.Summary = summary;
this.AudioUrl = audioUrl;
+ this.SamplingRate = samplingRate;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.Chunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.Chunk.g.cs
index 1308f5a..74e9a47 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.Chunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.Chunk.g.cs
@@ -37,15 +37,15 @@ public sealed partial class Chunk
///
/// Initializes a new instance of the class.
///
- ///
- /// The full content of the chunk
- ///
///
/// The content of the chunk to embed
///
///
/// List of elements contained in this chunk
///
+ ///
+ /// The full content of the chunk
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -54,9 +54,9 @@ public Chunk(
global::System.Collections.Generic.IList elements,
string? content)
{
+ this.Content = content;
this.ContentToEmbed = contentToEmbed ?? throw new global::System.ArgumentNullException(nameof(contentToEmbed));
this.Elements = elements ?? throw new global::System.ArgumentNullException(nameof(elements));
- this.Content = content;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkSearchResultRule.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkSearchResultRule.g.cs
index da3c234..d01950f 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkSearchResultRule.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ChunkSearchResultRule.g.cs
@@ -65,9 +65,6 @@ public sealed partial class ChunkSearchResultRule
///
/// The store identifier to apply the rule to
///
- ///
- /// The type of substitution
- ///
///
/// The file ID of the chunk to substitute
///
@@ -77,6 +74,9 @@ public sealed partial class ChunkSearchResultRule
///
/// The index where the result will be inserted
///
+ ///
+ /// The type of substitution
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -90,10 +90,10 @@ public ChunkSearchResultRule(
{
this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
+ this.Type = type;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.ChunkIndex = chunkIndex;
this.ResultIndex = resultIndex;
- this.Type = type;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.CodeChunkGeneratedMetadata.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.CodeChunkGeneratedMetadata.g.cs
index fe54bc2..d9ec3ed 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.CodeChunkGeneratedMetadata.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.CodeChunkGeneratedMetadata.g.cs
@@ -66,10 +66,10 @@ public sealed partial class CodeChunkGeneratedMetadata
///
/// Initializes a new instance of the class.
///
+ ///
///
/// Default Value: code
///
- ///
///
///
///
@@ -93,8 +93,8 @@ public CodeChunkGeneratedMetadata(
int? numLines,
string? fileExtension)
{
- this.FileType = fileType ?? throw new global::System.ArgumentNullException(nameof(fileType));
this.Type = type;
+ this.FileType = fileType ?? throw new global::System.ArgumentNullException(nameof(fileType));
this.Language = language;
this.WordCount = wordCount;
this.FileSize = fileSize;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceApiKeyParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceApiKeyParams.g.cs
index d62f909..9c77b8d 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceApiKeyParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceApiKeyParams.g.cs
@@ -30,12 +30,12 @@ public sealed partial class DataSourceApiKeyParams
///
/// Initializes a new instance of the class.
///
- ///
- /// Default Value: api_key
- ///
///
/// The API key
///
+ ///
+ /// Default Value: api_key
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -43,8 +43,8 @@ public DataSourceApiKeyParams(
string apiKey,
string? type)
{
- this.ApiKey = apiKey ?? throw new global::System.ArgumentNullException(nameof(apiKey));
this.Type = type;
+ this.ApiKey = apiKey ?? throw new global::System.ArgumentNullException(nameof(apiKey));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceConnector.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceConnector.g.cs
index ea65660..c1177b8 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceConnector.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.DataSourceConnector.g.cs
@@ -126,6 +126,12 @@ public sealed partial class DataSourceConnector
///
/// The ID of the data source
///
+ ///
+ /// The polling interval of the connector
+ ///
+ ///
+ /// The sync status of the connector
+ ///
///
/// The name of the connector
/// Default Value: New Connector
@@ -133,9 +139,6 @@ public sealed partial class DataSourceConnector
///
/// The metadata of the connector
///
- ///
- /// The polling interval of the connector
- ///
///
/// The start time of the connector
///
@@ -145,9 +148,6 @@ public sealed partial class DataSourceConnector
///
/// The last sync time of the connector
///
- ///
- /// The sync status of the connector
- ///
///
/// The sync error of the connector
///
@@ -179,13 +179,13 @@ public DataSourceConnector(
this.UpdatedAt = updatedAt;
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
this.DataSourceId = dataSourceId ?? throw new global::System.ArgumentNullException(nameof(dataSourceId));
- this.PollingInterval = pollingInterval ?? throw new global::System.ArgumentNullException(nameof(pollingInterval));
- this.Status = status;
this.Name = name;
this.Metadata = metadata;
+ this.PollingInterval = pollingInterval ?? throw new global::System.ArgumentNullException(nameof(pollingInterval));
this.StartedAt = startedAt;
this.FinishedAt = finishedAt;
this.LastSyncedAt = lastSyncedAt;
+ this.Status = status;
this.Error = error;
this.Object = @object;
}
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.DeprecatedStoreFileUpsertParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.DeprecatedStoreFileUpsertParams.g.cs
index 9476df7..b4d8961 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.DeprecatedStoreFileUpsertParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.DeprecatedStoreFileUpsertParams.g.cs
@@ -58,6 +58,9 @@ public sealed partial class DeprecatedStoreFileUpsertParams
///
/// Initializes a new instance of the class.
///
+ ///
+ /// ID of the file to add
+ ///
///
/// Optional metadata for the file
///
@@ -71,9 +74,6 @@ public sealed partial class DeprecatedStoreFileUpsertParams
/// If true, overwrite an existing file with the same external_id
/// Default Value: true
///
- ///
- /// ID of the file to add
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -84,11 +84,11 @@ public DeprecatedStoreFileUpsertParams(
string? externalId,
bool? overwrite)
{
- this.FileId = fileId;
this.Metadata = metadata;
this.Config = config;
this.ExternalId = externalId;
this.Overwrite = overwrite;
+ this.FileId = fileId;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs
index 6ad84d8..2a33c12 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.DocumentParserResult.g.cs
@@ -52,9 +52,6 @@ public sealed partial class DocumentParserResult
///
/// Initializes a new instance of the class.
///
- ///
- /// The strategy used for chunking the document
- ///
///
/// The format of the returned content
///
@@ -64,6 +61,9 @@ public sealed partial class DocumentParserResult
///
/// List of extracted chunks from the document
///
+ ///
+ /// The strategy used for chunking the document
+ ///
///
/// List of (width, height) tuples for each page
///
@@ -77,10 +77,10 @@ public DocumentParserResult(
global::Mixedbread.ChunkingStrategy chunkingStrategy,
global::System.Collections.Generic.IList? pageSizes)
{
+ this.ChunkingStrategy = chunkingStrategy;
this.ReturnFormat = returnFormat;
this.ElementTypes = elementTypes ?? throw new global::System.ArgumentNullException(nameof(elementTypes));
this.Chunks = chunks ?? throw new global::System.ArgumentNullException(nameof(chunks));
- this.ChunkingStrategy = chunkingStrategy;
this.PageSizes = pageSizes;
}
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.EmbeddingCreateResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.EmbeddingCreateResponse.g.cs
index 4051025..8b4226c 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.EmbeddingCreateResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.EmbeddingCreateResponse.g.cs
@@ -76,16 +76,16 @@ public sealed partial class EmbeddingCreateResponse
///
/// The created embeddings.
///
- ///
- /// The object type of the response
- /// Default Value: list
- ///
///
/// Whether the embeddings are normalized.
///
///
/// The encoding formats of the embeddings.
///
+ ///
+ /// The object type of the response
+ /// Default Value: list
+ ///
///
/// The number of dimensions used for the embeddings.
///
@@ -104,9 +104,9 @@ public EmbeddingCreateResponse(
this.Usage = usage ?? throw new global::System.ArgumentNullException(nameof(usage));
this.Model = model ?? throw new global::System.ArgumentNullException(nameof(model));
this.Data = data;
+ this.Object = @object;
this.Normalized = normalized;
this.EncodingFormat = encodingFormat;
- this.Object = @object;
this.Dimensions = dimensions;
}
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ExtractionJob.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ExtractionJob.g.cs
index 7408743..3066a43 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ExtractionJob.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ExtractionJob.g.cs
@@ -106,24 +106,24 @@ public sealed partial class ExtractionJob
///
/// When the job was last updated
///
+ ///
+ /// Current status of the job
+ ///
+ ///
+ /// The JSON schema used for extraction
+ ///
///
/// When the job started processing
///
///
/// When the job finished processing
///
- ///
- /// Current status of the job
- ///
///
/// The extraction results if completed
///
///
/// Error information if failed
///
- ///
- /// The JSON schema used for extraction
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -145,12 +145,12 @@ public ExtractionJob(
this.FileId = fileId;
this.CreatedAt = createdAt;
this.UpdatedAt = updatedAt;
- this.Status = status;
- this.JsonSchema = jsonSchema ?? throw new global::System.ArgumentNullException(nameof(jsonSchema));
this.StartedAt = startedAt;
this.FinishedAt = finishedAt;
+ this.Status = status;
this.Result = result;
this.Error = error;
+ this.JsonSchema = jsonSchema ?? throw new global::System.ArgumentNullException(nameof(jsonSchema));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.FileListResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.FileListResponse.g.cs
index a33a1e3..af9ddd6 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.FileListResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.FileListResponse.g.cs
@@ -41,13 +41,13 @@ public sealed partial class FileListResponse
///
/// Response model for cursor-based pagination.
///
+ ///
+ /// The list of files
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of files
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -57,8 +57,8 @@ public FileListResponse(
string? @object)
{
this.Pagination = pagination ?? throw new global::System.ArgumentNullException(nameof(pagination));
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.FileSearchResultRule.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.FileSearchResultRule.g.cs
index 99a62f4..8474750 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.FileSearchResultRule.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.FileSearchResultRule.g.cs
@@ -65,18 +65,18 @@ public sealed partial class FileSearchResultRule
///
/// The store identifier to apply the rule to
///
- ///
- /// The type of substitution
- ///
///
/// The file ID of the file to substitute
///
+ ///
+ /// The index where the result will be inserted
+ ///
///
/// An optional chunk index to use for the chunk substitution
/// Default Value: 0
///
- ///
- /// The index where the result will be inserted
+ ///
+ /// The type of substitution
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -91,10 +91,10 @@ public FileSearchResultRule(
{
this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
- this.ResultIndex = resultIndex;
this.Type = type;
+ this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.ChunkIndex = chunkIndex;
+ this.ResultIndex = resultIndex;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ImageUrlInput2.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ImageUrlInput2.g.cs
index e4ba448..7bbca2b 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ImageUrlInput2.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ImageUrlInput2.g.cs
@@ -31,13 +31,13 @@ public sealed partial class ImageUrlInput2
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The image input specification.
+ ///
///
/// Input type identifier
/// Default Value: image_url
///
- ///
- /// The image input specification.
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -45,8 +45,8 @@ public ImageUrlInput2(
global::Mixedbread.ImageUrlInput imageUrl,
string? type)
{
- this.ImageUrl = imageUrl ?? throw new global::System.ArgumentNullException(nameof(imageUrl));
this.Type = type;
+ this.ImageUrl = imageUrl ?? throw new global::System.ArgumentNullException(nameof(imageUrl));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.LinearDataSourceCreateOrUpdateParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.LinearDataSourceCreateOrUpdateParams.g.cs
index 30c09b8..b7afd3e 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.LinearDataSourceCreateOrUpdateParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.LinearDataSourceCreateOrUpdateParams.g.cs
@@ -43,13 +43,13 @@ public sealed partial class LinearDataSourceCreateOrUpdateParams
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The name of the data source
+ ///
///
/// The type of data source to create
/// Default Value: linear
///
- ///
- /// The name of the data source
- ///
///
/// The metadata of the data source
///
@@ -65,8 +65,8 @@ public LinearDataSourceCreateOrUpdateParams(
object? metadata,
global::Mixedbread.AuthParamsVariant12? authParams)
{
- this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
this.Type = type;
+ this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
this.Metadata = metadata;
this.AuthParams = authParams;
}
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs
index 9b123c4..2db6af1 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MetadataFacetsParams.g.cs
@@ -63,12 +63,12 @@ public sealed partial class MetadataFacetsParams
///
/// Initializes a new instance of the class.
///
- ///
- /// Search query text
- ///
///
/// IDs or names of stores to search
///
+ ///
+ /// Search query text
+ ///
///
/// Number of results to return
/// Default Value: 10
@@ -97,8 +97,8 @@ public MetadataFacetsParams(
global::Mixedbread.StoreChunkSearchOptions? searchOptions,
global::System.Collections.Generic.IList? facets)
{
- this.StoreIdentifiers = storeIdentifiers ?? throw new global::System.ArgumentNullException(nameof(storeIdentifiers));
this.Query = query;
+ this.StoreIdentifiers = storeIdentifiers ?? throw new global::System.ArgumentNullException(nameof(storeIdentifiers));
this.TopK = topK;
this.Filters = filters;
this.FileIds = fileIds;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunk.g.cs
index 72b2544..d83e7bb 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunk.g.cs
@@ -112,16 +112,6 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: audio/mpeg
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -134,6 +124,19 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// store id
///
+ ///
+ /// The sampling rate of the audio.
+ ///
+ ///
+ /// mime type of the chunk
+ /// Default Value: audio/mpeg
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// file metadata
///
@@ -150,9 +153,6 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// Audio URL
///
- ///
- /// The sampling rate of the audio.
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -173,19 +173,19 @@ public MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredAudioUrlInputChunk(
global::Mixedbread.AudioUrl? audioUrl)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
- this.SamplingRate = samplingRate;
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.Metadata = metadata;
this.Type = type;
this.Transcription = transcription;
this.Summary = summary;
this.AudioUrl = audioUrl;
+ this.SamplingRate = samplingRate;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunk.g.cs
index c7f2344..931eb13 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunk.g.cs
@@ -105,16 +105,6 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: image/jpeg
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -127,6 +117,16 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// store id
///
+ ///
+ /// mime type of the chunk
+ /// Default Value: image/jpeg
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// file metadata
///
@@ -162,13 +162,13 @@ public MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredImageUrlInputChunk(
global::Mixedbread.ImageUrlOutput? imageUrl)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.Metadata = metadata;
this.Type = type;
this.OcrText = ocrText;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunk.g.cs
index 3661c08..aac8208 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunk.g.cs
@@ -100,16 +100,6 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: text/plain
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -122,6 +112,16 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// store id
///
+ ///
+ /// mime type of the chunk
+ /// Default Value: text/plain
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// file metadata
///
@@ -154,13 +154,13 @@ public MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredTextInputChunk(
string? text)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.Metadata = metadata;
this.Type = type;
this.Offset = offset;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunk.g.cs
index 6b83190..3a81869 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunk.g.cs
@@ -105,16 +105,6 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: video/mp4
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -127,6 +117,16 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScor
///
/// store id
///
+ ///
+ /// mime type of the chunk
+ /// Default Value: video/mp4
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// file metadata
///
@@ -162,13 +162,13 @@ public MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsScoredVideoUrlInputChunk(
global::Mixedbread.VideoUrl? videoUrl)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.Metadata = metadata;
this.Type = type;
this.Transcription = transcription;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponse.g.cs
index 43d3824..dc52978 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponse.g.cs
@@ -69,10 +69,6 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSear
///
/// The search rule ID
///
- ///
- /// The object type
- /// Default Value: search_rule
- ///
///
/// The query pattern
///
@@ -88,6 +84,10 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSear
///
/// When the rule was last updated
///
+ ///
+ /// The object type
+ /// Default Value: search_rule
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -101,12 +101,12 @@ public MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleResponse(
string? @object)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
+ this.Object = @object;
this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
this.Rules = rules ?? throw new global::System.ArgumentNullException(nameof(rules));
this.CreatedAt = createdAt;
this.UpdatedAt = updatedAt;
- this.Object = @object;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleted.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleted.g.cs
index c478a3b..e39a4d5 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleted.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleted.g.cs
@@ -49,16 +49,16 @@ public sealed partial class MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSear
///
/// The search rule ID
///
- ///
- /// The object type
- /// Default Value: search_rule
- ///
///
/// The specific rule that was deleted
///
///
/// Number of rules remaining in the array
///
+ ///
+ /// The object type
+ /// Default Value: search_rule
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -69,9 +69,9 @@ public MxbaiOmniApiRoutesV1DeprecatedVectorStoresModelsSearchRuleSpecificDeleted
string? @object)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
+ this.Object = @object;
this.DeletedRule = deletedRule;
this.RemainingRules = remainingRules;
- this.Object = @object;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponse.g.cs
index 78105a4..29d1701 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponse.g.cs
@@ -69,10 +69,6 @@ public sealed partial class MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleRespo
///
/// The search rule ID
///
- ///
- /// The object type
- /// Default Value: search_rule
- ///
///
/// The query pattern
///
@@ -88,6 +84,10 @@ public sealed partial class MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleRespo
///
/// When the rule was last updated
///
+ ///
+ /// The object type
+ /// Default Value: search_rule
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -101,12 +101,12 @@ public MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleResponse(
string? @object)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
+ this.Object = @object;
this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
this.Rules = rules ?? throw new global::System.ArgumentNullException(nameof(rules));
this.CreatedAt = createdAt;
this.UpdatedAt = updatedAt;
- this.Object = @object;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleted.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleted.g.cs
index 213aa65..2345823 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleted.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleted.g.cs
@@ -49,16 +49,16 @@ public sealed partial class MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpeci
///
/// The search rule ID
///
- ///
- /// The object type
- /// Default Value: search_rule
- ///
///
/// The specific rule that was deleted
///
///
/// Number of rules remaining in the array
///
+ ///
+ /// The object type
+ /// Default Value: search_rule
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -69,9 +69,9 @@ public MxbaiOmniApiRoutesV1StoresRulesModelsSearchRuleSpecificDeleted(
string? @object)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
+ this.Object = @object;
this.DeletedRule = deletedRule;
this.RemainingRules = remainingRules;
- this.Object = @object;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunk.g.cs
index 869b895..29017d7 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunk.g.cs
@@ -118,16 +118,6 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInpu
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: audio/mpeg
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -140,6 +130,19 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInpu
///
/// store id
///
+ ///
+ /// The sampling rate of the audio.
+ ///
+ ///
+ /// mime type of the chunk
+ /// Default Value: audio/mpeg
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// external identifier for this file
///
@@ -159,9 +162,6 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInpu
///
/// Audio URL
///
- ///
- /// The sampling rate of the audio.
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -183,20 +183,20 @@ public MxbaiOmniCoreStoreModelsChunkTypesScoredAudioUrlInputChunk(
global::Mixedbread.AudioUrl? audioUrl)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.SamplingRate = samplingRate;
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.ExternalId = externalId;
this.Metadata = metadata;
this.Type = type;
this.Transcription = transcription;
this.Summary = summary;
this.AudioUrl = audioUrl;
+ this.SamplingRate = samplingRate;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunk.g.cs
index 3152305..597a632 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunk.g.cs
@@ -111,16 +111,6 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInpu
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: image/jpeg
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -133,6 +123,16 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInpu
///
/// store id
///
+ ///
+ /// mime type of the chunk
+ /// Default Value: image/jpeg
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// external identifier for this file
///
@@ -172,13 +172,13 @@ public MxbaiOmniCoreStoreModelsChunkTypesScoredImageUrlInputChunk(
global::Mixedbread.ImageUrlOutput? imageUrl)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.ExternalId = externalId;
this.Metadata = metadata;
this.Type = type;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunk.g.cs
index 995d134..c95c996 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunk.g.cs
@@ -106,16 +106,6 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChu
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: text/plain
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -128,6 +118,16 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChu
///
/// store id
///
+ ///
+ /// mime type of the chunk
+ /// Default Value: text/plain
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// external identifier for this file
///
@@ -164,13 +164,13 @@ public MxbaiOmniCoreStoreModelsChunkTypesScoredTextInputChunk(
string? text)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.ExternalId = externalId;
this.Metadata = metadata;
this.Type = type;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunk.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunk.g.cs
index 98e43e7..016f5c9 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunk.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunk.g.cs
@@ -111,16 +111,6 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInpu
///
/// position of the chunk in a file
///
- ///
- /// mime type of the chunk
- /// Default Value: video/mp4
- ///
- ///
- /// metadata of the chunk
- ///
- ///
- /// model used for this chunk
- ///
///
/// score of the chunk
///
@@ -133,6 +123,16 @@ public sealed partial class MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInpu
///
/// store id
///
+ ///
+ /// mime type of the chunk
+ /// Default Value: video/mp4
+ ///
+ ///
+ /// metadata of the chunk
+ ///
+ ///
+ /// model used for this chunk
+ ///
///
/// external identifier for this file
///
@@ -172,13 +172,13 @@ public MxbaiOmniCoreStoreModelsChunkTypesScoredVideoUrlInputChunk(
global::Mixedbread.VideoUrl? videoUrl)
{
this.ChunkIndex = chunkIndex;
+ this.MimeType = mimeType;
+ this.GeneratedMetadata = generatedMetadata;
+ this.Model = model;
this.Score = score;
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
this.Filename = filename ?? throw new global::System.ArgumentNullException(nameof(filename));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.MimeType = mimeType;
- this.GeneratedMetadata = generatedMetadata;
- this.Model = model;
this.ExternalId = externalId;
this.Metadata = metadata;
this.Type = type;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.NotionDataSourceCreateOrUpdateParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.NotionDataSourceCreateOrUpdateParams.g.cs
index 6ef4a9f..00da8c9 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.NotionDataSourceCreateOrUpdateParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.NotionDataSourceCreateOrUpdateParams.g.cs
@@ -43,13 +43,13 @@ public sealed partial class NotionDataSourceCreateOrUpdateParams
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The name of the data source
+ ///
///
/// The type of data source to create
/// Default Value: notion
///
- ///
- /// The name of the data source
- ///
///
/// The metadata of the data source
///
@@ -65,8 +65,8 @@ public NotionDataSourceCreateOrUpdateParams(
object? metadata,
global::Mixedbread.AuthParamsVariant13? authParams)
{
- this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
this.Type = type;
+ this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
this.Metadata = metadata;
this.AuthParams = authParams;
}
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJob.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJob.g.cs
index e40d87d..6abc288 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJob.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJob.g.cs
@@ -94,12 +94,12 @@ public sealed partial class ParsingJob
///
/// The ID of the file to parse
///
- ///
- /// The name of the file
- ///
///
/// The status of the job
///
+ ///
+ /// The name of the file
+ ///
///
/// The error of the job
///
@@ -140,8 +140,8 @@ public ParsingJob(
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
- this.Status = status;
this.Filename = filename;
+ this.Status = status;
this.Error = error;
this.Result = result;
this.StartedAt = startedAt;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJobListItem.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJobListItem.g.cs
index 5713168..80b5917 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJobListItem.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ParsingJobListItem.g.cs
@@ -88,12 +88,12 @@ public sealed partial class ParsingJobListItem
///
/// The ID of the file to parse
///
- ///
- /// The name of the file
- ///
///
/// The status of the job
///
+ ///
+ /// The name of the file
+ ///
///
/// The error of the job
///
@@ -130,8 +130,8 @@ public ParsingJobListItem(
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
this.FileId = fileId ?? throw new global::System.ArgumentNullException(nameof(fileId));
- this.Status = status;
this.Filename = filename;
+ this.Status = status;
this.Error = error;
this.StartedAt = startedAt;
this.FinishedAt = finishedAt;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryRegexSubstitutionRule.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryRegexSubstitutionRule.g.cs
index fa9610b..a8ec6a1 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryRegexSubstitutionRule.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryRegexSubstitutionRule.g.cs
@@ -65,18 +65,18 @@ public sealed partial class QueryRegexSubstitutionRule
///
/// The store identifier to apply the rule to
///
- ///
- /// The type of substitution
- ///
///
/// The regex pattern to match
///
+ ///
+ /// The replacement string (can use regex groups)
+ ///
///
/// The regex flags to use
/// Default Value: []
///
- ///
- /// The replacement string (can use regex groups)
+ ///
+ /// The type of substitution
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -91,10 +91,10 @@ public QueryRegexSubstitutionRule(
{
this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.Pattern = pattern ?? throw new global::System.ArgumentNullException(nameof(pattern));
- this.Replacement = replacement ?? throw new global::System.ArgumentNullException(nameof(replacement));
this.Type = type;
+ this.Pattern = pattern ?? throw new global::System.ArgumentNullException(nameof(pattern));
this.Flags = flags;
+ this.Replacement = replacement ?? throw new global::System.ArgumentNullException(nameof(replacement));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryStringSubstitutionRule.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryStringSubstitutionRule.g.cs
index 20b9997..824d5de 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryStringSubstitutionRule.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.QueryStringSubstitutionRule.g.cs
@@ -51,12 +51,12 @@ public sealed partial class QueryStringSubstitutionRule
///
/// The store identifier to apply the rule to
///
- ///
- /// The type of substitution
- ///
///
/// The substitution to apply
///
+ ///
+ /// The type of substitution
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -68,8 +68,8 @@ public QueryStringSubstitutionRule(
{
this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.Substitution = substitution ?? throw new global::System.ArgumentNullException(nameof(substitution));
this.Type = type;
+ this.Substitution = substitution ?? throw new global::System.ArgumentNullException(nameof(substitution));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankParams.g.cs
index d0803f2..6b5ace1 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankParams.g.cs
@@ -65,16 +65,16 @@ public sealed partial class RerankParams
///
/// Initializes a new instance of the class.
///
- ///
- /// The model to use for reranking documents.
- /// Default Value: mixedbread-ai/mxbai-rerank-large-v2
- ///
///
/// The query to rerank the documents.
///
///
/// The input documents to rerank.
///
+ ///
+ /// The model to use for reranking documents.
+ /// Default Value: mixedbread-ai/mxbai-rerank-large-v2
+ ///
///
/// The fields of the documents to rank.
///
@@ -102,9 +102,9 @@ public RerankParams(
bool? returnInput,
bool? rewriteQuery)
{
+ this.Model = model;
this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.Input = input ?? throw new global::System.ArgumentNullException(nameof(input));
- this.Model = model;
this.RankFields = rankFields;
this.TopK = topK;
this.ReturnInput = returnInput;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankResponse.g.cs
index 49007b0..8715b94 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.RerankResponse.g.cs
@@ -68,16 +68,16 @@ public sealed partial class RerankResponse
///
/// The ranked documents.
///
- ///
- /// The object type of the response
- /// Default Value: list
- ///
///
/// The number of documents to return.
///
///
/// Whether to return the documents.
///
+ ///
+ /// The object type of the response
+ /// Default Value: list
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -92,9 +92,9 @@ public RerankResponse(
this.Usage = usage ?? throw new global::System.ArgumentNullException(nameof(usage));
this.Model = model ?? throw new global::System.ArgumentNullException(nameof(model));
this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
+ this.Object = @object;
this.TopK = topK;
this.ReturnInput = returnInput;
- this.Object = @object;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredStoreFile.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredStoreFile.g.cs
index f9ac6fb..45c4693 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredStoreFile.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredStoreFile.g.cs
@@ -117,6 +117,15 @@ public sealed partial class ScoredStoreFile
///
/// Unique identifier for the file
///
+ ///
+ /// ID of the containing store
+ ///
+ ///
+ /// Timestamp of store file creation
+ ///
+ ///
+ /// score of the file
+ ///
///
/// Name of the file
///
@@ -133,12 +142,6 @@ public sealed partial class ScoredStoreFile
///
/// Last error message if processing failed
///
- ///
- /// ID of the containing store
- ///
- ///
- /// Timestamp of store file creation
- ///
///
/// Version number of the file
///
@@ -158,9 +161,6 @@ public sealed partial class ScoredStoreFile
///
/// Array of scored file chunks
///
- ///
- /// score of the file
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -182,20 +182,20 @@ public ScoredStoreFile(
global::System.Collections.Generic.IList? chunks)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
- this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.CreatedAt = createdAt;
- this.Score = score;
this.Filename = filename;
this.Metadata = metadata;
this.ExternalId = externalId;
this.Status = status;
this.LastError = lastError;
+ this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
+ this.CreatedAt = createdAt;
this.Version = version;
this.UsageBytes = usageBytes;
this.UsageTokens = usageTokens;
this.Config = config;
this.Object = @object;
this.Chunks = chunks;
+ this.Score = score;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredVectorStoreFile.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredVectorStoreFile.g.cs
index 5392bbb..a568a51 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredVectorStoreFile.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.ScoredVectorStoreFile.g.cs
@@ -99,6 +99,15 @@ public sealed partial class ScoredVectorStoreFile
///
/// Unique identifier for the file
///
+ ///
+ /// ID of the containing store
+ ///
+ ///
+ /// Timestamp of store file creation
+ ///
+ ///
+ /// score of the file
+ ///
///
/// Name of the file
///
@@ -112,12 +121,6 @@ public sealed partial class ScoredVectorStoreFile
///
/// Last error message if processing failed
///
- ///
- /// ID of the containing store
- ///
- ///
- /// Timestamp of store file creation
- ///
///
/// Version number of the file
///
@@ -131,9 +134,6 @@ public sealed partial class ScoredVectorStoreFile
///
/// Array of scored file chunks
///
- ///
- /// score of the file
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -152,17 +152,17 @@ public ScoredVectorStoreFile(
global::System.Collections.Generic.IList? chunks)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
- this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
- this.CreatedAt = createdAt;
- this.Score = score;
this.Filename = filename;
this.Metadata = metadata;
this.Status = status;
this.LastError = lastError;
+ this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
+ this.CreatedAt = createdAt;
this.Version = version;
this.UsageBytes = usageBytes;
this.Object = @object;
this.Chunks = chunks;
+ this.Score = score;
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.Store.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.Store.g.cs
index bfa7b96..93c9544 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.Store.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.Store.g.cs
@@ -129,6 +129,12 @@ public sealed partial class Store
///
/// Name of the store
///
+ ///
+ /// Timestamp when the store was created
+ ///
+ ///
+ /// Timestamp when the store was last updated
+ ///
///
/// Detailed description of the store's purpose and contents
///
@@ -152,12 +158,6 @@ public sealed partial class Store
/// Processing status of the store
/// Default Value: completed
///
- ///
- /// Timestamp when the store was created
- ///
- ///
- /// Timestamp when the store was last updated
- ///
///
/// Timestamp when the store was last used
///
@@ -199,8 +199,6 @@ public Store(
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
- this.CreatedAt = createdAt;
- this.UpdatedAt = updatedAt;
this.Description = description;
this.IsPublic = isPublic;
this.Metadata = metadata;
@@ -208,6 +206,8 @@ public Store(
this.FileCounts = fileCounts;
this.ExpiresAfter = expiresAfter;
this.Status = status;
+ this.CreatedAt = createdAt;
+ this.UpdatedAt = updatedAt;
this.LastActiveAt = lastActiveAt;
this.UsageBytes = usageBytes;
this.UsageTokens = usageTokens;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventHistogramResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventHistogramResponse.g.cs
index 87f28f4..be56c8b 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventHistogramResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventHistogramResponse.g.cs
@@ -31,13 +31,13 @@ public sealed partial class StoreEventHistogramResponse
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The histogram of store events
+ ///
///
/// The object type of the response
/// Default Value: store.histogram
///
- ///
- /// The histogram of store events
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -45,8 +45,8 @@ public StoreEventHistogramResponse(
global::System.Collections.Generic.IList data,
string? @object)
{
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventListResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventListResponse.g.cs
index 2ee34d0..e6f5a72 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventListResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreEventListResponse.g.cs
@@ -41,13 +41,13 @@ public sealed partial class StoreEventListResponse
///
/// Response model for cursor-based pagination.
///
+ ///
+ /// The list of store events
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of store events
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -57,8 +57,8 @@ public StoreEventListResponse(
string? @object)
{
this.Pagination = pagination ?? throw new global::System.ArgumentNullException(nameof(pagination));
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFile.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFile.g.cs
index e0079de..9665e6c 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFile.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFile.g.cs
@@ -110,6 +110,12 @@ public sealed partial class StoreFile
///
/// Unique identifier for the file
///
+ ///
+ /// ID of the containing store
+ ///
+ ///
+ /// Timestamp of store file creation
+ ///
///
/// Name of the file
///
@@ -126,12 +132,6 @@ public sealed partial class StoreFile
///
/// Last error message if processing failed
///
- ///
- /// ID of the containing store
- ///
- ///
- /// Timestamp of store file creation
- ///
///
/// Version number of the file
///
@@ -171,13 +171,13 @@ public StoreFile(
global::System.Collections.Generic.IList? chunks)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
- this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
- this.CreatedAt = createdAt;
this.Filename = filename;
this.Metadata = metadata;
this.ExternalId = externalId;
this.Status = status;
this.LastError = lastError;
+ this.StoreId = storeId ?? throw new global::System.ArgumentNullException(nameof(storeId));
+ this.CreatedAt = createdAt;
this.Version = version;
this.UsageBytes = usageBytes;
this.UsageTokens = usageTokens;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileListResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileListResponse.g.cs
index df20724..403d240 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileListResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileListResponse.g.cs
@@ -41,13 +41,13 @@ public sealed partial class StoreFileListResponse
///
/// Response model for cursor-based pagination.
///
+ ///
+ /// The list of store files
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of store files
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -57,8 +57,8 @@ public StoreFileListResponse(
string? @object)
{
this.Pagination = pagination ?? throw new global::System.ArgumentNullException(nameof(pagination));
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchResponse.g.cs
index 35fb1fe..4455f0d 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreFileSearchResponse.g.cs
@@ -31,13 +31,13 @@ public sealed partial class StoreFileSearchResponse
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The list of scored store files
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of scored store files
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -45,8 +45,8 @@ public StoreFileSearchResponse(
global::System.Collections.Generic.IList data,
string? @object)
{
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreIngestionEvent.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreIngestionEvent.g.cs
index 1473315..5feace6 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreIngestionEvent.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreIngestionEvent.g.cs
@@ -106,9 +106,6 @@ public sealed partial class StoreIngestionEvent
///
/// Timestamp when the event was created
///
- ///
- /// Default Value: ingestion
- ///
///
/// ID of the vector store
///
@@ -133,6 +130,9 @@ public sealed partial class StoreIngestionEvent
///
/// Strategy used to ingest the file
///
+ ///
+ /// Default Value: ingestion
+ ///
///
/// Name of the file if the event is tied to a file
///
@@ -155,6 +155,7 @@ public StoreIngestionEvent(
{
this.Id = id;
this.CreatedAt = createdAt;
+ this.Type = type;
this.StoreId = storeId;
this.StoreFileId = storeFileId ?? throw new global::System.ArgumentNullException(nameof(storeFileId));
this.TotalTime = totalTime ?? throw new global::System.ArgumentNullException(nameof(totalTime));
@@ -163,7 +164,6 @@ public StoreIngestionEvent(
this.ChunkCount = chunkCount;
this.Contextualization = contextualization;
this.Mode = mode;
- this.Type = type;
this.Filename = filename;
}
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreListResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreListResponse.g.cs
index 78a200c..0835c5d 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreListResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreListResponse.g.cs
@@ -41,13 +41,13 @@ public sealed partial class StoreListResponse
///
/// Response model for cursor-based pagination.
///
+ ///
+ /// The list of stores
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of stores
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -57,8 +57,8 @@ public StoreListResponse(
string? @object)
{
this.Pagination = pagination ?? throw new global::System.ArgumentNullException(nameof(pagination));
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs
index f4b078b..edb3024 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreQAParams.g.cs
@@ -76,12 +76,12 @@ public sealed partial class StoreQAParams
///
/// Initializes a new instance of the class.
///
- ///
- /// Question to answer. If not provided, the question will be extracted from the passed messages.
- ///
///
/// IDs or names of stores to search
///
+ ///
+ /// Question to answer. If not provided, the question will be extracted from the passed messages.
+ ///
///
/// Number of results to return
/// Default Value: 10
@@ -119,8 +119,8 @@ public StoreQAParams(
string? instructions,
global::Mixedbread.QuestionAnsweringOptions? qaOptions)
{
- this.StoreIdentifiers = storeIdentifiers ?? throw new global::System.ArgumentNullException(nameof(storeIdentifiers));
this.Query = query;
+ this.StoreIdentifiers = storeIdentifiers ?? throw new global::System.ArgumentNullException(nameof(storeIdentifiers));
this.TopK = topK;
this.Filters = filters;
this.FileIds = fileIds;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchEvent.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchEvent.g.cs
index 2c4d9c1..b3b017f 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchEvent.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchEvent.g.cs
@@ -77,19 +77,19 @@ public sealed partial class StoreSearchEvent
///
/// Timestamp when the event was created
///
- ///
- /// Default Value: search
- ///
///
/// IDs of the vector stores searched
///
+ ///
+ /// Query used to search the vector store
+ ///
+ ///
+ /// Default Value: search
+ ///
///
/// Time taken to search the vector store
/// Default Value: PT0S
///
- ///
- /// Query used to search the vector store
- ///
///
/// Rewritten query if query rewriting was enabled
///
@@ -112,10 +112,10 @@ public StoreSearchEvent(
{
this.Id = id;
this.CreatedAt = createdAt;
- this.StoreIds = storeIds ?? throw new global::System.ArgumentNullException(nameof(storeIds));
- this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.Type = type;
+ this.StoreIds = storeIds ?? throw new global::System.ArgumentNullException(nameof(storeIds));
this.SearchTime = searchTime;
+ this.Query = query ?? throw new global::System.ArgumentNullException(nameof(query));
this.RewrittenQuery = rewrittenQuery;
this.Rerank = rerank;
}
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchResponse.g.cs
index f58d220..cc92206 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.StoreSearchResponse.g.cs
@@ -31,13 +31,13 @@ public sealed partial class StoreSearchResponse
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The list of scored store file chunks
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of scored store file chunks
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -45,8 +45,8 @@ public StoreSearchResponse(
global::System.Collections.Generic.IList data,
string? @object)
{
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.TextInput.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.TextInput.g.cs
index 540acca..d61bc61 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.TextInput.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.TextInput.g.cs
@@ -34,13 +34,13 @@ public sealed partial class TextInput
///
/// Initializes a new instance of the class.
///
+ ///
+ /// Text content to process
+ ///
///
/// Input type identifier
/// Default Value: text
///
- ///
- /// Text content to process
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -48,8 +48,8 @@ public TextInput(
string text,
string? type)
{
- this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
this.Type = type;
+ this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStore.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStore.g.cs
index 626e492..8ced317 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStore.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStore.g.cs
@@ -116,6 +116,12 @@ public sealed partial class VectorStore
///
/// Name of the vector store
///
+ ///
+ /// Timestamp when the vector store was created
+ ///
+ ///
+ /// Timestamp when the vector store was last updated
+ ///
///
/// Detailed description of the vector store's purpose and contents
///
@@ -136,12 +142,6 @@ public sealed partial class VectorStore
/// Processing status of the vector store
/// Default Value: completed
///
- ///
- /// Timestamp when the vector store was created
- ///
- ///
- /// Timestamp when the vector store was last updated
- ///
///
/// Timestamp when the vector store was last used
///
@@ -177,14 +177,14 @@ public VectorStore(
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
- this.CreatedAt = createdAt;
- this.UpdatedAt = updatedAt;
this.Description = description;
this.IsPublic = isPublic;
this.Metadata = metadata;
this.FileCounts = fileCounts;
this.ExpiresAfter = expiresAfter;
this.Status = status;
+ this.CreatedAt = createdAt;
+ this.UpdatedAt = updatedAt;
this.LastActiveAt = lastActiveAt;
this.UsageBytes = usageBytes;
this.ExpiresAt = expiresAt;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFile.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFile.g.cs
index d1b8d5c..4b14bba 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFile.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFile.g.cs
@@ -92,6 +92,12 @@ public sealed partial class VectorStoreFile
///
/// Unique identifier for the file
///
+ ///
+ /// ID of the containing store
+ ///
+ ///
+ /// Timestamp of store file creation
+ ///
///
/// Name of the file
///
@@ -105,12 +111,6 @@ public sealed partial class VectorStoreFile
///
/// Last error message if processing failed
///
- ///
- /// ID of the containing store
- ///
- ///
- /// Timestamp of store file creation
- ///
///
/// Version number of the file
///
@@ -141,12 +141,12 @@ public VectorStoreFile(
global::System.Collections.Generic.IList? chunks)
{
this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id));
- this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
- this.CreatedAt = createdAt;
this.Filename = filename;
this.Metadata = metadata;
this.Status = status;
this.LastError = lastError;
+ this.VectorStoreId = vectorStoreId ?? throw new global::System.ArgumentNullException(nameof(vectorStoreId));
+ this.CreatedAt = createdAt;
this.Version = version;
this.UsageBytes = usageBytes;
this.Object = @object;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileListResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileListResponse.g.cs
index 0cf321f..6525a15 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileListResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileListResponse.g.cs
@@ -41,13 +41,13 @@ public sealed partial class VectorStoreFileListResponse
///
/// Response model for cursor-based pagination.
///
+ ///
+ /// The list of vector store files
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of vector store files
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -57,8 +57,8 @@ public VectorStoreFileListResponse(
string? @object)
{
this.Pagination = pagination ?? throw new global::System.ArgumentNullException(nameof(pagination));
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchResponse.g.cs
index e361f36..57052bd 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreFileSearchResponse.g.cs
@@ -31,13 +31,13 @@ public sealed partial class VectorStoreFileSearchResponse
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The list of scored vector store files
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of scored vector store files
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -45,8 +45,8 @@ public VectorStoreFileSearchResponse(
global::System.Collections.Generic.IList data,
string? @object)
{
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreListResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreListResponse.g.cs
index 3087806..810cd55 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreListResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreListResponse.g.cs
@@ -41,13 +41,13 @@ public sealed partial class VectorStoreListResponse
///
/// Response model for cursor-based pagination.
///
+ ///
+ /// The list of vector stores
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of vector stores
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -57,8 +57,8 @@ public VectorStoreListResponse(
string? @object)
{
this.Pagination = pagination ?? throw new global::System.ArgumentNullException(nameof(pagination));
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs
index 4eba78f..ace99bf 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreQAParams.g.cs
@@ -70,12 +70,12 @@ public sealed partial class VectorStoreQAParams
///
/// Initializes a new instance of the class.
///
- ///
- /// Question to answer. If not provided, the question will be extracted from the passed messages.
- ///
///
/// IDs or names of vector stores to search
///
+ ///
+ /// Question to answer. If not provided, the question will be extracted from the passed messages.
+ ///
///
/// Number of results to return
/// Default Value: 10
@@ -109,8 +109,8 @@ public VectorStoreQAParams(
bool? stream,
global::Mixedbread.QuestionAnsweringOptions? qaOptions)
{
- this.VectorStoreIdentifiers = vectorStoreIdentifiers ?? throw new global::System.ArgumentNullException(nameof(vectorStoreIdentifiers));
this.Query = query;
+ this.VectorStoreIdentifiers = vectorStoreIdentifiers ?? throw new global::System.ArgumentNullException(nameof(vectorStoreIdentifiers));
this.TopK = topK;
this.Filters = filters;
this.FileIds = fileIds;
diff --git a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreSearchResponse.g.cs b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreSearchResponse.g.cs
index de575d3..2a30db8 100644
--- a/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreSearchResponse.g.cs
+++ b/src/libs/Mixedbread/Generated/Mixedbread.Models.VectorStoreSearchResponse.g.cs
@@ -31,13 +31,13 @@ public sealed partial class VectorStoreSearchResponse
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The list of scored vector store file chunks
+ ///
///
/// The object type of the response
/// Default Value: list
///
- ///
- /// The list of scored vector store file chunks
- ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -45,8 +45,8 @@ public VectorStoreSearchResponse(
global::System.Collections.Generic.IList data,
string? @object)
{
- this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
this.Object = @object;
+ this.Data = data ?? throw new global::System.ArgumentNullException(nameof(data));
}
///