Skip to content

Commit b28a070

Browse files
author
github-actions[bot]
committed
feat: Updated OpenAPI spec
1 parent 6074034 commit b28a070

10 files changed

Lines changed: 45 additions & 5 deletions

src/libs/LangSmith/Generated/LangSmith.IPublicClient.QuerySharedDatasetRuns.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public partial interface IPublicClient
4747
/// Default Value: 100
4848
/// </param>
4949
/// <param name="select">
50-
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
50+
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, reference_dataset_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
5151
/// </param>
5252
/// <param name="order">
5353
/// Enum for run start date order.

src/libs/LangSmith/Generated/LangSmith.IRunClient.QueryRuns.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public partial interface IRunClient
4242
/// Default Value: 100
4343
/// </param>
4444
/// <param name="select">
45-
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
45+
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, reference_dataset_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
4646
/// </param>
4747
/// <param name="order">
4848
/// Enum for run start date order.

src/libs/LangSmith/Generated/LangSmith.Models.BodyParamsForRunSchema.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public sealed partial class BodyParamsForRunSchema
119119
public int? Limit { get; set; }
120120

121121
/// <summary>
122-
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
122+
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, reference_dataset_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
123123
/// </summary>
124124
[global::System.Text.Json.Serialization.JsonPropertyName("select")]
125125
public global::System.Collections.Generic.IList<global::LangSmith.RunSelect>? Select { get; set; }

src/libs/LangSmith/Generated/LangSmith.Models.OrganizationConfig.g.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ public sealed partial class OrganizationConfig
116116
[global::System.Text.Json.Serialization.JsonPropertyName("show_playground_prompt_canvas")]
117117
public bool? ShowPlaygroundPromptCanvas { get; set; }
118118

119+
/// <summary>
120+
/// Default Value: false
121+
/// </summary>
122+
[global::System.Text.Json.Serialization.JsonPropertyName("allow_custom_iframes")]
123+
public bool? AllowCustomIframes { get; set; }
124+
119125
/// <summary>
120126
///
121127
/// </summary>

src/libs/LangSmith/Generated/LangSmith.Models.RunSchema.g.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@ public sealed partial class RunSchema
294294
[global::System.Text.Json.Serialization.JsonPropertyName("trace_upgrade")]
295295
public bool? TraceUpgrade { get; set; }
296296

297+
/// <summary>
298+
///
299+
/// </summary>
300+
[global::System.Text.Json.Serialization.JsonPropertyName("reference_dataset_id")]
301+
public global::System.Guid? ReferenceDatasetId { get; set; }
302+
297303
/// <summary>
298304
/// Additional properties that are not explicitly defined in the schema
299305
/// </summary>

src/libs/LangSmith/Generated/LangSmith.Models.RunSchemaWithAnnotationQueueInfo.g.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,12 @@ public sealed partial class RunSchemaWithAnnotationQueueInfo
294294
[global::System.Text.Json.Serialization.JsonPropertyName("trace_upgrade")]
295295
public bool? TraceUpgrade { get; set; }
296296

297+
/// <summary>
298+
///
299+
/// </summary>
300+
[global::System.Text.Json.Serialization.JsonPropertyName("reference_dataset_id")]
301+
public global::System.Guid? ReferenceDatasetId { get; set; }
302+
297303
/// <summary>
298304
///
299305
/// </summary>

src/libs/LangSmith/Generated/LangSmith.Models.RunSelect.g.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ public enum RunSelect
119119
/// <summary>
120120
///
121121
/// </summary>
122+
ReferenceDatasetId,
123+
/// <summary>
124+
///
125+
/// </summary>
122126
TotalTokens,
123127
/// <summary>
124128
///
@@ -245,6 +249,7 @@ public static string ToValueString(this RunSelect value)
245249
RunSelect.SessionId => "session_id",
246250
RunSelect.Serialized => "serialized",
247251
RunSelect.ReferenceExampleId => "reference_example_id",
252+
RunSelect.ReferenceDatasetId => "reference_dataset_id",
248253
RunSelect.TotalTokens => "total_tokens",
249254
RunSelect.PromptTokens => "prompt_tokens",
250255
RunSelect.CompletionTokens => "completion_tokens",
@@ -304,6 +309,7 @@ public static string ToValueString(this RunSelect value)
304309
"session_id" => RunSelect.SessionId,
305310
"serialized" => RunSelect.Serialized,
306311
"reference_example_id" => RunSelect.ReferenceExampleId,
312+
"reference_dataset_id" => RunSelect.ReferenceDatasetId,
307313
"total_tokens" => RunSelect.TotalTokens,
308314
"prompt_tokens" => RunSelect.PromptTokens,
309315
"completion_tokens" => RunSelect.CompletionTokens,

src/libs/LangSmith/Generated/LangSmith.PublicClient.QuerySharedDatasetRuns.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ partial void ProcessQuerySharedDatasetRunsResponseContent(
151151
/// Default Value: 100
152152
/// </param>
153153
/// <param name="select">
154-
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
154+
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, reference_dataset_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
155155
/// </param>
156156
/// <param name="order">
157157
/// Enum for run start date order.

src/libs/LangSmith/Generated/LangSmith.RunClient.QueryRuns.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ partial void ProcessQueryRunsResponseContent(
142142
/// Default Value: 100
143143
/// </param>
144144
/// <param name="select">
145-
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
145+
/// Default Value: [id, name, run_type, start_time, end_time, status, error, extra, events, inputs, outputs, parent_run_id, manifest_id, manifest_s3_id, session_id, serialized, reference_example_id, reference_dataset_id, total_tokens, prompt_tokens, completion_tokens, total_cost, prompt_cost, completion_cost, price_model_id, first_token_time, trace_id, dotted_order, last_queued_at, feedback_stats, parent_run_ids, tags, in_dataset, app_path, share_token, trace_tier, trace_first_received_at, ttl_seconds, trace_upgrade]
146146
/// </param>
147147
/// <param name="order">
148148
/// Enum for run start date order.

src/libs/LangSmith/openapi.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11038,6 +11038,7 @@ components:
1103811038
- session_id
1103911039
- serialized
1104011040
- reference_example_id
11041+
- reference_dataset_id
1104111042
- total_tokens
1104211043
- prompt_tokens
1104311044
- completion_tokens
@@ -15293,6 +15294,10 @@ components:
1529315294
title: Show Playground Prompt Canvas
1529415295
type: boolean
1529515296
default: false
15297+
allow_custom_iframes:
15298+
title: Allow Custom Iframes
15299+
type: boolean
15300+
default: false
1529615301
flags:
1529715302
title: Flags
1529815303
type: object
@@ -17414,6 +17419,11 @@ components:
1741417419
title: Trace Upgrade
1741517420
type: boolean
1741617421
default: false
17422+
reference_dataset_id:
17423+
title: Reference Dataset Id
17424+
type: string
17425+
format: uuid
17426+
nullable: true
1741717427
description: Run schema.
1741817428
RunSchemaComparisonView:
1741917429
title: RunSchemaComparisonView
@@ -17787,6 +17797,11 @@ components:
1778717797
title: Trace Upgrade
1778817798
type: boolean
1778917799
default: false
17800+
reference_dataset_id:
17801+
title: Reference Dataset Id
17802+
type: string
17803+
format: uuid
17804+
nullable: true
1779017805
queue_run_id:
1779117806
title: Queue Run Id
1779217807
type: string
@@ -17837,6 +17852,7 @@ components:
1783717852
- session_id
1783817853
- serialized
1783917854
- reference_example_id
17855+
- reference_dataset_id
1784017856
- total_tokens
1784117857
- prompt_tokens
1784217858
- completion_tokens

0 commit comments

Comments
 (0)