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 @@ -60,9 +60,10 @@ partial void ProcessGetWByWIdAssistantConversationsByCIdFilesByRelResponseConten

/// <summary>
/// Download a conversation-scoped file by path<br/>
/// Download a file from a conversation's file system by its scoped path. The path must<br/>
/// be conversation-scoped, i.e. start with `conversation/` (as surfaced by agent file<br/>
/// system tools). The file content is streamed directly from the conversation mount.
/// Download a file from a conversation's file system by its scoped path. Pass the<br/>
/// canonical `filePath` surfaced in a message action's `generatedFiles` (the legacy<br/>
/// `conversation/foo.pdf` form is also accepted). The file content is streamed<br/>
/// directly from the conversation mount.
/// </summary>
/// <param name="wId"></param>
/// <param name="cId"></param>
Expand All @@ -89,9 +90,10 @@ partial void ProcessGetWByWIdAssistantConversationsByCIdFilesByRelResponseConten
}
/// <summary>
/// Download a conversation-scoped file by path<br/>
/// Download a file from a conversation's file system by its scoped path. The path must<br/>
/// be conversation-scoped, i.e. start with `conversation/` (as surfaced by agent file<br/>
/// system tools). The file content is streamed directly from the conversation mount.
/// Download a file from a conversation's file system by its scoped path. Pass the<br/>
/// canonical `filePath` surfaced in a message action's `generatedFiles` (the legacy<br/>
/// `conversation/foo.pdf` form is also accepted). The file content is streamed<br/>
/// directly from the conversation mount.
/// </summary>
/// <param name="wId"></param>
/// <param name="cId"></param>
Expand Down Expand Up @@ -512,9 +514,10 @@ partial void ProcessGetWByWIdAssistantConversationsByCIdFilesByRelResponseConten
}
/// <summary>
/// Download a conversation-scoped file by path<br/>
/// Download a file from a conversation's file system by its scoped path. The path must<br/>
/// be conversation-scoped, i.e. start with `conversation/` (as surfaced by agent file<br/>
/// system tools). The file content is streamed directly from the conversation mount.
/// Download a file from a conversation's file system by its scoped path. Pass the<br/>
/// canonical `filePath` surfaced in a message action's `generatedFiles` (the legacy<br/>
/// `conversation/foo.pdf` form is also accepted). The file content is streamed<br/>
/// directly from the conversation mount.
/// </summary>
/// <param name="wId"></param>
/// <param name="cId"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ public partial interface IConversationsClient
{
/// <summary>
/// Download a conversation-scoped file by path<br/>
/// Download a file from a conversation's file system by its scoped path. The path must<br/>
/// be conversation-scoped, i.e. start with `conversation/` (as surfaced by agent file<br/>
/// system tools). The file content is streamed directly from the conversation mount.
/// Download a file from a conversation's file system by its scoped path. Pass the<br/>
/// canonical `filePath` surfaced in a message action's `generatedFiles` (the legacy<br/>
/// `conversation/foo.pdf` form is also accepted). The file content is streamed<br/>
/// directly from the conversation mount.
/// </summary>
/// <param name="wId"></param>
/// <param name="cId"></param>
Expand All @@ -24,9 +25,10 @@ public partial interface IConversationsClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Download a conversation-scoped file by path<br/>
/// Download a file from a conversation's file system by its scoped path. The path must<br/>
/// be conversation-scoped, i.e. start with `conversation/` (as surfaced by agent file<br/>
/// system tools). The file content is streamed directly from the conversation mount.
/// Download a file from a conversation's file system by its scoped path. Pass the<br/>
/// canonical `filePath` surfaced in a message action's `generatedFiles` (the legacy<br/>
/// `conversation/foo.pdf` form is also accepted). The file content is streamed<br/>
/// directly from the conversation mount.
/// </summary>
/// <param name="wId"></param>
/// <param name="cId"></param>
Expand All @@ -42,9 +44,10 @@ public partial interface IConversationsClient
global::System.Threading.CancellationToken cancellationToken = default);
/// <summary>
/// Download a conversation-scoped file by path<br/>
/// Download a file from a conversation's file system by its scoped path. The path must<br/>
/// be conversation-scoped, i.e. start with `conversation/` (as surfaced by agent file<br/>
/// system tools). The file content is streamed directly from the conversation mount.
/// Download a file from a conversation's file system by its scoped path. Pass the<br/>
/// canonical `filePath` surfaced in a message action's `generatedFiles` (the legacy<br/>
/// `conversation/foo.pdf` form is also accepted). The file content is streamed<br/>
/// directly from the conversation mount.
/// </summary>
/// <param name="wId"></param>
/// <param name="cId"></param>
Expand Down
14 changes: 10 additions & 4 deletions src/libs/Dust/Generated/Dust.JsonSerializerContext.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,10 @@ namespace Dust
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.ConversationConversation1ContentItemItem))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Dust.Mention>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.Mention))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Dust.ConversationConversation1ContentItemItemAction>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.ConversationConversation1ContentItemItemAction))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Dust.ConversationConversation1ContentItemItemActionGeneratedFile>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.ConversationConversation1ContentItemItemActionGeneratedFile))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Dust.ConversationConversation1ContentItemItemRawContent>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.ConversationConversation1ContentItemItemRawContent))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.RichMention))]
Expand Down Expand Up @@ -1061,10 +1065,6 @@ namespace Dust
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.PatchWSpacesDataSourceViewsResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesDataSourceViewsResponse3))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList<global::Dust.PrivateDataSourceView>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWSpacesDataSourceViewsResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponse2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.AllOf<global::Dust.PrivateSpace, global::Dust.GetWSpacesResponseSpace>), TypeInfoPropertyName = "AllOfPrivateSpaceGetWSpacesResponseSpace2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpace))]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
Expand Down Expand Up @@ -1630,6 +1630,10 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
})]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.OneOf<global::Dust.PatchWAssistantConversationsRequestVariant12, global::Dust.PatchWAssistantConversationsRequestVariant22, global::Dust.PatchWAssistantConversationsRequestVariant3, global::Dust.PatchWAssistantConversationsRequestVariant4>), TypeInfoPropertyName = "PatchWAssistantConversationsRequestVariant4_c4fb3fa444308b4c")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.OneOf<global::Dust.PatchWAssistantConversationsRequestVariant12, global::Dust.PatchWAssistantConversationsRequestVariant22, global::Dust.PatchWAssistantConversationsRequestVariant3, global::Dust.PatchWAssistantConversationsRequestVariant4>?), TypeInfoPropertyName = "PatchWAssistantConversationsRequestVariant4_2edd0c100c08755a")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWSpacesDataSourceViewsResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponse2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.AllOf<global::Dust.PrivateSpace, global::Dust.GetWSpacesResponseSpace>), TypeInfoPropertyName = "AllOfPrivateSpaceGetWSpacesResponseSpace2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpace))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary<string, global::Dust.GetWSpacesResponseSpaceCategories2>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpaceCategories2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpaceCategoriesUsage))]
Expand Down Expand Up @@ -1670,6 +1674,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::System.Collections.Generic.List<global::Dust.ConversationConversation1ContentItemItem>>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::Dust.ConversationConversation1ContentItemItem>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::Dust.Mention>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::Dust.ConversationConversation1ContentItemItemAction>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::Dust.ConversationConversation1ContentItemItemActionGeneratedFile>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::Dust.ConversationConversation1ContentItemItemRawContent>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::Dust.TableSchemaItem>))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.List<global::Dust.SkillFileAttachment>))]
Expand Down
Loading