Skip to content

Commit caaa934

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#180)
Co-authored-by: github-actions[bot] <bot@openai.com>
1 parent 8d7657c commit caaa934

2 files changed

Lines changed: 45 additions & 49 deletions

File tree

src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateResponseVariant3.g.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ public sealed partial class CreateResponseVariant3
2121
/// </summary>
2222
[global::System.Text.Json.Serialization.JsonPropertyName("input")]
2323
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter<string, global::System.Collections.Generic.IList<global::tryAGI.OpenAI.InputItem>>))]
24-
[global::System.Text.Json.Serialization.JsonRequired]
25-
public required global::tryAGI.OpenAI.OneOf<string, global::System.Collections.Generic.IList<global::tryAGI.OpenAI.InputItem>> Input { get; set; }
24+
public global::tryAGI.OpenAI.OneOf<string, global::System.Collections.Generic.IList<global::tryAGI.OpenAI.InputItem>>? Input { get; set; }
2625

2726
/// <summary>
2827
/// Specify additional output data to include in the model response. Currently<br/>
@@ -135,7 +134,7 @@ public sealed partial class CreateResponseVariant3
135134
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
136135
#endif
137136
public CreateResponseVariant3(
138-
global::tryAGI.OpenAI.OneOf<string, global::System.Collections.Generic.IList<global::tryAGI.OpenAI.InputItem>> input,
137+
global::tryAGI.OpenAI.OneOf<string, global::System.Collections.Generic.IList<global::tryAGI.OpenAI.InputItem>>? input,
139138
global::System.Collections.Generic.IList<global::tryAGI.OpenAI.Includable>? include,
140139
bool? parallelToolCalls,
141140
bool? store,

0 commit comments

Comments
 (0)