diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.ResourceType.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.ResourceType.g.cs index 897d2a8b..7304b5c1 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.ResourceType.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.ResourceType.g.cs @@ -35,7 +35,7 @@ public enum ResourceType /// /// /// - ChartsSection, + Dashboard, } /// @@ -56,7 +56,7 @@ public static string ToValueString(this ResourceType value) ResourceType.Deployment => "deployment", ResourceType.Experiment => "experiment", ResourceType.Dataset => "dataset", - ResourceType.ChartsSection => "charts_section", + ResourceType.Dashboard => "dashboard", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -73,7 +73,7 @@ public static string ToValueString(this ResourceType value) "deployment" => ResourceType.Deployment, "experiment" => ResourceType.Experiment, "dataset" => ResourceType.Dataset, - "charts_section" => ResourceType.ChartsSection, + "dashboard" => ResourceType.Dashboard, _ => null, }; } diff --git a/src/libs/LangSmith/Generated/LangSmith.Models.TaggingsByResourceType.g.cs b/src/libs/LangSmith/Generated/LangSmith.Models.TaggingsByResourceType.g.cs index c4db9603..d846221b 100644 --- a/src/libs/LangSmith/Generated/LangSmith.Models.TaggingsByResourceType.g.cs +++ b/src/libs/LangSmith/Generated/LangSmith.Models.TaggingsByResourceType.g.cs @@ -47,8 +47,8 @@ public sealed partial class TaggingsByResourceType /// /// /// - [global::System.Text.Json.Serialization.JsonPropertyName("charts_sections")] - public global::System.Collections.Generic.IList? ChartsSections { get; set; } + [global::System.Text.Json.Serialization.JsonPropertyName("dashboards")] + public global::System.Collections.Generic.IList? Dashboards { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/LangSmith/openapi.yaml b/src/libs/LangSmith/openapi.yaml index 61b5bb6e..5125d3cf 100644 --- a/src/libs/LangSmith/openapi.yaml +++ b/src/libs/LangSmith/openapi.yaml @@ -14220,7 +14220,7 @@ components: - deployment - experiment - dataset - - charts_section + - dashboard type: string ResponseBodyForRunsGenerateQuery: title: ResponseBodyForRunsGenerateQuery @@ -16987,8 +16987,8 @@ components: type: array items: $ref: '#/components/schemas/Resource' - charts_sections: - title: Charts Sections + dashboards: + title: Dashboards type: array items: $ref: '#/components/schemas/Resource'