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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ partial void ProcessReingestAllStoresResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Reingest all stores<br/>
/// Reingest all stores across all organizations (admin only).<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessCreateApiKeyResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Create API key<br/>
/// Create a new API key.<br/>
Expand All @@ -30,7 +29,6 @@ partial void ProcessCreateApiKeyResponseContent(
/// Returns:<br/>
/// ApiKeyCreated: The response containing the details of the created API key.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -224,7 +222,6 @@ partial void ProcessCreateApiKeyResponseContent(
}
}
}

/// <summary>
/// Create API key<br/>
/// Create a new API key.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessDeleteApiKeyResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Delete API key<br/>
/// Delete a specific API key by its ID.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessListApiKeysResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// List API keys<br/>
/// List all API keys for the authenticated user.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessRerollApiKeyResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Reroll API key<br/>
/// Reroll the secret for a specific API key by its ID.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessRetrieveApiKeyResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get API key details<br/>
/// Retrieve details of a specific API key by its ID.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessRevokeApiKeyResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Revoke API key<br/>
/// Revoke a specific API key by its ID.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessUpdateApiKeyResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Update API key<br/>
/// Update a specific API key by its ID.<br/>
Expand All @@ -36,7 +35,6 @@ partial void ProcessUpdateApiKeyResponseContent(
/// <param name="apiKeyId">
/// The ID of the API key to update
/// </param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -233,7 +231,6 @@ partial void ProcessUpdateApiKeyResponseContent(
}
}
}

/// <summary>
/// Update API key<br/>
/// Update a specific API key by its ID.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ partial void ProcessGetBillingSummaryResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get billing summary
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ partial void ProcessGetParsingCostHistogramResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get parsing cost histogram
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessGetStoreCostHistogramResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get store cost histogram
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ partial void ProcessListStoreCostInfoResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// List store cost information
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ partial void ProcessCreateChatCompletionResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Create a chat completion<br/>
/// Create a chat completion using the provided parameters.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessAuthorizeDataSourceResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Authorize a data source<br/>
/// Start OAuth2 authorization flow for a data source.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessCreateConnectorResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Create a new connector<br/>
/// Create a new connector.<br/>
Expand All @@ -36,7 +35,6 @@ partial void ProcessCreateConnectorResponseContent(
/// <param name="dataSourceId">
/// The ID of the data source to create a connector for
/// </param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -233,7 +231,6 @@ partial void ProcessCreateConnectorResponseContent(
}
}
}

/// <summary>
/// Create a new connector<br/>
/// Create a new connector.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessCreateDataSourceResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Create a new data source<br/>
/// Create a new data source.<br/>
Expand All @@ -30,7 +29,6 @@ partial void ProcessCreateDataSourceResponseContent(
/// Returns:<br/>
/// The created data source.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -222,7 +220,6 @@ partial void ProcessCreateDataSourceResponseContent(
}
}
}

/// <summary>
/// Create a new data source<br/>
/// Create a new data source.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessDeleteConnectorResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Delete a connector<br/>
/// Delete a connector.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessDeleteDataSourceResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Delete a data source<br/>
/// Delete a data source.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessGetConnectorResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get a connector by ID<br/>
/// Get a connector by ID.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessGetDataSourceResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get a data source by ID<br/>
/// Get a data source by ID.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ partial void ProcessListConnectorsResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get all connectors for a data source<br/>
/// Get all connectors for a data source.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ partial void ProcessListDataSourcesResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get all data sources<br/>
/// Get all data sources.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ partial void ProcessOauth2CallbackResponse(
global::System.Net.Http.HttpClient httpClient,
global::System.Net.Http.HttpResponseMessage httpResponseMessage);


/// <summary>
/// OAuth2 callback for data source authorization<br/>
/// OAuth2 callback endpoint for completing data source authorization.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ partial void ProcessUpdateConnectorResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Update a connector<br/>
/// Update a connector.<br/>
Expand All @@ -42,7 +41,6 @@ partial void ProcessUpdateConnectorResponseContent(
/// <param name="connectorId">
/// The ID of the connector to update
/// </param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -242,7 +240,6 @@ partial void ProcessUpdateConnectorResponseContent(
}
}
}

/// <summary>
/// Update a connector<br/>
/// Update a connector.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ partial void ProcessUpdateDataSourceResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Update a data source<br/>
/// Update a data source.<br/>
Expand All @@ -36,7 +35,6 @@ partial void ProcessUpdateDataSourceResponseContent(
/// <param name="dataSourceId">
/// The ID of the data source to update
/// </param>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -231,7 +229,6 @@ partial void ProcessUpdateDataSourceResponseContent(
}
}
}

/// <summary>
/// Update a data source<br/>
/// Update a data source.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessCreateExtractionJobResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Start an extraction job<br/>
/// Start an extraction job for the provided file and schema.<br/>
Expand All @@ -30,7 +29,6 @@ partial void ProcessCreateExtractionJobResponseContent(
/// Returns:<br/>
/// The created extraction job.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -224,7 +222,6 @@ partial void ProcessCreateExtractionJobResponseContent(
}
}
}

/// <summary>
/// Start an extraction job<br/>
/// Start an extraction job for the provided file and schema.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessCreateSchemaResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Create a schema<br/>
/// Create a schema with the provided parameters.<br/>
Expand All @@ -30,7 +29,6 @@ partial void ProcessCreateSchemaResponseContent(
/// Returns:<br/>
/// The created schema.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -224,7 +222,6 @@ partial void ProcessCreateSchemaResponseContent(
}
}
}

/// <summary>
/// Create a schema<br/>
/// Create a schema with the provided parameters.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessEnhanceSchemaResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Enhance a schema<br/>
/// Enhance a schema by enriching the descriptions to aid extraction.<br/>
Expand All @@ -30,7 +29,6 @@ partial void ProcessEnhanceSchemaResponseContent(
/// Returns:<br/>
/// The enhanced schema.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -224,7 +222,6 @@ partial void ProcessEnhanceSchemaResponseContent(
}
}
}

/// <summary>
/// Enhance a schema<br/>
/// Enhance a schema by enriching the descriptions to aid extraction.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessExtractContentResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Extract content from a string<br/>
/// Extract content from a string using the provided schema.<br/>
Expand All @@ -30,7 +29,6 @@ partial void ProcessExtractContentResponseContent(
/// Returns:<br/>
/// The extracted content.
/// </summary>

/// <param name="request"></param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::Mixedbread.ApiException"></exception>
Expand Down Expand Up @@ -224,7 +222,6 @@ partial void ProcessExtractContentResponseContent(
}
}
}

/// <summary>
/// Extract content from a string<br/>
/// Extract content from a string using the provided schema.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ partial void ProcessRetrieveExtractionJobResponseContent(
global::System.Net.Http.HttpResponseMessage httpResponseMessage,
ref string content);


/// <summary>
/// Get extraction job result<br/>
/// Get detailed information about a specific extraction job.<br/>
Expand Down
Loading