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
12 changes: 8 additions & 4 deletions src/libs/Speechify/Generated/Speechify.IStoresClient.List.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ public partial interface IStoresClient
/// <summary>
/// List Stores<br/>
/// List the stores in the caller's workspace, most recently updated<br/>
/// first. A store is the durable document + asset store a durable run<br/>
/// writes to (through its store tools) and a hosted-API route serves.<br/>
/// first. A store is the durable collection of JSON documents a durable<br/>
/// run writes to (through its store tools) and a hosted-API route serves.<br/>
/// Uploaded bytes are not stores: a file is its own resource at<br/>
/// `/v1/files`.<br/>
/// Cursor-paginated; walk pages while `has_more` is true.<br/>
/// Dark launch: requires the `hosted_apis_access` entitlement (402 `hosted_apis_not_in_plan` otherwise).
/// </summary>
Expand All @@ -31,8 +33,10 @@ public partial interface IStoresClient
/// <summary>
/// List Stores<br/>
/// List the stores in the caller's workspace, most recently updated<br/>
/// first. A store is the durable document + asset store a durable run<br/>
/// writes to (through its store tools) and a hosted-API route serves.<br/>
/// first. A store is the durable collection of JSON documents a durable<br/>
/// run writes to (through its store tools) and a hosted-API route serves.<br/>
/// Uploaded bytes are not stores: a file is its own resource at<br/>
/// `/v1/files`.<br/>
/// Cursor-paginated; walk pages while `has_more` is true.<br/>
/// Dark launch: requires the `hosted_apis_access` entitlement (402 `hosted_apis_not_in_plan` otherwise).
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public sealed partial class AgentRunStep
/// The tool a `tool_call` / `observation` step is about.<br/>
/// It is not always one of your own tools. Platform tools appear under<br/>
/// their reserved names - `search_knowledge`, `fetch_url`, `run_code`,<br/>
/// `web_search`, `generate_image`, `edit_image`, `store_query`,<br/>
/// `store_get`, `store_put`, `store_delete`, `store_read_asset` - an<br/>
/// `web_search`, `generate_image`, `edit_image`, `read_file`,<br/>
/// `store_query`, `store_get`, `store_put`, `store_delete` - an<br/>
/// MCP tool appears as<br/>
/// `&lt;tool_name&gt;__&lt;remote_tool_name&gt;`, and a schema-repair observation<br/>
/// carries the reserved pseudo-tool `output_schema`. Match against<br/>
Expand Down Expand Up @@ -125,8 +125,8 @@ public sealed partial class AgentRunStep
/// The tool a `tool_call` / `observation` step is about.<br/>
/// It is not always one of your own tools. Platform tools appear under<br/>
/// their reserved names - `search_knowledge`, `fetch_url`, `run_code`,<br/>
/// `web_search`, `generate_image`, `edit_image`, `store_query`,<br/>
/// `store_get`, `store_put`, `store_delete`, `store_read_asset` - an<br/>
/// `web_search`, `generate_image`, `edit_image`, `read_file`,<br/>
/// `store_query`, `store_get`, `store_put`, `store_delete` - an<br/>
/// MCP tool appears as<br/>
/// `&lt;tool_name&gt;__&lt;remote_tool_name&gt;`, and a schema-repair observation<br/>
/// carries the reserved pseudo-tool `output_schema`. Match against<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public sealed partial class AgentRunStreamEventVariant1
/// The tool a `tool_call` / `observation` step is about.<br/>
/// It is not always one of your own tools. Platform tools appear under<br/>
/// their reserved names - `search_knowledge`, `fetch_url`, `run_code`,<br/>
/// `web_search`, `generate_image`, `edit_image`, `store_query`,<br/>
/// `store_get`, `store_put`, `store_delete`, `store_read_asset` - an<br/>
/// `web_search`, `generate_image`, `edit_image`, `read_file`,<br/>
/// `store_query`, `store_get`, `store_put`, `store_delete` - an<br/>
/// MCP tool appears as<br/>
/// `&lt;tool_name&gt;__&lt;remote_tool_name&gt;`, and a schema-repair observation<br/>
/// carries the reserved pseudo-tool `output_schema`. Match against<br/>
Expand Down Expand Up @@ -136,8 +136,8 @@ public sealed partial class AgentRunStreamEventVariant1
/// The tool a `tool_call` / `observation` step is about.<br/>
/// It is not always one of your own tools. Platform tools appear under<br/>
/// their reserved names - `search_knowledge`, `fetch_url`, `run_code`,<br/>
/// `web_search`, `generate_image`, `edit_image`, `store_query`,<br/>
/// `store_get`, `store_put`, `store_delete`, `store_read_asset` - an<br/>
/// `web_search`, `generate_image`, `edit_image`, `read_file`,<br/>
/// `store_query`, `store_get`, `store_put`, `store_delete` - an<br/>
/// MCP tool appears as<br/>
/// `&lt;tool_name&gt;__&lt;remote_tool_name&gt;`, and a schema-repair observation<br/>
/// carries the reserved pseudo-tool `output_schema`. Match against<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public sealed partial class BillingEntitlements
public required int MaxStoreDocuments { get; set; }

/// <summary>
/// Bytes one store may hold across its documents and files; 0 means uncapped.
/// Bytes one store may hold across its documents; 0 means uncapped.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("max_store_bytes")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand Down Expand Up @@ -362,7 +362,7 @@ public sealed partial class BillingEntitlements
/// Documents one store may hold; 0 means uncapped.
/// </param>
/// <param name="maxStoreBytes">
/// Bytes one store may hold across its documents and files; 0 means uncapped.
/// Bytes one store may hold across its documents; 0 means uncapped.
/// </param>
/// <param name="skillsAccess">
/// Whether the skill catalog and per-agent attachment surface are available.
Expand Down
9 changes: 5 additions & 4 deletions src/libs/Speechify/Generated/Speechify.Models.Store.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
namespace Speechify
{
/// <summary>
/// A durable document + asset store. Runs write to it through<br/>
/// A durable collection of JSON documents. Runs write to it through<br/>
/// their store tools; hosted-API routes serve it; your own code reads and<br/>
/// writes it directly. Document bodies live in object storage, so a<br/>
/// growing dataset costs nothing on the database.
/// growing dataset costs nothing on the database. A store holds no<br/>
/// uploaded bytes - a file is its own resource at `/v1/files`.
/// </summary>
public sealed partial class Store
{
Expand Down Expand Up @@ -46,7 +47,7 @@ public sealed partial class Store
public required global::System.DateTime CreatedAt { get; set; }

/// <summary>
/// Bytes the store holds across its documents and files, kept in step with every write.
/// Bytes the store holds across its documents, kept in step with every write.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("used_bytes")]
[global::System.Text.Json.Serialization.JsonRequired]
Expand All @@ -73,7 +74,7 @@ public sealed partial class Store
/// <param name="description"></param>
/// <param name="createdAt"></param>
/// <param name="usedBytes">
/// Bytes the store holds across its documents and files, kept in step with every write.
/// Bytes the store holds across its documents, kept in step with every write.
/// </param>
/// <param name="updatedAt"></param>
/// <param name="projectId">
Expand Down
12 changes: 8 additions & 4 deletions src/libs/Speechify/Generated/Speechify.StoresClient.List.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ partial void ProcessListResponseContent(
/// <summary>
/// List Stores<br/>
/// List the stores in the caller's workspace, most recently updated<br/>
/// first. A store is the durable document + asset store a durable run<br/>
/// writes to (through its store tools) and a hosted-API route serves.<br/>
/// first. A store is the durable collection of JSON documents a durable<br/>
/// run writes to (through its store tools) and a hosted-API route serves.<br/>
/// Uploaded bytes are not stores: a file is its own resource at<br/>
/// `/v1/files`.<br/>
/// Cursor-paginated; walk pages while `has_more` is true.<br/>
/// Dark launch: requires the `hosted_apis_access` entitlement (402 `hosted_apis_not_in_plan` otherwise).
/// </summary>
Expand Down Expand Up @@ -86,8 +88,10 @@ partial void ProcessListResponseContent(
/// <summary>
/// List Stores<br/>
/// List the stores in the caller's workspace, most recently updated<br/>
/// first. A store is the durable document + asset store a durable run<br/>
/// writes to (through its store tools) and a hosted-API route serves.<br/>
/// first. A store is the durable collection of JSON documents a durable<br/>
/// run writes to (through its store tools) and a hosted-API route serves.<br/>
/// Uploaded bytes are not stores: a file is its own resource at<br/>
/// `/v1/files`.<br/>
/// Cursor-paginated; walk pages while `has_more` is true.<br/>
/// Dark launch: requires the `hosted_apis_access` entitlement (402 `hosted_apis_not_in_plan` otherwise).
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Speechify/openapi.yaml

Large diffs are not rendered by default.