diff --git a/src/libs/HumeAI/Generated/HumeAI.Models.PostedPrompt.g.cs b/src/libs/HumeAI/Generated/HumeAI.Models.PostedPrompt.g.cs
index 7b50c48..bf8c7fd 100644
--- a/src/libs/HumeAI/Generated/HumeAI.Models.PostedPrompt.g.cs
+++ b/src/libs/HumeAI/Generated/HumeAI.Models.PostedPrompt.g.cs
@@ -38,8 +38,8 @@ public sealed partial class PostedPrompt
/// Initializes a new instance of the class.
///
///
- ///
///
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -49,8 +49,8 @@ public PostedPrompt(
string? versionDescription)
{
this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
- this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
this.VersionDescription = versionDescription;
+ this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
}
///
diff --git a/src/libs/HumeAI/Generated/HumeAI.Models.PostedPromptVersion.g.cs b/src/libs/HumeAI/Generated/HumeAI.Models.PostedPromptVersion.g.cs
index 022193f..5f0e736 100644
--- a/src/libs/HumeAI/Generated/HumeAI.Models.PostedPromptVersion.g.cs
+++ b/src/libs/HumeAI/Generated/HumeAI.Models.PostedPromptVersion.g.cs
@@ -30,8 +30,8 @@ public sealed partial class PostedPromptVersion
///
/// Initializes a new instance of the class.
///
- ///
///
+ ///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
@@ -39,8 +39,8 @@ public PostedPromptVersion(
string text,
string? versionDescription)
{
- this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
this.VersionDescription = versionDescription;
+ this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
}
///
diff --git a/src/libs/HumeAI/Generated/HumeAI.Models.PostedTts.g.cs b/src/libs/HumeAI/Generated/HumeAI.Models.PostedTts.g.cs
index 313db53..d535733 100644
--- a/src/libs/HumeAI/Generated/HumeAI.Models.PostedTts.g.cs
+++ b/src/libs/HumeAI/Generated/HumeAI.Models.PostedTts.g.cs
@@ -42,9 +42,9 @@ public sealed partial class PostedTts
///
/// Initializes a new instance of the class.
///
+ ///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -55,9 +55,9 @@ public PostedTts(
int? numGenerations,
global::HumeAI.PostedContext? context)
{
- this.Utterances = utterances ?? throw new global::System.ArgumentNullException(nameof(utterances));
this.Format = format;
this.NumGenerations = numGenerations;
+ this.Utterances = utterances ?? throw new global::System.ArgumentNullException(nameof(utterances));
this.Context = context;
}
diff --git a/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedTool.g.cs b/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedTool.g.cs
index ced6f2f..0fd06fb 100644
--- a/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedTool.g.cs
+++ b/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedTool.g.cs
@@ -50,9 +50,9 @@ public sealed partial class PostedUserDefinedTool
/// Initializes a new instance of the class.
///
///
+ ///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -65,9 +65,9 @@ public PostedUserDefinedTool(
string? fallbackContent)
{
this.Name = name ?? throw new global::System.ArgumentNullException(nameof(name));
- this.Parameters = parameters ?? throw new global::System.ArgumentNullException(nameof(parameters));
this.VersionDescription = versionDescription;
this.Description = description;
+ this.Parameters = parameters ?? throw new global::System.ArgumentNullException(nameof(parameters));
this.FallbackContent = fallbackContent;
}
diff --git a/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedToolVersion.g.cs b/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedToolVersion.g.cs
index c857974..04d17ae 100644
--- a/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedToolVersion.g.cs
+++ b/src/libs/HumeAI/Generated/HumeAI.Models.PostedUserDefinedToolVersion.g.cs
@@ -42,9 +42,9 @@ public sealed partial class PostedUserDefinedToolVersion
///
/// Initializes a new instance of the class.
///
+ ///
///
///
- ///
///
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
@@ -55,9 +55,9 @@ public PostedUserDefinedToolVersion(
string? description,
string? fallbackContent)
{
- this.Parameters = parameters ?? throw new global::System.ArgumentNullException(nameof(parameters));
this.VersionDescription = versionDescription;
this.Description = description;
+ this.Parameters = parameters ?? throw new global::System.ArgumentNullException(nameof(parameters));
this.FallbackContent = fallbackContent;
}