Skip to content

Commit

Permalink
Merge pull request #35 from tryAGI/bot/update-openapi_202408231233
Browse files Browse the repository at this point in the history
feat:Remove default value assignment for ChartType in CustomChartUpdate class
  • Loading branch information
github-actions[bot] authored Aug 23, 2024
2 parents 65186d7 + 6fab2d7 commit 337fe01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public sealed partial class CustomChartUpdate
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("chart_type")]
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))]
public global::System.AnyOf<global::LangSmith.CustomChartType?, global::LangSmith.Missing>? ChartType { get; set; } = global::LangSmith.CustomChartType.;
public global::System.AnyOf<global::LangSmith.CustomChartType?, global::LangSmith.Missing>? ChartType { get; set; }

/// <summary>
///
Expand Down

0 comments on commit 337fe01

Please sign in to comment.