Skip to content

Commit

Permalink
Merge pull request #70 from tryAGI/bot/update-openapi_202409260125
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
2 parents 97074d2 + b86fe16 commit ed83947
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ public sealed partial class OrganizationConfig
[global::System.Text.Json.Serialization.JsonPropertyName("can_use_saml_sso")]
public bool? CanUseSamlSso { get; set; } = false;

/// <summary>
/// Default Value: false
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("use_python_playground_service")]
public bool? UsePythonPlaygroundService { get; set; } = false;

/// <summary>
///
/// </summary>
Expand Down
6 changes: 6 additions & 0 deletions src/libs/LangSmith/Generated/LangSmith.Models.RunSelect.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ public enum RunSelect
/// <summary>
///
/// </summary>
EventsOrSignedUrl,
/// <summary>
///
/// </summary>
ParentRunId,
/// <summary>
///
Expand Down Expand Up @@ -229,6 +233,7 @@ public static string ToValueString(this RunSelect value)
RunSelect.OutputsOrSignedUrl => "outputs_or_signed_url",
RunSelect.S3Urls => "s3_urls",
RunSelect.ErrorOrSignedUrl => "error_or_signed_url",
RunSelect.EventsOrSignedUrl => "events_or_signed_url",
RunSelect.ParentRunId => "parent_run_id",
RunSelect.ManifestId => "manifest_id",
RunSelect.ManifestS3Id => "manifest_s3_id",
Expand Down Expand Up @@ -286,6 +291,7 @@ public static string ToValueString(this RunSelect value)
"outputs_or_signed_url" => RunSelect.OutputsOrSignedUrl,
"s3_urls" => RunSelect.S3Urls,
"error_or_signed_url" => RunSelect.ErrorOrSignedUrl,
"events_or_signed_url" => RunSelect.EventsOrSignedUrl,
"parent_run_id" => RunSelect.ParentRunId,
"manifest_id" => RunSelect.ManifestId,
"manifest_s3_id" => RunSelect.ManifestS3Id,
Expand Down
5 changes: 5 additions & 0 deletions src/libs/LangSmith/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14181,6 +14181,10 @@ components:
title: Can Use Saml Sso
type: boolean
default: false
use_python_playground_service:
title: Use Python Playground Service
type: boolean
default: false
flags:
title: Flags
type: object
Expand Down Expand Up @@ -16981,6 +16985,7 @@ components:
- outputs_or_signed_url
- s3_urls
- error_or_signed_url
- events_or_signed_url
- parent_run_id
- manifest_id
- manifest_s3_id
Expand Down

0 comments on commit ed83947

Please sign in to comment.