Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent fcd7484 commit 6ee3076
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class ContentSafetyLabelsResultSeverityScoreSummary
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="ContentSafetyLabelsResultSeverityScoreSummary" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public ContentSafetyLabelsResultSeverityScoreSummary(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class ContentSafetyLabelsResultSummary
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="ContentSafetyLabelsResultSummary" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public ContentSafetyLabelsResultSummary(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class LemurBaseParamsContext
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="LemurBaseParamsContext" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public LemurBaseParamsContext(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class LemurQuestionContext
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="LemurQuestionContext" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public LemurQuestionContext(
)
{
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,5 @@ public sealed partial class TopicDetectionModelResultSummary
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

/// <summary>
/// Initializes a new instance of the <see cref="TopicDetectionModelResultSummary" /> class.
/// </summary>
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
public TopicDetectionModelResultSummary(
)
{
}
}
}

0 comments on commit 6ee3076

Please sign in to comment.