Skip to content

Commit

Permalink
Merge pull request #46 from tryAGI/bot/update-openapi_202409042116
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
2 parents a90642b + be31a4a commit f0b2e24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ public enum OrgFeatureFlags
///
/// </summary>
LanggraphDeployOwnCloudEnabled,
/// <summary>
///
/// </summary>
CustomChartsEnabled,
}

/// <summary>
Expand Down Expand Up @@ -111,7 +107,6 @@ public static string ToValueString(this OrgFeatureFlags value)
OrgFeatureFlags.ConsolidatePlaygroundComparative => "consolidate_playground_comparative",
OrgFeatureFlags.ResourceTags => "resource_tags",
OrgFeatureFlags.LanggraphDeployOwnCloudEnabled => "langgraph_deploy_own_cloud_enabled",
OrgFeatureFlags.CustomChartsEnabled => "custom_charts_enabled",
_ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
};
}
Expand Down Expand Up @@ -139,7 +134,6 @@ public static string ToValueString(this OrgFeatureFlags value)
"consolidate_playground_comparative" => OrgFeatureFlags.ConsolidatePlaygroundComparative,
"resource_tags" => OrgFeatureFlags.ResourceTags,
"langgraph_deploy_own_cloud_enabled" => OrgFeatureFlags.LanggraphDeployOwnCloudEnabled,
"custom_charts_enabled" => OrgFeatureFlags.CustomChartsEnabled,
_ => null,
};
}
Expand Down
2 changes: 0 additions & 2 deletions src/libs/LangSmith/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13169,7 +13169,6 @@ components:
- consolidate_playground_comparative
- resource_tags
- langgraph_deploy_own_cloud_enabled
- custom_charts_enabled
type: string
description: 'Feature flags for orgs (cannot subclass an enum and may diverge from tenant flags, so maintained separately).'
OrgIdentityPatch:
Expand Down Expand Up @@ -13557,7 +13556,6 @@ components:
consolidate_playground_comparative: false
resource_tags: false
langgraph_deploy_own_cloud_enabled: false
custom_charts_enabled: false
description: Organization level configuration. May include any field that exists in tenant config and additional fields.
OrganizationDashboardColorScheme:
title: OrganizationDashboardColorScheme
Expand Down

0 comments on commit f0b2e24

Please sign in to comment.