diff --git a/src/libs/Dust/Generated/Dust.IPrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs b/src/libs/Dust/Generated/Dust.IPrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs
index ab9f3ad..907fff0 100644
--- a/src/libs/Dust/Generated/Dust.IPrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs
+++ b/src/libs/Dust/Generated/Dust.IPrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs
@@ -48,6 +48,9 @@ public partial interface IPrivateMessagesClient
///
///
///
+ ///
+ /// Optional per-message model override from the input-bar model picker (an explicit model pick).
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
@@ -58,6 +61,7 @@ public partial interface IPrivateMessagesClient
global::System.Collections.Generic.IList mentions,
global::Dust.CreateWAssistantConversationsMessagesRequestContext context,
bool? skipToolsValidation = default,
+ global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? modelSelection = default,
global::Dust.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/Dust/Generated/Dust.JsonSerializerContext.g.cs b/src/libs/Dust/Generated/Dust.JsonSerializerContext.g.cs
index 9d0ea51..d8126cd 100644
--- a/src/libs/Dust/Generated/Dust.JsonSerializerContext.g.cs
+++ b/src/libs/Dust/Generated/Dust.JsonSerializerContext.g.cs
@@ -616,6 +616,7 @@ namespace Dust
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.IList))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.PrivateAgentMessageContent))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(double))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.PrivateAgentMessageRequestedModel))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.PrivateLightAgentMessage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.PrivateLightAgentMessageType), TypeInfoPropertyName = "PrivateLightAgentMessageType2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.PrivateLightAgentMessageVisibility), TypeInfoPropertyName = "PrivateLightAgentMessageVisibility2")]
@@ -897,6 +898,7 @@ namespace Dust
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequestThumbDirection2), TypeInfoPropertyName = "CreateWAssistantConversationsMessagesFeedbacksRequestThumbDirection22")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWAssistantConversationsMessagesRequest))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWAssistantConversationsMessagesRequestContext))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWAssistantConversationsRequest2))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWAssistantConversationsRequestVisibility), TypeInfoPropertyName = "CreateWAssistantConversationsRequestVisibility2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.CreateWAssistantConversationsRequestMessage))]
@@ -1063,8 +1065,6 @@ namespace Dust
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.AllOf), TypeInfoPropertyName = "AllOfPrivateSpaceGetWSpacesResponseSpace2")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpace))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::System.Collections.Generic.Dictionary))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpaceCategories2))]
- [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpaceCategoriesUsage))]
internal sealed partial class SourceGenerationContextChunk0 : global::System.Text.Json.Serialization.JsonSerializerContext
{
}
@@ -1630,6 +1630,8 @@ internal sealed partial class SourceGenerationContextChunk0 : global::System.Tex
})]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.OneOf), TypeInfoPropertyName = "PatchWAssistantConversationsRequestVariant4_c4fb3fa444308b4c")]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.OneOf?), TypeInfoPropertyName = "PatchWAssistantConversationsRequestVariant4_2edd0c100c08755a")]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpaceCategories2))]
+ [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesResponseSpaceCategoriesUsage))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.PatchWSpacesResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.DeleteWSpacesResponse))]
[global::System.Text.Json.Serialization.JsonSerializable(typeof(global::Dust.GetWSpacesProjectNotificationPreferencesResponse))]
diff --git a/src/libs/Dust/Generated/Dust.JsonSerializerContextTypes.g.cs b/src/libs/Dust/Generated/Dust.JsonSerializerContextTypes.g.cs
index 237c564..01829e1 100644
--- a/src/libs/Dust/Generated/Dust.JsonSerializerContextTypes.g.cs
+++ b/src/libs/Dust/Generated/Dust.JsonSerializerContextTypes.g.cs
@@ -220,1855 +220,1863 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::Dust.PrivateLightAgentMessage? Type48 { get; set; }
+ public global::Dust.PrivateAgentMessageRequestedModel? Type48 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageType? Type49 { get; set; }
+ public global::Dust.PrivateLightAgentMessage? Type49 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageVisibility? Type50 { get; set; }
+ public global::Dust.PrivateLightAgentMessageType? Type50 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageStatus? Type51 { get; set; }
+ public global::Dust.PrivateLightAgentMessageVisibility? Type51 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageError? Type52 { get; set; }
+ public global::Dust.PrivateLightAgentMessageStatus? Type52 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageConfiguration? Type53 { get; set; }
+ public global::Dust.PrivateLightAgentMessageError? Type53 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type54 { get; set; }
+ public global::Dust.PrivateLightAgentMessageConfiguration? Type54 { get; set; }
///
///
///
- public global::Dust.PrivateCitation? Type55 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type55 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type56 { get; set; }
+ public global::Dust.PrivateCitation? Type56 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageGeneratedFile? Type57 { get; set; }
+ public global::System.Collections.Generic.IList? Type57 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type58 { get; set; }
+ public global::Dust.PrivateLightAgentMessageGeneratedFile? Type58 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageActivityStep? Type59 { get; set; }
+ public global::System.Collections.Generic.IList? Type59 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentMessageActivityStepType? Type60 { get; set; }
+ public global::Dust.PrivateLightAgentMessageActivityStep? Type60 { get; set; }
///
///
///
- public global::Dust.PrivateContentFragmentType? Type61 { get; set; }
+ public global::Dust.PrivateLightAgentMessageActivityStepType? Type61 { get; set; }
///
///
///
- public global::Dust.PrivateContentFragmentVisibility? Type62 { get; set; }
+ public global::Dust.PrivateContentFragmentType? Type62 { get; set; }
///
///
///
- public global::Dust.PrivateContentFragmentContext? Type63 { get; set; }
+ public global::Dust.PrivateContentFragmentVisibility? Type63 { get; set; }
///
///
///
- public global::Dust.PrivateContentFragmentContentFragmentVersion? Type64 { get; set; }
+ public global::Dust.PrivateContentFragmentContext? Type64 { get; set; }
///
///
///
- public global::Dust.PrivateContentFragmentContentFragmentType? Type65 { get; set; }
+ public global::Dust.PrivateContentFragmentContentFragmentVersion? Type65 { get; set; }
///
///
///
- public global::Dust.PrivateContentFragmentExpiredReason? Type66 { get; set; }
+ public global::Dust.PrivateContentFragmentContentFragmentType? Type66 { get; set; }
///
///
///
- public long? Type67 { get; set; }
+ public global::Dust.PrivateContentFragmentExpiredReason? Type67 { get; set; }
///
///
///
- public global::Dust.PrivateCompactionMessageType? Type68 { get; set; }
+ public long? Type68 { get; set; }
///
///
///
- public global::Dust.PrivateCompactionMessageVisibility? Type69 { get; set; }
+ public global::Dust.PrivateCompactionMessageType? Type69 { get; set; }
///
///
///
- public global::Dust.PrivateCompactionMessageStatus? Type70 { get; set; }
+ public global::Dust.PrivateCompactionMessageVisibility? Type70 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationStatus? Type71 { get; set; }
+ public global::Dust.PrivateCompactionMessageStatus? Type71 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationScope? Type72 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationStatus? Type72 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationModel? Type73 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationScope? Type73 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationModelReasoningEffort? Type74 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationModel? Type74 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type75 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationModelReasoningEffort? Type75 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationTag? Type76 { get; set; }
+ public global::System.Collections.Generic.IList? Type76 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type77 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationTag? Type77 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type78 { get; set; }
+ public global::System.Collections.Generic.IList>? Type78 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationEditor? Type79 { get; set; }
+ public global::System.Collections.Generic.IList? Type79 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationUsage? Type80 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationEditor? Type80 { get; set; }
///
///
///
- public global::Dust.PrivateLightAgentConfigurationFeedbacks? Type81 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationUsage? Type81 { get; set; }
///
///
///
- public global::Dust.GetGoTemplateDraftResponseBody? Type82 { get; set; }
+ public global::Dust.PrivateLightAgentConfigurationFeedbacks? Type82 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type83 { get; set; }
+ public global::Dust.GetGoTemplateDraftResponseBody? Type83 { get; set; }
///
///
///
- public global::Dust.GetGoTemplateDraftResponseBodyAttachment? Type84 { get; set; }
+ public global::System.Collections.Generic.IList? Type84 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type85 { get; set; }
+ public global::Dust.GetGoTemplateDraftResponseBodyAttachment? Type85 { get; set; }
///
///
///
- public global::Dust.GetGoTemplateDraftResponseBodyAttachmentError? Type86 { get; set; }
+ public global::System.Collections.Generic.IList? Type86 { get; set; }
///
///
///
- public global::Dust.PrivateFileWithUploadUrl? Type87 { get; set; }
+ public global::Dust.GetGoTemplateDraftResponseBodyAttachmentError? Type87 { get; set; }
///
///
///
- public global::Dust.PrivateFileWithUploadUrlStatus? Type88 { get; set; }
+ public global::Dust.PrivateFileWithUploadUrl? Type88 { get; set; }
///
///
///
- public global::Dust.PrivateFileWithUploadUrlUseCase? Type89 { get; set; }
+ public global::Dust.PrivateFileWithUploadUrlStatus? Type89 { get; set; }
///
///
///
- public global::Dust.PrivateSpace? Type90 { get; set; }
+ public global::Dust.PrivateFileWithUploadUrlUseCase? Type90 { get; set; }
///
///
///
- public global::Dust.PrivateSpaceKind? Type91 { get; set; }
+ public global::Dust.PrivateSpace? Type91 { get; set; }
///
///
///
- public global::Dust.PrivateSpaceManagementMode? Type92 { get; set; }
+ public global::Dust.PrivateSpaceKind? Type92 { get; set; }
///
///
///
- public global::Dust.PrivateProject? Type93 { get; set; }
+ public global::Dust.PrivateSpaceManagementMode? Type93 { get; set; }
///
///
///
- public global::Dust.PrivateProjectVariant2? Type94 { get; set; }
+ public global::Dust.PrivateProject? Type94 { get; set; }
///
///
///
- public global::Dust.PrivateDataSourceView? Type95 { get; set; }
+ public global::Dust.PrivateProjectVariant2? Type95 { get; set; }
///
///
///
- public global::Dust.PrivateDataSourceViewCategory? Type96 { get; set; }
+ public global::Dust.PrivateDataSourceView? Type96 { get; set; }
///
///
///
- public global::Dust.PrivateDataSourceViewKind? Type97 { get; set; }
+ public global::Dust.PrivateDataSourceViewCategory? Type97 { get; set; }
///
///
///
- public global::Dust.PrivateDataSource? Type98 { get; set; }
+ public global::Dust.PrivateDataSourceViewKind? Type98 { get; set; }
///
///
///
- public global::Dust.PrivateDataSourceViewEditedByUser? Type99 { get; set; }
+ public global::Dust.PrivateDataSource? Type99 { get; set; }
///
///
///
- public global::Dust.PrivateMentionSuggestion? Type100 { get; set; }
+ public global::Dust.PrivateDataSourceViewEditedByUser? Type100 { get; set; }
///
///
///
- public global::Dust.PrivateMentionSuggestionType? Type101 { get; set; }
+ public global::Dust.PrivateMentionSuggestion? Type101 { get; set; }
///
///
///
- public global::Dust.PrivateFeatureFlags? Type102 { get; set; }
+ public global::Dust.PrivateMentionSuggestionType? Type102 { get; set; }
///
///
///
- public global::Dust.PrivateExtensionConfig? Type103 { get; set; }
+ public global::Dust.PrivateFeatureFlags? Type103 { get; set; }
///
///
///
- public global::Dust.PrivateFeedback? Type104 { get; set; }
+ public global::Dust.PrivateExtensionConfig? Type104 { get; set; }
///
///
///
- public global::Dust.PrivateFeedbackThumbDirection? Type105 { get; set; }
+ public global::Dust.PrivateFeedback? Type105 { get; set; }
///
///
///
- public global::System.DateTime? Type106 { get; set; }
+ public global::Dust.PrivateFeedbackThumbDirection? Type106 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUp? Type107 { get; set; }
+ public global::System.DateTime? Type107 { get; set; }
///
///
///
- public global::Dust.OneOf? Type108 { get; set; }
+ public global::Dust.PrivateWakeUp? Type108 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUpScheduleConfigVariant1? Type109 { get; set; }
+ public global::Dust.OneOf? Type109 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUpScheduleConfigVariant1Type? Type110 { get; set; }
+ public global::Dust.PrivateWakeUpScheduleConfigVariant1? Type110 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUpScheduleConfigVariant2? Type111 { get; set; }
+ public global::Dust.PrivateWakeUpScheduleConfigVariant1Type? Type111 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUpScheduleConfigVariant2Type? Type112 { get; set; }
+ public global::Dust.PrivateWakeUpScheduleConfigVariant2? Type112 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUpStatus? Type113 { get; set; }
+ public global::Dust.PrivateWakeUpScheduleConfigVariant2Type? Type113 { get; set; }
///
///
///
- public global::Dust.PrivateMentionType? Type114 { get; set; }
+ public global::Dust.PrivateWakeUpStatus? Type114 { get; set; }
///
///
///
- public global::Dust.PrivateRichMentionWithStatusType? Type115 { get; set; }
+ public global::Dust.PrivateMentionType? Type115 { get; set; }
///
///
///
- public global::Dust.PrivateRichMentionWithStatusStatus? Type116 { get; set; }
+ public global::Dust.PrivateRichMentionWithStatusType? Type116 { get; set; }
///
///
///
- public global::Dust.PrivateUserMessageContextOrigin? Type117 { get; set; }
+ public global::Dust.PrivateRichMentionWithStatusStatus? Type117 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type118 { get; set; }
+ public global::Dust.PrivateUserMessageContextOrigin? Type118 { get; set; }
///
///
///
- public global::Dust.PrivateReactionUser? Type119 { get; set; }
+ public global::System.Collections.Generic.IList? Type119 { get; set; }
///
///
///
- public global::Dust.PrivateConversationEvent? Type120 { get; set; }
+ public global::Dust.PrivateReactionUser? Type120 { get; set; }
///
///
///
- public global::Dust.PrivateUserMessageNewEvent? Type121 { get; set; }
+ public global::Dust.PrivateConversationEvent? Type121 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageNewEvent? Type122 { get; set; }
+ public global::Dust.PrivateUserMessageNewEvent? Type122 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageDoneEvent? Type123 { get; set; }
+ public global::Dust.PrivateAgentMessageNewEvent? Type123 { get; set; }
///
///
///
- public global::Dust.PrivateCompactionMessageNewEvent? Type124 { get; set; }
+ public global::Dust.PrivateAgentMessageDoneEvent? Type124 { get; set; }
///
///
///
- public global::Dust.PrivateCompactionMessageDoneEvent? Type125 { get; set; }
+ public global::Dust.PrivateCompactionMessageNewEvent? Type125 { get; set; }
///
///
///
- public global::Dust.PrivateConversationTitleEvent? Type126 { get; set; }
+ public global::Dust.PrivateCompactionMessageDoneEvent? Type126 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUpUpdatedEvent? Type127 { get; set; }
+ public global::Dust.PrivateConversationTitleEvent? Type127 { get; set; }
///
///
///
- public global::Dust.PrivateConversationEventDiscriminator? Type128 { get; set; }
+ public global::Dust.PrivateWakeUpUpdatedEvent? Type128 { get; set; }
///
///
///
- public global::Dust.PrivateConversationEventDiscriminatorType? Type129 { get; set; }
+ public global::Dust.PrivateConversationEventDiscriminator? Type129 { get; set; }
///
///
///
- public global::Dust.PrivateUserMessageNewEventType? Type130 { get; set; }
+ public global::Dust.PrivateConversationEventDiscriminatorType? Type130 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageNewEventType? Type131 { get; set; }
+ public global::Dust.PrivateUserMessageNewEventType? Type131 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageDoneEventType? Type132 { get; set; }
+ public global::Dust.PrivateAgentMessageNewEventType? Type132 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageDoneEventStatus? Type133 { get; set; }
+ public global::Dust.PrivateAgentMessageDoneEventType? Type133 { get; set; }
///
///
///
- public global::Dust.PrivateCompactionMessageNewEventType? Type134 { get; set; }
+ public global::Dust.PrivateAgentMessageDoneEventStatus? Type134 { get; set; }
///
///
///
- public global::Dust.PrivateCompactionMessageDoneEventType? Type135 { get; set; }
+ public global::Dust.PrivateCompactionMessageNewEventType? Type135 { get; set; }
///
///
///
- public global::Dust.PrivateConversationTitleEventType? Type136 { get; set; }
+ public global::Dust.PrivateCompactionMessageDoneEventType? Type136 { get; set; }
///
///
///
- public global::Dust.PrivateWakeUpUpdatedEventType? Type137 { get; set; }
+ public global::Dust.PrivateConversationTitleEventType? Type137 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationEvent? Type138 { get; set; }
+ public global::Dust.PrivateWakeUpUpdatedEventType? Type138 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationCreatedEvent? Type139 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationEvent? Type139 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationResultEvent? Type140 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationCreatedEvent? Type140 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationEventDiscriminator? Type141 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationResultEvent? Type141 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationEventDiscriminatorType? Type142 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationEventDiscriminator? Type142 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationCreatedEventType? Type143 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationEventDiscriminatorType? Type143 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationCreatedEventInvocation? Type144 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationCreatedEventType? Type144 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationCreatedEventInvocationStatus? Type145 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationCreatedEventInvocation? Type145 { get; set; }
///
///
///
- public global::Dust.PrivateSandboxFunctionInvocationResultEventType? Type146 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationCreatedEventInvocationStatus? Type146 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageEvent? Type147 { get; set; }
+ public global::Dust.PrivateSandboxFunctionInvocationResultEventType? Type147 { get; set; }
///
///
///
- public global::Dust.PrivateGenerationTokensEvent? Type148 { get; set; }
+ public global::Dust.PrivateAgentMessageEvent? Type148 { get; set; }
///
///
///
- public global::Dust.PrivateToolCallStartedEvent? Type149 { get; set; }
+ public global::Dust.PrivateGenerationTokensEvent? Type149 { get; set; }
///
///
///
- public global::Dust.PrivateAgentActionSuccessEvent? Type150 { get; set; }
+ public global::Dust.PrivateToolCallStartedEvent? Type150 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageSuccessEvent? Type151 { get; set; }
+ public global::Dust.PrivateAgentActionSuccessEvent? Type151 { get; set; }
///
///
///
- public global::Dust.PrivateAgentErrorEvent? Type152 { get; set; }
+ public global::Dust.PrivateAgentMessageSuccessEvent? Type152 { get; set; }
///
///
///
- public global::Dust.PrivateAgentGenerationCancelledEvent? Type153 { get; set; }
+ public global::Dust.PrivateAgentErrorEvent? Type153 { get; set; }
///
///
///
- public global::Dust.PrivateToolErrorEvent? Type154 { get; set; }
+ public global::Dust.PrivateAgentGenerationCancelledEvent? Type154 { get; set; }
///
///
///
- public global::Dust.PrivateToolParamsEvent? Type155 { get; set; }
+ public global::Dust.PrivateToolErrorEvent? Type155 { get; set; }
///
///
///
- public global::Dust.PrivateToolApproveExecutionEvent? Type156 { get; set; }
+ public global::Dust.PrivateToolParamsEvent? Type156 { get; set; }
///
///
///
- public global::Dust.PrivateToolNotificationEvent? Type157 { get; set; }
+ public global::Dust.PrivateToolApproveExecutionEvent? Type157 { get; set; }
///
///
///
- public global::Dust.PrivateToolPersonalAuthRequiredEvent? Type158 { get; set; }
+ public global::Dust.PrivateToolNotificationEvent? Type158 { get; set; }
///
///
///
- public global::Dust.PrivateToolFileAuthRequiredEvent? Type159 { get; set; }
+ public global::Dust.PrivateToolPersonalAuthRequiredEvent? Type159 { get; set; }
///
///
///
- public global::Dust.PrivateAgentContextPrunedEvent? Type160 { get; set; }
+ public global::Dust.PrivateToolFileAuthRequiredEvent? Type160 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageEventDiscriminator? Type161 { get; set; }
+ public global::Dust.PrivateAgentContextPrunedEvent? Type161 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageEventDiscriminatorType? Type162 { get; set; }
+ public global::Dust.PrivateAgentMessageEventDiscriminator? Type162 { get; set; }
///
///
///
- public global::Dust.PrivateGenerationTokensEventType? Type163 { get; set; }
+ public global::Dust.PrivateAgentMessageEventDiscriminatorType? Type163 { get; set; }
///
///
///
- public global::Dust.PrivateGenerationTokensEventClassification? Type164 { get; set; }
+ public global::Dust.PrivateGenerationTokensEventType? Type164 { get; set; }
///
///
///
- public global::Dust.PrivateToolCallStartedEventType? Type165 { get; set; }
+ public global::Dust.PrivateGenerationTokensEventClassification? Type165 { get; set; }
///
///
///
- public global::Dust.PrivateAgentActionSuccessEventType? Type166 { get; set; }
+ public global::Dust.PrivateToolCallStartedEventType? Type166 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMCPAction? Type167 { get; set; }
+ public global::Dust.PrivateAgentActionSuccessEventType? Type167 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMCPActionStatus? Type168 { get; set; }
+ public global::Dust.PrivateAgentMCPAction? Type168 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMCPActionDisplayLabels? Type169 { get; set; }
+ public global::Dust.PrivateAgentMCPActionStatus? Type169 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type170 { get; set; }
+ public global::Dust.PrivateAgentMCPActionDisplayLabels? Type170 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMCPActionGeneratedFile? Type171 { get; set; }
+ public global::System.Collections.Generic.IList? Type171 { get; set; }
///
///
///
- public global::Dust.PrivateAgentMessageSuccessEventType? Type172 { get; set; }
+ public global::Dust.PrivateAgentMCPActionGeneratedFile? Type172 { get; set; }
///
///
///
- public global::Dust.PrivateAgentErrorEventType? Type173 { get; set; }
+ public global::Dust.PrivateAgentMessageSuccessEventType? Type173 { get; set; }
///
///
///
- public global::Dust.PrivateAgentErrorEventError? Type174 { get; set; }
+ public global::Dust.PrivateAgentErrorEventType? Type174 { get; set; }
///
///
///
- public global::Dust.PrivateAgentGenerationCancelledEventType? Type175 { get; set; }
+ public global::Dust.PrivateAgentErrorEventError? Type175 { get; set; }
///
///
///
- public global::Dust.PrivateToolErrorEventType? Type176 { get; set; }
+ public global::Dust.PrivateAgentGenerationCancelledEventType? Type176 { get; set; }
///
///
///
- public global::Dust.PrivateToolErrorEventError? Type177 { get; set; }
+ public global::Dust.PrivateToolErrorEventType? Type177 { get; set; }
///
///
///
- public global::Dust.PrivateToolParamsEventType? Type178 { get; set; }
+ public global::Dust.PrivateToolErrorEventError? Type178 { get; set; }
///
///
///
- public global::Dust.PrivateToolApproveExecutionEventType? Type179 { get; set; }
+ public global::Dust.PrivateToolParamsEventType? Type179 { get; set; }
///
///
///
- public global::Dust.PrivateToolNotificationEventType? Type180 { get; set; }
+ public global::Dust.PrivateToolApproveExecutionEventType? Type180 { get; set; }
///
///
///
- public global::Dust.PrivateToolPersonalAuthRequiredEventType? Type181 { get; set; }
+ public global::Dust.PrivateToolNotificationEventType? Type181 { get; set; }
///
///
///
- public global::Dust.PrivateToolPersonalAuthRequiredEventAuthError? Type182 { get; set; }
+ public global::Dust.PrivateToolPersonalAuthRequiredEventType? Type182 { get; set; }
///
///
///
- public global::Dust.PrivateToolFileAuthRequiredEventType? Type183 { get; set; }
+ public global::Dust.PrivateToolPersonalAuthRequiredEventAuthError? Type183 { get; set; }
///
///
///
- public global::Dust.PrivateToolFileAuthRequiredEventFileAuthError? Type184 { get; set; }
+ public global::Dust.PrivateToolFileAuthRequiredEventType? Type184 { get; set; }
///
///
///
- public global::Dust.PrivateAgentContextPrunedEventType? Type185 { get; set; }
+ public global::Dust.PrivateToolFileAuthRequiredEventFileAuthError? Type185 { get; set; }
///
///
///
- public global::Dust.Section? Type186 { get; set; }
+ public global::Dust.PrivateAgentContextPrunedEventType? Type186 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type187 { get; set; }
+ public global::Dust.Section? Type187 { get; set; }
///
///
///
- public global::Dust.User? Type188 { get; set; }
+ public global::System.Collections.Generic.IList? Type188 { get; set; }
///
///
///
- public global::Dust.Workspace? Type189 { get; set; }
+ public global::Dust.User? Type189 { get; set; }
///
///
///
- public global::Dust.Context? Type190 { get; set; }
+ public global::Dust.Workspace? Type190 { get; set; }
///
///
///
- public global::Dust.ContextAgenticMessageData? Type191 { get; set; }
+ public global::Dust.Context? Type191 { get; set; }
///
///
///
- public global::Dust.ContextAgenticMessageDataType? Type192 { get; set; }
+ public global::Dust.ContextAgenticMessageData? Type192 { get; set; }
///
///
///
- public global::Dust.AgentConfiguration? Type193 { get; set; }
+ public global::Dust.ContextAgenticMessageDataType? Type193 { get; set; }
///
///
///
- public global::Dust.AgentConfigurationModel? Type194 { get; set; }
+ public global::Dust.AgentConfiguration? Type194 { get; set; }
///
///
///
- public byte[]? Type195 { get; set; }
+ public global::Dust.AgentConfigurationModel? Type195 { get; set; }
///
///
///
- public global::Dust.Conversation? Type196 { get; set; }
+ public byte[]? Type196 { get; set; }
///
///
///
- public global::Dust.ConversationConversation1? Type197 { get; set; }
+ public global::Dust.Conversation? Type197 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type198 { get; set; }
+ public global::Dust.ConversationConversation1? Type198 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type199 { get; set; }
+ public global::System.Collections.Generic.IList>? Type199 { get; set; }
///
///
///
- public global::Dust.ConversationConversation1ContentItemItem? Type200 { get; set; }
+ public global::System.Collections.Generic.IList? Type200 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type201 { get; set; }
+ public global::Dust.ConversationConversation1ContentItemItem? Type201 { get; set; }
///
///
///
- public global::Dust.Mention? Type202 { get; set; }
+ public global::System.Collections.Generic.IList? Type202 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type203 { get; set; }
+ public global::Dust.Mention? Type203 { get; set; }
///
///
///
- public global::Dust.ConversationConversation1ContentItemItemRawContent? Type204 { get; set; }
+ public global::System.Collections.Generic.IList? Type204 { get; set; }
///
///
///
- public global::Dust.RichMention? Type205 { get; set; }
+ public global::Dust.ConversationConversation1ContentItemItemRawContent? Type205 { get; set; }
///
///
///
- public global::Dust.RichMentionType? Type206 { get; set; }
+ public global::Dust.RichMention? Type206 { get; set; }
///
///
///
- public global::Dust.Message? Type207 { get; set; }
+ public global::Dust.RichMentionType? Type207 { get; set; }
///
///
///
- public global::Dust.ContentFragment? Type208 { get; set; }
+ public global::Dust.Message? Type208 { get; set; }
///
///
///
- public global::Dust.Space? Type209 { get; set; }
+ public global::Dust.ContentFragment? Type209 { get; set; }
///
///
///
- public global::Dust.SpaceKind? Type210 { get; set; }
+ public global::Dust.Space? Type210 { get; set; }
///
///
///
- public global::Dust.Datasource? Type211 { get; set; }
+ public global::Dust.SpaceKind? Type211 { get; set; }
///
///
///
- public global::Dust.Table? Type212 { get; set; }
+ public global::Dust.Datasource? Type212 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type213 { get; set; }
+ public global::Dust.Table? Type213 { get; set; }
///
///
///
- public global::Dust.TableSchemaItem? Type214 { get; set; }
+ public global::System.Collections.Generic.IList? Type214 { get; set; }
///
///
///
- public global::Dust.TableSchemaItemValueType? Type215 { get; set; }
+ public global::Dust.TableSchemaItem? Type215 { get; set; }
///
///
///
- public global::Dust.DatasourceView? Type216 { get; set; }
+ public global::Dust.TableSchemaItemValueType? Type216 { get; set; }
///
///
///
- public global::Dust.DatasourceViewCategory? Type217 { get; set; }
+ public global::Dust.DatasourceView? Type217 { get; set; }
///
///
///
- public global::Dust.DatasourceViewEditedByUser? Type218 { get; set; }
+ public global::Dust.DatasourceViewCategory? Type218 { get; set; }
///
///
///
- public global::Dust.DatasourceViewKind? Type219 { get; set; }
+ public global::Dust.DatasourceViewEditedByUser? Type219 { get; set; }
///
///
///
- public global::Dust.SkillSourceMetadata? Type220 { get; set; }
+ public global::Dust.DatasourceViewKind? Type220 { get; set; }
///
///
///
- public global::Dust.Skill? Type221 { get; set; }
+ public global::Dust.SkillSourceMetadata? Type221 { get; set; }
///
///
///
- public global::Dust.SkillStatus? Type222 { get; set; }
+ public global::Dust.Skill? Type222 { get; set; }
///
///
///
- public global::Dust.SkillSource? Type223 { get; set; }
+ public global::Dust.SkillStatus? Type223 { get; set; }
///
///
///
- public global::Dust.SkillReinforcement? Type224 { get; set; }
+ public global::Dust.SkillSource? Type224 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type225 { get; set; }
+ public global::Dust.SkillReinforcement? Type225 { get; set; }
///
///
///
- public global::Dust.SkillFileAttachment? Type226 { get; set; }
+ public global::System.Collections.Generic.IList? Type226 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type227 { get; set; }
+ public global::Dust.SkillFileAttachment? Type227 { get; set; }
///
///
///
- public global::Dust.MCPServerView? Type228 { get; set; }
+ public global::System.Collections.Generic.IList? Type228 { get; set; }
///
///
///
- public global::Dust.Run? Type229 { get; set; }
+ public global::Dust.MCPServerView? Type229 { get; set; }
///
///
///
- public global::Dust.RunStatus? Type230 { get; set; }
+ public global::Dust.Run? Type230 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type231 { get; set; }
+ public global::Dust.RunStatus? Type231 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type232 { get; set; }
+ public global::System.Collections.Generic.IList>? Type232 { get; set; }
///
///
///
- public global::Dust.RunTraceItem? Type233 { get; set; }
+ public global::System.Collections.Generic.IList? Type233 { get; set; }
///
///
///
- public global::Dust.Document? Type234 { get; set; }
+ public global::Dust.RunTraceItem? Type234 { get; set; }
///
///
///
- public global::Dust.MCPServerViewServerType? Type235 { get; set; }
+ public global::Dust.Document? Type235 { get; set; }
///
///
///
- public global::Dust.MCPServerViewServer? Type236 { get; set; }
+ public global::Dust.MCPServerViewServerType? Type236 { get; set; }
///
///
///
- public global::Dust.MCPServerViewServerAuthorization? Type237 { get; set; }
+ public global::Dust.MCPServerViewServer? Type237 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type238 { get; set; }
+ public global::Dust.MCPServerViewServerAuthorization? Type238 { get; set; }
///
///
///
- public global::Dust.MCPServerViewServerAuthorizationSupportedUseCase? Type239 { get; set; }
+ public global::System.Collections.Generic.IList? Type239 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type240 { get; set; }
+ public global::Dust.MCPServerViewServerAuthorizationSupportedUseCase? Type240 { get; set; }
///
///
///
- public global::Dust.MCPServerViewServerTool? Type241 { get; set; }
+ public global::System.Collections.Generic.IList? Type241 { get; set; }
///
///
///
- public global::Dust.MCPServerViewOAuthUseCase? Type242 { get; set; }
+ public global::Dust.MCPServerViewServerTool? Type242 { get; set; }
///
///
///
- public global::Dust.MCPServerViewEditedByUser? Type243 { get; set; }
+ public global::Dust.MCPServerViewOAuthUseCase? Type243 { get; set; }
///
///
///
- public global::Dust.PatchUserRequest? Type244 { get; set; }
+ public global::Dust.MCPServerViewEditedByUser? Type244 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequest? Type245 { get; set; }
+ public global::Dust.PatchUserRequest? Type245 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestAgent? Type246 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequest? Type246 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestAgentScope? Type247 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestAgent? Type247 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestGenerationSettings? Type248 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestAgentScope? Type248 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type249 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestGenerationSettings? Type249 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestTag? Type250 { get; set; }
+ public global::System.Collections.Generic.IList? Type250 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestTagKind? Type251 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestTag? Type251 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type252 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestTagKind? Type252 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestEditor? Type253 { get; set; }
+ public global::System.Collections.Generic.IList? Type253 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type254 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestEditor? Type254 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestSkill? Type255 { get; set; }
+ public global::System.Collections.Generic.IList? Type255 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type256 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestSkill? Type256 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestToolsetItem? Type257 { get; set; }
+ public global::System.Collections.Generic.IList? Type257 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsRequestToolsetItemType? Type258 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestToolsetItem? Type258 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequest? Type259 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsRequestToolsetItemType? Type259 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestAgent? Type260 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequest? Type260 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestAgentScope? Type261 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestAgent? Type261 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestGenerationSettings? Type262 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestAgentScope? Type262 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type263 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestGenerationSettings? Type263 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestTag? Type264 { get; set; }
+ public global::System.Collections.Generic.IList? Type264 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestTagKind? Type265 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestTag? Type265 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type266 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestTagKind? Type266 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestEditor? Type267 { get; set; }
+ public global::System.Collections.Generic.IList? Type267 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type268 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestEditor? Type268 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestToolsetItem? Type269 { get; set; }
+ public global::System.Collections.Generic.IList? Type269 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportRequestToolsetItemType? Type270 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestToolsetItem? Type270 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCancelRequest? Type271 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportRequestToolsetItemType? Type271 { get; set; }
///
///
///
- public global::Dust.OneOf? Type272 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCancelRequest? Type272 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsRequestVariant1? Type273 { get; set; }
+ public global::Dust.OneOf? Type273 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsRequestVariant2? Type274 { get; set; }
+ public global::Dust.PatchWAssistantConversationsRequestVariant1? Type274 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesAnswerQuestionRequest? Type275 { get; set; }
+ public global::Dust.PatchWAssistantConversationsRequestVariant2? Type275 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesAnswerQuestionRequestAnswer? Type276 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesAnswerQuestionRequest? Type276 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type277 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesAnswerQuestionRequestAnswer? Type277 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesEditRequest? Type278 { get; set; }
+ public global::System.Collections.Generic.IList? Type278 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type279 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesEditRequest? Type279 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesEditRequestMention? Type280 { get; set; }
+ public global::System.Collections.Generic.IList? Type280 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequest? Type281 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesEditRequestMention? Type281 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequestThumbDirection? Type282 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequest? Type282 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesValidateActionRequest? Type283 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequestThumbDirection? Type283 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsRequest? Type284 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesValidateActionRequest? Type284 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type285 { get; set; }
+ public global::Dust.CreateWAssistantConversationsRequest? Type285 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantMentionsParseRequest? Type286 { get; set; }
+ public global::System.Collections.Generic.IList? Type286 { get; set; }
///
///
///
- public global::Dust.CreateWFilesRequest? Type287 { get; set; }
+ public global::Dust.CreateWAssistantMentionsParseRequest? Type287 { get; set; }
///
///
///
- public global::Dust.CreateWMcpDeregisterRequest? Type288 { get; set; }
+ public global::Dust.CreateWFilesRequest? Type288 { get; set; }
///
///
///
- public global::Dust.CreateWMcpHeartbeatRequest? Type289 { get; set; }
+ public global::Dust.CreateWMcpDeregisterRequest? Type289 { get; set; }
///
///
///
- public global::Dust.CreateWMcpRegisterRequest? Type290 { get; set; }
+ public global::Dust.CreateWMcpHeartbeatRequest? Type290 { get; set; }
///
///
///
- public global::Dust.CreateWMcpResultsRequest? Type291 { get; set; }
+ public global::Dust.CreateWMcpRegisterRequest? Type291 { get; set; }
///
///
///
- public global::Dust.CreateWSearchRequest? Type292 { get; set; }
+ public global::Dust.CreateWMcpResultsRequest? Type292 { get; set; }
///
///
///
- public global::Dust.CreateWSearchToolsUploadRequest? Type293 { get; set; }
+ public global::Dust.CreateWSearchRequest? Type293 { get; set; }
///
///
///
- public global::Dust.CreateWSkillsRequest? Type294 { get; set; }
+ public global::Dust.CreateWSearchToolsUploadRequest? Type294 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type295 { get; set; }
+ public global::Dust.CreateWSkillsRequest? Type295 { get; set; }
///
///
///
- public global::Dust.CreateWSkillsRequestOnConflict? Type296 { get; set; }
+ public global::System.Collections.Generic.IList? Type296 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesAppsRunsRequest? Type297 { get; set; }
+ public global::Dust.CreateWSkillsRequestOnConflict? Type297 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesAppsRunsRequestConfig? Type298 { get; set; }
+ public global::Dust.CreateWSpacesAppsRunsRequest? Type298 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesAppsRunsRequestConfigModel? Type299 { get; set; }
+ public global::Dust.CreateWSpacesAppsRunsRequestConfig? Type299 { get; set; }
///
///
///
- public global::Dust.OneOf? Type300 { get; set; }
+ public global::Dust.CreateWSpacesAppsRunsRequestConfigModel? Type300 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesDataSourceViewsRequestVariant1? Type301 { get; set; }
+ public global::Dust.OneOf? Type301 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesDataSourceViewsRequestVariant2? Type302 { get; set; }
+ public global::Dust.PatchWSpacesDataSourceViewsRequestVariant1? Type302 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesDocumentsRequest? Type303 { get; set; }
+ public global::Dust.PatchWSpacesDataSourceViewsRequestVariant2? Type303 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesDocumentsParentsRequest? Type304 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesDocumentsRequest? Type304 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesTablesRowsRequest? Type305 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesDocumentsParentsRequest? Type305 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type306 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesTablesRowsRequest? Type306 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesTablesRowsRequestRow? Type307 { get; set; }
+ public global::System.Collections.Generic.IList? Type307 { get; set; }
///
///
///
- public global::Dust.OneOf? Type308 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesTablesRowsRequestRow? Type308 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesTablesRowsRequestRowValue2? Type309 { get; set; }
+ public global::Dust.OneOf? Type309 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesTablesRowsRequestRowValueType? Type310 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesTablesRowsRequestRowValue2? Type310 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesTablesRequest? Type311 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesTablesRowsRequestRowValueType? Type311 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsRequest? Type312 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesTablesRequest? Type312 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCancelRequest2? Type313 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsRequest? Type313 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCancelRequestAction? Type314 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCancelRequest2? Type314 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCompactionsRequest? Type315 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCancelRequestAction? Type315 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCompactionsRequestModel? Type316 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCompactionsRequest? Type316 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsContentFragmentRequest? Type317 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCompactionsRequestModel? Type317 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsContentFragmentRequestContext? Type318 { get; set; }
+ public global::Dust.CreateWAssistantConversationsContentFragmentRequest? Type318 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsRequestVariant12? Type319 { get; set; }
+ public global::Dust.CreateWAssistantConversationsContentFragmentRequestContext? Type319 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsRequestVariant22? Type320 { get; set; }
+ public global::Dust.PatchWAssistantConversationsRequestVariant12? Type320 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsRequestVariant3? Type321 { get; set; }
+ public global::Dust.PatchWAssistantConversationsRequestVariant22? Type321 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsRequestVariant4? Type322 { get; set; }
+ public global::Dust.PatchWAssistantConversationsRequestVariant3? Type322 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsRequestVariant4AccessMode? Type323 { get; set; }
+ public global::Dust.PatchWAssistantConversationsRequestVariant4? Type323 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesEditRequest2? Type324 { get; set; }
+ public global::Dust.PatchWAssistantConversationsRequestVariant4AccessMode? Type324 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequest2? Type325 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesEditRequest2? Type325 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequestThumbDirection2? Type326 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequest2? Type326 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesRequest? Type327 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesFeedbacksRequestThumbDirection2? Type327 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesRequestContext? Type328 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesRequest? Type328 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsRequest2? Type329 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesRequestContext? Type329 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsRequestVisibility? Type330 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? Type330 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsRequestMessage? Type331 { get; set; }
+ public global::Dust.CreateWAssistantConversationsRequest2? Type331 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsRequestMessageContext? Type332 { get; set; }
+ public global::Dust.CreateWAssistantConversationsRequestVisibility? Type332 { get; set; }
///
///
///
- public global::Dust.CreateWFilesRequest2? Type333 { get; set; }
+ public global::Dust.CreateWAssistantConversationsRequestMessage? Type333 { get; set; }
///
///
///
- public global::Dust.CreateWFilesRequest3? Type334 { get; set; }
+ public global::Dust.CreateWAssistantConversationsRequestMessageContext? Type334 { get; set; }
///
///
///
- public global::Dust.CreateWFilesRequestUseCase? Type335 { get; set; }
+ public global::Dust.CreateWFilesRequest2? Type335 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesDataSourceViewsRequest2? Type336 { get; set; }
+ public global::Dust.CreateWFilesRequest3? Type336 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourceViewsRequest? Type337 { get; set; }
+ public global::Dust.CreateWFilesRequestUseCase? Type337 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesRequest? Type338 { get; set; }
+ public global::Dust.PatchWSpacesDataSourceViewsRequest2? Type338 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type339 { get; set; }
+ public global::Dust.CreateWSpacesDataSourceViewsRequest? Type339 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesRequestContentItem? Type340 { get; set; }
+ public global::Dust.PatchWSpacesRequest? Type340 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesProjectNotificationPreferencesRequest? Type341 { get; set; }
+ public global::System.Collections.Generic.IList? Type341 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesProjectNotificationPreferencesRequestPreference? Type342 { get; set; }
+ public global::Dust.PatchWSpacesRequestContentItem? Type342 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesRequest? Type343 { get; set; }
+ public global::Dust.PatchWSpacesProjectNotificationPreferencesRequest? Type343 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesRequestSpaceKind? Type344 { get; set; }
+ public global::Dust.PatchWSpacesProjectNotificationPreferencesRequestPreference? Type344 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesRequestManagementMode? Type345 { get; set; }
+ public global::Dust.CreateWSpacesRequest? Type345 { get; set; }
///
///
///
- public global::Dust.CreateWorkosAuthenticateRequest? Type346 { get; set; }
+ public global::Dust.CreateWSpacesRequestSpaceKind? Type346 { get; set; }
///
///
///
- public global::Dust.CreateWorkosAuthenticateRequestGrantType? Type347 { get; set; }
+ public global::Dust.CreateWSpacesRequestManagementMode? Type347 { get; set; }
///
///
///
- public global::Dust.CreateWorkosRevokeSessionRequest? Type348 { get; set; }
+ public global::Dust.CreateWorkosAuthenticateRequest? Type348 { get; set; }
///
///
///
- public global::Dust.GetWAnalyticsExportTable? Type349 { get; set; }
+ public global::Dust.CreateWorkosAuthenticateRequestGrantType? Type349 { get; set; }
///
///
///
- public global::Dust.GetWAnalyticsExportFormat? Type350 { get; set; }
+ public global::Dust.CreateWorkosRevokeSessionRequest? Type350 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsView? Type351 { get; set; }
+ public global::Dust.GetWAnalyticsExportTable? Type351 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsWithAuthors? Type352 { get; set; }
+ public global::Dust.GetWAnalyticsExportFormat? Type352 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsVariant? Type353 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsView? Type353 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type354 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsWithAuthors? Type354 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMentionsSuggestionsSelectItem? Type355 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsVariant? Type355 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type356 { get; set; }
+ public global::System.Collections.Generic.IList? Type356 { get; set; }
///
///
///
- public global::Dust.GetWAssistantMentionsSuggestionsSelectItem? Type357 { get; set; }
+ public global::Dust.GetWAssistantConversationsMentionsSuggestionsSelectItem? Type357 { get; set; }
///
///
///
- public global::Dust.GetWSearchViewType? Type358 { get; set; }
+ public global::System.Collections.Generic.IList? Type358 { get; set; }
///
///
///
- public global::Dust.GetWSkillsStatus? Type359 { get; set; }
+ public global::Dust.GetWAssistantMentionsSuggestionsSelectItem? Type359 { get; set; }
///
///
///
- public global::Dust.GetWWorkspaceUsageMode? Type360 { get; set; }
+ public global::Dust.GetWSearchViewType? Type360 { get; set; }
///
///
///
- public global::Dust.GetWWorkspaceUsageFormat? Type361 { get; set; }
+ public global::Dust.GetWSkillsStatus? Type361 { get; set; }
///
///
///
- public global::Dust.GetWWorkspaceUsageTable? Type362 { get; set; }
+ public global::Dust.GetWWorkspaceUsageMode? Type362 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsView2? Type363 { get; set; }
+ public global::Dust.GetWWorkspaceUsageFormat? Type363 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsWithUsage? Type364 { get; set; }
+ public global::Dust.GetWWorkspaceUsageTable? Type364 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsWithAuthors2? Type365 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsView2? Type365 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsWithFeedbacks? Type366 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsWithUsage? Type366 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsWithEditors? Type367 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsWithAuthors2? Type367 { get; set; }
///
///
///
- public global::Dust.GetWAssistantMentionsSuggestionsSelect? Type368 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsWithFeedbacks? Type368 { get; set; }
///
///
///
- public global::Dust.GetWAssistantMentionsSuggestionsCurrent? Type369 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsWithEditors? Type369 { get; set; }
///
///
///
- public global::Dust.GetWFilesVersion? Type370 { get; set; }
+ public global::Dust.GetWAssistantMentionsSuggestionsSelect? Type370 { get; set; }
///
///
///
- public global::Dust.GetWFilesAction? Type371 { get; set; }
+ public global::Dust.GetWAssistantMentionsSuggestionsCurrent? Type371 { get; set; }
///
///
///
- public global::Dust.DeleteWSpacesDataSourceViewsForce? Type372 { get; set; }
+ public global::Dust.GetWFilesVersion? Type372 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsCategory? Type373 { get; set; }
+ public global::Dust.GetWFilesAction? Type373 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsWithDetails? Type374 { get; set; }
+ public global::Dust.DeleteWSpacesDataSourceViewsForce? Type374 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsIncludeEditedBy? Type375 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsCategory? Type375 { get; set; }
///
///
///
- public global::Dust.GetWSpacesIncludeAllMembers? Type376 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsWithDetails? Type376 { get; set; }
///
///
///
- public global::Dust.DeleteWSpacesForce? Type377 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsIncludeEditedBy? Type377 { get; set; }
///
///
///
- public global::Dust.GetUserResponse? Type378 { get; set; }
+ public global::Dust.GetWSpacesIncludeAllMembers? Type378 { get; set; }
///
///
///
- public global::Dust.PatchUserResponse? Type379 { get; set; }
+ public global::Dust.DeleteWSpacesForce? Type379 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsResponse? Type380 { get; set; }
+ public global::Dust.GetUserResponse? Type380 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type381 { get; set; }
+ public global::Dust.PatchUserResponse? Type381 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsResponse2? Type382 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsResponse? Type382 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsResponse? Type383 { get; set; }
+ public global::System.Collections.Generic.IList? Type383 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type384 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsResponse2? Type384 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantAgentConfigurationsResponseSkippedAction? Type385 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsResponse? Type385 { get; set; }
///
///
///
- public global::Dust.DeleteWAssistantAgentConfigurationsResponse? Type386 { get; set; }
+ public global::System.Collections.Generic.IList? Type386 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportResponse? Type387 { get; set; }
+ public global::Dust.PatchWAssistantAgentConfigurationsResponseSkippedAction? Type387 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type388 { get; set; }
+ public global::Dust.DeleteWAssistantAgentConfigurationsResponse? Type388 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsImportResponseSkippedAction? Type389 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportResponse? Type389 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsSearchResponse? Type390 { get; set; }
+ public global::System.Collections.Generic.IList? Type390 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCancelResponse? Type391 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsImportResponseSkippedAction? Type391 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsFeedbacksResponse? Type392 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsSearchResponse? Type392 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type393 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCancelResponse? Type393 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsFeedbacksResponseFeedback? Type394 { get; set; }
+ public global::Dust.GetWAssistantConversationsFeedbacksResponse? Type394 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsFeedbacksResponseFeedbackThumbDirection? Type395 { get; set; }
+ public global::System.Collections.Generic.IList? Type395 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsResponse? Type396 { get; set; }
+ public global::Dust.GetWAssistantConversationsFeedbacksResponseFeedback? Type396 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMentionsSuggestionsResponse? Type397 { get; set; }
+ public global::Dust.GetWAssistantConversationsFeedbacksResponseFeedbackThumbDirection? Type397 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type398 { get; set; }
+ public global::Dust.PatchWAssistantConversationsResponse? Type398 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesAnswerQuestionResponse? Type399 { get; set; }
+ public global::Dust.GetWAssistantConversationsMentionsSuggestionsResponse? Type399 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesEditResponse? Type400 { get; set; }
+ public global::System.Collections.Generic.IList? Type400 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMessagesEventsResponse? Type401 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesAnswerQuestionResponse? Type401 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type402 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesEditResponse? Type402 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMessagesEventsResponseEvent? Type403 { get; set; }
+ public global::Dust.GetWAssistantConversationsMessagesEventsResponse? Type403 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesFeedbacksResponse? Type404 { get; set; }
+ public global::System.Collections.Generic.IList? Type404 { get; set; }
///
///
///
- public global::Dust.DeleteWAssistantConversationsMessagesFeedbacksResponse? Type405 { get; set; }
+ public global::Dust.GetWAssistantConversationsMessagesEventsResponseEvent? Type405 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesValidateActionResponse? Type406 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesFeedbacksResponse? Type406 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantMentionsParseResponse? Type407 { get; set; }
+ public global::Dust.DeleteWAssistantConversationsMessagesFeedbacksResponse? Type407 { get; set; }
///
///
///
- public global::Dust.GetWAssistantMentionsSuggestionsResponse? Type408 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesValidateActionResponse? Type408 { get; set; }
///
///
///
- public global::Dust.CreateWFilesResponse? Type409 { get; set; }
+ public global::Dust.CreateWAssistantMentionsParseResponse? Type409 { get; set; }
///
///
///
- public global::Dust.CreateWFilesResponseFile? Type410 { get; set; }
+ public global::Dust.GetWAssistantMentionsSuggestionsResponse? Type410 { get; set; }
///
///
///
- public global::Dust.CreateWMcpHeartbeatResponse? Type411 { get; set; }
+ public global::Dust.CreateWFilesResponse? Type411 { get; set; }
///
///
///
- public global::Dust.CreateWMcpRegisterResponse? Type412 { get; set; }
+ public global::Dust.CreateWFilesResponseFile? Type412 { get; set; }
///
///
///
- public global::Dust.GetWMcpRequestsResponse? Type413 { get; set; }
+ public global::Dust.CreateWMcpHeartbeatResponse? Type413 { get; set; }
///
///
///
- public global::Dust.GetWSkillsResponse? Type414 { get; set; }
+ public global::Dust.CreateWMcpRegisterResponse? Type414 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type415 { get; set; }
+ public global::Dust.GetWMcpRequestsResponse? Type415 { get; set; }
///
///
///
- public global::Dust.CreateWSkillsResponse? Type416 { get; set; }
+ public global::Dust.GetWSkillsResponse? Type416 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type417 { get; set; }
+ public global::System.Collections.Generic.IList? Type417 { get; set; }
///
///
///
- public global::Dust.CreateWSkillsResponseSkippedItem? Type418 { get; set; }
+ public global::Dust.CreateWSkillsResponse? Type418 { get; set; }
///
///
///
- public global::Dust.GetWSpacesAppsRunsResponse? Type419 { get; set; }
+ public global::System.Collections.Generic.IList? Type419 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesAppsRunsResponse? Type420 { get; set; }
+ public global::Dust.CreateWSkillsResponseSkippedItem? Type420 { get; set; }
///
///
///
- public global::Dust.GetWSpacesAppsResponse? Type421 { get; set; }
+ public global::Dust.GetWSpacesAppsRunsResponse? Type421 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type422 { get; set; }
+ public global::Dust.CreateWSpacesAppsRunsResponse? Type422 { get; set; }
///
///
///
- public global::Dust.GetWSpacesAppsResponseApp? Type423 { get; set; }
+ public global::Dust.GetWSpacesAppsResponse? Type423 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsSearchResponse? Type424 { get; set; }
+ public global::System.Collections.Generic.IList? Type424 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type425 { get; set; }
+ public global::Dust.GetWSpacesAppsResponseApp? Type425 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsSearchResponseDocument? Type426 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsSearchResponse? Type426 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsResponse? Type427 { get; set; }
+ public global::System.Collections.Generic.IList? Type427 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type428 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsSearchResponseDocument? Type428 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourcesCheckUpsertQueueResponse? Type429 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsResponse? Type429 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourcesDocumentsResponse? Type430 { get; set; }
+ public global::System.Collections.Generic.IList? Type430 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourcesDocumentsResponse? Type431 { get; set; }
+ public global::Dust.GetWSpacesDataSourcesCheckUpsertQueueResponse? Type431 { get; set; }
///
///
///
- public global::Dust.DeleteWSpacesDataSourcesDocumentsResponse? Type432 { get; set; }
+ public global::Dust.GetWSpacesDataSourcesDocumentsResponse? Type432 { get; set; }
///
///
///
- public global::Dust.DeleteWSpacesDataSourcesDocumentsResponseDocument? Type433 { get; set; }
+ public global::Dust.CreateWSpacesDataSourcesDocumentsResponse? Type433 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourcesDocumentsResponse2? Type434 { get; set; }
+ public global::Dust.DeleteWSpacesDataSourcesDocumentsResponse? Type434 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type435 { get; set; }
+ public global::Dust.DeleteWSpacesDataSourcesDocumentsResponseDocument? Type435 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourcesSearchResponse? Type436 { get; set; }
+ public global::Dust.GetWSpacesDataSourcesDocumentsResponse2? Type436 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type437 { get; set; }
+ public global::System.Collections.Generic.IList? Type437 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourcesSearchResponseDocument? Type438 { get; set; }
+ public global::Dust.GetWSpacesDataSourcesSearchResponse? Type438 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type439 { get; set; }
+ public global::System.Collections.Generic.IList? Type439 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type440 { get; set; }
+ public global::Dust.GetWSpacesDataSourcesSearchResponseDocument? Type440 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourcesResponse? Type441 { get; set; }
+ public global::System.Collections.Generic.IList? Type441 { get; set; }
///
///
///
- public global::Dust.GetWSpacesMcpServerViewsResponse? Type442 { get; set; }
+ public global::System.Collections.Generic.IList? Type442 { get; set; }
///
///
///
- public global::Dust.GetWSpacesResponse? Type443 { get; set; }
+ public global::Dust.GetWSpacesDataSourcesResponse? Type443 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type444 { get; set; }
+ public global::Dust.GetWSpacesMcpServerViewsResponse? Type444 { get; set; }
///
///
///
- public global::Dust.GetWAssistantAgentConfigurationsResponse3? Type445 { get; set; }
+ public global::Dust.GetWSpacesResponse? Type445 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type446 { get; set; }
+ public global::System.Collections.Generic.IList? Type446 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantAgentConfigurationsResponse? Type447 { get; set; }
+ public global::Dust.GetWAssistantAgentConfigurationsResponse3? Type447 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCancelResponse2? Type448 { get; set; }
+ public global::System.Collections.Generic.IList? Type448 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsCompactionsResponse? Type449 { get; set; }
+ public global::Dust.CreateWAssistantAgentConfigurationsResponse? Type449 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsContentFragmentResponse? Type450 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCancelResponse2? Type450 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsFeedbacksResponse2? Type451 { get; set; }
+ public global::Dust.CreateWAssistantConversationsCompactionsResponse? Type451 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type452 { get; set; }
+ public global::Dust.CreateWAssistantConversationsContentFragmentResponse? Type452 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsResponse? Type453 { get; set; }
+ public global::Dust.GetWAssistantConversationsFeedbacksResponse2? Type453 { get; set; }
///
///
///
- public global::Dust.PatchWAssistantConversationsResponse2? Type454 { get; set; }
+ public global::System.Collections.Generic.IList? Type454 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMessagesActionsResponse? Type455 { get; set; }
+ public global::Dust.GetWAssistantConversationsResponse? Type455 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMessagesActionsResponseMessageStatus? Type456 { get; set; }
+ public global::Dust.PatchWAssistantConversationsResponse2? Type456 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesEditResponse2? Type457 { get; set; }
+ public global::Dust.GetWAssistantConversationsMessagesActionsResponse? Type457 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesFeedbacksResponse2? Type458 { get; set; }
+ public global::Dust.GetWAssistantConversationsMessagesActionsResponseMessageStatus? Type458 { get; set; }
///
///
///
- public global::Dust.DeleteWAssistantConversationsMessagesFeedbacksResponse2? Type459 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesEditResponse2? Type459 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMessagesResponse? Type460 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesFeedbacksResponse2? Type460 { get; set; }
///
///
///
- public global::Dust.OneOf? Type461 { get; set; }
+ public global::Dust.DeleteWAssistantConversationsMessagesFeedbacksResponse2? Type461 { get; set; }
///
///
///
- public global::Dust.DeleteWAssistantConversationsMessagesResponse? Type462 { get; set; }
+ public global::Dust.GetWAssistantConversationsMessagesResponse? Type462 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesRetryResponse? Type463 { get; set; }
+ public global::Dust.OneOf? Type463 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsMessagesResponse2? Type464 { get; set; }
+ public global::Dust.DeleteWAssistantConversationsMessagesResponse? Type464 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type465 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesRetryResponse? Type465 { get; set; }
///
///
///
- public global::Dust.OneOf? Type466 { get; set; }
+ public global::Dust.GetWAssistantConversationsMessagesResponse2? Type466 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsMessagesResponse? Type467 { get; set; }
+ public global::System.Collections.Generic.IList>? Type467 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type468 { get; set; }
+ public global::Dust.OneOf? Type468 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type469 { get; set; }
+ public global::Dust.CreateWAssistantConversationsMessagesResponse? Type469 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsParticipantsResponse? Type470 { get; set; }
+ public global::System.Collections.Generic.IList? Type470 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsParticipantsResponseParticipants? Type471 { get; set; }
+ public global::System.Collections.Generic.IList? Type471 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type472 { get; set; }
+ public global::Dust.GetWAssistantConversationsParticipantsResponse? Type472 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsParticipantsResponseParticipantsAgent? Type473 { get; set; }
+ public global::Dust.GetWAssistantConversationsParticipantsResponseParticipants? Type473 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type474 { get; set; }
+ public global::System.Collections.Generic.IList? Type474 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsParticipantsResponseParticipantsUser? Type475 { get; set; }
+ public global::Dust.GetWAssistantConversationsParticipantsResponseParticipantsAgent? Type475 { get; set; }
///
///
///
- public global::Dust.DeleteWAssistantConversationsWakeupsResponse? Type476 { get; set; }
+ public global::System.Collections.Generic.IList? Type476 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsWakeupsResponse? Type477 { get; set; }
+ public global::Dust.GetWAssistantConversationsParticipantsResponseParticipantsUser? Type477 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type478 { get; set; }
+ public global::Dust.DeleteWAssistantConversationsWakeupsResponse? Type478 { get; set; }
///
///
///
- public global::Dust.GetWAssistantConversationsResponse2? Type479 { get; set; }
+ public global::Dust.GetWAssistantConversationsWakeupsResponse? Type479 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type480 { get; set; }
+ public global::System.Collections.Generic.IList? Type480 { get; set; }
///
///
///
- public global::Dust.CreateWAssistantConversationsResponse? Type481 { get; set; }
+ public global::Dust.GetWAssistantConversationsResponse2? Type481 { get; set; }
///
///
///
- public global::Dust.GetWAssistantMentionsSuggestionsResponse2? Type482 { get; set; }
+ public global::System.Collections.Generic.IList? Type482 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type483 { get; set; }
+ public global::Dust.CreateWAssistantConversationsResponse? Type483 { get; set; }
///
///
///
- public global::Dust.CreateWFilesResponse2? Type484 { get; set; }
+ public global::Dust.GetWAssistantMentionsSuggestionsResponse2? Type484 { get; set; }
///
///
///
- public global::Dust.CreateWFilesResponse3? Type485 { get; set; }
+ public global::System.Collections.Generic.IList? Type485 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsResponse2? Type486 { get; set; }
+ public global::Dust.CreateWFilesResponse2? Type486 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesDataSourceViewsResponse? Type487 { get; set; }
+ public global::Dust.CreateWFilesResponse3? Type487 { get; set; }
///
///
///
- public global::Dust.GetWSpacesDataSourceViewsResponse3? Type488 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsResponse2? Type488 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type489 { get; set; }
+ public global::Dust.PatchWSpacesDataSourceViewsResponse? Type489 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesDataSourceViewsResponse? Type490 { get; set; }
+ public global::Dust.GetWSpacesDataSourceViewsResponse3? Type490 { get; set; }
///
///
///
- public global::Dust.GetWSpacesResponse2? Type491 { get; set; }
+ public global::System.Collections.Generic.IList? Type491 { get; set; }
///
///
///
- public global::Dust.AllOf? Type492 { get; set; }
+ public global::Dust.CreateWSpacesDataSourceViewsResponse? Type492 { get; set; }
///
///
///
- public global::Dust.GetWSpacesResponseSpace? Type493 { get; set; }
+ public global::Dust.GetWSpacesResponse2? Type493 { get; set; }
///
///
///
- public global::System.Collections.Generic.Dictionary? Type494 { get; set; }
+ public global::Dust.AllOf? Type494 { get; set; }
///
///
///
- public global::Dust.GetWSpacesResponseSpaceCategories2? Type495 { get; set; }
+ public global::Dust.GetWSpacesResponseSpace? Type495 { get; set; }
///
///
///
- public global::Dust.GetWSpacesResponseSpaceCategoriesUsage? Type496 { get; set; }
+ public global::System.Collections.Generic.Dictionary? Type496 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesResponse? Type497 { get; set; }
+ public global::Dust.GetWSpacesResponseSpaceCategories2? Type497 { get; set; }
///
///
///
- public global::Dust.DeleteWSpacesResponse? Type498 { get; set; }
+ public global::Dust.GetWSpacesResponseSpaceCategoriesUsage? Type498 { get; set; }
///
///
///
- public global::Dust.GetWSpacesProjectNotificationPreferencesResponse? Type499 { get; set; }
+ public global::Dust.PatchWSpacesResponse? Type499 { get; set; }
///
///
///
- public global::Dust.GetWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreference? Type500 { get; set; }
+ public global::Dust.DeleteWSpacesResponse? Type500 { get; set; }
///
///
///
- public global::Dust.GetWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreferencePreference? Type501 { get; set; }
+ public global::Dust.GetWSpacesProjectNotificationPreferencesResponse? Type501 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesProjectNotificationPreferencesResponse? Type502 { get; set; }
+ public global::Dust.GetWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreference? Type502 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreference? Type503 { get; set; }
+ public global::Dust.GetWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreferencePreference? Type503 { get; set; }
///
///
///
- public global::Dust.PatchWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreferencePreference? Type504 { get; set; }
+ public global::Dust.PatchWSpacesProjectNotificationPreferencesResponse? Type504 { get; set; }
///
///
///
- public global::Dust.GetWSpacesResponse3? Type505 { get; set; }
+ public global::Dust.PatchWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreference? Type505 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type506 { get; set; }
+ public global::Dust.PatchWSpacesProjectNotificationPreferencesResponseUserProjectNotificationPreferencePreference? Type506 { get; set; }
///
///
///
- public global::Dust.OneOf? Type507 { get; set; }
+ public global::Dust.GetWSpacesResponse3? Type507 { get; set; }
///
///
///
- public global::Dust.CreateWSpacesResponse? Type508 { get; set; }
+ public global::System.Collections.Generic.IList>? Type508 { get; set; }
///
///
///
- public global::Dust.CreateWorkosAuthenticateResponse? Type509 { get; set; }
+ public global::Dust.OneOf? Type509 { get; set; }
///
///
///
- public global::Dust.CreateWorkosRevokeSessionResponse? Type510 { get; set; }
+ public global::Dust.CreateWSpacesResponse? Type510 { get; set; }
+ ///
+ ///
+ ///
+ public global::Dust.CreateWorkosAuthenticateResponse? Type511 { get; set; }
+ ///
+ ///
+ ///
+ public global::Dust.CreateWorkosRevokeSessionResponse? Type512 { get; set; }
///
///
diff --git a/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequest.g.cs b/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequest.g.cs
index 2163d40..7ac52a5 100644
--- a/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequest.g.cs
+++ b/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequest.g.cs
@@ -35,6 +35,12 @@ public sealed partial class CreateWAssistantConversationsMessagesRequest
[global::System.Text.Json.Serialization.JsonPropertyName("skipToolsValidation")]
public bool? SkipToolsValidation { get; set; }
+ ///
+ /// Optional per-message model override from the input-bar model picker (an explicit model pick).
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("modelSelection")]
+ public global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? ModelSelection { get; set; }
+
///
/// Additional properties that are not explicitly defined in the schema
///
@@ -48,6 +54,9 @@ public sealed partial class CreateWAssistantConversationsMessagesRequest
///
///
///
+ ///
+ /// Optional per-message model override from the input-bar model picker (an explicit model pick).
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -55,12 +64,14 @@ public CreateWAssistantConversationsMessagesRequest(
string content,
global::System.Collections.Generic.IList mentions,
global::Dust.CreateWAssistantConversationsMessagesRequestContext context,
- bool? skipToolsValidation)
+ bool? skipToolsValidation,
+ global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? modelSelection)
{
this.Content = content ?? throw new global::System.ArgumentNullException(nameof(content));
this.Mentions = mentions ?? throw new global::System.ArgumentNullException(nameof(mentions));
this.Context = context ?? throw new global::System.ArgumentNullException(nameof(context));
this.SkipToolsValidation = skipToolsValidation;
+ this.ModelSelection = modelSelection;
}
///
diff --git a/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequestModelSelection.Json.g.cs b/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequestModelSelection.Json.g.cs
new file mode 100644
index 0000000..c04f97f
--- /dev/null
+++ b/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequestModelSelection.Json.g.cs
@@ -0,0 +1,141 @@
+#nullable enable
+
+namespace Dust
+{
+ public sealed partial class CreateWAssistantConversationsMessagesRequestModelSelection
+ {
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
+ ///
+ public string ToJson(
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ this.GetType(),
+ jsonSerializerContext);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
+ ///
+ public string ToJson()
+ {
+ return ToJson(global::Dust.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public string ToJson(
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return ToJson(global::Dust.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerContext.
+ ///
+ public static global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? FromJson(
+ string json,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ typeof(global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection),
+ jsonSerializerContext) as global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection;
+ }
+
+ ///
+ /// Deserializes a JSON string using the generated default JsonSerializerContext.
+ ///
+ public static global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? FromJson(
+ string json)
+ {
+ return FromJson(
+ json,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? FromJson(
+ string json,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJson(
+ json,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerContext.
+ ///
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ typeof(global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection;
+ }
+
+ ///
+ /// Deserializes a JSON stream using the generated default JsonSerializerContext.
+ ///
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ jsonSerializerOptions);
+ }
+ }
+}
diff --git a/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequestModelSelection.g.cs b/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequestModelSelection.g.cs
new file mode 100644
index 0000000..60c8a5e
--- /dev/null
+++ b/src/libs/Dust/Generated/Dust.Models.CreateWAssistantConversationsMessagesRequestModelSelection.g.cs
@@ -0,0 +1,64 @@
+
+#nullable enable
+
+namespace Dust
+{
+ ///
+ /// Optional per-message model override from the input-bar model picker (an explicit model pick).
+ ///
+ public sealed partial class CreateWAssistantConversationsMessagesRequestModelSelection
+ {
+ ///
+ ///
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("providerId")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string ProviderId { get; set; }
+
+ ///
+ ///
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("modelId")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string ModelId { get; set; }
+
+ ///
+ ///
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("reasoningEffort")]
+ public string? ReasoningEffort { get; set; }
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ ///
+ ///
+#if NET7_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
+#endif
+ public CreateWAssistantConversationsMessagesRequestModelSelection(
+ string providerId,
+ string modelId,
+ string? reasoningEffort)
+ {
+ this.ProviderId = providerId ?? throw new global::System.ArgumentNullException(nameof(providerId));
+ this.ModelId = modelId ?? throw new global::System.ArgumentNullException(nameof(modelId));
+ this.ReasoningEffort = reasoningEffort;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public CreateWAssistantConversationsMessagesRequestModelSelection()
+ {
+ }
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs
index 47f840f..1f0cc14 100644
--- a/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs
+++ b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessage.g.cs
@@ -160,6 +160,12 @@ public sealed partial class PrivateAgentMessage
[global::System.Text.Json.Serialization.JsonPropertyName("subAgentCostCredits")]
public double? SubAgentCostCredits { get; set; }
+ ///
+ /// Per-message model override from the input-bar model picker. Null when the agent ran its configured model.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("requestedModel")]
+ public global::Dust.PrivateAgentMessageRequestedModel? RequestedModel { get; set; }
+
///
/// Additional properties that are not explicitly defined in the schema
///
@@ -203,6 +209,9 @@ public sealed partial class PrivateAgentMessage
///
/// Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise.
///
+ ///
+ /// Per-message model override from the input-bar model picker. Null when the agent ran its configured model.
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -230,7 +239,8 @@ public PrivateAgentMessage(
int? completionDurationMs,
global::System.Collections.Generic.IList? reactions,
int? costCredits,
- double? subAgentCostCredits)
+ double? subAgentCostCredits,
+ global::Dust.PrivateAgentMessageRequestedModel? requestedModel)
{
this.Id = id;
this.AgentMessageId = agentMessageId;
@@ -256,6 +266,7 @@ public PrivateAgentMessage(
this.Reactions = reactions;
this.CostCredits = costCredits;
this.SubAgentCostCredits = subAgentCostCredits;
+ this.RequestedModel = requestedModel;
}
///
diff --git a/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessageRequestedModel.Json.g.cs b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessageRequestedModel.Json.g.cs
new file mode 100644
index 0000000..ab08071
--- /dev/null
+++ b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessageRequestedModel.Json.g.cs
@@ -0,0 +1,141 @@
+#nullable enable
+
+namespace Dust
+{
+ public sealed partial class PrivateAgentMessageRequestedModel
+ {
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
+ ///
+ public string ToJson(
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ this.GetType(),
+ jsonSerializerContext);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the generated default JsonSerializerContext.
+ ///
+ public string ToJson()
+ {
+ return ToJson(global::Dust.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public string ToJson(
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return ToJson(global::Dust.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Serialize(
+ this,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerContext.
+ ///
+ public static global::Dust.PrivateAgentMessageRequestedModel? FromJson(
+ string json,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ typeof(global::Dust.PrivateAgentMessageRequestedModel),
+ jsonSerializerContext) as global::Dust.PrivateAgentMessageRequestedModel;
+ }
+
+ ///
+ /// Deserializes a JSON string using the generated default JsonSerializerContext.
+ ///
+ public static global::Dust.PrivateAgentMessageRequestedModel? FromJson(
+ string json)
+ {
+ return FromJson(
+ json,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON string using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::Dust.PrivateAgentMessageRequestedModel? FromJson(
+ string json,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJson(
+ json,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.Deserialize(
+ json,
+ jsonSerializerOptions);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerContext.
+ ///
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
+ {
+ return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ typeof(global::Dust.PrivateAgentMessageRequestedModel),
+ jsonSerializerContext).ConfigureAwait(false)) as global::Dust.PrivateAgentMessageRequestedModel;
+ }
+
+ ///
+ /// Deserializes a JSON stream using the generated default JsonSerializerContext.
+ ///
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ ///
+ /// Deserializes a JSON stream using the provided JsonSerializerOptions.
+ ///
+#if NET8_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
+ [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
+#endif
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ global::System.IO.Stream jsonStream,
+ global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
+ {
+ if (jsonSerializerOptions is null)
+ {
+ return FromJsonStreamAsync(
+ jsonStream,
+ global::Dust.SourceGenerationContext.Default);
+ }
+
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ jsonStream,
+ jsonSerializerOptions);
+ }
+ }
+}
diff --git a/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessageRequestedModel.g.cs b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessageRequestedModel.g.cs
new file mode 100644
index 0000000..b2f248a
--- /dev/null
+++ b/src/libs/Dust/Generated/Dust.Models.PrivateAgentMessageRequestedModel.g.cs
@@ -0,0 +1,62 @@
+
+#nullable enable
+
+namespace Dust
+{
+ ///
+ /// Per-message model override from the input-bar model picker. Null when the agent ran its configured model.
+ ///
+ public sealed partial class PrivateAgentMessageRequestedModel
+ {
+ ///
+ ///
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("providerId")]
+ public string? ProviderId { get; set; }
+
+ ///
+ ///
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("modelId")]
+ public string? ModelId { get; set; }
+
+ ///
+ ///
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("reasoningEffort")]
+ public string? ReasoningEffort { get; set; }
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ ///
+ ///
+#if NET7_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
+#endif
+ public PrivateAgentMessageRequestedModel(
+ string? providerId,
+ string? modelId,
+ string? reasoningEffort)
+ {
+ this.ProviderId = providerId;
+ this.ModelId = modelId;
+ this.ReasoningEffort = reasoningEffort;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public PrivateAgentMessageRequestedModel()
+ {
+ }
+
+ }
+}
\ No newline at end of file
diff --git a/src/libs/Dust/Generated/Dust.PrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs b/src/libs/Dust/Generated/Dust.PrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs
index 7549eea..dfcaf6e 100644
--- a/src/libs/Dust/Generated/Dust.PrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs
+++ b/src/libs/Dust/Generated/Dust.PrivateMessagesClient.CreateWByWIdAssistantConversationsByCIdMessages.g.cs
@@ -508,6 +508,9 @@ partial void ProcessCreateWByWIdAssistantConversationsByCIdMessagesResponseConte
///
///
///
+ ///
+ /// Optional per-message model override from the input-bar model picker (an explicit model pick).
+ ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
@@ -518,6 +521,7 @@ partial void ProcessCreateWByWIdAssistantConversationsByCIdMessagesResponseConte
global::System.Collections.Generic.IList mentions,
global::Dust.CreateWAssistantConversationsMessagesRequestContext context,
bool? skipToolsValidation = default,
+ global::Dust.CreateWAssistantConversationsMessagesRequestModelSelection? modelSelection = default,
global::Dust.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default)
{
@@ -527,6 +531,7 @@ partial void ProcessCreateWByWIdAssistantConversationsByCIdMessagesResponseConte
Mentions = mentions,
Context = context,
SkipToolsValidation = skipToolsValidation,
+ ModelSelection = modelSelection,
};
return await CreateWByWIdAssistantConversationsByCIdMessagesAsync(
diff --git a/src/libs/Dust/openapi.yaml b/src/libs/Dust/openapi.yaml
index 306c5b8..267b5ef 100644
--- a/src/libs/Dust/openapi.yaml
+++ b/src/libs/Dust/openapi.yaml
@@ -7680,6 +7680,25 @@
},
"skipToolsValidation": {
"type": "boolean"
+ },
+ "modelSelection": {
+ "type": "object",
+ "description": "Optional per-message model override from the input-bar model picker (an explicit model pick).",
+ "required": [
+ "providerId",
+ "modelId"
+ ],
+ "properties": {
+ "providerId": {
+ "type": "string"
+ },
+ "modelId": {
+ "type": "string"
+ },
+ "reasoningEffort": {
+ "type": "string"
+ }
+ }
}
}
}
@@ -10534,6 +10553,22 @@
"type": "number",
"nullable": true,
"description": "Aggregated credit cost of all sub-agents (run_agent / agent_handover) spawned recursively by this message. Computed only on single-message fetches; null otherwise."
+ },
+ "requestedModel": {
+ "type": "object",
+ "nullable": true,
+ "description": "Per-message model override from the input-bar model picker. Null when the agent ran its configured model.",
+ "properties": {
+ "providerId": {
+ "type": "string"
+ },
+ "modelId": {
+ "type": "string"
+ },
+ "reasoningEffort": {
+ "type": "string"
+ }
+ }
}
}
},