diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImage.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImage.g.cs index d0f47ddb..4aa1f154 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImage.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImage.g.cs @@ -71,7 +71,7 @@ public partial interface IImagesClient /// /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto
/// Example: 1024x1024 /// @@ -111,7 +111,7 @@ public partial interface IImagesClient global::tryAGI.OpenAI.CreateImageRequestOutputFormat? outputFormat = default, int? outputCompression = default, int? partialImages = default, - global::tryAGI.OpenAI.CreateImageRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageRequestModeration? moderation = default, global::tryAGI.OpenAI.CreateImageRequestBackground? background = default, global::tryAGI.OpenAI.CreateImageRequestStyle? style = default, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageAsStream.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageAsStream.g.cs index 4068b209..31ac78c8 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageAsStream.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageAsStream.g.cs @@ -59,7 +59,7 @@ public partial interface IImagesClient /// /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto
/// Example: 1024x1024 /// @@ -99,7 +99,7 @@ public partial interface IImagesClient global::tryAGI.OpenAI.CreateImageRequestOutputFormat? outputFormat = default, int? outputCompression = default, int? partialImages = default, - global::tryAGI.OpenAI.CreateImageRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageRequestModeration? moderation = default, global::tryAGI.OpenAI.CreateImageRequestBackground? background = default, global::tryAGI.OpenAI.CreateImageRequestStyle? style = default, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEdit.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEdit.g.cs index a655f1ab..662b7e08 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEdit.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEdit.g.cs @@ -82,7 +82,7 @@ public partial interface IImagesClient /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -126,7 +126,7 @@ public partial interface IImagesClient global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -183,7 +183,7 @@ public partial interface IImagesClient /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -227,7 +227,7 @@ public partial interface IImagesClient global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -283,7 +283,7 @@ public partial interface IImagesClient /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -327,7 +327,7 @@ public partial interface IImagesClient global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEditAsStream.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEditAsStream.g.cs index 2862ba51..2c994acc 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEditAsStream.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.IImagesClient.CreateImageEditAsStream.g.cs @@ -66,7 +66,7 @@ public partial interface IImagesClient /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -110,7 +110,7 @@ public partial interface IImagesClient global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -167,7 +167,7 @@ public partial interface IImagesClient /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -211,7 +211,7 @@ public partial interface IImagesClient global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImage.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImage.g.cs index c7f9261f..8938256b 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImage.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImage.g.cs @@ -495,7 +495,7 @@ partial void ProcessCreateImageResponseContent( /// /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto
/// Example: 1024x1024 /// @@ -535,7 +535,7 @@ partial void ProcessCreateImageResponseContent( global::tryAGI.OpenAI.CreateImageRequestOutputFormat? outputFormat = default, int? outputCompression = default, int? partialImages = default, - global::tryAGI.OpenAI.CreateImageRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageRequestModeration? moderation = default, global::tryAGI.OpenAI.CreateImageRequestBackground? background = default, global::tryAGI.OpenAI.CreateImageRequestStyle? style = default, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageAsStream.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageAsStream.g.cs index d479f726..aec6d4e2 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageAsStream.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageAsStream.g.cs @@ -438,7 +438,7 @@ partial void ProcessCreateImageAsStreamResponse( /// /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto
/// Example: 1024x1024 /// @@ -478,7 +478,7 @@ partial void ProcessCreateImageAsStreamResponse( global::tryAGI.OpenAI.CreateImageRequestOutputFormat? outputFormat = default, int? outputCompression = default, int? partialImages = default, - global::tryAGI.OpenAI.CreateImageRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageRequestModeration? moderation = default, global::tryAGI.OpenAI.CreateImageRequestBackground? background = default, global::tryAGI.OpenAI.CreateImageRequestStyle? style = default, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEdit.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEdit.g.cs index 5910feba..28e0575f 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEdit.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEdit.g.cs @@ -246,7 +246,7 @@ request.Maskname is null { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent((request.Size).HasValue ? (request.Size).GetValueOrDefault().ToValueString() : string.Empty), + content: new global::System.Net.Http.StringContent(request.Size.ToString() ?? string.Empty), name: "\"size\""); } @@ -653,7 +653,7 @@ request.Maskname is null /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -697,7 +697,7 @@ request.Maskname is null global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -780,7 +780,7 @@ request.Maskname is null /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -824,7 +824,7 @@ request.Maskname is null global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -996,7 +996,7 @@ request.Maskname is null { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent((request.Size).HasValue ? (request.Size).GetValueOrDefault().ToValueString() : string.Empty), + content: new global::System.Net.Http.StringContent(request.Size.ToString() ?? string.Empty), name: "\"size\""); } @@ -1395,7 +1395,7 @@ request.Maskname is null /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -1439,7 +1439,7 @@ request.Maskname is null global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -1611,7 +1611,7 @@ request.Maskname is null { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent((request.Size).HasValue ? (request.Size).GetValueOrDefault().ToValueString() : string.Empty), + content: new global::System.Net.Http.StringContent(request.Size.ToString() ?? string.Empty), name: "\"size\""); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEditAsStream.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEditAsStream.g.cs index 6e0b926e..fa7d96cb 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEditAsStream.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.ImagesClient.CreateImageEditAsStream.g.cs @@ -215,7 +215,7 @@ request.Maskname is null { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent((request.Size).HasValue ? (request.Size).GetValueOrDefault().ToValueString() : string.Empty), + content: new global::System.Net.Http.StringContent(request.Size.ToString() ?? string.Empty), name: "\"size\""); } @@ -592,7 +592,7 @@ request.Maskname is null /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -636,7 +636,7 @@ request.Maskname is null global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -724,7 +724,7 @@ request.Maskname is null /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -768,7 +768,7 @@ request.Maskname is null global::tryAGI.OpenAI.CreateImageEditRequestBackground? background = default, global::tryAGI.OpenAI.AnyOf? model = default, int? n = default, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size = default, + global::tryAGI.OpenAI.AnyOf? size = default, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat = default, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat = default, int? outputCompression = default, @@ -940,7 +940,7 @@ request.Maskname is null { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent((request.Size).HasValue ? (request.Size).GetValueOrDefault().ToValueString() : string.Empty), + content: new global::System.Net.Http.StringContent(request.Size.ToString() ?? string.Empty), name: "\"size\""); } diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContext.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContext.g.cs index 1ff22828..5ca93de8 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContext.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContext.g.cs @@ -4491,8 +4491,12 @@ namespace tryAGI.OpenAI typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter>>), @@ -4591,6 +4595,8 @@ namespace tryAGI.OpenAI typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter, global::tryAGI.OpenAI.MCPToolFilter>), typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter), @@ -5292,6 +5298,7 @@ namespace tryAGI.OpenAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageEditRequestBackground), TypeInfoPropertyName = "CreateImageEditRequestBackground2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.AnyOf), TypeInfoPropertyName = "AnyOfStringCreateImageEditRequestModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageEditRequestModel), TypeInfoPropertyName = "CreateImageEditRequestModel2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.AnyOf), TypeInfoPropertyName = "AnyOfStringCreateImageEditRequestSize2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageEditRequestSize), TypeInfoPropertyName = "CreateImageEditRequestSize2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat), TypeInfoPropertyName = "CreateImageEditRequestResponseFormat2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat), TypeInfoPropertyName = "CreateImageEditRequestOutputFormat2")] @@ -5303,6 +5310,7 @@ namespace tryAGI.OpenAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageRequestQuality), TypeInfoPropertyName = "CreateImageRequestQuality2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageRequestResponseFormat), TypeInfoPropertyName = "CreateImageRequestResponseFormat2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageRequestOutputFormat), TypeInfoPropertyName = "CreateImageRequestOutputFormat2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.AnyOf), TypeInfoPropertyName = "AnyOfStringCreateImageRequestSize2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageRequestSize), TypeInfoPropertyName = "CreateImageRequestSize2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageRequestModeration), TypeInfoPropertyName = "CreateImageRequestModeration2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.CreateImageRequestBackground), TypeInfoPropertyName = "CreateImageRequestBackground2")] @@ -5731,6 +5739,7 @@ namespace tryAGI.OpenAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.AnyOf), TypeInfoPropertyName = "AnyOfStringImageGenToolModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.ImageGenToolModel), TypeInfoPropertyName = "ImageGenToolModel2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.ImageGenToolQuality), TypeInfoPropertyName = "ImageGenToolQuality2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.AnyOf), TypeInfoPropertyName = "AnyOfStringImageGenToolSize2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.ImageGenToolSize), TypeInfoPropertyName = "ImageGenToolSize2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.ImageGenToolOutputFormat), TypeInfoPropertyName = "ImageGenToolOutputFormat2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::tryAGI.OpenAI.ImageGenToolModeration), TypeInfoPropertyName = "ImageGenToolModeration2")] diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs index dee93da8..7a826bc0 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs @@ -2204,8787 +2204,8799 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestSize? Type544 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type544 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? Type545 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestSize? Type545 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? Type546 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? Type546 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputFidelity? Type547 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? Type547 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestQuality? Type548 { get; set; } + public global::tryAGI.OpenAI.InputFidelity? Type548 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequest? Type549 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestQuality? Type549 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type550 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequest? Type550 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestModel? Type551 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type551 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestQuality? Type552 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestModel? Type552 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestResponseFormat? Type553 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestQuality? Type553 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestOutputFormat? Type554 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestResponseFormat? Type554 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestSize? Type555 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestOutputFormat? Type555 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestModeration? Type556 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type556 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestBackground? Type557 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestSize? Type557 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestStyle? Type558 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestModeration? Type558 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequest? Type559 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestBackground? Type559 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type560 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestStyle? Type560 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequestModel? Type561 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequest? Type561 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequestResponseFormat? Type562 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type562 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequestSize? Type563 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequestModel? Type563 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateMessageRequest? Type564 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequestResponseFormat? Type564 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateMessageRequestRole? Type565 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequestSize? Type565 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>>? Type566 { get; set; } + public global::tryAGI.OpenAI.CreateMessageRequest? Type566 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type567 { get; set; } + public global::tryAGI.OpenAI.CreateMessageRequestRole? Type567 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type568 { get; set; } + public global::tryAGI.OpenAI.OneOf>>? Type568 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageFileObject? Type569 { get; set; } + public global::System.Collections.Generic.IList>? Type569 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageUrlObject? Type570 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type570 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageRequestContentTextObject? Type571 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageFileObject? Type571 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type572 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageUrlObject? Type572 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateMessageRequestAttachmentsVariant1Item? Type573 { get; set; } + public global::tryAGI.OpenAI.MessageRequestContentTextObject? Type573 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type574 { get; set; } + public global::System.Collections.Generic.IList? Type574 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type575 { get; set; } + public global::tryAGI.OpenAI.CreateMessageRequestAttachmentsVariant1Item? Type575 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelResponseProperties? Type576 { get; set; } + public global::System.Collections.Generic.IList>? Type576 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModelResponsePropertiesVariant2? Type577 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type577 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequest? Type578 { get; set; } + public global::tryAGI.OpenAI.ModelResponseProperties? Type578 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type579 { get; set; } + public global::tryAGI.OpenAI.CreateModelResponsePropertiesVariant2? Type579 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type580 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequest? Type580 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1? Type581 { get; set; } + public global::System.Collections.Generic.IList>? Type581 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1Type? Type582 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type582 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1ImageUrl? Type583 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1? Type583 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2? Type584 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1Type? Type584 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2Type? Type585 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1ImageUrl? Type585 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type586 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2? Type586 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestModel? Type587 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2Type? Type587 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponse? Type588 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type588 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type589 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestModel? Type589 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResult? Type590 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponse? Type590 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategories? Type591 { get; set; } + public global::System.Collections.Generic.IList? Type591 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryScores? Type592 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResult? Type592 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypes? Type593 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategories? Type593 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type594 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryScores? Type594 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateItem? Type595 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypes? Type595 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type596 { get; set; } + public global::System.Collections.Generic.IList? Type596 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateThreateningItem? Type597 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateItem? Type597 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type598 { get; set; } + public global::System.Collections.Generic.IList? Type598 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentItem? Type599 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateThreateningItem? Type599 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type600 { get; set; } + public global::System.Collections.Generic.IList? Type600 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentThreateningItem? Type601 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentItem? Type601 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type602 { get; set; } + public global::System.Collections.Generic.IList? Type602 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitItem? Type603 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentThreateningItem? Type603 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type604 { get; set; } + public global::System.Collections.Generic.IList? Type604 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitViolentItem? Type605 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitItem? Type605 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type606 { get; set; } + public global::System.Collections.Generic.IList? Type606 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmItem? Type607 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitViolentItem? Type607 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type608 { get; set; } + public global::System.Collections.Generic.IList? Type608 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmIntentItem? Type609 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmItem? Type609 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type610 { get; set; } + public global::System.Collections.Generic.IList? Type610 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmInstruction? Type611 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmIntentItem? Type611 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type612 { get; set; } + public global::System.Collections.Generic.IList? Type612 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualItem? Type613 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmInstruction? Type613 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type614 { get; set; } + public global::System.Collections.Generic.IList? Type614 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualMinor? Type615 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualItem? Type615 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type616 { get; set; } + public global::System.Collections.Generic.IList? Type616 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceItem? Type617 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualMinor? Type617 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type618 { get; set; } + public global::System.Collections.Generic.IList? Type618 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceGraphicItem? Type619 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceItem? Type619 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateResponse? Type620 { get; set; } + public global::System.Collections.Generic.IList? Type620 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseProperties? Type621 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceGraphicItem? Type621 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateResponseVariant3? Type622 { get; set; } + public global::tryAGI.OpenAI.CreateResponse? Type622 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputParam? Type623 { get; set; } + public global::tryAGI.OpenAI.ResponseProperties? Type623 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type624 { get; set; } + public global::tryAGI.OpenAI.CreateResponseVariant3? Type624 { get; set; } /// /// /// - public global::tryAGI.OpenAI.IncludeEnum? Type625 { get; set; } + public global::tryAGI.OpenAI.InputParam? Type625 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseStreamOptionsVariant1? Type626 { get; set; } + public global::System.Collections.Generic.IList? Type626 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type627 { get; set; } + public global::tryAGI.OpenAI.IncludeEnum? Type627 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContextManagementParam? Type628 { get; set; } + public global::tryAGI.OpenAI.ResponseStreamOptionsVariant1? Type628 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateRunRequest? Type629 { get; set; } + public global::System.Collections.Generic.IList? Type629 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type630 { get; set; } + public global::tryAGI.OpenAI.ContextManagementParam? Type630 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AllOf? Type631 { get; set; } + public global::tryAGI.OpenAI.CreateRunRequest? Type631 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TruncationObject? Type632 { get; set; } + public global::System.Collections.Generic.IList? Type632 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AllOf? Type633 { get; set; } + public global::tryAGI.OpenAI.AllOf? Type633 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequest? Type634 { get; set; } + public global::tryAGI.OpenAI.TruncationObject? Type634 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type635 { get; set; } + public global::tryAGI.OpenAI.AllOf? Type635 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequestModel? Type636 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequest? Type636 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequestResponseFormat? Type637 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type637 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequestStreamFormat? Type638 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequestModel? Type638 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechResponseStreamEvent? Type639 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequestResponseFormat? Type639 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDeltaEvent? Type640 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequestStreamFormat? Type640 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDoneEvent? Type641 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechResponseStreamEvent? Type641 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechResponseStreamEventDiscriminator? Type642 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDeltaEvent? Type642 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequest? Type643 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDoneEvent? Type643 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequest? Type644 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechResponseStreamEventDiscriminator? Type644 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type645 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequest? Type645 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestModel? Type646 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequest? Type646 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResources? Type647 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type647 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesCodeInterpreter? Type648 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestModel? Type648 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesFileSearch? Type649 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResources? Type649 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResources2? Type650 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesCodeInterpreter? Type650 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesCodeInterpreter? Type651 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesFileSearch? Type651 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearch? Type652 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResources2? Type652 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type653 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesCodeInterpreter? Type653 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStore? Type654 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearch? Type654 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyAutoChunkingStrategy? Type655 { get; set; } + public global::System.Collections.Generic.IList? Type655 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyAutoChunkingStrategyType? Type656 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStore? Type656 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyStaticChunkingStrategy? Type657 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyAutoChunkingStrategy? Type657 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyStaticChunkingStrategyType? Type658 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyAutoChunkingStrategyType? Type658 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyStaticChunkingStrategyStatic? Type659 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyStaticChunkingStrategy? Type659 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequest? Type660 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyStaticChunkingStrategyType? Type660 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type661 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyStaticChunkingStrategyStatic? Type661 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequestModel? Type662 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequest? Type662 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type663 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type663 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionInclude? Type664 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequestModel? Type664 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type665 { get; set; } + public global::System.Collections.Generic.IList? Type665 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequestTimestampGranularitie? Type666 { get; set; } + public global::tryAGI.OpenAI.TranscriptionInclude? Type666 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type667 { get; set; } + public global::System.Collections.Generic.IList? Type667 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequestChunkingStrategyVariant1? Type668 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequestTimestampGranularitie? Type668 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VadConfig? Type669 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type669 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJson? Type670 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequestChunkingStrategyVariant1? Type670 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJsonTask? Type671 { get; set; } + public global::tryAGI.OpenAI.VadConfig? Type671 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type672 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJson? Type672 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionDiarizedSegment? Type673 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJsonTask? Type673 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJsonUsage? Type674 { get; set; } + public global::System.Collections.Generic.IList? Type674 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageTokens? Type675 { get; set; } + public global::tryAGI.OpenAI.TranscriptionDiarizedSegment? Type675 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageDuration? Type676 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJsonUsage? Type676 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJsonUsageDiscriminator? Type677 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageTokens? Type677 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseJson? Type678 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageDuration? Type678 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type679 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseDiarizedJsonUsageDiscriminator? Type679 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseJsonLogprob? Type680 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseJson? Type680 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type681 { get; set; } + public global::System.Collections.Generic.IList? Type681 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEvent? Type682 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseJsonLogprob? Type682 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextSegmentEvent? Type683 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type683 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDeltaEvent? Type684 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEvent? Type684 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDoneEvent? Type685 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextSegmentEvent? Type685 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEventDiscriminator? Type686 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDeltaEvent? Type686 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseVerboseJson? Type687 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDoneEvent? Type687 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type688 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEventDiscriminator? Type688 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionWord? Type689 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseVerboseJson? Type689 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type690 { get; set; } + public global::System.Collections.Generic.IList? Type690 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionSegment? Type691 { get; set; } + public global::tryAGI.OpenAI.TranscriptionWord? Type691 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationRequest? Type692 { get; set; } + public global::System.Collections.Generic.IList? Type692 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type693 { get; set; } + public global::tryAGI.OpenAI.TranscriptionSegment? Type693 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationRequestModel? Type694 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationRequest? Type694 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationRequestResponseFormat? Type695 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type695 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationResponseJson? Type696 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationRequestModel? Type696 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationResponseVerboseJson? Type697 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationRequestResponseFormat? Type697 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateUploadRequest? Type698 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationResponseJson? Type698 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateUploadRequestPurpose? Type699 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationResponseVerboseJson? Type699 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVectorStoreFileBatchRequest? Type700 { get; set; } + public global::tryAGI.OpenAI.CreateUploadRequest? Type700 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type701 { get; set; } + public global::tryAGI.OpenAI.CreateUploadRequestPurpose? Type701 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVectorStoreFileRequest? Type702 { get; set; } + public global::tryAGI.OpenAI.CreateVectorStoreFileBatchRequest? Type702 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVectorStoreRequest? Type703 { get; set; } + public global::System.Collections.Generic.IList? Type703 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreExpirationAfter? Type704 { get; set; } + public global::tryAGI.OpenAI.CreateVectorStoreFileRequest? Type704 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type705 { get; set; } + public global::tryAGI.OpenAI.CreateVectorStoreRequest? Type705 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVoiceConsentRequest? Type706 { get; set; } + public global::tryAGI.OpenAI.VectorStoreExpirationAfter? Type706 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVoiceRequest? Type707 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type707 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolCallType? Type708 { get; set; } + public global::tryAGI.OpenAI.CreateVoiceConsentRequest? Type708 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolCallOutputType? Type709 { get; set; } + public global::tryAGI.OpenAI.CreateVoiceRequest? Type709 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type710 { get; set; } + public global::tryAGI.OpenAI.CustomToolCallType? Type710 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type711 { get; set; } + public global::tryAGI.OpenAI.CustomToolCallOutputType? Type711 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionAndCustomToolCallOutput? Type712 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type712 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolCallOutputResource? Type713 { get; set; } + public global::System.Collections.Generic.IList? Type713 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolCallOutputResourceVariant2? Type714 { get; set; } + public global::tryAGI.OpenAI.FunctionAndCustomToolCallOutput? Type714 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallOutputStatusEnum? Type715 { get; set; } + public global::tryAGI.OpenAI.CustomToolCallOutputResource? Type715 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolCallResource? Type716 { get; set; } + public global::tryAGI.OpenAI.CustomToolCallOutputResourceVariant2? Type716 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolCallResourceVariant2? Type717 { get; set; } + public global::tryAGI.OpenAI.FunctionCallOutputStatusEnum? Type717 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallStatus? Type718 { get; set; } + public global::tryAGI.OpenAI.CustomToolCallResource? Type718 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsType? Type719 { get; set; } + public global::tryAGI.OpenAI.CustomToolCallResourceVariant2? Type719 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsCustom? Type720 { get; set; } + public global::tryAGI.OpenAI.FunctionCallStatus? Type720 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type721 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsType? Type721 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatTextFormat? Type722 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsCustom? Type722 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatTextFormatType? Type723 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type723 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormat? Type724 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatTextFormat? Type724 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormatType? Type725 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatTextFormatType? Type725 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormatGrammar? Type726 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormat? Type726 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax? Type727 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormatType? Type727 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteAssistantResponse? Type728 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormatGrammar? Type728 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteAssistantResponseObject? Type729 { get; set; } + public global::tryAGI.OpenAI.CustomToolChatCompletionsCustomFormatGrammarFormatGrammarSyntax? Type729 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteCertificateResponse? Type730 { get; set; } + public global::tryAGI.OpenAI.DeleteAssistantResponse? Type730 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteCertificateResponseObject? Type731 { get; set; } + public global::tryAGI.OpenAI.DeleteAssistantResponseObject? Type731 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFileResponse? Type732 { get; set; } + public global::tryAGI.OpenAI.DeleteCertificateResponse? Type732 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFileResponseObject? Type733 { get; set; } + public global::tryAGI.OpenAI.DeleteCertificateResponseObject? Type733 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponse? Type734 { get; set; } + public global::tryAGI.OpenAI.DeleteFileResponse? Type734 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponseObject? Type735 { get; set; } + public global::tryAGI.OpenAI.DeleteFileResponseObject? Type735 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteMessageResponse? Type736 { get; set; } + public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponse? Type736 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteMessageResponseObject? Type737 { get; set; } + public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponseObject? Type737 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteModelResponse? Type738 { get; set; } + public global::tryAGI.OpenAI.DeleteMessageResponse? Type738 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteThreadResponse? Type739 { get; set; } + public global::tryAGI.OpenAI.DeleteMessageResponseObject? Type739 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteThreadResponseObject? Type740 { get; set; } + public global::tryAGI.OpenAI.DeleteModelResponse? Type740 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreFileResponse? Type741 { get; set; } + public global::tryAGI.OpenAI.DeleteThreadResponse? Type741 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreFileResponseObject? Type742 { get; set; } + public global::tryAGI.OpenAI.DeleteThreadResponseObject? Type742 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreResponse? Type743 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreFileResponse? Type743 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreResponseObject? Type744 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreFileResponseObject? Type744 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedConversation? Type745 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreResponse? Type745 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedConversationResource? Type746 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreResponseObject? Type746 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedRoleAssignmentResource? Type747 { get; set; } + public global::tryAGI.OpenAI.DeletedConversation? Type747 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DoneEventEvent? Type748 { get; set; } + public global::tryAGI.OpenAI.DeletedConversationResource? Type748 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DoneEventData? Type749 { get; set; } + public global::tryAGI.OpenAI.DeletedRoleAssignmentResource? Type749 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EasyInputMessageRole? Type750 { get; set; } + public global::tryAGI.OpenAI.DoneEventEvent? Type750 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type751 { get; set; } + public global::tryAGI.OpenAI.DoneEventData? Type751 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type752 { get; set; } + public global::tryAGI.OpenAI.EasyInputMessageRole? Type752 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessagePhase? Type753 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type753 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EasyInputMessageType? Type754 { get; set; } + public global::System.Collections.Generic.IList? Type754 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParam? Type755 { get; set; } + public global::tryAGI.OpenAI.MessagePhase? Type755 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type756 { get; set; } + public global::tryAGI.OpenAI.EasyInputMessageType? Type756 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParamModel? Type757 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParam? Type757 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type758 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type758 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageRefParam? Type759 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParamModel? Type759 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParamQuality2? Type760 { get; set; } + public global::System.Collections.Generic.IList? Type760 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParamInputFidelity2? Type761 { get; set; } + public global::tryAGI.OpenAI.ImageRefParam? Type761 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParamSize2? Type762 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParamQuality2? Type762 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParamOutputFormat2? Type763 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParamInputFidelity2? Type763 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParamModeration2? Type764 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParamSize2? Type764 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EditImageBodyJsonParamBackground2? Type765 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParamOutputFormat2? Type765 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type766 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParamModeration2? Type766 { get; set; } /// /// /// - public float? Type767 { get; set; } + public global::tryAGI.OpenAI.EditImageBodyJsonParamBackground2? Type767 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EmbeddingObject? Type768 { get; set; } + public global::System.Collections.Generic.IList? Type768 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Error? Type769 { get; set; } + public float? Type769 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ErrorEventEvent? Type770 { get; set; } + public global::tryAGI.OpenAI.EmbeddingObject? Type770 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ErrorResponse? Type771 { get; set; } + public global::tryAGI.OpenAI.Error? Type771 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Eval? Type772 { get; set; } + public global::tryAGI.OpenAI.ErrorEventEvent? Type772 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalObject? Type773 { get; set; } + public global::tryAGI.OpenAI.ErrorResponse? Type773 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type774 { get; set; } + public global::tryAGI.OpenAI.Eval? Type774 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalCustomDataSourceConfig? Type775 { get; set; } + public global::tryAGI.OpenAI.EvalObject? Type775 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalLogsDataSourceConfig? Type776 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type776 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfig? Type777 { get; set; } + public global::tryAGI.OpenAI.EvalCustomDataSourceConfig? Type777 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type778 { get; set; } + public global::tryAGI.OpenAI.EvalLogsDataSourceConfig? Type778 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type779 { get; set; } + public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfig? Type779 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderLabelModel? Type780 { get; set; } + public global::System.Collections.Generic.IList>? Type780 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalApiError? Type781 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type781 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalCustomDataSourceConfigType? Type782 { get; set; } + public global::tryAGI.OpenAI.EvalGraderLabelModel? Type782 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderLabelModel? Type783 { get; set; } + public global::tryAGI.OpenAI.EvalApiError? Type783 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderPython? Type784 { get; set; } + public global::tryAGI.OpenAI.EvalCustomDataSourceConfigType? Type784 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderPythonVariant2? Type785 { get; set; } + public global::tryAGI.OpenAI.GraderLabelModel? Type785 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderScoreModel? Type786 { get; set; } + public global::tryAGI.OpenAI.GraderPython? Type786 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderScoreModelVariant2? Type787 { get; set; } + public global::tryAGI.OpenAI.EvalGraderPythonVariant2? Type787 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderStringCheck? Type788 { get; set; } + public global::tryAGI.OpenAI.GraderScoreModel? Type788 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderTextSimilarity? Type789 { get; set; } + public global::tryAGI.OpenAI.EvalGraderScoreModelVariant2? Type789 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderTextSimilarityVariant2? Type790 { get; set; } + public global::tryAGI.OpenAI.GraderStringCheck? Type790 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemRole? Type791 { get; set; } + public global::tryAGI.OpenAI.GraderTextSimilarity? Type791 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContent? Type792 { get; set; } + public global::tryAGI.OpenAI.EvalGraderTextSimilarityVariant2? Type792 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemType? Type793 { get; set; } + public global::tryAGI.OpenAI.EvalItemRole? Type793 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContentItem? Type794 { get; set; } + public global::tryAGI.OpenAI.EvalItemContent? Type794 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type795 { get; set; } + public global::tryAGI.OpenAI.EvalItemType? Type795 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputTextContent? Type796 { get; set; } + public global::tryAGI.OpenAI.EvalItemContentItem? Type796 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContentOutputText? Type797 { get; set; } + public global::System.Collections.Generic.IList? Type797 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemInputImage? Type798 { get; set; } + public global::tryAGI.OpenAI.InputTextContent? Type798 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputAudio? Type799 { get; set; } + public global::tryAGI.OpenAI.EvalItemContentOutputText? Type799 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContentOutputTextType? Type800 { get; set; } + public global::tryAGI.OpenAI.EvalItemInputImage? Type800 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemInputImageType? Type801 { get; set; } + public global::tryAGI.OpenAI.InputAudio? Type801 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileContentSourceType? Type802 { get; set; } + public global::tryAGI.OpenAI.EvalItemContentOutputTextType? Type802 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type803 { get; set; } + public global::tryAGI.OpenAI.EvalItemInputImageType? Type803 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileContentSourceContentItem? Type804 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileContentSourceType? Type804 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileIdSourceType? Type805 { get; set; } + public global::System.Collections.Generic.IList? Type805 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalList? Type806 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileContentSourceContentItem? Type806 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalListObject? Type807 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileIdSourceType? Type807 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type808 { get; set; } + public global::tryAGI.OpenAI.EvalList? Type808 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalLogsDataSourceConfigType? Type809 { get; set; } + public global::tryAGI.OpenAI.EvalListObject? Type809 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalResponsesSourceType? Type810 { get; set; } + public global::System.Collections.Generic.IList? Type810 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRun? Type811 { get; set; } + public global::tryAGI.OpenAI.EvalLogsDataSourceConfigType? Type811 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunObject? Type812 { get; set; } + public global::tryAGI.OpenAI.EvalResponsesSourceType? Type812 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunResultCounts? Type813 { get; set; } + public global::tryAGI.OpenAI.EvalRun? Type813 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type814 { get; set; } + public global::tryAGI.OpenAI.EvalRunObject? Type814 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunPerModelUsageItem? Type815 { get; set; } + public global::tryAGI.OpenAI.EvalRunResultCounts? Type815 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type816 { get; set; } + public global::System.Collections.Generic.IList? Type816 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunPerTestingCriteriaResult? Type817 { get; set; } + public global::tryAGI.OpenAI.EvalRunPerModelUsageItem? Type817 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunList? Type818 { get; set; } + public global::System.Collections.Generic.IList? Type818 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunListObject? Type819 { get; set; } + public global::tryAGI.OpenAI.EvalRunPerTestingCriteriaResult? Type819 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type820 { get; set; } + public global::tryAGI.OpenAI.EvalRunList? Type820 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItem? Type821 { get; set; } + public global::tryAGI.OpenAI.EvalRunListObject? Type821 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemObject? Type822 { get; set; } + public global::System.Collections.Generic.IList? Type822 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type823 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItem? Type823 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemResult? Type824 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemObject? Type824 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSample? Type825 { get; set; } + public global::System.Collections.Generic.IList? Type825 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type826 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemResult? Type826 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSampleInputItem? Type827 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSample? Type827 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type828 { get; set; } + public global::System.Collections.Generic.IList? Type828 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSampleOutputItem? Type829 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSampleInputItem? Type829 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSampleUsage? Type830 { get; set; } + public global::System.Collections.Generic.IList? Type830 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemList? Type831 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSampleOutputItem? Type831 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemListObject? Type832 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSampleUsage? Type832 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type833 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemList? Type833 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfigType? Type834 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemListObject? Type834 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalStoredCompletionsSourceType? Type835 { get; set; } + public global::System.Collections.Generic.IList? Type835 { get; set; } /// /// /// - public global::System.DateTimeOffset? Type836 { get; set; } + public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfigType? Type836 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileExpirationAfterAnchor? Type837 { get; set; } + public global::tryAGI.OpenAI.EvalStoredCompletionsSourceType? Type837 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FilePath? Type838 { get; set; } + public global::System.DateTimeOffset? Type838 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FilePathType? Type839 { get; set; } + public global::tryAGI.OpenAI.FileExpirationAfterAnchor? Type839 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchRanker? Type840 { get; set; } + public global::tryAGI.OpenAI.FilePath? Type840 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolCallType? Type841 { get; set; } + public global::tryAGI.OpenAI.FilePathType? Type841 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolCallStatus? Type842 { get; set; } + public global::tryAGI.OpenAI.FileSearchRanker? Type842 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type843 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolCallType? Type843 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolCallResultsVariant1Item? Type844 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolCallStatus? Type844 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessage? Type845 { get; set; } + public global::System.Collections.Generic.IList? Type845 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessageAssistantMessage? Type846 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolCallResultsVariant1Item? Type846 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparameters? Type847 { get; set; } + public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessage? Type847 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type848 { get; set; } + public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessageAssistantMessage? Type848 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBeta? Type849 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparameters? Type849 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type850 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type850 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBatchSize? Type851 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBeta? Type851 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type852 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type852 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersLearningRateMultiplier? Type853 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBatchSize? Type853 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type854 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type854 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersNEpochs? Type855 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersLearningRateMultiplier? Type855 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOMethod? Type856 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type856 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneMethodType? Type857 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersNEpochs? Type857 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedMethod? Type858 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOMethod? Type858 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementMethod? Type859 { get; set; } + public global::tryAGI.OpenAI.FineTuneMethodType? Type859 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparameters? Type860 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedMethod? Type860 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type861 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementMethod? Type861 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersBatchSize? Type862 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparameters? Type862 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type863 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type863 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersLearningRateMultiplier? Type864 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersBatchSize? Type864 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type865 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type865 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersNEpochs? Type866 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersLearningRateMultiplier? Type866 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersReasoningEffort? Type867 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type867 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type868 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersNEpochs? Type868 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersComputeMultiplier? Type869 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersReasoningEffort? Type869 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type870 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type870 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalInterval? Type871 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersComputeMultiplier? Type871 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type872 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type872 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalSamples? Type873 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalInterval? Type873 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type874 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type874 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderMulti? Type875 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalSamples? Type875 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparameters? Type876 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type876 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type877 { get; set; } + public global::tryAGI.OpenAI.GraderMulti? Type877 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersBatchSize? Type878 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparameters? Type878 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type879 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type879 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersLearningRateMultiplier? Type880 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersBatchSize? Type880 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type881 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type881 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersNEpochs? Type882 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersLearningRateMultiplier? Type882 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningCheckpointPermission? Type883 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type883 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningCheckpointPermissionObject? Type884 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersNEpochs? Type884 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningIntegration? Type885 { get; set; } + public global::tryAGI.OpenAI.FineTuningCheckpointPermission? Type885 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningIntegrationType? Type886 { get; set; } + public global::tryAGI.OpenAI.FineTuningCheckpointPermissionObject? Type886 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningIntegrationWandb? Type887 { get; set; } + public global::tryAGI.OpenAI.FineTuningIntegration? Type887 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJob? Type888 { get; set; } + public global::tryAGI.OpenAI.FineTuningIntegrationType? Type888 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobError2? Type889 { get; set; } + public global::tryAGI.OpenAI.FineTuningIntegrationWandb? Type889 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparameters? Type890 { get; set; } + public global::tryAGI.OpenAI.FineTuningJob? Type890 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type891 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobError2? Type891 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparametersBatchSizeVariant1? Type892 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparameters? Type892 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type893 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type893 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparametersLearningRateMultiplier? Type894 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparametersBatchSizeVariant1? Type894 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type895 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type895 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparametersNEpochs? Type896 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparametersLearningRateMultiplier? Type896 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobObject? Type897 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type897 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobStatus? Type898 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparametersNEpochs? Type898 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type899 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobObject? Type899 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobCheckpoint? Type900 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobStatus? Type900 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobCheckpointMetrics? Type901 { get; set; } + public global::System.Collections.Generic.IList? Type901 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobCheckpointObject? Type902 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobCheckpoint? Type902 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEvent? Type903 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobCheckpointMetrics? Type903 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEventObject? Type904 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobCheckpointObject? Type904 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEventLevel? Type905 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEvent? Type905 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEventType? Type906 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEventObject? Type906 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputImageContent? Type907 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEventLevel? Type907 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputFileContent? Type908 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEventType? Type908 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionAndCustomToolCallOutputDiscriminator? Type909 { get; set; } + public global::tryAGI.OpenAI.InputImageContent? Type909 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCall? Type910 { get; set; } + public global::tryAGI.OpenAI.InputFileContent? Type910 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallType? Type911 { get; set; } + public global::tryAGI.OpenAI.FunctionAndCustomToolCallOutputDiscriminator? Type911 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallStatus? Type912 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCall? Type912 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutput? Type913 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallType? Type913 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutputType? Type914 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallStatus? Type914 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutputStatus? Type915 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutput? Type915 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutputResourceVariant2? Type916 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutputType? Type916 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallResourceVariant2? Type917 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutputStatus? Type917 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderLabelModelType? Type918 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutputResourceVariant2? Type918 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type919 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallResourceVariant2? Type919 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderMultiType? Type920 { get; set; } + public global::tryAGI.OpenAI.GraderLabelModelType? Type920 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type921 { get; set; } + public global::System.Collections.Generic.IList? Type921 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderPythonType? Type922 { get; set; } + public global::tryAGI.OpenAI.GraderMultiType? Type922 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderScoreModelType? Type923 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type923 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderScoreModelSamplingParams? Type924 { get; set; } + public global::tryAGI.OpenAI.GraderPythonType? Type924 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderStringCheckType? Type925 { get; set; } + public global::tryAGI.OpenAI.GraderScoreModelType? Type925 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderStringCheckOperation? Type926 { get; set; } + public global::tryAGI.OpenAI.GraderScoreModelSamplingParams? Type926 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderTextSimilarityType? Type927 { get; set; } + public global::tryAGI.OpenAI.GraderStringCheckType? Type927 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderTextSimilarityEvaluationMetric? Type928 { get; set; } + public global::tryAGI.OpenAI.GraderStringCheckOperation? Type928 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Group? Type929 { get; set; } + public global::tryAGI.OpenAI.GraderTextSimilarityType? Type929 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupObject? Type930 { get; set; } + public global::tryAGI.OpenAI.GraderTextSimilarityEvaluationMetric? Type930 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupDeletedResource? Type931 { get; set; } + public global::tryAGI.OpenAI.Group? Type931 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupDeletedResourceObject? Type932 { get; set; } + public global::tryAGI.OpenAI.GroupObject? Type932 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupListResource? Type933 { get; set; } + public global::tryAGI.OpenAI.GroupDeletedResource? Type933 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupListResourceObject? Type934 { get; set; } + public global::tryAGI.OpenAI.GroupDeletedResourceObject? Type934 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type935 { get; set; } + public global::tryAGI.OpenAI.GroupListResource? Type935 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupResponse? Type936 { get; set; } + public global::tryAGI.OpenAI.GroupListResourceObject? Type936 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupResourceWithSuccess? Type937 { get; set; } + public global::System.Collections.Generic.IList? Type937 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupRoleAssignment? Type938 { get; set; } + public global::tryAGI.OpenAI.GroupResponse? Type938 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupRoleAssignmentObject? Type939 { get; set; } + public global::tryAGI.OpenAI.GroupResourceWithSuccess? Type939 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Role? Type940 { get; set; } + public global::tryAGI.OpenAI.GroupRoleAssignment? Type940 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupUser? Type941 { get; set; } + public global::tryAGI.OpenAI.GroupRoleAssignmentObject? Type941 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupUserAssignment? Type942 { get; set; } + public global::tryAGI.OpenAI.Role? Type942 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupUserAssignmentObject? Type943 { get; set; } + public global::tryAGI.OpenAI.GroupUser? Type943 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupUserDeletedResource? Type944 { get; set; } + public global::tryAGI.OpenAI.GroupUserAssignment? Type944 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GroupUserDeletedResourceObject? Type945 { get; set; } + public global::tryAGI.OpenAI.GroupUserAssignmentObject? Type945 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Image2? Type946 { get; set; } + public global::tryAGI.OpenAI.GroupUserDeletedResource? Type946 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEvent? Type947 { get; set; } + public global::tryAGI.OpenAI.GroupUserDeletedResourceObject? Type947 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventType? Type948 { get; set; } + public global::tryAGI.OpenAI.Image2? Type948 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventSize? Type949 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEvent? Type949 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventQuality? Type950 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventType? Type950 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventBackground? Type951 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventSize? Type951 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventOutputFormat? Type952 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventQuality? Type952 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesUsage? Type953 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventBackground? Type953 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEvent? Type954 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventOutputFormat? Type954 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventType? Type955 { get; set; } + public global::tryAGI.OpenAI.ImagesUsage? Type955 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventSize? Type956 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEvent? Type956 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventQuality? Type957 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventType? Type957 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventBackground? Type958 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventSize? Type958 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventOutputFormat? Type959 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventQuality? Type959 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditStreamEvent? Type960 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventBackground? Type960 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditStreamEventDiscriminator? Type961 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventOutputFormat? Type961 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEvent? Type962 { get; set; } + public global::tryAGI.OpenAI.ImageEditStreamEvent? Type962 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventType? Type963 { get; set; } + public global::tryAGI.OpenAI.ImageEditStreamEventDiscriminator? Type963 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventSize? Type964 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEvent? Type964 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventQuality? Type965 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventType? Type965 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventBackground? Type966 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventSize? Type966 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventOutputFormat? Type967 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventQuality? Type967 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEvent? Type968 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventBackground? Type968 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventType? Type969 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventOutputFormat? Type969 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventSize? Type970 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEvent? Type970 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventQuality? Type971 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventType? Type971 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventBackground? Type972 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventSize? Type972 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventOutputFormat? Type973 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventQuality? Type973 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenStreamEvent? Type974 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventBackground? Type974 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenStreamEventDiscriminator? Type975 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventOutputFormat? Type975 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenTool? Type976 { get; set; } + public global::tryAGI.OpenAI.ImageGenStreamEvent? Type976 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolType? Type977 { get; set; } + public global::tryAGI.OpenAI.ImageGenStreamEventDiscriminator? Type977 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type978 { get; set; } + public global::tryAGI.OpenAI.ImageGenTool? Type978 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolModel? Type979 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolType? Type979 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolQuality? Type980 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type980 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolSize? Type981 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolModel? Type981 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolOutputFormat? Type982 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolQuality? Type982 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolModeration? Type983 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type983 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolBackground? Type984 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolSize? Type984 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolInputImageMask? Type985 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolOutputFormat? Type985 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenActionEnum? Type986 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolModeration? Type986 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolCallType? Type987 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolBackground? Type987 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolCallStatus? Type988 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolInputImageMask? Type988 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponse? Type989 { get; set; } + public global::tryAGI.OpenAI.ImageGenActionEnum? Type989 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type990 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolCallType? Type990 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseBackground? Type991 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolCallStatus? Type991 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseOutputFormat? Type992 { get; set; } + public global::tryAGI.OpenAI.ImagesResponse? Type992 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseSize? Type993 { get; set; } + public global::System.Collections.Generic.IList? Type993 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseQuality? Type994 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseBackground? Type994 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenUsage? Type995 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseOutputFormat? Type995 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesUsageInputTokensDetails? Type996 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseSize? Type996 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputAudioType? Type997 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseQuality? Type997 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputAudioInputAudio1? Type998 { get; set; } + public global::tryAGI.OpenAI.ImageGenUsage? Type998 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputAudioInputAudio1Format? Type999 { get; set; } + public global::tryAGI.OpenAI.ImagesUsageInputTokensDetails? Type999 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputContentDiscriminator? Type1000 { get; set; } + public global::tryAGI.OpenAI.InputAudioType? Type1000 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputItem? Type1001 { get; set; } + public global::tryAGI.OpenAI.InputAudioInputAudio1? Type1001 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Item? Type1002 { get; set; } + public global::tryAGI.OpenAI.InputAudioInputAudio1Format? Type1002 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemReferenceParam? Type1003 { get; set; } + public global::tryAGI.OpenAI.InputContentDiscriminator? Type1003 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputItemDiscriminator? Type1004 { get; set; } + public global::tryAGI.OpenAI.InputItem? Type1004 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessage? Type1005 { get; set; } + public global::tryAGI.OpenAI.Item? Type1005 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageType? Type1006 { get; set; } + public global::tryAGI.OpenAI.ItemReferenceParam? Type1006 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageRole? Type1007 { get; set; } + public global::tryAGI.OpenAI.InputItemDiscriminator? Type1007 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageStatus? Type1008 { get; set; } + public global::tryAGI.OpenAI.InputMessage? Type1008 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageResource? Type1009 { get; set; } + public global::tryAGI.OpenAI.InputMessageType? Type1009 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageResourceVariant2? Type1010 { get; set; } + public global::tryAGI.OpenAI.InputMessageRole? Type1010 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1011 { get; set; } + public global::tryAGI.OpenAI.InputMessageStatus? Type1011 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Invite? Type1012 { get; set; } + public global::tryAGI.OpenAI.InputMessageResource? Type1012 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteObject? Type1013 { get; set; } + public global::tryAGI.OpenAI.InputMessageResourceVariant2? Type1013 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRole? Type1014 { get; set; } + public global::System.Collections.Generic.IList? Type1014 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteStatus? Type1015 { get; set; } + public global::tryAGI.OpenAI.Invite? Type1015 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1016 { get; set; } + public global::tryAGI.OpenAI.InviteObject? Type1016 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteProject? Type1017 { get; set; } + public global::tryAGI.OpenAI.InviteRole? Type1017 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteProjectRole? Type1018 { get; set; } + public global::tryAGI.OpenAI.InviteStatus? Type1018 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteDeleteResponse? Type1019 { get; set; } + public global::System.Collections.Generic.IList? Type1019 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteDeleteResponseObject? Type1020 { get; set; } + public global::tryAGI.OpenAI.InviteProject? Type1020 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteListResponse? Type1021 { get; set; } + public global::tryAGI.OpenAI.InviteProjectRole? Type1021 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteListResponseObject? Type1022 { get; set; } + public global::tryAGI.OpenAI.InviteDeleteResponse? Type1022 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1023 { get; set; } + public global::tryAGI.OpenAI.InviteDeleteResponseObject? Type1023 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteProjectGroupBody? Type1024 { get; set; } + public global::tryAGI.OpenAI.InviteListResponse? Type1024 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequest? Type1025 { get; set; } + public global::tryAGI.OpenAI.InviteListResponseObject? Type1025 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequestRole? Type1026 { get; set; } + public global::System.Collections.Generic.IList? Type1026 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1027 { get; set; } + public global::tryAGI.OpenAI.InviteProjectGroupBody? Type1027 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequestProject? Type1028 { get; set; } + public global::tryAGI.OpenAI.InviteRequest? Type1028 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequestProjectRole? Type1029 { get; set; } + public global::tryAGI.OpenAI.InviteRequestRole? Type1029 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessage? Type1030 { get; set; } + public global::System.Collections.Generic.IList? Type1030 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerCallOutputItemParam? Type1031 { get; set; } + public global::tryAGI.OpenAI.InviteRequestProject? Type1031 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallOutputItemParam? Type1032 { get; set; } + public global::tryAGI.OpenAI.InviteRequestProjectRole? Type1032 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchCallItemParam? Type1033 { get; set; } + public global::tryAGI.OpenAI.OutputMessage? Type1033 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchOutputItemParam? Type1034 { get; set; } + public global::tryAGI.OpenAI.ComputerCallOutputItemParam? Type1034 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompactionSummaryItemParam? Type1035 { get; set; } + public global::tryAGI.OpenAI.FunctionCallOutputItemParam? Type1035 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallItemParam? Type1036 { get; set; } + public global::tryAGI.OpenAI.ToolSearchCallItemParam? Type1036 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputItemParam? Type1037 { get; set; } + public global::tryAGI.OpenAI.ToolSearchOutputItemParam? Type1037 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolCallItemParam? Type1038 { get; set; } + public global::tryAGI.OpenAI.CompactionSummaryItemParam? Type1038 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolCallOutputItemParam? Type1039 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallItemParam? Type1039 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalResponse? Type1040 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputItemParam? Type1040 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemDiscriminator? Type1041 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolCallItemParam? Type1041 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemResource? Type1042 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolCallOutputItemParam? Type1042 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemResourceDiscriminator? Type1043 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalResponse? Type1043 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAssistantsResponse? Type1044 { get; set; } + public global::tryAGI.OpenAI.ItemDiscriminator? Type1044 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1045 { get; set; } + public global::tryAGI.OpenAI.ItemResource? Type1045 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAuditLogsResponse? Type1046 { get; set; } + public global::tryAGI.OpenAI.ItemResourceDiscriminator? Type1046 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAuditLogsResponseObject? Type1047 { get; set; } + public global::tryAGI.OpenAI.ListAssistantsResponse? Type1047 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1048 { get; set; } + public global::System.Collections.Generic.IList? Type1048 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListBatchesResponse? Type1049 { get; set; } + public global::tryAGI.OpenAI.ListAuditLogsResponse? Type1049 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1050 { get; set; } + public global::tryAGI.OpenAI.ListAuditLogsResponseObject? Type1050 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListBatchesResponseObject? Type1051 { get; set; } + public global::System.Collections.Generic.IList? Type1051 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListCertificatesResponse? Type1052 { get; set; } + public global::tryAGI.OpenAI.ListBatchesResponse? Type1052 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1053 { get; set; } + public global::System.Collections.Generic.IList? Type1053 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationCertificate? Type1054 { get; set; } + public global::tryAGI.OpenAI.ListBatchesResponseObject? Type1054 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListCertificatesResponseObject? Type1055 { get; set; } + public global::tryAGI.OpenAI.ListCertificatesResponse? Type1055 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesResponse? Type1056 { get; set; } + public global::System.Collections.Generic.IList? Type1056 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1057 { get; set; } + public global::tryAGI.OpenAI.OrganizationCertificate? Type1057 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFile? Type1058 { get; set; } + public global::tryAGI.OpenAI.ListCertificatesResponseObject? Type1058 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponse? Type1059 { get; set; } + public global::tryAGI.OpenAI.ListFilesResponse? Type1059 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1060 { get; set; } + public global::System.Collections.Generic.IList? Type1060 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponseObject? Type1061 { get; set; } + public global::tryAGI.OpenAI.OpenAIFile? Type1061 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponse? Type1062 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponse? Type1062 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1063 { get; set; } + public global::System.Collections.Generic.IList? Type1063 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponseObject? Type1064 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponseObject? Type1064 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobEventsResponse? Type1065 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponse? Type1065 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1066 { get; set; } + public global::System.Collections.Generic.IList? Type1066 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobEventsResponseObject? Type1067 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponseObject? Type1067 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListMessagesResponse? Type1068 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobEventsResponse? Type1068 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1069 { get; set; } + public global::System.Collections.Generic.IList? Type1069 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageObject? Type1070 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobEventsResponseObject? Type1070 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListModelsResponse? Type1071 { get; set; } + public global::tryAGI.OpenAI.ListMessagesResponse? Type1071 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListModelsResponseObject? Type1072 { get; set; } + public global::System.Collections.Generic.IList? Type1072 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1073 { get; set; } + public global::tryAGI.OpenAI.MessageObject? Type1073 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Model17? Type1074 { get; set; } + public global::tryAGI.OpenAI.ListModelsResponse? Type1074 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponse? Type1075 { get; set; } + public global::tryAGI.OpenAI.ListModelsResponseObject? Type1075 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1076 { get; set; } + public global::System.Collections.Generic.IList? Type1076 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponseObject? Type1077 { get; set; } + public global::tryAGI.OpenAI.Model17? Type1077 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectCertificatesResponse? Type1078 { get; set; } + public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponse? Type1078 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1079 { get; set; } + public global::System.Collections.Generic.IList? Type1079 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationProjectCertificate? Type1080 { get; set; } + public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponseObject? Type1080 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectCertificatesResponseObject? Type1081 { get; set; } + public global::tryAGI.OpenAI.ListProjectCertificatesResponse? Type1081 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunStepsResponse? Type1082 { get; set; } + public global::System.Collections.Generic.IList? Type1082 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1083 { get; set; } + public global::tryAGI.OpenAI.OrganizationProjectCertificate? Type1083 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepObject? Type1084 { get; set; } + public global::tryAGI.OpenAI.ListProjectCertificatesResponseObject? Type1084 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunsResponse? Type1085 { get; set; } + public global::tryAGI.OpenAI.ListRunStepsResponse? Type1085 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1086 { get; set; } + public global::System.Collections.Generic.IList? Type1086 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObject? Type1087 { get; set; } + public global::tryAGI.OpenAI.RunStepObject? Type1087 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoreFilesResponse? Type1088 { get; set; } + public global::tryAGI.OpenAI.ListRunsResponse? Type1088 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1089 { get; set; } + public global::System.Collections.Generic.IList? Type1089 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObject? Type1090 { get; set; } + public global::tryAGI.OpenAI.RunObject? Type1090 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoresResponse? Type1091 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoreFilesResponse? Type1091 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1092 { get; set; } + public global::System.Collections.Generic.IList? Type1092 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObject? Type1093 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObject? Type1093 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallType? Type1094 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoresResponse? Type1094 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellExecAction? Type1095 { get; set; } + public global::System.Collections.Generic.IList? Type1095 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallStatus? Type1096 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObject? Type1096 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallOutputType? Type1097 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallType? Type1097 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallOutputStatus2? Type1098 { get; set; } + public global::tryAGI.OpenAI.LocalShellExecAction? Type1098 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LogProbProperties? Type1099 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallStatus? Type1099 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalRequestType? Type1100 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallOutputType? Type1100 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalResponseType? Type1101 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallOutputStatus2? Type1101 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalResponseResourceType? Type1102 { get; set; } + public global::tryAGI.OpenAI.LogProbProperties? Type1102 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPListToolsType? Type1103 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalRequestType? Type1103 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1104 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalResponseType? Type1104 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPListToolsTool? Type1105 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalResponseResourceType? Type1105 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPTool? Type1106 { get; set; } + public global::tryAGI.OpenAI.MCPListToolsType? Type1106 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolType? Type1107 { get; set; } + public global::System.Collections.Generic.IList? Type1107 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolConnectorId? Type1108 { get; set; } + public global::tryAGI.OpenAI.MCPListToolsTool? Type1108 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf, global::tryAGI.OpenAI.MCPToolFilter>? Type1109 { get; set; } + public global::tryAGI.OpenAI.MCPTool? Type1109 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolFilter? Type1110 { get; set; } + public global::tryAGI.OpenAI.MCPToolType? Type1110 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1111 { get; set; } + public global::tryAGI.OpenAI.MCPToolConnectorId? Type1111 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolRequireApprovalVariant1Enum? Type1112 { get; set; } + public global::tryAGI.OpenAI.OneOf, global::tryAGI.OpenAI.MCPToolFilter>? Type1112 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolRequireApprovalVariant1Enum2? Type1113 { get; set; } + public global::tryAGI.OpenAI.MCPToolFilter? Type1113 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolCallType? Type1114 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1114 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolCallStatus? Type1115 { get; set; } + public global::tryAGI.OpenAI.MCPToolRequireApprovalVariant1Enum? Type1115 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageFileObjectType? Type1116 { get; set; } + public global::tryAGI.OpenAI.MCPToolRequireApprovalVariant1Enum2? Type1116 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageFileObjectImageFile? Type1117 { get; set; } + public global::tryAGI.OpenAI.MCPToolCallType? Type1117 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageFileObjectImageFileDetail? Type1118 { get; set; } + public global::tryAGI.OpenAI.MCPToolCallStatus? Type1118 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageUrlObjectType? Type1119 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageFileObjectType? Type1119 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageUrlObjectImageUrl? Type1120 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageFileObjectImageFile? Type1120 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentImageUrlObjectImageUrlDetail? Type1121 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageFileObjectImageFileDetail? Type1121 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentRefusalObject? Type1122 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageUrlObjectType? Type1122 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentRefusalObjectType? Type1123 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageUrlObjectImageUrl? Type1123 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextAnnotationsFileCitationObject? Type1124 { get; set; } + public global::tryAGI.OpenAI.MessageContentImageUrlObjectImageUrlDetail? Type1124 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextAnnotationsFileCitationObjectType? Type1125 { get; set; } + public global::tryAGI.OpenAI.MessageContentRefusalObject? Type1125 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextAnnotationsFileCitationObjectFileCitation? Type1126 { get; set; } + public global::tryAGI.OpenAI.MessageContentRefusalObjectType? Type1126 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextAnnotationsFilePathObject? Type1127 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextAnnotationsFileCitationObject? Type1127 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextAnnotationsFilePathObjectType? Type1128 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextAnnotationsFileCitationObjectType? Type1128 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextAnnotationsFilePathObjectFilePath? Type1129 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextAnnotationsFileCitationObjectFileCitation? Type1129 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextObject? Type1130 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextAnnotationsFilePathObject? Type1130 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextObjectType? Type1131 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextAnnotationsFilePathObjectType? Type1131 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentTextObjectText? Type1132 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextAnnotationsFilePathObjectFilePath? Type1132 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1133 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextObject? Type1133 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1134 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextObjectType? Type1134 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageFileObject? Type1135 { get; set; } + public global::tryAGI.OpenAI.MessageContentTextObjectText? Type1135 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageFileObjectType? Type1136 { get; set; } + public global::System.Collections.Generic.IList>? Type1136 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageFileObjectImageFile? Type1137 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1137 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageFileObjectImageFileDetail? Type1138 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageFileObject? Type1138 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObject? Type1139 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageFileObjectType? Type1139 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObjectType? Type1140 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageFileObjectImageFile? Type1140 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObjectImageUrl? Type1141 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageFileObjectImageFileDetail? Type1141 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObjectImageUrlDetail? Type1142 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObject? Type1142 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentRefusalObject? Type1143 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObjectType? Type1143 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentRefusalObjectType? Type1144 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObjectImageUrl? Type1144 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFileCitationObject? Type1145 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentImageUrlObjectImageUrlDetail? Type1145 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFileCitationObjectType? Type1146 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentRefusalObject? Type1146 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFileCitationObjectFileCitation? Type1147 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentRefusalObjectType? Type1147 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFilePathObject? Type1148 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFileCitationObject? Type1148 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFilePathObjectType? Type1149 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFileCitationObjectType? Type1149 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFilePathObjectFilePath? Type1150 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFileCitationObjectFileCitation? Type1150 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextObject? Type1151 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFilePathObject? Type1151 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextObjectType? Type1152 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFilePathObjectType? Type1152 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaContentTextObjectText? Type1153 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextAnnotationsFilePathObjectFilePath? Type1153 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1154 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextObject? Type1154 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1155 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextObjectType? Type1155 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaObject? Type1156 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaContentTextObjectText? Type1156 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaObjectObject? Type1157 { get; set; } + public global::System.Collections.Generic.IList>? Type1157 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaObjectDelta? Type1158 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1158 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageDeltaObjectDeltaRole? Type1159 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaObject? Type1159 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageObjectObject? Type1160 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaObjectObject? Type1160 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageObjectStatus? Type1161 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaObjectDelta? Type1161 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageObjectIncompleteDetails2? Type1162 { get; set; } + public global::tryAGI.OpenAI.MessageDeltaObjectDeltaRole? Type1162 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageObjectIncompleteDetailsReason? Type1163 { get; set; } + public global::tryAGI.OpenAI.MessageObjectObject? Type1163 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageObjectRole? Type1164 { get; set; } + public global::tryAGI.OpenAI.MessageObjectStatus? Type1164 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1165 { get; set; } + public global::tryAGI.OpenAI.MessageObjectIncompleteDetails2? Type1165 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageObjectAttachmentsVariant1Item? Type1166 { get; set; } + public global::tryAGI.OpenAI.MessageObjectIncompleteDetailsReason? Type1166 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageRequestContentTextObjectType? Type1167 { get; set; } + public global::tryAGI.OpenAI.MessageObjectRole? Type1167 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant1? Type1168 { get; set; } + public global::System.Collections.Generic.IList? Type1168 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant1Event? Type1169 { get; set; } + public global::tryAGI.OpenAI.MessageObjectAttachmentsVariant1Item? Type1169 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant2? Type1170 { get; set; } + public global::tryAGI.OpenAI.MessageRequestContentTextObjectType? Type1170 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant2Event? Type1171 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant1? Type1171 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant3? Type1172 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant1Event? Type1172 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant3Event? Type1173 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant2? Type1173 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant4? Type1174 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant2Event? Type1174 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant4Event? Type1175 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant3? Type1175 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant5? Type1176 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant3Event? Type1176 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStreamEventVariant5Event? Type1177 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant4? Type1177 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelObject? Type1178 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant4Event? Type1178 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIds? Type1179 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant5? Type1179 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsResponses? Type1180 { get; set; } + public global::tryAGI.OpenAI.MessageStreamEventVariant5Event? Type1180 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsCompaction? Type1181 { get; set; } + public global::tryAGI.OpenAI.ModelObject? Type1181 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsResponsesEnum? Type1182 { get; set; } + public global::tryAGI.OpenAI.ModelIds? Type1182 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsSharedEnum? Type1183 { get; set; } + public global::tryAGI.OpenAI.ModelIdsResponses? Type1183 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelResponsePropertiesPromptCacheRetention2? Type1184 { get; set; } + public global::tryAGI.OpenAI.ModelIdsCompaction? Type1184 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequest? Type1185 { get; set; } + public global::tryAGI.OpenAI.ModelIdsResponsesEnum? Type1185 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequestToolResources2? Type1186 { get; set; } + public global::tryAGI.OpenAI.ModelIdsSharedEnum? Type1186 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesCodeInterpreter? Type1187 { get; set; } + public global::tryAGI.OpenAI.ModelResponsePropertiesPromptCacheRetention2? Type1187 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesFileSearch? Type1188 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequest? Type1188 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyCertificateRequest? Type1189 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequestToolResources2? Type1189 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyMessageRequest? Type1190 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesCodeInterpreter? Type1190 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyRunRequest? Type1191 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesFileSearch? Type1191 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequest? Type1192 { get; set; } + public global::tryAGI.OpenAI.ModifyCertificateRequest? Type1192 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequestToolResources2? Type1193 { get; set; } + public global::tryAGI.OpenAI.ModifyMessageRequest? Type1193 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesCodeInterpreter? Type1194 { get; set; } + public global::tryAGI.OpenAI.ModifyRunRequest? Type1194 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesFileSearch? Type1195 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequest? Type1195 { get; set; } /// /// /// - public global::tryAGI.OpenAI.NoiseReductionType? Type1196 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequestToolResources2? Type1196 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFileObject? Type1197 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesCodeInterpreter? Type1197 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFilePurpose? Type1198 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesFileSearch? Type1198 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFileStatus? Type1199 { get; set; } + public global::tryAGI.OpenAI.NoiseReductionType? Type1199 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationCertificateObject? Type1200 { get; set; } + public global::tryAGI.OpenAI.OpenAIFileObject? Type1200 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationCertificateCertificateDetails? Type1201 { get; set; } + public global::tryAGI.OpenAI.OpenAIFilePurpose? Type1201 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationCertificateActivationResponse? Type1202 { get; set; } + public global::tryAGI.OpenAI.OpenAIFileStatus? Type1202 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationCertificateActivationResponseObject? Type1203 { get; set; } + public global::tryAGI.OpenAI.OrganizationCertificateObject? Type1203 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationCertificateDeactivationResponse? Type1204 { get; set; } + public global::tryAGI.OpenAI.OrganizationCertificateCertificateDetails? Type1204 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationCertificateDeactivationResponseObject? Type1205 { get; set; } + public global::tryAGI.OpenAI.OrganizationCertificateActivationResponse? Type1205 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationProjectCertificateObject? Type1206 { get; set; } + public global::tryAGI.OpenAI.OrganizationCertificateActivationResponseObject? Type1206 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationProjectCertificateCertificateDetails? Type1207 { get; set; } + public global::tryAGI.OpenAI.OrganizationCertificateDeactivationResponse? Type1207 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationProjectCertificateActivationResponse? Type1208 { get; set; } + public global::tryAGI.OpenAI.OrganizationCertificateDeactivationResponseObject? Type1208 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationProjectCertificateActivationResponseObject? Type1209 { get; set; } + public global::tryAGI.OpenAI.OrganizationProjectCertificateObject? Type1209 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationProjectCertificateDeactivationResponse? Type1210 { get; set; } + public global::tryAGI.OpenAI.OrganizationProjectCertificateCertificateDetails? Type1210 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrganizationProjectCertificateDeactivationResponseObject? Type1211 { get; set; } + public global::tryAGI.OpenAI.OrganizationProjectCertificateActivationResponse? Type1211 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParam? Type1212 { get; set; } + public global::tryAGI.OpenAI.OrganizationProjectCertificateActivationResponseObject? Type1212 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParamType? Type1213 { get; set; } + public global::tryAGI.OpenAI.OrganizationProjectCertificateDeactivationResponse? Type1213 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputAudio? Type1214 { get; set; } + public global::tryAGI.OpenAI.OrganizationProjectCertificateDeactivationResponseObject? Type1214 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputAudioType? Type1215 { get; set; } + public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParam? Type1215 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputTextContent? Type1216 { get; set; } + public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParamType? Type1216 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RefusalContent? Type1217 { get; set; } + public global::tryAGI.OpenAI.OutputAudio? Type1217 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningTextContent? Type1218 { get; set; } + public global::tryAGI.OpenAI.OutputAudioType? Type1218 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputContentDiscriminator? Type1219 { get; set; } + public global::tryAGI.OpenAI.OutputTextContent? Type1219 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputItem? Type1220 { get; set; } + public global::tryAGI.OpenAI.RefusalContent? Type1220 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputItemDiscriminator? Type1221 { get; set; } + public global::tryAGI.OpenAI.ReasoningTextContent? Type1221 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageType? Type1222 { get; set; } + public global::tryAGI.OpenAI.OutputContentDiscriminator? Type1222 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageRole? Type1223 { get; set; } + public global::tryAGI.OpenAI.OutputItem? Type1223 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1224 { get; set; } + public global::tryAGI.OpenAI.OutputItemDiscriminator? Type1224 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageContent? Type1225 { get; set; } + public global::tryAGI.OpenAI.OutputMessageType? Type1225 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageStatus? Type1226 { get; set; } + public global::tryAGI.OpenAI.OutputMessageRole? Type1226 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageContentDiscriminator? Type1227 { get; set; } + public global::System.Collections.Generic.IList? Type1227 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PredictionContentType? Type1228 { get; set; } + public global::tryAGI.OpenAI.OutputMessageContent? Type1228 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Project? Type1229 { get; set; } + public global::tryAGI.OpenAI.OutputMessageStatus? Type1229 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectObject? Type1230 { get; set; } + public global::tryAGI.OpenAI.OutputMessageContentDiscriminator? Type1230 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKey? Type1231 { get; set; } + public global::tryAGI.OpenAI.PredictionContentType? Type1231 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyObject? Type1232 { get; set; } + public global::tryAGI.OpenAI.Project? Type1232 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyOwner? Type1233 { get; set; } + public global::tryAGI.OpenAI.ProjectObject? Type1233 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyOwnerType? Type1234 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKey? Type1234 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyOwnerUser? Type1235 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyObject? Type1235 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyOwnerServiceAccount? Type1236 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyOwner? Type1236 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponse? Type1237 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyOwnerType? Type1237 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponseObject? Type1238 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyOwnerUser? Type1238 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyListResponse? Type1239 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyOwnerServiceAccount? Type1239 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyListResponseObject? Type1240 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponse? Type1240 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1241 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponseObject? Type1241 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectCreateRequest? Type1242 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyListResponse? Type1242 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectGroup? Type1243 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyListResponseObject? Type1243 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectGroupObject? Type1244 { get; set; } + public global::System.Collections.Generic.IList? Type1244 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectGroupDeletedResource? Type1245 { get; set; } + public global::tryAGI.OpenAI.ProjectCreateRequest? Type1245 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectGroupDeletedResourceObject? Type1246 { get; set; } + public global::tryAGI.OpenAI.ProjectGroup? Type1246 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectGroupListResource? Type1247 { get; set; } + public global::tryAGI.OpenAI.ProjectGroupObject? Type1247 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectGroupListResourceObject? Type1248 { get; set; } + public global::tryAGI.OpenAI.ProjectGroupDeletedResource? Type1248 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1249 { get; set; } + public global::tryAGI.OpenAI.ProjectGroupDeletedResourceObject? Type1249 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectListResponse? Type1250 { get; set; } + public global::tryAGI.OpenAI.ProjectGroupListResource? Type1250 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectListResponseObject? Type1251 { get; set; } + public global::tryAGI.OpenAI.ProjectGroupListResourceObject? Type1251 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1252 { get; set; } + public global::System.Collections.Generic.IList? Type1252 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimit? Type1253 { get; set; } + public global::tryAGI.OpenAI.ProjectListResponse? Type1253 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitObject? Type1254 { get; set; } + public global::tryAGI.OpenAI.ProjectListResponseObject? Type1254 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitListResponse? Type1255 { get; set; } + public global::System.Collections.Generic.IList? Type1255 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitListResponseObject? Type1256 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimit? Type1256 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1257 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitObject? Type1257 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitUpdateRequest? Type1258 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitListResponse? Type1258 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccount? Type1259 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitListResponseObject? Type1259 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountObject? Type1260 { get; set; } + public global::System.Collections.Generic.IList? Type1260 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountRole? Type1261 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitUpdateRequest? Type1261 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountApiKey? Type1262 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccount? Type1262 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountApiKeyObject? Type1263 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountObject? Type1263 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateRequest? Type1264 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountRole? Type1264 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponse? Type1265 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountApiKey? Type1265 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseObject? Type1266 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountApiKeyObject? Type1266 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseRole? Type1267 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateRequest? Type1267 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponse? Type1268 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponse? Type1268 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponseObject? Type1269 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseObject? Type1269 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountListResponse? Type1270 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseRole? Type1270 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountListResponseObject? Type1271 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponse? Type1271 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1272 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponseObject? Type1272 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUpdateRequest? Type1273 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountListResponse? Type1273 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUser? Type1274 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountListResponseObject? Type1274 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserObject? Type1275 { get; set; } + public global::System.Collections.Generic.IList? Type1275 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserCreateRequest? Type1276 { get; set; } + public global::tryAGI.OpenAI.ProjectUpdateRequest? Type1276 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserDeleteResponse? Type1277 { get; set; } + public global::tryAGI.OpenAI.ProjectUser? Type1277 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserDeleteResponseObject? Type1278 { get; set; } + public global::tryAGI.OpenAI.ProjectUserObject? Type1278 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserListResponse? Type1279 { get; set; } + public global::tryAGI.OpenAI.ProjectUserCreateRequest? Type1279 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1280 { get; set; } + public global::tryAGI.OpenAI.ProjectUserDeleteResponse? Type1280 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserUpdateRequest? Type1281 { get; set; } + public global::tryAGI.OpenAI.ProjectUserDeleteResponseObject? Type1281 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PromptVariant1? Type1282 { get; set; } + public global::tryAGI.OpenAI.ProjectUserListResponse? Type1282 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PublicAssignOrganizationGroupRoleBody? Type1283 { get; set; } + public global::System.Collections.Generic.IList? Type1283 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PublicCreateOrganizationRoleBody? Type1284 { get; set; } + public global::tryAGI.OpenAI.ProjectUserUpdateRequest? Type1284 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PublicRoleListResource? Type1285 { get; set; } + public global::tryAGI.OpenAI.PromptVariant1? Type1285 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PublicRoleListResourceObject? Type1286 { get; set; } + public global::tryAGI.OpenAI.PublicAssignOrganizationGroupRoleBody? Type1286 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1287 { get; set; } + public global::tryAGI.OpenAI.PublicCreateOrganizationRoleBody? Type1287 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PublicUpdateOrganizationRoleBody? Type1288 { get; set; } + public global::tryAGI.OpenAI.PublicRoleListResource? Type1288 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormats? Type1289 { get; set; } + public global::tryAGI.OpenAI.PublicRoleListResourceObject? Type1289 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmAudioFormat? Type1290 { get; set; } + public global::System.Collections.Generic.IList? Type1290 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmAudioFormatType? Type1291 { get; set; } + public global::tryAGI.OpenAI.PublicUpdateOrganizationRoleBody? Type1291 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmuAudioFormat? Type1292 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormats? Type1292 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmuAudioFormatType? Type1293 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmAudioFormat? Type1293 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmaAudioFormat? Type1294 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmAudioFormatType? Type1294 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmaAudioFormatType? Type1295 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmuAudioFormat? Type1295 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemCreate? Type1296 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmuAudioFormatType? Type1296 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemCreateType? Type1297 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmaAudioFormat? Type1297 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItem? Type1298 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormatsPcmaAudioFormatType? Type1298 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemDelete? Type1299 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemCreate? Type1299 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemDeleteType? Type1300 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemCreateType? Type1300 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemRetrieve? Type1301 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItem? Type1301 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemRetrieveType? Type1302 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemDelete? Type1302 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemTruncate? Type1303 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemDeleteType? Type1303 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemTruncateType? Type1304 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemRetrieve? Type1304 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferAppend? Type1305 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemRetrieveType? Type1305 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferAppendType? Type1306 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemTruncate? Type1306 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferClear? Type1307 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventConversationItemTruncateType? Type1307 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferClearType? Type1308 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferAppend? Type1308 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferCommit? Type1309 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferAppendType? Type1309 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferCommitType? Type1310 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferClear? Type1310 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventOutputAudioBufferClear? Type1311 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferClearType? Type1311 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventOutputAudioBufferClearType? Type1312 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferCommit? Type1312 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCancel? Type1313 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventInputAudioBufferCommitType? Type1313 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCancelType? Type1314 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventOutputAudioBufferClear? Type1314 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCreate? Type1315 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventOutputAudioBufferClearType? Type1315 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCreateType? Type1316 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCancel? Type1316 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParams? Type1317 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCancelType? Type1317 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventSessionUpdate? Type1318 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCreate? Type1318 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventSessionUpdateType? Type1319 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventResponseCreateType? Type1319 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequest? Type1320 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParams? Type1320 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventTranscriptionSessionUpdate? Type1321 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventSessionUpdate? Type1321 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaClientEventTranscriptionSessionUpdateType? Type1322 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventSessionUpdateType? Type1322 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequest? Type1323 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequest? Type1323 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponse? Type1324 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventTranscriptionSessionUpdate? Type1324 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseObject? Type1325 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaClientEventTranscriptionSessionUpdateType? Type1325 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseStatus? Type1326 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequest? Type1326 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetails? Type1327 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponse? Type1327 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetailsType? Type1328 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseObject? Type1328 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetailsReason? Type1329 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseStatus? Type1329 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetailsError? Type1330 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetails? Type1330 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1331 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetailsType? Type1331 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseUsage? Type1332 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetailsReason? Type1332 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseUsageInputTokenDetails? Type1333 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseStatusDetailsError? Type1333 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseUsageInputTokenDetailsCachedTokensDetails? Type1334 { get; set; } + public global::System.Collections.Generic.IList? Type1334 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseUsageOutputTokenDetails? Type1335 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseUsage? Type1335 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceIdsShared? Type1336 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseUsageInputTokenDetails? Type1336 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1337 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseUsageInputTokenDetailsCachedTokensDetails? Type1337 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseModalitie? Type1338 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseUsageOutputTokenDetails? Type1338 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseOutputAudioFormat? Type1339 { get; set; } + public global::tryAGI.OpenAI.VoiceIdsShared? Type1339 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1340 { get; set; } + public global::System.Collections.Generic.IList? Type1340 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseMaxOutputTokens? Type1341 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseModalitie? Type1341 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1342 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseOutputAudioFormat? Type1342 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsModalitie? Type1343 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1343 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsOutputAudioFormat? Type1344 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseMaxOutputTokens? Type1344 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1345 { get; set; } + public global::System.Collections.Generic.IList? Type1345 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsTool? Type1346 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsModalitie? Type1346 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsToolType? Type1347 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsOutputAudioFormat? Type1347 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1348 { get; set; } + public global::System.Collections.Generic.IList? Type1348 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceOptions? Type1349 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsTool? Type1349 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceFunction? Type1350 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsToolType? Type1350 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceMCP? Type1351 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1351 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1352 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceOptions? Type1352 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsMaxOutputTokens? Type1353 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceFunction? Type1353 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1354 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceMCP? Type1354 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsConversation? Type1355 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1355 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemCreated? Type1356 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsMaxOutputTokens? Type1356 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemCreatedType? Type1357 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1357 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemDeleted? Type1358 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaResponseCreateParamsConversation? Type1358 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemDeletedType? Type1359 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemCreated? Type1359 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionCompleted? Type1360 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemCreatedType? Type1360 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionCompletedType? Type1361 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemDeleted? Type1361 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1362 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemDeletedType? Type1362 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionDelta? Type1363 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionCompleted? Type1363 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionDeltaType? Type1364 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionCompletedType? Type1364 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailed? Type1365 { get; set; } + public global::System.Collections.Generic.IList? Type1365 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedType? Type1366 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionDelta? Type1366 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedError? Type1367 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionDeltaType? Type1367 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionSegment? Type1368 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailed? Type1368 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionSegmentType? Type1369 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedType? Type1369 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemRetrieved? Type1370 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionFailedError? Type1370 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemRetrievedType? Type1371 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionSegment? Type1371 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemTruncated? Type1372 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemInputAudioTranscriptionSegmentType? Type1372 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemTruncatedType? Type1373 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemRetrieved? Type1373 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventError? Type1374 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemRetrievedType? Type1374 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventErrorType? Type1375 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemTruncated? Type1375 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventErrorError? Type1376 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventConversationItemTruncatedType? Type1376 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferCleared? Type1377 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventError? Type1377 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferClearedType? Type1378 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventErrorType? Type1378 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferCommitted? Type1379 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventErrorError? Type1379 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferCommittedType? Type1380 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferCleared? Type1380 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStarted? Type1381 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferClearedType? Type1381 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStartedType? Type1382 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferCommitted? Type1382 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStopped? Type1383 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferCommittedType? Type1383 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStoppedType? Type1384 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStarted? Type1384 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsCompleted? Type1385 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStartedType? Type1385 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsCompletedType? Type1386 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStopped? Type1386 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsFailed? Type1387 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventInputAudioBufferSpeechStoppedType? Type1387 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsFailedType? Type1388 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsCompleted? Type1388 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsInProgress? Type1389 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsCompletedType? Type1389 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsInProgressType? Type1390 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsFailed? Type1390 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdated? Type1391 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsFailedType? Type1391 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdatedType? Type1392 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsInProgress? Type1392 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1393 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventMCPListToolsInProgressType? Type1393 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdatedRateLimit? Type1394 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdated? Type1394 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdatedRateLimitName? Type1395 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdatedType? Type1395 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDelta? Type1396 { get; set; } + public global::System.Collections.Generic.IList? Type1396 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDeltaType? Type1397 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdatedRateLimit? Type1397 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDone? Type1398 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventRateLimitsUpdatedRateLimitName? Type1398 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDoneType? Type1399 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDelta? Type1399 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDelta? Type1400 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDeltaType? Type1400 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDeltaType? Type1401 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDone? Type1401 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDone? Type1402 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioDoneType? Type1402 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDoneType? Type1403 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDelta? Type1403 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAdded? Type1404 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDeltaType? Type1404 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAddedType? Type1405 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDone? Type1405 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAddedPart? Type1406 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseAudioTranscriptDoneType? Type1406 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAddedPartType? Type1407 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAdded? Type1407 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDone? Type1408 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAddedType? Type1408 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDoneType? Type1409 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAddedPart? Type1409 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDonePart? Type1410 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartAddedPartType? Type1410 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDonePartType? Type1411 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDone? Type1411 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseCreated? Type1412 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDoneType? Type1412 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseCreatedType? Type1413 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDonePart? Type1413 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseDone? Type1414 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseContentPartDonePartType? Type1414 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseDoneType? Type1415 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseCreated? Type1415 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDelta? Type1416 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseCreatedType? Type1416 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDeltaType? Type1417 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseDone? Type1417 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDone? Type1418 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseDoneType? Type1418 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDoneType? Type1419 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDelta? Type1419 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDelta? Type1420 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDeltaType? Type1420 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDeltaType? Type1421 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDone? Type1421 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDone? Type1422 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseFunctionCallArgumentsDoneType? Type1422 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDoneType? Type1423 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDelta? Type1423 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallCompleted? Type1424 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDeltaType? Type1424 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallCompletedType? Type1425 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDone? Type1425 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallFailed? Type1426 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallArgumentsDoneType? Type1426 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallFailedType? Type1427 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallCompleted? Type1427 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallInProgress? Type1428 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallCompletedType? Type1428 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallInProgressType? Type1429 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallFailed? Type1429 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemAdded? Type1430 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallFailedType? Type1430 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemAddedType? Type1431 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallInProgress? Type1431 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemDone? Type1432 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseMCPCallInProgressType? Type1432 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemDoneType? Type1433 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemAdded? Type1433 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDelta? Type1434 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemAddedType? Type1434 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDeltaType? Type1435 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemDone? Type1435 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDone? Type1436 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseOutputItemDoneType? Type1436 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDoneType? Type1437 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDelta? Type1437 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionCreated? Type1438 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDeltaType? Type1438 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionCreatedType? Type1439 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDone? Type1439 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSession? Type1440 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventResponseTextDoneType? Type1440 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionUpdated? Type1441 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionCreated? Type1441 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionUpdatedType? Type1442 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionCreatedType? Type1442 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionCreated? Type1443 { get; set; } + public global::tryAGI.OpenAI.RealtimeSession? Type1443 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionCreatedType? Type1444 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionUpdated? Type1444 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponse? Type1445 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventSessionUpdatedType? Type1445 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionUpdated? Type1446 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionCreated? Type1446 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionUpdatedType? Type1447 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionCreatedType? Type1447 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCallCreateRequest? Type1448 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponse? Type1448 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGA? Type1449 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionUpdated? Type1449 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCallReferRequest? Type1450 { get; set; } + public global::tryAGI.OpenAI.RealtimeBetaServerEventTranscriptionSessionUpdatedType? Type1450 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCallRejectRequest? Type1451 { get; set; } + public global::tryAGI.OpenAI.RealtimeCallCreateRequest? Type1451 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEvent? Type1452 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGA? Type1452 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreate? Type1453 { get; set; } + public global::tryAGI.OpenAI.RealtimeCallReferRequest? Type1453 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDelete? Type1454 { get; set; } + public global::tryAGI.OpenAI.RealtimeCallRejectRequest? Type1454 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieve? Type1455 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEvent? Type1455 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncate? Type1456 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreate? Type1456 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppend? Type1457 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDelete? Type1457 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClear? Type1458 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieve? Type1458 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClear? Type1459 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncate? Type1459 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommit? Type1460 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppend? Type1460 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCancel? Type1461 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClear? Type1461 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCreate? Type1462 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClear? Type1462 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdate? Type1463 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommit? Type1463 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventDiscriminator? Type1464 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCancel? Type1464 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreateType? Type1465 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCreate? Type1465 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDeleteType? Type1466 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdate? Type1466 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieveType? Type1467 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventDiscriminator? Type1467 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncateType? Type1468 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreateType? Type1468 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppendType? Type1469 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDeleteType? Type1469 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClearType? Type1470 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieveType? Type1470 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommitType? Type1471 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncateType? Type1471 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClearType? Type1472 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppendType? Type1472 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCancelType? Type1473 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClearType? Type1473 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCreateType? Type1474 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommitType? Type1474 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParams? Type1475 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClearType? Type1475 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdateType? Type1476 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCancelType? Type1476 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1477 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCreateType? Type1477 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGA? Type1478 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParams? Type1478 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdate? Type1479 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdateType? Type1479 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdateType? Type1480 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1480 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystem? Type1481 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGA? Type1481 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUser? Type1482 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdate? Type1482 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistant? Type1483 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdateType? Type1483 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCall? Type1484 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystem? Type1484 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutput? Type1485 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUser? Type1485 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPApprovalResponse? Type1486 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistant? Type1486 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPListTools? Type1487 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCall? Type1487 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPToolCall? Type1488 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutput? Type1488 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPApprovalRequest? Type1489 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPApprovalResponse? Type1489 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemDiscriminator? Type1490 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPListTools? Type1490 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallObject? Type1491 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPToolCall? Type1491 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallType? Type1492 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPApprovalRequest? Type1492 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallStatus? Type1493 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemDiscriminator? Type1493 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutputObject? Type1494 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallObject? Type1494 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutputType? Type1495 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallType? Type1495 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutputStatus? Type1496 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallStatus? Type1496 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantObject? Type1497 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutputObject? Type1497 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantType? Type1498 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutputType? Type1498 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantStatus? Type1499 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemFunctionCallOutputStatus? Type1499 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantRole? Type1500 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantObject? Type1500 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1501 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantType? Type1501 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantContentItem? Type1502 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantStatus? Type1502 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantContentItemType? Type1503 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantRole? Type1503 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemObject? Type1504 { get; set; } + public global::System.Collections.Generic.IList? Type1504 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemType? Type1505 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantContentItem? Type1505 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemStatus? Type1506 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageAssistantContentItemType? Type1506 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemRole? Type1507 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemObject? Type1507 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1508 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemType? Type1508 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemContentItem? Type1509 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemStatus? Type1509 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemContentItemType? Type1510 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemRole? Type1510 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserObject? Type1511 { get; set; } + public global::System.Collections.Generic.IList? Type1511 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserType? Type1512 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemContentItem? Type1512 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserStatus? Type1513 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageSystemContentItemType? Type1513 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserRole? Type1514 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserObject? Type1514 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1515 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserType? Type1515 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserContentItem? Type1516 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserStatus? Type1516 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserContentItemType? Type1517 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserRole? Type1517 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserContentItemDetail? Type1518 { get; set; } + public global::System.Collections.Generic.IList? Type1518 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReference? Type1519 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserContentItem? Type1519 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceType? Type1520 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserContentItemType? Type1520 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceObject? Type1521 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemMessageUserContentItemDetail? Type1521 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceStatus? Type1522 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReference? Type1522 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceRole? Type1523 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceType? Type1523 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1524 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceObject? Type1524 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItem? Type1525 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceStatus? Type1525 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItemType? Type1526 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceRole? Type1526 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCreateClientSecretRequest? Type1527 { get; set; } + public global::System.Collections.Generic.IList? Type1527 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCreateClientSecretRequestExpiresAfter? Type1528 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItem? Type1528 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCreateClientSecretRequestExpiresAfterAnchor? Type1529 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItemType? Type1529 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCreateClientSecretResponse? Type1530 { get; set; } + public global::tryAGI.OpenAI.RealtimeCreateClientSecretRequest? Type1530 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Session2? Type1531 { get; set; } + public global::tryAGI.OpenAI.RealtimeCreateClientSecretRequestExpiresAfter? Type1531 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGA? Type1532 { get; set; } + public global::tryAGI.OpenAI.RealtimeCreateClientSecretRequestExpiresAfterAnchor? Type1532 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGA? Type1533 { get; set; } + public global::tryAGI.OpenAI.RealtimeCreateClientSecretResponse? Type1533 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeCreateClientSecretResponseSessionDiscriminator? Type1534 { get; set; } + public global::tryAGI.OpenAI.Session2? Type1534 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeFunctionTool? Type1535 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGA? Type1535 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeFunctionToolType? Type1536 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGA? Type1536 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPApprovalRequestType? Type1537 { get; set; } + public global::tryAGI.OpenAI.RealtimeCreateClientSecretResponseSessionDiscriminator? Type1537 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPApprovalResponseType? Type1538 { get; set; } + public global::tryAGI.OpenAI.RealtimeFunctionTool? Type1538 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPHTTPError? Type1539 { get; set; } + public global::tryAGI.OpenAI.RealtimeFunctionToolType? Type1539 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPHTTPErrorType? Type1540 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPApprovalRequestType? Type1540 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPListToolsType? Type1541 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPApprovalResponseType? Type1541 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPProtocolError? Type1542 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPHTTPError? Type1542 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPProtocolErrorType? Type1543 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPHTTPErrorType? Type1543 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPToolCallType? Type1544 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPListToolsType? Type1544 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1545 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPProtocolError? Type1545 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPToolExecutionError? Type1546 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPProtocolErrorType? Type1546 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeMCPToolExecutionErrorType? Type1547 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPToolCallType? Type1547 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponse? Type1548 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1548 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseObject? Type1549 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPToolExecutionError? Type1549 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseStatus? Type1550 { get; set; } + public global::tryAGI.OpenAI.RealtimeMCPToolExecutionErrorType? Type1550 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseStatusDetails? Type1551 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponse? Type1551 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseStatusDetailsType? Type1552 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseObject? Type1552 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseStatusDetailsReason? Type1553 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseStatus? Type1553 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseStatusDetailsError? Type1554 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseStatusDetails? Type1554 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudio? Type1555 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseStatusDetailsType? Type1555 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioOutput? Type1556 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseStatusDetailsReason? Type1556 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseUsage? Type1557 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseStatusDetailsError? Type1557 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseUsageInputTokenDetails? Type1558 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudio? Type1558 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseUsageInputTokenDetailsCachedTokensDetails? Type1559 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioOutput? Type1559 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseUsageOutputTokenDetails? Type1560 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseUsage? Type1560 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1561 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseUsageInputTokenDetails? Type1561 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseOutputModalitie? Type1562 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseUsageInputTokenDetailsCachedTokensDetails? Type1562 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1563 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseUsageOutputTokenDetails? Type1563 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseMaxOutputTokens? Type1564 { get; set; } + public global::System.Collections.Generic.IList? Type1564 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1565 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseOutputModalitie? Type1565 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsOutputModalitie? Type1566 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1566 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsAudio? Type1567 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseMaxOutputTokens? Type1567 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsAudioOutput? Type1568 { get; set; } + public global::System.Collections.Generic.IList? Type1568 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1569 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsOutputModalitie? Type1569 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1570 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsAudio? Type1570 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1571 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsAudioOutput? Type1571 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsMaxOutputTokens? Type1572 { get; set; } + public global::System.Collections.Generic.IList>? Type1572 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1573 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1573 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsConversation? Type1574 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1574 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEvent? Type1575 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsMaxOutputTokens? Type1575 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationCreated? Type1576 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1576 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreated? Type1577 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsConversation? Type1577 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeleted? Type1578 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEvent? Type1578 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompleted? Type1579 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationCreated? Type1579 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDelta? Type1580 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreated? Type1580 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailed? Type1581 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeleted? Type1581 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrieved? Type1582 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompleted? Type1582 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncated? Type1583 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDelta? Type1583 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventError? Type1584 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailed? Type1584 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCleared? Type1585 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrieved? Type1585 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommitted? Type1586 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncated? Type1586 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferDtmfEventReceived? Type1587 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventError? Type1587 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStarted? Type1588 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCleared? Type1588 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStopped? Type1589 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommitted? Type1589 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdated? Type1590 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferDtmfEventReceived? Type1590 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDelta? Type1591 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStarted? Type1591 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDone? Type1592 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStopped? Type1592 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDelta? Type1593 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdated? Type1593 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDone? Type1594 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDelta? Type1594 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAdded? Type1595 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDone? Type1595 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDone? Type1596 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDelta? Type1596 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseCreated? Type1597 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDone? Type1597 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseDone? Type1598 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAdded? Type1598 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDelta? Type1599 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDone? Type1599 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDone? Type1600 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseCreated? Type1600 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAdded? Type1601 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseDone? Type1601 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDone? Type1602 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDelta? Type1602 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDelta? Type1603 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDone? Type1603 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDone? Type1604 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAdded? Type1604 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionCreated? Type1605 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDone? Type1605 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdated? Type1606 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDelta? Type1606 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStarted? Type1607 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDone? Type1607 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStopped? Type1608 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionCreated? Type1608 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferCleared? Type1609 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdated? Type1609 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemAdded? Type1610 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStarted? Type1610 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDone? Type1611 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStopped? Type1611 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferTimeoutTriggered? Type1612 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferCleared? Type1612 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionSegment? Type1613 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemAdded? Type1613 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsInProgress? Type1614 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDone? Type1614 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsCompleted? Type1615 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferTimeoutTriggered? Type1615 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsFailed? Type1616 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionSegment? Type1616 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDelta? Type1617 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsInProgress? Type1617 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDone? Type1618 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsCompleted? Type1618 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallInProgress? Type1619 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsFailed? Type1619 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallCompleted? Type1620 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDelta? Type1620 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallFailed? Type1621 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDone? Type1621 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventDiscriminator? Type1622 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallInProgress? Type1622 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedType? Type1623 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallCompleted? Type1623 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedConversation? Type1624 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallFailed? Type1624 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemAddedType? Type1625 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventDiscriminator? Type1625 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreatedType? Type1626 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedType? Type1626 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeletedType? Type1627 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedConversation? Type1627 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDoneType? Type1628 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemAddedType? Type1628 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompletedType? Type1629 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreatedType? Type1629 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDeltaType? Type1630 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeletedType? Type1630 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedType? Type1631 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDoneType? Type1631 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedError? Type1632 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompletedType? Type1632 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionSegmentType? Type1633 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDeltaType? Type1633 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrievedType? Type1634 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedType? Type1634 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncatedType? Type1635 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedError? Type1635 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventErrorType? Type1636 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionSegmentType? Type1636 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventErrorError? Type1637 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrievedType? Type1637 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferClearedType? Type1638 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncatedType? Type1638 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommittedType? Type1639 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventErrorType? Type1639 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferDtmfEventReceivedType? Type1640 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventErrorError? Type1640 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStartedType? Type1641 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferClearedType? Type1641 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStoppedType? Type1642 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommittedType? Type1642 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferTimeoutTriggeredType? Type1643 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferDtmfEventReceivedType? Type1643 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsCompletedType? Type1644 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStartedType? Type1644 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsFailedType? Type1645 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStoppedType? Type1645 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsInProgressType? Type1646 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferTimeoutTriggeredType? Type1646 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferClearedType? Type1647 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsCompletedType? Type1647 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStartedType? Type1648 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsFailedType? Type1648 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStoppedType? Type1649 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventMCPListToolsInProgressType? Type1649 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedType? Type1650 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferClearedType? Type1650 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1651 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStartedType? Type1651 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimit? Type1652 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStoppedType? Type1652 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimitName? Type1653 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedType? Type1653 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDeltaType? Type1654 { get; set; } + public global::System.Collections.Generic.IList? Type1654 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDoneType? Type1655 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimit? Type1655 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDeltaType? Type1656 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimitName? Type1656 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDoneType? Type1657 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDeltaType? Type1657 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedType? Type1658 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDoneType? Type1658 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPart? Type1659 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDeltaType? Type1659 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPartType? Type1660 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDoneType? Type1660 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDoneType? Type1661 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedType? Type1661 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePart? Type1662 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPart? Type1662 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePartType? Type1663 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPartType? Type1663 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseCreatedType? Type1664 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDoneType? Type1664 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseDoneType? Type1665 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePart? Type1665 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDeltaType? Type1666 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePartType? Type1666 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDoneType? Type1667 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseCreatedType? Type1667 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDeltaType? Type1668 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseDoneType? Type1668 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDoneType? Type1669 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDeltaType? Type1669 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallCompletedType? Type1670 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDoneType? Type1670 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallFailedType? Type1671 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDeltaType? Type1671 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallInProgressType? Type1672 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallArgumentsDoneType? Type1672 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAddedType? Type1673 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallCompletedType? Type1673 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDoneType? Type1674 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallFailedType? Type1674 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDeltaType? Type1675 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseMCPCallInProgressType? Type1675 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDoneType? Type1676 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAddedType? Type1676 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionCreatedType? Type1677 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDoneType? Type1677 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdatedType? Type1678 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDeltaType? Type1678 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdated? Type1679 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDoneType? Type1679 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdatedType? Type1680 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionCreatedType? Type1680 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionObject? Type1681 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdatedType? Type1681 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1682 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdated? Type1682 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionModalitie? Type1683 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdatedType? Type1683 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type1684 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionObject? Type1684 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionModel? Type1685 { get; set; } + public global::System.Collections.Generic.IList? Type1685 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionInputAudioFormat? Type1686 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionModalitie? Type1686 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionOutputAudioFormat? Type1687 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type1687 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1? Type1688 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionModel? Type1688 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionInputAudioNoiseReduction? Type1689 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionInputAudioFormat? Type1689 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1690 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionOutputAudioFormat? Type1690 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionTracingTracingConfigurationEnum? Type1691 { get; set; } + public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1? Type1691 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionTracingTracingConfigurationEnum2? Type1692 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionInputAudioNoiseReduction? Type1692 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1693 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1693 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1694 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionTracingTracingConfigurationEnum? Type1694 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionMaxResponseOutputTokens? Type1695 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionTracingTracingConfigurationEnum2? Type1695 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1696 { get; set; } + public global::System.Collections.Generic.IList? Type1696 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionIncludeVariant1Item? Type1697 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1697 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecret? Type1698 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionMaxResponseOutputTokens? Type1698 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1699 { get; set; } + public global::System.Collections.Generic.IList? Type1699 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModalitie? Type1700 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionIncludeVariant1Item? Type1700 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioTranscription? Type1701 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecret? Type1701 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1702 { get; set; } + public global::System.Collections.Generic.IList? Type1702 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum? Type1703 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModalitie? Type1703 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum2? Type1704 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioTranscription? Type1704 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetection? Type1705 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1705 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1706 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum? Type1706 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTool? Type1707 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum2? Type1707 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestToolType? Type1708 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetection? Type1708 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1709 { get; set; } + public global::System.Collections.Generic.IList? Type1709 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestMaxResponseOutputTokens? Type1710 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTool? Type1710 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTruncation? Type1711 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestToolType? Type1711 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAType? Type1712 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1712 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1713 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestMaxResponseOutputTokens? Type1713 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAOutputModalitie? Type1714 { get; set; } + public global::tryAGI.OpenAI.RealtimeTruncation? Type1714 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type1715 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAType? Type1715 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAModel? Type1716 { get; set; } + public global::System.Collections.Generic.IList? Type1716 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudio? Type1717 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAOutputModalitie? Type1717 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudioInput? Type1718 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type1718 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudioInputNoiseReduction? Type1719 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAModel? Type1719 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudioOutput? Type1720 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudio? Type1720 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1721 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudioInput? Type1721 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAIncludeItem? Type1722 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudioInputNoiseReduction? Type1722 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1723 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAAudioOutput? Type1723 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGATracingEnum? Type1724 { get; set; } + public global::System.Collections.Generic.IList? Type1724 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGATracingEnum2? Type1725 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAIncludeItem? Type1725 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1726 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1726 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAMaxOutputTokens? Type1727 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGATracingEnum? Type1727 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponse? Type1728 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGATracingEnum2? Type1728 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1729 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1729 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseIncludeItem? Type1730 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestGAMaxOutputTokens? Type1730 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1731 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponse? Type1731 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseOutputModalitie? Type1732 { get; set; } + public global::System.Collections.Generic.IList? Type1732 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudio? Type1733 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseIncludeItem? Type1733 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioInput? Type1734 { get; set; } + public global::System.Collections.Generic.IList? Type1734 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioInputNoiseReduction? Type1735 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseOutputModalitie? Type1735 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioInputTurnDetection? Type1736 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudio? Type1736 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioOutput? Type1737 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioInput? Type1737 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1738 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioInputNoiseReduction? Type1738 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum? Type1739 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioInputTurnDetection? Type1739 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum2? Type1740 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseAudioOutput? Type1740 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTurnDetection? Type1741 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1741 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1742 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum? Type1742 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseMaxOutputTokens? Type1743 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum2? Type1743 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAClientSecret? Type1744 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTurnDetection? Type1744 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAType? Type1745 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1745 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1746 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseMaxOutputTokens? Type1746 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAOutputModalitie? Type1747 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAClientSecret? Type1747 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type1748 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAType? Type1748 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAModel? Type1749 { get; set; } + public global::System.Collections.Generic.IList? Type1749 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudio? Type1750 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAOutputModalitie? Type1750 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudioInput? Type1751 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type1751 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudioInputNoiseReduction? Type1752 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAModel? Type1752 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudioOutput? Type1753 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudio? Type1753 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1754 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudioInput? Type1754 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAIncludeItem? Type1755 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudioInputNoiseReduction? Type1755 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGATracingTracingConfigurationEnum? Type1756 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAAudioOutput? Type1756 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGATracingTracingConfigurationEnum2? Type1757 { get; set; } + public global::System.Collections.Generic.IList? Type1757 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1758 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAIncludeItem? Type1758 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAMaxOutputTokens? Type1759 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGATracingTracingConfigurationEnum? Type1759 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetection? Type1760 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGATracingTracingConfigurationEnum2? Type1760 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionType? Type1761 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1761 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction? Type1762 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseGAMaxOutputTokens? Type1762 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioFormat? Type1763 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetection? Type1763 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1764 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionType? Type1764 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestIncludeItem? Type1765 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction? Type1765 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAType? Type1766 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioFormat? Type1766 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAAudio? Type1767 { get; set; } + public global::System.Collections.Generic.IList? Type1767 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAAudioInput? Type1768 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestIncludeItem? Type1768 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAAudioInputNoiseReduction? Type1769 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAType? Type1769 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1770 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAAudio? Type1770 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAIncludeItem? Type1771 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAAudioInput? Type1771 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseClientSecret? Type1772 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAAudioInputNoiseReduction? Type1772 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1773 { get; set; } + public global::System.Collections.Generic.IList? Type1773 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseModalitie? Type1774 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestGAIncludeItem? Type1774 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseTurnDetection? Type1775 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseClientSecret? Type1775 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAType? Type1776 { get; set; } + public global::System.Collections.Generic.IList? Type1776 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1777 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseModalitie? Type1777 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAIncludeItem? Type1778 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseTurnDetection? Type1778 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudio? Type1779 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAType? Type1779 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudioInput? Type1780 { get; set; } + public global::System.Collections.Generic.IList? Type1780 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudioInputNoiseReduction? Type1781 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAIncludeItem? Type1781 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudioInputTurnDetection? Type1782 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudio? Type1782 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTruncationEnum? Type1783 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudioInput? Type1783 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTruncationEnum2? Type1784 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudioInputNoiseReduction? Type1784 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTruncationEnumType? Type1785 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseGAAudioInputTurnDetection? Type1785 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTruncationEnumTokenLimits? Type1786 { get; set; } + public global::tryAGI.OpenAI.RealtimeTruncationEnum? Type1786 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1ServerVad? Type1787 { get; set; } + public global::tryAGI.OpenAI.RealtimeTruncationEnum2? Type1787 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1SemanticVad? Type1788 { get; set; } + public global::tryAGI.OpenAI.RealtimeTruncationEnumType? Type1788 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1SemanticVadEagerness? Type1789 { get; set; } + public global::tryAGI.OpenAI.RealtimeTruncationEnumTokenLimits? Type1789 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1Discriminator? Type1790 { get; set; } + public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1ServerVad? Type1790 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Reasoning? Type1791 { get; set; } + public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1SemanticVad? Type1791 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningSummary2? Type1792 { get; set; } + public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1SemanticVadEagerness? Type1792 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningGenerateSummary2? Type1793 { get; set; } + public global::tryAGI.OpenAI.RealtimeTurnDetectionRealtimeTurnDetection1Discriminator? Type1793 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningItemType? Type1794 { get; set; } + public global::tryAGI.OpenAI.Reasoning? Type1794 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1795 { get; set; } + public global::tryAGI.OpenAI.ReasoningSummary2? Type1795 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SummaryTextContent? Type1796 { get; set; } + public global::tryAGI.OpenAI.ReasoningGenerateSummary2? Type1796 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1797 { get; set; } + public global::tryAGI.OpenAI.ReasoningItemType? Type1797 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningItemStatus? Type1798 { get; set; } + public global::System.Collections.Generic.IList? Type1798 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Response? Type1799 { get; set; } + public global::tryAGI.OpenAI.SummaryTextContent? Type1799 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3? Type1800 { get; set; } + public global::System.Collections.Generic.IList? Type1800 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3Object? Type1801 { get; set; } + public global::tryAGI.OpenAI.ReasoningItemStatus? Type1801 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3Status? Type1802 { get; set; } + public global::tryAGI.OpenAI.Response? Type1802 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseErrorVariant1? Type1803 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3? Type1803 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetails2? Type1804 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3Object? Type1804 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetailsReason? Type1805 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3Status? Type1805 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1806 { get; set; } + public global::tryAGI.OpenAI.ResponseErrorVariant1? Type1806 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type1807 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetails2? Type1807 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseUsage? Type1808 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetailsReason? Type1808 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Conversation22? Type1809 { get; set; } + public global::System.Collections.Generic.IList? Type1809 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDeltaEvent? Type1810 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type1810 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDeltaEventType? Type1811 { get; set; } + public global::tryAGI.OpenAI.ResponseUsage? Type1811 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDoneEvent? Type1812 { get; set; } + public global::tryAGI.OpenAI.Conversation22? Type1812 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDoneEventType? Type1813 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDeltaEvent? Type1813 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEvent? Type1814 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDeltaEventType? Type1814 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEventType? Type1815 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDoneEvent? Type1815 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEvent? Type1816 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDoneEventType? Type1816 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEventType? Type1817 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEvent? Type1817 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEvent? Type1818 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEventType? Type1818 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEventType? Type1819 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEvent? Type1819 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent? Type1820 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEventType? Type1820 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEventType? Type1821 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEvent? Type1821 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEvent? Type1822 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEventType? Type1822 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEventType? Type1823 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent? Type1823 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEvent? Type1824 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEventType? Type1824 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEventType? Type1825 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEvent? Type1825 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEvent? Type1826 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEventType? Type1826 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEventType? Type1827 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEvent? Type1827 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCompletedEvent? Type1828 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEventType? Type1828 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCompletedEventType? Type1829 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEvent? Type1829 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartAddedEvent? Type1830 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEventType? Type1830 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartAddedEventType? Type1831 { get; set; } + public global::tryAGI.OpenAI.ResponseCompletedEvent? Type1831 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartDoneEvent? Type1832 { get; set; } + public global::tryAGI.OpenAI.ResponseCompletedEventType? Type1832 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartDoneEventType? Type1833 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartAddedEvent? Type1833 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCreatedEvent? Type1834 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartAddedEventType? Type1834 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCreatedEventType? Type1835 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartDoneEvent? Type1835 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCustomToolCallInputDeltaEvent? Type1836 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartDoneEventType? Type1836 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCustomToolCallInputDeltaEventType? Type1837 { get; set; } + public global::tryAGI.OpenAI.ResponseCreatedEvent? Type1837 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCustomToolCallInputDoneEvent? Type1838 { get; set; } + public global::tryAGI.OpenAI.ResponseCreatedEventType? Type1838 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCustomToolCallInputDoneEventType? Type1839 { get; set; } + public global::tryAGI.OpenAI.ResponseCustomToolCallInputDeltaEvent? Type1839 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseErrorCode? Type1840 { get; set; } + public global::tryAGI.OpenAI.ResponseCustomToolCallInputDeltaEventType? Type1840 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseErrorEvent? Type1841 { get; set; } + public global::tryAGI.OpenAI.ResponseCustomToolCallInputDoneEvent? Type1841 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseErrorEventType? Type1842 { get; set; } + public global::tryAGI.OpenAI.ResponseCustomToolCallInputDoneEventType? Type1842 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFailedEvent? Type1843 { get; set; } + public global::tryAGI.OpenAI.ResponseErrorCode? Type1843 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFailedEventType? Type1844 { get; set; } + public global::tryAGI.OpenAI.ResponseErrorEvent? Type1844 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEvent? Type1845 { get; set; } + public global::tryAGI.OpenAI.ResponseErrorEventType? Type1845 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEventType? Type1846 { get; set; } + public global::tryAGI.OpenAI.ResponseFailedEvent? Type1846 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEvent? Type1847 { get; set; } + public global::tryAGI.OpenAI.ResponseFailedEventType? Type1847 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEventType? Type1848 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEvent? Type1848 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEvent? Type1849 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEventType? Type1849 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEventType? Type1850 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEvent? Type1850 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatJsonObjectType? Type1851 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEventType? Type1851 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatJsonSchemaType? Type1852 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEvent? Type1852 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatJsonSchemaJsonSchema? Type1853 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEventType? Type1853 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatJsonSchemaSchema? Type1854 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatJsonObjectType? Type1854 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatTextType? Type1855 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatJsonSchemaType? Type1855 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatTextGrammar? Type1856 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatJsonSchemaJsonSchema? Type1856 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatTextGrammarType? Type1857 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatJsonSchemaSchema? Type1857 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatTextPython? Type1858 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatTextType? Type1858 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFormatTextPythonType? Type1859 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatTextGrammar? Type1859 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEvent? Type1860 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatTextGrammarType? Type1860 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEventType? Type1861 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatTextPython? Type1861 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEvent? Type1862 { get; set; } + public global::tryAGI.OpenAI.ResponseFormatTextPythonType? Type1862 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEventType? Type1863 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEvent? Type1863 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEvent? Type1864 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEventType? Type1864 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEventType? Type1865 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEvent? Type1865 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEvent? Type1866 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEventType? Type1866 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEventType? Type1867 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEvent? Type1867 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEvent? Type1868 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEventType? Type1868 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEventType? Type1869 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEvent? Type1869 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEvent? Type1870 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEventType? Type1870 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEventType? Type1871 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEvent? Type1871 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseInProgressEvent? Type1872 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEventType? Type1872 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseInProgressEventType? Type1873 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEvent? Type1873 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseIncompleteEvent? Type1874 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEventType? Type1874 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseIncompleteEventType? Type1875 { get; set; } + public global::tryAGI.OpenAI.ResponseInProgressEvent? Type1875 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseItemList? Type1876 { get; set; } + public global::tryAGI.OpenAI.ResponseInProgressEventType? Type1876 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseItemListObject? Type1877 { get; set; } + public global::tryAGI.OpenAI.ResponseIncompleteEvent? Type1877 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1878 { get; set; } + public global::tryAGI.OpenAI.ResponseIncompleteEventType? Type1878 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseLogProb? Type1879 { get; set; } + public global::tryAGI.OpenAI.ResponseItemList? Type1879 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1880 { get; set; } + public global::tryAGI.OpenAI.ResponseItemListObject? Type1880 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseLogProbTopLogprob? Type1881 { get; set; } + public global::System.Collections.Generic.IList? Type1881 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEvent? Type1882 { get; set; } + public global::tryAGI.OpenAI.ResponseLogProb? Type1882 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventType? Type1883 { get; set; } + public global::System.Collections.Generic.IList? Type1883 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEvent? Type1884 { get; set; } + public global::tryAGI.OpenAI.ResponseLogProbTopLogprob? Type1884 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventType? Type1885 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEvent? Type1885 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallCompletedEvent? Type1886 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventType? Type1886 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallCompletedEventType? Type1887 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEvent? Type1887 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallFailedEvent? Type1888 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventType? Type1888 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallFailedEventType? Type1889 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallCompletedEvent? Type1889 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallInProgressEvent? Type1890 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallCompletedEventType? Type1890 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallInProgressEventType? Type1891 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallFailedEvent? Type1891 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEvent? Type1892 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallFailedEventType? Type1892 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEventType? Type1893 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallInProgressEvent? Type1893 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEvent? Type1894 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallInProgressEventType? Type1894 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEventType? Type1895 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEvent? Type1895 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEvent? Type1896 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEventType? Type1896 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEventType? Type1897 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEvent? Type1897 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseModalitiesVariant1Item? Type1898 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEventType? Type1898 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemAddedEvent? Type1899 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEvent? Type1899 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemAddedEventType? Type1900 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEventType? Type1900 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemDoneEvent? Type1901 { get; set; } + public global::tryAGI.OpenAI.ResponseModalitiesVariant1Item? Type1901 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemDoneEventType? Type1902 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemAddedEvent? Type1902 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent? Type1903 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemAddedEventType? Type1903 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEventType? Type1904 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemDoneEvent? Type1904 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1905 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemDoneEventType? Type1905 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextParam? Type1906 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent? Type1906 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceParam? Type1907 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEventType? Type1907 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsePropertiesTruncation2? Type1908 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1908 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseQueuedEvent? Type1909 { get; set; } + public global::tryAGI.OpenAI.ResponseTextParam? Type1909 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseQueuedEventType? Type1910 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceParam? Type1910 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEvent? Type1911 { get; set; } + public global::tryAGI.OpenAI.ResponsePropertiesTruncation2? Type1911 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventType? Type1912 { get; set; } + public global::tryAGI.OpenAI.ResponseQueuedEvent? Type1912 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPart? Type1913 { get; set; } + public global::tryAGI.OpenAI.ResponseQueuedEventType? Type1913 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPartType? Type1914 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEvent? Type1914 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEvent? Type1915 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventType? Type1915 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventType? Type1916 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPart? Type1916 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPart? Type1917 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPartType? Type1917 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPartType? Type1918 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEvent? Type1918 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEvent? Type1919 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventType? Type1919 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEventType? Type1920 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPart? Type1920 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEvent? Type1921 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPartType? Type1921 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEventType? Type1922 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEvent? Type1922 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningTextDeltaEvent? Type1923 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEventType? Type1923 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningTextDeltaEventType? Type1924 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEvent? Type1924 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningTextDoneEvent? Type1925 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEventType? Type1925 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningTextDoneEventType? Type1926 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningTextDeltaEvent? Type1926 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDeltaEvent? Type1927 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningTextDeltaEventType? Type1927 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDeltaEventType? Type1928 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningTextDoneEvent? Type1928 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDoneEvent? Type1929 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningTextDoneEventType? Type1929 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDoneEventType? Type1930 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDeltaEvent? Type1930 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseStreamEvent? Type1931 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDeltaEventType? Type1931 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDeltaEvent? Type1932 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDoneEvent? Type1932 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDoneEvent? Type1933 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDoneEventType? Type1933 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEvent? Type1934 { get; set; } + public global::tryAGI.OpenAI.ResponseStreamEvent? Type1934 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEvent? Type1935 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDeltaEvent? Type1935 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEvent? Type1936 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDoneEvent? Type1936 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseStreamEventDiscriminator? Type1937 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEvent? Type1937 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDeltaEventType? Type1938 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEvent? Type1938 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1939 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEvent? Type1939 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDoneEventType? Type1940 { get; set; } + public global::tryAGI.OpenAI.ResponseStreamEventDiscriminator? Type1940 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseUsageInputTokensDetails? Type1941 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDeltaEventType? Type1941 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseUsageOutputTokensDetails? Type1942 { get; set; } + public global::System.Collections.Generic.IList? Type1942 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEventType? Type1943 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDoneEventType? Type1943 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEventType? Type1944 { get; set; } + public global::tryAGI.OpenAI.ResponseUsageInputTokensDetails? Type1944 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEventType? Type1945 { get; set; } + public global::tryAGI.OpenAI.ResponseUsageOutputTokensDetails? Type1945 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsesClientEvent? Type1946 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEventType? Type1946 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsesClientEventResponseCreate? Type1947 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEventType? Type1947 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsesClientEventDiscriminator? Type1948 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEventType? Type1948 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsesClientEventResponseCreateVariant1? Type1949 { get; set; } + public global::tryAGI.OpenAI.ResponsesClientEvent? Type1949 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsesClientEventResponseCreateVariant1Type? Type1950 { get; set; } + public global::tryAGI.OpenAI.ResponsesClientEventResponseCreate? Type1950 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsesServerEvent? Type1951 { get; set; } + public global::tryAGI.OpenAI.ResponsesClientEventDiscriminator? Type1951 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsesServerEventDiscriminator? Type1952 { get; set; } + public global::tryAGI.OpenAI.ResponsesClientEventResponseCreateVariant1? Type1952 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RoleObject? Type1953 { get; set; } + public global::tryAGI.OpenAI.ResponsesClientEventResponseCreateVariant1Type? Type1953 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RoleDeletedResource? Type1954 { get; set; } + public global::tryAGI.OpenAI.ResponsesServerEvent? Type1954 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RoleDeletedResourceObject? Type1955 { get; set; } + public global::tryAGI.OpenAI.ResponsesServerEventDiscriminator? Type1955 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RoleListResource? Type1956 { get; set; } + public global::tryAGI.OpenAI.RoleObject? Type1956 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RoleListResourceObject? Type1957 { get; set; } + public global::tryAGI.OpenAI.RoleDeletedResource? Type1957 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1958 { get; set; } + public global::tryAGI.OpenAI.RoleDeletedResourceObject? Type1958 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunCompletionUsageVariant1? Type1959 { get; set; } + public global::tryAGI.OpenAI.RoleListResource? Type1959 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderRequest? Type1960 { get; set; } + public global::tryAGI.OpenAI.RoleListResourceObject? Type1960 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderResponse? Type1961 { get; set; } + public global::System.Collections.Generic.IList? Type1961 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderResponseMetadata? Type1962 { get; set; } + public global::tryAGI.OpenAI.RunCompletionUsageVariant1? Type1962 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderResponseMetadataErrors? Type1963 { get; set; } + public global::tryAGI.OpenAI.RunGraderRequest? Type1963 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectObject? Type1964 { get; set; } + public global::tryAGI.OpenAI.RunGraderResponse? Type1964 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectStatus? Type1965 { get; set; } + public global::tryAGI.OpenAI.RunGraderResponseMetadata? Type1965 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectRequiredAction? Type1966 { get; set; } + public global::tryAGI.OpenAI.RunGraderResponseMetadataErrors? Type1966 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectRequiredActionType? Type1967 { get; set; } + public global::tryAGI.OpenAI.RunObjectObject? Type1967 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectRequiredActionSubmitToolOutputs? Type1968 { get; set; } + public global::tryAGI.OpenAI.RunObjectStatus? Type1968 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1969 { get; set; } + public global::tryAGI.OpenAI.RunObjectRequiredAction? Type1969 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunToolCallObject? Type1970 { get; set; } + public global::tryAGI.OpenAI.RunObjectRequiredActionType? Type1970 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectLastError? Type1971 { get; set; } + public global::tryAGI.OpenAI.RunObjectRequiredActionSubmitToolOutputs? Type1971 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectLastErrorCode? Type1972 { get; set; } + public global::System.Collections.Generic.IList? Type1972 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectIncompleteDetails? Type1973 { get; set; } + public global::tryAGI.OpenAI.RunToolCallObject? Type1973 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunObjectIncompleteDetailsReason? Type1974 { get; set; } + public global::tryAGI.OpenAI.RunObjectLastError? Type1974 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepCompletionUsageVariant1? Type1975 { get; set; } + public global::tryAGI.OpenAI.RunObjectLastErrorCode? Type1975 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaObject? Type1976 { get; set; } + public global::tryAGI.OpenAI.RunObjectIncompleteDetails? Type1976 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaObjectObject? Type1977 { get; set; } + public global::tryAGI.OpenAI.RunObjectIncompleteDetailsReason? Type1977 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaObjectDelta? Type1978 { get; set; } + public global::tryAGI.OpenAI.RunStepCompletionUsageVariant1? Type1978 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1979 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaObject? Type1979 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsMessageCreationObject? Type1980 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaObjectObject? Type1980 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsObject? Type1981 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaObjectDelta? Type1981 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsMessageCreationObjectType? Type1982 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1982 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsMessageCreationObjectMessageCreation? Type1983 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsMessageCreationObject? Type1983 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeObject? Type1984 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsObject? Type1984 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeObjectType? Type1985 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsMessageCreationObjectType? Type1985 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter? Type1986 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsMessageCreationObjectMessageCreation? Type1986 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1987 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeObject? Type1987 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputLogsObject? Type1988 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeObjectType? Type1988 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputImageObject? Type1989 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter? Type1989 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectType? Type1990 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1990 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage? Type1991 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputLogsObject? Type1991 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputLogsObjectType? Type1992 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputImageObject? Type1992 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFileSearchObject? Type1993 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectType? Type1993 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFileSearchObjectType? Type1994 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage? Type1994 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFunctionObject? Type1995 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsCodeOutputLogsObjectType? Type1995 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFunctionObjectType? Type1996 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFileSearchObject? Type1996 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFunctionObjectFunction? Type1997 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFileSearchObjectType? Type1997 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsObjectType? Type1998 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFunctionObject? Type1998 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsMessageCreationObject? Type1999 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFunctionObjectType? Type1999 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsMessageCreationObjectType? Type2000 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsFunctionObjectFunction? Type2000 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsMessageCreationObjectMessageCreation? Type2001 { get; set; } + public global::tryAGI.OpenAI.RunStepDeltaStepDetailsToolCallsObjectType? Type2001 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeObject? Type2002 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsMessageCreationObject? Type2002 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeObjectType? Type2003 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsMessageCreationObjectType? Type2003 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeObjectCodeInterpreter? Type2004 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsMessageCreationObjectMessageCreation? Type2004 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type2005 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeObject? Type2005 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2006 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeObjectType? Type2006 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputLogsObject? Type2007 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeObjectCodeInterpreter? Type2007 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputImageObject? Type2008 { get; set; } + public global::System.Collections.Generic.IList>? Type2008 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputImageObjectType? Type2009 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2009 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputImageObjectImage? Type2010 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputLogsObject? Type2010 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputLogsObjectType? Type2011 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputImageObject? Type2011 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchObject? Type2012 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputImageObjectType? Type2012 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchObjectType? Type2013 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputImageObjectImage? Type2013 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchObjectFileSearch? Type2014 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsCodeOutputLogsObjectType? Type2014 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchRankingOptionsObject? Type2015 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchObject? Type2015 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2016 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchObjectType? Type2016 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchResultObject? Type2017 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchObjectFileSearch? Type2017 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2018 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchRankingOptionsObject? Type2018 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchResultObjectContentItem? Type2019 { get; set; } + public global::System.Collections.Generic.IList? Type2019 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchResultObjectContentItemType? Type2020 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchResultObject? Type2020 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFunctionObject? Type2021 { get; set; } + public global::System.Collections.Generic.IList? Type2021 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFunctionObjectType? Type2022 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchResultObjectContentItem? Type2022 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsFunctionObjectFunction? Type2023 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFileSearchResultObjectContentItemType? Type2023 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsObject? Type2024 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFunctionObject? Type2024 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepDetailsToolCallsObjectType? Type2025 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFunctionObjectType? Type2025 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepObjectObject? Type2026 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsFunctionObjectFunction? Type2026 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepObjectType? Type2027 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsObject? Type2027 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepObjectStatus? Type2028 { get; set; } + public global::tryAGI.OpenAI.RunStepDetailsToolCallsObjectType? Type2028 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2029 { get; set; } + public global::tryAGI.OpenAI.RunStepObjectObject? Type2029 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepObjectLastError2? Type2030 { get; set; } + public global::tryAGI.OpenAI.RunStepObjectType? Type2030 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepObjectLastErrorCode? Type2031 { get; set; } + public global::tryAGI.OpenAI.RunStepObjectStatus? Type2031 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant1? Type2032 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2032 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant1Event? Type2033 { get; set; } + public global::tryAGI.OpenAI.RunStepObjectLastError2? Type2033 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant2? Type2034 { get; set; } + public global::tryAGI.OpenAI.RunStepObjectLastErrorCode? Type2034 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant2Event? Type2035 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant1? Type2035 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant3? Type2036 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant1Event? Type2036 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant3Event? Type2037 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant2? Type2037 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant4? Type2038 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant2Event? Type2038 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant4Event? Type2039 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant3? Type2039 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant5? Type2040 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant3Event? Type2040 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant5Event? Type2041 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant4? Type2041 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant6? Type2042 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant4Event? Type2042 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant6Event? Type2043 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant5? Type2043 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant7? Type2044 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant5Event? Type2044 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStepStreamEventVariant7Event? Type2045 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant6? Type2045 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant1? Type2046 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant6Event? Type2046 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant1Event? Type2047 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant7? Type2047 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant2? Type2048 { get; set; } + public global::tryAGI.OpenAI.RunStepStreamEventVariant7Event? Type2048 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant2Event? Type2049 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant1? Type2049 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant3? Type2050 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant1Event? Type2050 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant3Event? Type2051 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant2? Type2051 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant4? Type2052 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant2Event? Type2052 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant4Event? Type2053 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant3? Type2053 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant5? Type2054 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant3Event? Type2054 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant5Event? Type2055 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant4? Type2055 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant6? Type2056 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant4Event? Type2056 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant6Event? Type2057 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant5? Type2057 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant7? Type2058 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant5Event? Type2058 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant7Event? Type2059 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant6? Type2059 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant8? Type2060 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant6Event? Type2060 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant8Event? Type2061 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant7? Type2061 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant9? Type2062 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant7Event? Type2062 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant9Event? Type2063 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant8? Type2063 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant10? Type2064 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant8Event? Type2064 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunStreamEventVariant10Event? Type2065 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant9? Type2065 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunToolCallObjectType? Type2066 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant9Event? Type2066 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunToolCallObjectFunction? Type2067 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant10? Type2067 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDeltaEventType? Type2068 { get; set; } + public global::tryAGI.OpenAI.RunStreamEventVariant10Event? Type2068 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDoneEventType? Type2069 { get; set; } + public global::tryAGI.OpenAI.RunToolCallObjectType? Type2069 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDoneEventUsage? Type2070 { get; set; } + public global::tryAGI.OpenAI.RunToolCallObjectFunction? Type2070 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategy? Type2071 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDeltaEventType? Type2071 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategyRequestParamType? Type2072 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDoneEventType? Type2072 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParam? Type2073 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDoneEventUsage? Type2073 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParamType? Type2074 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategy? Type2074 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SubmitToolOutputsRunRequest? Type2075 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategyRequestParamType? Type2075 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2076 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParam? Type2076 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SubmitToolOutputsRunRequestToolOutput? Type2077 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParamType? Type2077 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TextResponseFormatJsonSchema? Type2078 { get; set; } + public global::tryAGI.OpenAI.SubmitToolOutputsRunRequest? Type2078 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TextResponseFormatJsonSchemaType? Type2079 { get; set; } + public global::System.Collections.Generic.IList? Type2079 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadObject? Type2080 { get; set; } + public global::tryAGI.OpenAI.SubmitToolOutputsRunRequestToolOutput? Type2080 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadObjectObject? Type2081 { get; set; } + public global::tryAGI.OpenAI.TextResponseFormatJsonSchema? Type2081 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadObjectToolResources2? Type2082 { get; set; } + public global::tryAGI.OpenAI.TextResponseFormatJsonSchemaType? Type2082 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadObjectToolResourcesCodeInterpreter? Type2083 { get; set; } + public global::tryAGI.OpenAI.ThreadObject? Type2083 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadObjectToolResourcesFileSearch? Type2084 { get; set; } + public global::tryAGI.OpenAI.ThreadObjectObject? Type2084 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadStreamEventVariant1? Type2085 { get; set; } + public global::tryAGI.OpenAI.ThreadObjectToolResources2? Type2085 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadStreamEventVariant1Event? Type2086 { get; set; } + public global::tryAGI.OpenAI.ThreadObjectToolResourcesCodeInterpreter? Type2086 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToggleCertificatesRequest? Type2087 { get; set; } + public global::tryAGI.OpenAI.ThreadObjectToolResourcesFileSearch? Type2087 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionTool? Type2088 { get; set; } + public global::tryAGI.OpenAI.ThreadStreamEventVariant1? Type2088 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchTool? Type2089 { get; set; } + public global::tryAGI.OpenAI.ThreadStreamEventVariant1Event? Type2089 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerTool? Type2090 { get; set; } + public global::tryAGI.OpenAI.ToggleCertificatesRequest? Type2090 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerUsePreviewTool? Type2091 { get; set; } + public global::tryAGI.OpenAI.FunctionTool? Type2091 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchTool? Type2092 { get; set; } + public global::tryAGI.OpenAI.FileSearchTool? Type2092 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolParam? Type2093 { get; set; } + public global::tryAGI.OpenAI.ComputerTool? Type2093 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellToolParam? Type2094 { get; set; } + public global::tryAGI.OpenAI.ComputerUsePreviewTool? Type2094 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolParam? Type2095 { get; set; } + public global::tryAGI.OpenAI.WebSearchTool? Type2095 { get; set; } /// /// /// - public global::tryAGI.OpenAI.NamespaceToolParam? Type2096 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolParam? Type2096 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchToolParam? Type2097 { get; set; } + public global::tryAGI.OpenAI.FunctionShellToolParam? Type2097 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchPreviewTool? Type2098 { get; set; } + public global::tryAGI.OpenAI.CustomToolParam? Type2098 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolParam? Type2099 { get; set; } + public global::tryAGI.OpenAI.NamespaceToolParam? Type2099 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolDiscriminator? Type2100 { get; set; } + public global::tryAGI.OpenAI.ToolSearchToolParam? Type2100 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceAllowed? Type2101 { get; set; } + public global::tryAGI.OpenAI.WebSearchPreviewTool? Type2101 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceAllowedType? Type2102 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolParam? Type2102 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceAllowedMode? Type2103 { get; set; } + public global::tryAGI.OpenAI.ToolDiscriminator? Type2103 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceCustom? Type2104 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceAllowed? Type2104 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceCustomType? Type2105 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceAllowedType? Type2105 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceFunctionType? Type2106 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceAllowedMode? Type2106 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceMCPType? Type2107 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceCustom? Type2107 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceTypes? Type2108 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceCustomType? Type2108 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpecificApplyPatchParam? Type2109 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceFunctionType? Type2109 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpecificFunctionShellParam? Type2110 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceMCPType? Type2110 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceTypesType? Type2111 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceTypes? Type2111 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDeltaEventType? Type2112 { get; set; } + public global::tryAGI.OpenAI.SpecificApplyPatchParam? Type2112 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2113 { get; set; } + public global::tryAGI.OpenAI.SpecificFunctionShellParam? Type2113 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDeltaEventLogprob? Type2114 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceTypesType? Type2114 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDoneEventType? Type2115 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDeltaEventType? Type2115 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2116 { get; set; } + public global::System.Collections.Generic.IList? Type2116 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDoneEventLogprob? Type2117 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDeltaEventLogprob? Type2117 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextSegmentEventType? Type2118 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDoneEventType? Type2118 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageDurationType? Type2119 { get; set; } + public global::System.Collections.Generic.IList? Type2119 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageTokensType? Type2120 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDoneEventLogprob? Type2120 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageTokensInputTokenDetails? Type2121 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextSegmentEventType? Type2121 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionChunkingStrategy? Type2122 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageDurationType? Type2122 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionChunkingStrategyEnum? Type2123 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageTokensType? Type2123 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionDiarizedSegmentType? Type2124 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageTokensInputTokenDetails? Type2124 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TruncationObjectType? Type2125 { get; set; } + public global::tryAGI.OpenAI.TranscriptionChunkingStrategy? Type2125 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateGroupBody? Type2126 { get; set; } + public global::tryAGI.OpenAI.TranscriptionChunkingStrategyEnum? Type2126 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateVectorStoreFileAttributesRequest? Type2127 { get; set; } + public global::tryAGI.OpenAI.TranscriptionDiarizedSegmentType? Type2127 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateVectorStoreRequest? Type2128 { get; set; } + public global::tryAGI.OpenAI.TruncationObjectType? Type2128 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AllOf? Type2129 { get; set; } + public global::tryAGI.OpenAI.UpdateGroupBody? Type2129 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateVoiceConsentRequest? Type2130 { get; set; } + public global::tryAGI.OpenAI.UpdateVectorStoreFileAttributesRequest? Type2130 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Upload? Type2131 { get; set; } + public global::tryAGI.OpenAI.UpdateVectorStoreRequest? Type2131 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadStatus? Type2132 { get; set; } + public global::tryAGI.OpenAI.AllOf? Type2132 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadObject? Type2133 { get; set; } + public global::tryAGI.OpenAI.UpdateVoiceConsentRequest? Type2133 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AllOf? Type2134 { get; set; } + public global::tryAGI.OpenAI.Upload? Type2134 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadCertificateRequest? Type2135 { get; set; } + public global::tryAGI.OpenAI.UploadStatus? Type2135 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadPart? Type2136 { get; set; } + public global::tryAGI.OpenAI.UploadObject? Type2136 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadPartObject? Type2137 { get; set; } + public global::tryAGI.OpenAI.AllOf? Type2137 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesResult? Type2138 { get; set; } + public global::tryAGI.OpenAI.UploadCertificateRequest? Type2138 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesResultObject? Type2139 { get; set; } + public global::tryAGI.OpenAI.UploadPart? Type2139 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsResult? Type2140 { get; set; } + public global::tryAGI.OpenAI.UploadPartObject? Type2140 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsResultObject? Type2141 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesResult? Type2141 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResult? Type2142 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesResultObject? Type2142 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResultObject? Type2143 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsResult? Type2143 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsResult? Type2144 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsResultObject? Type2144 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsResultObject? Type2145 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResult? Type2145 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsResult? Type2146 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResultObject? Type2146 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsResultObject? Type2147 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsResult? Type2147 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesResult? Type2148 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsResultObject? Type2148 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesResultObject? Type2149 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsResult? Type2149 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsResult? Type2150 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsResultObject? Type2150 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsResultObject? Type2151 { get; set; } + public global::tryAGI.OpenAI.UsageImagesResult? Type2151 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageResponse? Type2152 { get; set; } + public global::tryAGI.OpenAI.UsageImagesResultObject? Type2152 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageResponseObject? Type2153 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsResult? Type2153 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2154 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsResultObject? Type2154 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageTimeBucket? Type2155 { get; set; } + public global::tryAGI.OpenAI.UsageResponse? Type2155 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageTimeBucketObject? Type2156 { get; set; } + public global::tryAGI.OpenAI.UsageResponseObject? Type2156 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2157 { get; set; } + public global::System.Collections.Generic.IList? Type2157 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResultsItem? Type2158 { get; set; } + public global::tryAGI.OpenAI.UsageTimeBucket? Type2158 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresResult? Type2159 { get; set; } + public global::tryAGI.OpenAI.UsageTimeBucketObject? Type2159 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageTimeBucketResultDiscriminator? Type2160 { get; set; } + public global::System.Collections.Generic.IList? Type2160 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresResultObject? Type2161 { get; set; } + public global::tryAGI.OpenAI.ResultsItem? Type2161 { get; set; } /// /// /// - public global::tryAGI.OpenAI.User? Type2162 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresResult? Type2162 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserObject? Type2163 { get; set; } + public global::tryAGI.OpenAI.UsageTimeBucketResultDiscriminator? Type2163 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserUser1? Type2164 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresResultObject? Type2164 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserUser1Object? Type2165 { get; set; } + public global::tryAGI.OpenAI.User? Type2165 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserProjects2? Type2166 { get; set; } + public global::tryAGI.OpenAI.UserObject? Type2166 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserProjectsObject? Type2167 { get; set; } + public global::tryAGI.OpenAI.UserUser1? Type2167 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2168 { get; set; } + public global::tryAGI.OpenAI.UserUser1Object? Type2168 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserProjectsDataItem? Type2169 { get; set; } + public global::tryAGI.OpenAI.UserProjects2? Type2169 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserDeleteResponse? Type2170 { get; set; } + public global::tryAGI.OpenAI.UserProjectsObject? Type2170 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserDeleteResponseObject? Type2171 { get; set; } + public global::System.Collections.Generic.IList? Type2171 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserListResource? Type2172 { get; set; } + public global::tryAGI.OpenAI.UserProjectsDataItem? Type2172 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserListResourceObject? Type2173 { get; set; } + public global::tryAGI.OpenAI.UserDeleteResponse? Type2173 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2174 { get; set; } + public global::tryAGI.OpenAI.UserDeleteResponseObject? Type2174 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserListResponse? Type2175 { get; set; } + public global::tryAGI.OpenAI.UserListResource? Type2175 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserListResponseObject? Type2176 { get; set; } + public global::tryAGI.OpenAI.UserListResourceObject? Type2176 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2177 { get; set; } + public global::System.Collections.Generic.IList? Type2177 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserRoleAssignment? Type2178 { get; set; } + public global::tryAGI.OpenAI.UserListResponse? Type2178 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserRoleAssignmentObject? Type2179 { get; set; } + public global::tryAGI.OpenAI.UserListResponseObject? Type2179 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserRoleUpdateRequest? Type2180 { get; set; } + public global::System.Collections.Generic.IList? Type2180 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VadConfigType? Type2181 { get; set; } + public global::tryAGI.OpenAI.UserRoleAssignment? Type2181 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ValidateGraderRequest? Type2182 { get; set; } + public global::tryAGI.OpenAI.UserRoleAssignmentObject? Type2182 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ValidateGraderResponse? Type2183 { get; set; } + public global::tryAGI.OpenAI.UserRoleUpdateRequest? Type2183 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreExpirationAfterAnchor? Type2184 { get; set; } + public global::tryAGI.OpenAI.VadConfigType? Type2184 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2185 { get; set; } + public global::tryAGI.OpenAI.ValidateGraderRequest? Type2185 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObject? Type2186 { get; set; } + public global::tryAGI.OpenAI.ValidateGraderResponse? Type2186 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObjectObject? Type2187 { get; set; } + public global::tryAGI.OpenAI.VectorStoreExpirationAfterAnchor? Type2187 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObjectStatus? Type2188 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2188 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObjectFileCounts? Type2189 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObject? Type2189 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileContentResponse? Type2190 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObjectObject? Type2190 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileContentResponseObject? Type2191 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObjectStatus? Type2191 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2192 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObjectFileCounts? Type2192 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileContentResponseDataItem? Type2193 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileContentResponse? Type2193 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectObject? Type2194 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileContentResponseObject? Type2194 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectStatus? Type2195 { get; set; } + public global::System.Collections.Generic.IList? Type2195 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectLastError2? Type2196 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileContentResponseDataItem? Type2196 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectLastErrorCode? Type2197 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectObject? Type2197 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2198 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectStatus? Type2198 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObjectObject? Type2199 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectLastError2? Type2199 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObjectFileCounts? Type2200 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectLastErrorCode? Type2200 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObjectStatus? Type2201 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2201 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchRequest? Type2202 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObjectObject? Type2202 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type2203 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObjectFileCounts? Type2203 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2204 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObjectStatus? Type2204 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptions? Type2205 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchRequest? Type2205 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptionsRanker? Type2206 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type2206 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultContentObject? Type2207 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2207 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultContentObjectType? Type2208 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptions? Type2208 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultItem? Type2209 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptionsRanker? Type2209 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2210 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultContentObject? Type2210 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultsPage? Type2211 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultContentObjectType? Type2211 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultsPageObject? Type2212 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultItem? Type2212 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2213 { get; set; } + public global::System.Collections.Generic.IList? Type2213 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceConsentDeletedResource? Type2214 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultsPage? Type2214 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceConsentDeletedResourceObject? Type2215 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultsPageObject? Type2215 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceConsentListResource? Type2216 { get; set; } + public global::System.Collections.Generic.IList? Type2216 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceConsentListResourceObject? Type2217 { get; set; } + public global::tryAGI.OpenAI.VoiceConsentDeletedResource? Type2217 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2218 { get; set; } + public global::tryAGI.OpenAI.VoiceConsentDeletedResourceObject? Type2218 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceConsentResource? Type2219 { get; set; } + public global::tryAGI.OpenAI.VoiceConsentListResource? Type2219 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceConsentResourceObject? Type2220 { get; set; } + public global::tryAGI.OpenAI.VoiceConsentListResourceObject? Type2220 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceIdsOrCustomVoiceVariant2? Type2221 { get; set; } + public global::System.Collections.Generic.IList? Type2221 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceIdsSharedEnum? Type2222 { get; set; } + public global::tryAGI.OpenAI.VoiceConsentResource? Type2222 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceResource? Type2223 { get; set; } + public global::tryAGI.OpenAI.VoiceConsentResourceObject? Type2223 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceResourceObject? Type2224 { get; set; } + public global::tryAGI.OpenAI.VoiceIdsOrCustomVoiceVariant2? Type2224 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionFind? Type2225 { get; set; } + public global::tryAGI.OpenAI.VoiceIdsSharedEnum? Type2225 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionFindType? Type2226 { get; set; } + public global::tryAGI.OpenAI.VoiceResource? Type2226 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionOpenPage? Type2227 { get; set; } + public global::tryAGI.OpenAI.VoiceResourceObject? Type2227 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionOpenPageType? Type2228 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionFind? Type2228 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionSearch? Type2229 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionFindType? Type2229 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionSearchType? Type2230 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionOpenPage? Type2230 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2231 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionOpenPageType? Type2231 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionSearchSource? Type2232 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionSearch? Type2232 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionSearchSourceType? Type2233 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionSearchType? Type2233 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchApproximateLocationWebSearchApproximateLocation1? Type2234 { get; set; } + public global::System.Collections.Generic.IList? Type2234 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchApproximateLocationWebSearchApproximateLocation1Type? Type2235 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionSearchSource? Type2235 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolType? Type2236 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionSearchSourceType? Type2236 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolFilters2? Type2237 { get; set; } + public global::tryAGI.OpenAI.WebSearchApproximateLocationWebSearchApproximateLocation1? Type2237 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolSearchContextSize? Type2238 { get; set; } + public global::tryAGI.OpenAI.WebSearchApproximateLocationWebSearchApproximateLocation1Type? Type2238 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolCallType? Type2239 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolType? Type2239 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolCallStatus? Type2240 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolFilters2? Type2240 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolCallAction? Type2241 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolSearchContextSize? Type2241 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolCallActionDiscriminator? Type2242 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolCallType? Type2242 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelled? Type2243 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolCallStatus? Type2243 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelledData? Type2244 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolCallAction? Type2244 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelledObject? Type2245 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolCallActionDiscriminator? Type2245 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelledType? Type2246 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelled? Type2246 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompleted? Type2247 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelledData? Type2247 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompletedData? Type2248 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelledObject? Type2248 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompletedObject? Type2249 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelledType? Type2249 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompletedType? Type2250 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompleted? Type2250 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpired? Type2251 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompletedData? Type2251 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpiredData? Type2252 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompletedObject? Type2252 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpiredObject? Type2253 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompletedType? Type2253 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpiredType? Type2254 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpired? Type2254 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailed? Type2255 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpiredData? Type2255 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailedData? Type2256 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpiredObject? Type2256 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailedObject? Type2257 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpiredType? Type2257 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailedType? Type2258 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailed? Type2258 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceled? Type2259 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailedData? Type2259 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceledData? Type2260 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailedObject? Type2260 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceledObject? Type2261 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailedType? Type2261 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceledType? Type2262 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceled? Type2262 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailed? Type2263 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceledData? Type2263 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailedData? Type2264 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceledObject? Type2264 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailedObject? Type2265 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceledType? Type2265 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailedType? Type2266 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailed? Type2266 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceeded? Type2267 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailedData? Type2267 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceededData? Type2268 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailedObject? Type2268 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceededObject? Type2269 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailedType? Type2269 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceededType? Type2270 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceeded? Type2270 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelled? Type2271 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceededData? Type2271 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledData? Type2272 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceededObject? Type2272 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledObject? Type2273 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceededType? Type2273 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledType? Type2274 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelled? Type2274 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailed? Type2275 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledData? Type2275 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailedData? Type2276 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledObject? Type2276 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailedObject? Type2277 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledType? Type2277 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailedType? Type2278 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailed? Type2278 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceeded? Type2279 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailedData? Type2279 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededData? Type2280 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailedObject? Type2280 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededObject? Type2281 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailedType? Type2281 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededType? Type2282 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceeded? Type2282 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookRealtimeCallIncoming? Type2283 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededData? Type2283 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingData? Type2284 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededObject? Type2284 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2285 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededType? Type2285 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingDataSipHeader? Type2286 { get; set; } + public global::tryAGI.OpenAI.WebhookRealtimeCallIncoming? Type2286 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingObject? Type2287 { get; set; } + public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingData? Type2287 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingType? Type2288 { get; set; } + public global::System.Collections.Generic.IList? Type2288 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelled? Type2289 { get; set; } + public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingDataSipHeader? Type2289 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelledData? Type2290 { get; set; } + public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingObject? Type2290 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelledObject? Type2291 { get; set; } + public global::tryAGI.OpenAI.WebhookRealtimeCallIncomingType? Type2291 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelledType? Type2292 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelled? Type2292 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompleted? Type2293 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelledData? Type2293 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompletedData? Type2294 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelledObject? Type2294 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompletedObject? Type2295 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelledType? Type2295 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompletedType? Type2296 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompleted? Type2296 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailed? Type2297 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompletedData? Type2297 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailedData? Type2298 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompletedObject? Type2298 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailedObject? Type2299 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompletedType? Type2299 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailedType? Type2300 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailed? Type2300 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncomplete? Type2301 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailedData? Type2301 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncompleteData? Type2302 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailedObject? Type2302 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncompleteObject? Type2303 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailedType? Type2303 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncompleteType? Type2304 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncomplete? Type2304 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillReferenceParamType? Type2305 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncompleteData? Type2305 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InlineSkillSourceParam? Type2306 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncompleteObject? Type2306 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InlineSkillSourceParamType? Type2307 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncompleteType? Type2307 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InlineSkillSourceParamMediaType? Type2308 { get; set; } + public global::tryAGI.OpenAI.SkillReferenceParamType? Type2308 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InlineSkillParamType? Type2309 { get; set; } + public global::tryAGI.OpenAI.InlineSkillSourceParam? Type2309 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerNetworkPolicyDisabledParamType? Type2310 { get; set; } + public global::tryAGI.OpenAI.InlineSkillSourceParamType? Type2310 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerNetworkPolicyDomainSecretParam? Type2311 { get; set; } + public global::tryAGI.OpenAI.InlineSkillSourceParamMediaType? Type2311 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerNetworkPolicyAllowlistParamType? Type2312 { get; set; } + public global::tryAGI.OpenAI.InlineSkillParamType? Type2312 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2313 { get; set; } + public global::tryAGI.OpenAI.ContainerNetworkPolicyDisabledParamType? Type2313 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageStatus? Type2314 { get; set; } + public global::tryAGI.OpenAI.ContainerNetworkPolicyDomainSecretParam? Type2314 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageRole? Type2315 { get; set; } + public global::tryAGI.OpenAI.ContainerNetworkPolicyAllowlistParamType? Type2315 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputTextContentType? Type2316 { get; set; } + public global::System.Collections.Generic.IList? Type2316 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileCitationBody? Type2317 { get; set; } + public global::tryAGI.OpenAI.MessageStatus? Type2317 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileCitationBodyType? Type2318 { get; set; } + public global::tryAGI.OpenAI.MessageRole? Type2318 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UrlCitationBody? Type2319 { get; set; } + public global::tryAGI.OpenAI.InputTextContentType? Type2319 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UrlCitationBodyType? Type2320 { get; set; } + public global::tryAGI.OpenAI.FileCitationBody? Type2320 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerFileCitationBody? Type2321 { get; set; } + public global::tryAGI.OpenAI.FileCitationBodyType? Type2321 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerFileCitationBodyType? Type2322 { get; set; } + public global::tryAGI.OpenAI.UrlCitationBody? Type2322 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Annotation? Type2323 { get; set; } + public global::tryAGI.OpenAI.UrlCitationBodyType? Type2323 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnnotationDiscriminator? Type2324 { get; set; } + public global::tryAGI.OpenAI.ContainerFileCitationBody? Type2324 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TopLogProb? Type2325 { get; set; } + public global::tryAGI.OpenAI.ContainerFileCitationBodyType? Type2325 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LogProb? Type2326 { get; set; } + public global::tryAGI.OpenAI.Annotation? Type2326 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2327 { get; set; } + public global::tryAGI.OpenAI.AnnotationDiscriminator? Type2327 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputTextContentType? Type2328 { get; set; } + public global::tryAGI.OpenAI.TopLogProb? Type2328 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2329 { get; set; } + public global::tryAGI.OpenAI.LogProb? Type2329 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2330 { get; set; } + public global::System.Collections.Generic.IList? Type2330 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TextContent? Type2331 { get; set; } + public global::tryAGI.OpenAI.OutputTextContentType? Type2331 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TextContentType? Type2332 { get; set; } + public global::System.Collections.Generic.IList? Type2332 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SummaryTextContentType? Type2333 { get; set; } + public global::System.Collections.Generic.IList? Type2333 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningTextContentType? Type2334 { get; set; } + public global::tryAGI.OpenAI.TextContent? Type2334 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RefusalContentType? Type2335 { get; set; } + public global::tryAGI.OpenAI.TextContentType? Type2335 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageDetail? Type2336 { get; set; } + public global::tryAGI.OpenAI.SummaryTextContentType? Type2336 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputImageContentType? Type2337 { get; set; } + public global::tryAGI.OpenAI.ReasoningTextContentType? Type2337 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerScreenshotContent? Type2338 { get; set; } + public global::tryAGI.OpenAI.RefusalContentType? Type2338 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerScreenshotContentType? Type2339 { get; set; } + public global::tryAGI.OpenAI.ImageDetail? Type2339 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileInputDetail? Type2340 { get; set; } + public global::tryAGI.OpenAI.InputImageContentType? Type2340 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputFileContentType? Type2341 { get; set; } + public global::tryAGI.OpenAI.ComputerScreenshotContent? Type2341 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessagePhase2? Type2342 { get; set; } + public global::tryAGI.OpenAI.ComputerScreenshotContentType? Type2342 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageType? Type2343 { get; set; } + public global::tryAGI.OpenAI.FileInputDetail? Type2343 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2344 { get; set; } + public global::tryAGI.OpenAI.InputFileContentType? Type2344 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContentItem3? Type2345 { get; set; } + public global::tryAGI.OpenAI.MessagePhase2? Type2345 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageContentItemDiscriminator? Type2346 { get; set; } + public global::tryAGI.OpenAI.MessageType? Type2346 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClickButtonType? Type2347 { get; set; } + public global::System.Collections.Generic.IList? Type2347 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClickParamType? Type2348 { get; set; } + public global::tryAGI.OpenAI.ContentItem3? Type2348 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DoubleClickActionType? Type2349 { get; set; } + public global::tryAGI.OpenAI.MessageContentItemDiscriminator? Type2349 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CoordParam? Type2350 { get; set; } + public global::tryAGI.OpenAI.ClickButtonType? Type2350 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DragParamType? Type2351 { get; set; } + public global::tryAGI.OpenAI.ClickParamType? Type2351 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2352 { get; set; } + public global::tryAGI.OpenAI.DoubleClickActionType? Type2352 { get; set; } /// /// /// - public global::tryAGI.OpenAI.KeyPressActionType? Type2353 { get; set; } + public global::tryAGI.OpenAI.CoordParam? Type2353 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MoveParamType? Type2354 { get; set; } + public global::tryAGI.OpenAI.DragParamType? Type2354 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ScreenshotParamType? Type2355 { get; set; } + public global::System.Collections.Generic.IList? Type2355 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ScrollParamType? Type2356 { get; set; } + public global::tryAGI.OpenAI.KeyPressActionType? Type2356 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TypeParamType? Type2357 { get; set; } + public global::tryAGI.OpenAI.MoveParamType? Type2357 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WaitParamType? Type2358 { get; set; } + public global::tryAGI.OpenAI.ScreenshotParamType? Type2358 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchExecutionType? Type2359 { get; set; } + public global::tryAGI.OpenAI.ScrollParamType? Type2359 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchCallType? Type2360 { get; set; } + public global::tryAGI.OpenAI.TypeParamType? Type2360 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolType? Type2361 { get; set; } + public global::tryAGI.OpenAI.WaitParamType? Type2361 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RankerVersionType? Type2362 { get; set; } + public global::tryAGI.OpenAI.ToolSearchExecutionType? Type2362 { get; set; } /// /// /// - public global::tryAGI.OpenAI.HybridSearchOptions? Type2363 { get; set; } + public global::tryAGI.OpenAI.ToolSearchCallType? Type2363 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RankingOptions? Type2364 { get; set; } + public global::tryAGI.OpenAI.FunctionToolType? Type2364 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Filters2? Type2365 { get; set; } + public global::tryAGI.OpenAI.RankerVersionType? Type2365 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolType? Type2366 { get; set; } + public global::tryAGI.OpenAI.HybridSearchOptions? Type2366 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolType? Type2367 { get; set; } + public global::tryAGI.OpenAI.RankingOptions? Type2367 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerEnvironment? Type2368 { get; set; } + public global::tryAGI.OpenAI.Filters2? Type2368 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerUsePreviewToolType? Type2369 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolType? Type2369 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerMemoryLimit? Type2370 { get; set; } + public global::tryAGI.OpenAI.ComputerToolType? Type2370 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AutoCodeInterpreterToolParamType? Type2371 { get; set; } + public global::tryAGI.OpenAI.ComputerEnvironment? Type2371 { get; set; } /// /// /// - public global::tryAGI.OpenAI.NetworkPolicy2? Type2372 { get; set; } + public global::tryAGI.OpenAI.ComputerUsePreviewToolType? Type2372 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AutoCodeInterpreterToolParamNetworkPolicyDiscriminator? Type2373 { get; set; } + public global::tryAGI.OpenAI.ContainerMemoryLimit? Type2373 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolParamType? Type2374 { get; set; } + public global::tryAGI.OpenAI.AutoCodeInterpreterToolParamType? Type2374 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerAutoParam? Type2375 { get; set; } + public global::tryAGI.OpenAI.NetworkPolicy2? Type2375 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerAutoParamType? Type2376 { get; set; } + public global::tryAGI.OpenAI.AutoCodeInterpreterToolParamNetworkPolicyDiscriminator? Type2376 { get; set; } /// /// /// - public global::tryAGI.OpenAI.NetworkPolicy3? Type2377 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolParamType? Type2377 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerAutoParamNetworkPolicyDiscriminator? Type2378 { get; set; } + public global::tryAGI.OpenAI.ContainerAutoParam? Type2378 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2379 { get; set; } + public global::tryAGI.OpenAI.ContainerAutoParamType? Type2379 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillsItem2? Type2380 { get; set; } + public global::tryAGI.OpenAI.NetworkPolicy3? Type2380 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerAutoParamSkillDiscriminator? Type2381 { get; set; } + public global::tryAGI.OpenAI.ContainerAutoParamNetworkPolicyDiscriminator? Type2381 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalSkillParam? Type2382 { get; set; } + public global::System.Collections.Generic.IList? Type2382 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalEnvironmentParam? Type2383 { get; set; } + public global::tryAGI.OpenAI.SkillsItem2? Type2383 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalEnvironmentParamType? Type2384 { get; set; } + public global::tryAGI.OpenAI.ContainerAutoParamSkillDiscriminator? Type2384 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2385 { get; set; } + public global::tryAGI.OpenAI.LocalSkillParam? Type2385 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerReferenceParam? Type2386 { get; set; } + public global::tryAGI.OpenAI.LocalEnvironmentParam? Type2386 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerReferenceParamType? Type2387 { get; set; } + public global::tryAGI.OpenAI.LocalEnvironmentParamType? Type2387 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellToolParamType? Type2388 { get; set; } + public global::System.Collections.Generic.IList? Type2388 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EnvironmentVariant1? Type2389 { get; set; } + public global::tryAGI.OpenAI.ContainerReferenceParam? Type2389 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellToolParamEnvironmentVariant1Discriminator? Type2390 { get; set; } + public global::tryAGI.OpenAI.ContainerReferenceParamType? Type2390 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomTextFormatParam? Type2391 { get; set; } + public global::tryAGI.OpenAI.FunctionShellToolParamType? Type2391 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomTextFormatParamType? Type2392 { get; set; } + public global::tryAGI.OpenAI.EnvironmentVariant1? Type2392 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GrammarSyntax1? Type2393 { get; set; } + public global::tryAGI.OpenAI.FunctionShellToolParamEnvironmentVariant1Discriminator? Type2393 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomGrammarFormatParam? Type2394 { get; set; } + public global::tryAGI.OpenAI.CustomTextFormatParam? Type2394 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomGrammarFormatParamType? Type2395 { get; set; } + public global::tryAGI.OpenAI.CustomTextFormatParamType? Type2395 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolParamType? Type2396 { get; set; } + public global::tryAGI.OpenAI.GrammarSyntax1? Type2396 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Format2? Type2397 { get; set; } + public global::tryAGI.OpenAI.CustomGrammarFormatParam? Type2397 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CustomToolParamFormatDiscriminator? Type2398 { get; set; } + public global::tryAGI.OpenAI.CustomGrammarFormatParamType? Type2398 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EmptyModelParam? Type2399 { get; set; } + public global::tryAGI.OpenAI.CustomToolParamType? Type2399 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolParam? Type2400 { get; set; } + public global::tryAGI.OpenAI.Format2? Type2400 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolParamType? Type2401 { get; set; } + public global::tryAGI.OpenAI.CustomToolParamFormatDiscriminator? Type2401 { get; set; } /// /// /// - public global::tryAGI.OpenAI.NamespaceToolParamType? Type2402 { get; set; } + public global::tryAGI.OpenAI.EmptyModelParam? Type2402 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2403 { get; set; } + public global::tryAGI.OpenAI.FunctionToolParam? Type2403 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolsItem13? Type2404 { get; set; } + public global::tryAGI.OpenAI.FunctionToolParamType? Type2404 { get; set; } /// /// /// - public global::tryAGI.OpenAI.NamespaceToolParamToolDiscriminator? Type2405 { get; set; } + public global::tryAGI.OpenAI.NamespaceToolParamType? Type2405 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchToolParamType? Type2406 { get; set; } + public global::System.Collections.Generic.IList? Type2406 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApproximateLocation? Type2407 { get; set; } + public global::tryAGI.OpenAI.ToolsItem13? Type2407 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApproximateLocationType? Type2408 { get; set; } + public global::tryAGI.OpenAI.NamespaceToolParamToolDiscriminator? Type2408 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SearchContextSize? Type2409 { get; set; } + public global::tryAGI.OpenAI.ToolSearchToolParamType? Type2409 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SearchContentType? Type2410 { get; set; } + public global::tryAGI.OpenAI.ApproximateLocation? Type2410 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchPreviewToolType? Type2411 { get; set; } + public global::tryAGI.OpenAI.ApproximateLocationType? Type2411 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2412 { get; set; } + public global::tryAGI.OpenAI.SearchContextSize? Type2412 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolParamType? Type2413 { get; set; } + public global::tryAGI.OpenAI.SearchContentType? Type2413 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchOutputType? Type2414 { get; set; } + public global::tryAGI.OpenAI.WebSearchPreviewToolType? Type2414 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompactionBodyType? Type2415 { get; set; } + public global::System.Collections.Generic.IList? Type2415 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterOutputLogsType? Type2416 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolParamType? Type2416 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterOutputImageType? Type2417 { get; set; } + public global::tryAGI.OpenAI.ToolSearchOutputType? Type2417 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellExecActionType? Type2418 { get; set; } + public global::tryAGI.OpenAI.CompactionBodyType? Type2418 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellAction? Type2419 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterOutputLogsType? Type2419 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallStatus? Type2420 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterOutputImageType? Type2420 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalEnvironmentResource? Type2421 { get; set; } + public global::tryAGI.OpenAI.LocalShellExecActionType? Type2421 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalEnvironmentResourceType? Type2422 { get; set; } + public global::tryAGI.OpenAI.FunctionShellAction? Type2422 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerReferenceResource? Type2423 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallStatus? Type2423 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerReferenceResourceType? Type2424 { get; set; } + public global::tryAGI.OpenAI.LocalEnvironmentResource? Type2424 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallType? Type2425 { get; set; } + public global::tryAGI.OpenAI.LocalEnvironmentResourceType? Type2425 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EnvironmentVariant12? Type2426 { get; set; } + public global::tryAGI.OpenAI.ContainerReferenceResource? Type2426 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallEnvironmentVariant1Discriminator? Type2427 { get; set; } + public global::tryAGI.OpenAI.ContainerReferenceResourceType? Type2427 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputStatusEnum? Type2428 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallType? Type2428 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcome? Type2429 { get; set; } + public global::tryAGI.OpenAI.EnvironmentVariant12? Type2429 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcomeType? Type2430 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallEnvironmentVariant1Discriminator? Type2430 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcome? Type2431 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputStatusEnum? Type2431 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcomeType? Type2432 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcome? Type2432 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputContent? Type2433 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcomeType? Type2433 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Outcome? Type2434 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcome? Type2434 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputContentOutcomeDiscriminator? Type2435 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcomeType? Type2435 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputType? Type2436 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputContent? Type2436 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2437 { get; set; } + public global::tryAGI.OpenAI.Outcome? Type2437 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCallStatus? Type2438 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputContentOutcomeDiscriminator? Type2438 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCreateFileOperation? Type2439 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputType? Type2439 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCreateFileOperationType? Type2440 { get; set; } + public global::System.Collections.Generic.IList? Type2440 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperation? Type2441 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCallStatus? Type2441 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperationType? Type2442 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCreateFileOperation? Type2442 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperation? Type2443 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCreateFileOperationType? Type2443 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperationType? Type2444 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperation? Type2444 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolCallType? Type2445 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperationType? Type2445 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Operation? Type2446 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperation? Type2446 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolCallOperationDiscriminator? Type2447 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperationType? Type2447 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCallOutputStatus? Type2448 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolCallType? Type2448 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolCallOutputType? Type2449 { get; set; } + public global::tryAGI.OpenAI.Operation? Type2449 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DetailEnum? Type2450 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolCallOperationDiscriminator? Type2450 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallItemStatus? Type2451 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCallOutputStatus? Type2451 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerCallOutputItemParamType? Type2452 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolCallOutputType? Type2452 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputTextContentParam? Type2453 { get; set; } + public global::tryAGI.OpenAI.DetailEnum? Type2453 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputTextContentParamType? Type2454 { get; set; } + public global::tryAGI.OpenAI.FunctionCallItemStatus? Type2454 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputImageContentParamAutoParam? Type2455 { get; set; } + public global::tryAGI.OpenAI.ComputerCallOutputItemParamType? Type2455 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputImageContentParamAutoParamType? Type2456 { get; set; } + public global::tryAGI.OpenAI.InputTextContentParam? Type2456 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileDetailEnum? Type2457 { get; set; } + public global::tryAGI.OpenAI.InputTextContentParamType? Type2457 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputFileContentParam? Type2458 { get; set; } + public global::tryAGI.OpenAI.InputImageContentParamAutoParam? Type2458 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputFileContentParamType? Type2459 { get; set; } + public global::tryAGI.OpenAI.InputImageContentParamAutoParamType? Type2459 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallOutputItemParamType? Type2460 { get; set; } + public global::tryAGI.OpenAI.FileDetailEnum? Type2460 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type2461 { get; set; } + public global::tryAGI.OpenAI.InputFileContentParam? Type2461 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2462 { get; set; } + public global::tryAGI.OpenAI.InputFileContentParamType? Type2462 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputVariant2Item? Type2463 { get; set; } + public global::tryAGI.OpenAI.FunctionCallOutputItemParamType? Type2463 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallOutputItemParamOutputVariant2ItemDiscriminator? Type2464 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type2464 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchCallItemParamType? Type2465 { get; set; } + public global::System.Collections.Generic.IList? Type2465 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolSearchOutputItemParamType? Type2466 { get; set; } + public global::tryAGI.OpenAI.OutputVariant2Item? Type2466 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompactionSummaryItemParamType? Type2467 { get; set; } + public global::tryAGI.OpenAI.FunctionCallOutputItemParamOutputVariant2ItemDiscriminator? Type2467 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellActionParam? Type2468 { get; set; } + public global::tryAGI.OpenAI.ToolSearchCallItemParamType? Type2468 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallItemStatus? Type2469 { get; set; } + public global::tryAGI.OpenAI.ToolSearchOutputItemParamType? Type2469 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallItemParamType? Type2470 { get; set; } + public global::tryAGI.OpenAI.CompactionSummaryItemParamType? Type2470 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EnvironmentVariant13? Type2471 { get; set; } + public global::tryAGI.OpenAI.FunctionShellActionParam? Type2471 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallItemParamEnvironmentVariant1Discriminator? Type2472 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallItemStatus? Type2472 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcomeParam? Type2473 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallItemParamType? Type2473 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcomeParamType? Type2474 { get; set; } + public global::tryAGI.OpenAI.EnvironmentVariant13? Type2474 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcomeParam? Type2475 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallItemParamEnvironmentVariant1Discriminator? Type2475 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcomeParamType? Type2476 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcomeParam? Type2476 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputOutcomeParam? Type2477 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputTimeoutOutcomeParamType? Type2477 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputOutcomeParamDiscriminator? Type2478 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcomeParam? Type2478 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputContentParam? Type2479 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputExitOutcomeParamType? Type2479 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionShellCallOutputItemParamType? Type2480 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputOutcomeParam? Type2480 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2481 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputOutcomeParamDiscriminator? Type2481 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCallStatusParam? Type2482 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputContentParam? Type2482 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCreateFileOperationParam? Type2483 { get; set; } + public global::tryAGI.OpenAI.FunctionShellCallOutputItemParamType? Type2483 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCreateFileOperationParamType? Type2484 { get; set; } + public global::System.Collections.Generic.IList? Type2484 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperationParam? Type2485 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCallStatusParam? Type2485 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperationParamType? Type2486 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCreateFileOperationParam? Type2486 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperationParam? Type2487 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCreateFileOperationParamType? Type2487 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperationParamType? Type2488 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperationParam? Type2488 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchOperationParam? Type2489 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchDeleteFileOperationParamType? Type2489 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchOperationParamDiscriminator? Type2490 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperationParam? Type2490 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolCallItemParamType? Type2491 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchUpdateFileOperationParamType? Type2491 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchCallOutputStatusParam? Type2492 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchOperationParam? Type2492 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ApplyPatchToolCallOutputItemParamType? Type2493 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchOperationParamDiscriminator? Type2493 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemReferenceParamType2? Type2494 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolCallItemParamType? Type2494 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ConversationResource? Type2495 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchCallOutputStatusParam? Type2495 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ConversationResourceObject? Type2496 { get; set; } + public global::tryAGI.OpenAI.ApplyPatchToolCallOutputItemParamType? Type2496 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenOutputTokensDetails? Type2497 { get; set; } + public global::tryAGI.OpenAI.ItemReferenceParamType2? Type2497 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenInputUsageDetails? Type2498 { get; set; } + public global::tryAGI.OpenAI.ConversationResource? Type2498 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpecificApplyPatchParamType? Type2499 { get; set; } + public global::tryAGI.OpenAI.ConversationResourceObject? Type2499 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpecificFunctionShellParamType? Type2500 { get; set; } + public global::tryAGI.OpenAI.ImageGenOutputTokensDetails? Type2500 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateConversationBody? Type2501 { get; set; } + public global::tryAGI.OpenAI.ImageGenInputUsageDetails? Type2501 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateConversationBody? Type2502 { get; set; } + public global::tryAGI.OpenAI.SpecificApplyPatchParamType? Type2502 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedConversationResourceObject? Type2503 { get; set; } + public global::tryAGI.OpenAI.SpecificFunctionShellParamType? Type2503 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OrderEnum? Type2504 { get; set; } + public global::tryAGI.OpenAI.CreateConversationBody? Type2504 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoModel? Type2505 { get; set; } + public global::tryAGI.OpenAI.UpdateConversationBody? Type2505 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoModelEnum? Type2506 { get; set; } + public global::tryAGI.OpenAI.DeletedConversationResourceObject? Type2506 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoStatus? Type2507 { get; set; } + public global::tryAGI.OpenAI.OrderEnum? Type2507 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoSize? Type2508 { get; set; } + public global::tryAGI.OpenAI.VideoModel? Type2508 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Error2? Type2509 { get; set; } + public global::tryAGI.OpenAI.VideoModelEnum? Type2509 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoResource? Type2510 { get; set; } + public global::tryAGI.OpenAI.VideoStatus? Type2510 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoResourceObject? Type2511 { get; set; } + public global::tryAGI.OpenAI.VideoSize? Type2511 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoListResource? Type2512 { get; set; } + public global::tryAGI.OpenAI.Error2? Type2512 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoListResourceObject? Type2513 { get; set; } + public global::tryAGI.OpenAI.VideoResource? Type2513 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2514 { get; set; } + public global::tryAGI.OpenAI.VideoResourceObject? Type2514 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageRefParam2? Type2515 { get; set; } + public global::tryAGI.OpenAI.VideoListResource? Type2515 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoSeconds? Type2516 { get; set; } + public global::tryAGI.OpenAI.VideoListResourceObject? Type2516 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoMultipartBody? Type2517 { get; set; } + public global::System.Collections.Generic.IList? Type2517 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2518 { get; set; } + public global::tryAGI.OpenAI.ImageRefParam2? Type2518 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoJsonBody? Type2519 { get; set; } + public global::tryAGI.OpenAI.VideoSeconds? Type2519 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoCharacterBody? Type2520 { get; set; } + public global::tryAGI.OpenAI.CreateVideoMultipartBody? Type2520 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoCharacterResource? Type2521 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2521 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoReferenceInputParam? Type2522 { get; set; } + public global::tryAGI.OpenAI.CreateVideoJsonBody? Type2522 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoEditMultipartBody? Type2523 { get; set; } + public global::tryAGI.OpenAI.CreateVideoCharacterBody? Type2523 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2524 { get; set; } + public global::tryAGI.OpenAI.VideoCharacterResource? Type2524 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoEditJsonBody? Type2525 { get; set; } + public global::tryAGI.OpenAI.VideoReferenceInputParam? Type2525 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoExtendMultipartBody? Type2526 { get; set; } + public global::tryAGI.OpenAI.CreateVideoEditMultipartBody? Type2526 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2527 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2527 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoExtendJsonBody? Type2528 { get; set; } + public global::tryAGI.OpenAI.CreateVideoEditJsonBody? Type2528 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedVideoResource? Type2529 { get; set; } + public global::tryAGI.OpenAI.CreateVideoExtendMultipartBody? Type2529 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedVideoResourceObject? Type2530 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2530 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VideoContentVariant? Type2531 { get; set; } + public global::tryAGI.OpenAI.CreateVideoExtendJsonBody? Type2531 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVideoRemixBody? Type2532 { get; set; } + public global::tryAGI.OpenAI.DeletedVideoResource? Type2532 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TruncationEnum? Type2533 { get; set; } + public global::tryAGI.OpenAI.DeletedVideoResourceObject? Type2533 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TokenCountsBody? Type2534 { get; set; } + public global::tryAGI.OpenAI.VideoContentVariant? Type2534 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TokenCountsResource? Type2535 { get; set; } + public global::tryAGI.OpenAI.CreateVideoRemixBody? Type2535 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TokenCountsResourceObject? Type2536 { get; set; } + public global::tryAGI.OpenAI.TruncationEnum? Type2536 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PromptCacheRetentionEnum? Type2537 { get; set; } + public global::tryAGI.OpenAI.TokenCountsBody? Type2537 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompactResponseMethodPublicBody? Type2538 { get; set; } + public global::tryAGI.OpenAI.TokenCountsResource? Type2538 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemField? Type2539 { get; set; } + public global::tryAGI.OpenAI.TokenCountsResourceObject? Type2539 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemFieldDiscriminator? Type2540 { get; set; } + public global::tryAGI.OpenAI.PromptCacheRetentionEnum? Type2540 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompactResource? Type2541 { get; set; } + public global::tryAGI.OpenAI.CompactResponseMethodPublicBody? Type2541 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompactResourceObject? Type2542 { get; set; } + public global::tryAGI.OpenAI.ItemField? Type2542 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2543 { get; set; } + public global::tryAGI.OpenAI.ItemFieldDiscriminator? Type2543 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillResource? Type2544 { get; set; } + public global::tryAGI.OpenAI.CompactResource? Type2544 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillResourceObject? Type2545 { get; set; } + public global::tryAGI.OpenAI.CompactResourceObject? Type2545 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillListResource? Type2546 { get; set; } + public global::System.Collections.Generic.IList? Type2546 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillListResourceObject? Type2547 { get; set; } + public global::tryAGI.OpenAI.SkillResource? Type2547 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2548 { get; set; } + public global::tryAGI.OpenAI.SkillResourceObject? Type2548 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSkillBody? Type2549 { get; set; } + public global::tryAGI.OpenAI.SkillListResource? Type2549 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf, byte[]>? Type2550 { get; set; } + public global::tryAGI.OpenAI.SkillListResourceObject? Type2550 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SetDefaultSkillVersionBody? Type2551 { get; set; } + public global::System.Collections.Generic.IList? Type2551 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedSkillResource? Type2552 { get; set; } + public global::tryAGI.OpenAI.CreateSkillBody? Type2552 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedSkillResourceObject? Type2553 { get; set; } + public global::tryAGI.OpenAI.OneOf, byte[]>? Type2553 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillVersionResource? Type2554 { get; set; } + public global::tryAGI.OpenAI.SetDefaultSkillVersionBody? Type2554 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillVersionResourceObject? Type2555 { get; set; } + public global::tryAGI.OpenAI.DeletedSkillResource? Type2555 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillVersionListResource? Type2556 { get; set; } + public global::tryAGI.OpenAI.DeletedSkillResourceObject? Type2556 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SkillVersionListResourceObject? Type2557 { get; set; } + public global::tryAGI.OpenAI.SkillVersionResource? Type2557 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2558 { get; set; } + public global::tryAGI.OpenAI.SkillVersionResourceObject? Type2558 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSkillVersionBody? Type2559 { get; set; } + public global::tryAGI.OpenAI.SkillVersionListResource? Type2559 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedSkillVersionResource? Type2560 { get; set; } + public global::tryAGI.OpenAI.SkillVersionListResourceObject? Type2560 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedSkillVersionResourceObject? Type2561 { get; set; } + public global::System.Collections.Generic.IList? Type2561 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatkitWorkflowTracing? Type2562 { get; set; } + public global::tryAGI.OpenAI.CreateSkillVersionBody? Type2562 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatkitWorkflow? Type2563 { get; set; } + public global::tryAGI.OpenAI.DeletedSkillVersionResource? Type2563 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2564 { get; set; } + public global::tryAGI.OpenAI.DeletedSkillVersionResourceObject? Type2564 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionRateLimits? Type2565 { get; set; } + public global::tryAGI.OpenAI.ChatkitWorkflowTracing? Type2565 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionStatus? Type2566 { get; set; } + public global::tryAGI.OpenAI.ChatkitWorkflow? Type2566 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionAutomaticThreadTitling? Type2567 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2567 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionFileUpload? Type2568 { get; set; } + public global::tryAGI.OpenAI.ChatSessionRateLimits? Type2568 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionHistory? Type2569 { get; set; } + public global::tryAGI.OpenAI.ChatSessionStatus? Type2569 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionChatkitConfiguration? Type2570 { get; set; } + public global::tryAGI.OpenAI.ChatSessionAutomaticThreadTitling? Type2570 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionResource? Type2571 { get; set; } + public global::tryAGI.OpenAI.ChatSessionFileUpload? Type2571 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatSessionResourceObject? Type2572 { get; set; } + public global::tryAGI.OpenAI.ChatSessionHistory? Type2572 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WorkflowTracingParam? Type2573 { get; set; } + public global::tryAGI.OpenAI.ChatSessionChatkitConfiguration? Type2573 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WorkflowParam? Type2574 { get; set; } + public global::tryAGI.OpenAI.ChatSessionResource? Type2574 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ExpiresAfterParam? Type2575 { get; set; } + public global::tryAGI.OpenAI.ChatSessionResourceObject? Type2575 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ExpiresAfterParamAnchor? Type2576 { get; set; } + public global::tryAGI.OpenAI.WorkflowTracingParam? Type2576 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RateLimitsParam? Type2577 { get; set; } + public global::tryAGI.OpenAI.WorkflowParam? Type2577 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AutomaticThreadTitlingParam? Type2578 { get; set; } + public global::tryAGI.OpenAI.ExpiresAfterParam? Type2578 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileUploadParam? Type2579 { get; set; } + public global::tryAGI.OpenAI.ExpiresAfterParamAnchor? Type2579 { get; set; } /// /// /// - public global::tryAGI.OpenAI.HistoryParam? Type2580 { get; set; } + public global::tryAGI.OpenAI.RateLimitsParam? Type2580 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatkitConfigurationParam? Type2581 { get; set; } + public global::tryAGI.OpenAI.AutomaticThreadTitlingParam? Type2581 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatSessionBody? Type2582 { get; set; } + public global::tryAGI.OpenAI.FileUploadParam? Type2582 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageInputText? Type2583 { get; set; } + public global::tryAGI.OpenAI.HistoryParam? Type2583 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageInputTextType? Type2584 { get; set; } + public global::tryAGI.OpenAI.ChatkitConfigurationParam? Type2584 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageQuotedText? Type2585 { get; set; } + public global::tryAGI.OpenAI.CreateChatSessionBody? Type2585 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageQuotedTextType? Type2586 { get; set; } + public global::tryAGI.OpenAI.UserMessageInputText? Type2586 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AttachmentType? Type2587 { get; set; } + public global::tryAGI.OpenAI.UserMessageInputTextType? Type2587 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Attachment? Type2588 { get; set; } + public global::tryAGI.OpenAI.UserMessageQuotedText? Type2588 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoice8? Type2589 { get; set; } + public global::tryAGI.OpenAI.UserMessageQuotedTextType? Type2589 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InferenceOptions? Type2590 { get; set; } + public global::tryAGI.OpenAI.AttachmentType? Type2590 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageItem? Type2591 { get; set; } + public global::tryAGI.OpenAI.Attachment? Type2591 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageItemObject? Type2592 { get; set; } + public global::tryAGI.OpenAI.ToolChoice8? Type2592 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageItemType? Type2593 { get; set; } + public global::tryAGI.OpenAI.InferenceOptions? Type2593 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2594 { get; set; } + public global::tryAGI.OpenAI.UserMessageItem? Type2594 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContentItem4? Type2595 { get; set; } + public global::tryAGI.OpenAI.UserMessageItemObject? Type2595 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserMessageItemContentItemDiscriminator? Type2596 { get; set; } + public global::tryAGI.OpenAI.UserMessageItemType? Type2596 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2597 { get; set; } + public global::System.Collections.Generic.IList? Type2597 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileAnnotationSource? Type2598 { get; set; } + public global::tryAGI.OpenAI.ContentItem4? Type2598 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileAnnotationSourceType? Type2599 { get; set; } + public global::tryAGI.OpenAI.UserMessageItemContentItemDiscriminator? Type2599 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileAnnotation? Type2600 { get; set; } + public global::System.Collections.Generic.IList? Type2600 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileAnnotationType? Type2601 { get; set; } + public global::tryAGI.OpenAI.FileAnnotationSource? Type2601 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UrlAnnotationSource? Type2602 { get; set; } + public global::tryAGI.OpenAI.FileAnnotationSourceType? Type2602 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UrlAnnotationSourceType? Type2603 { get; set; } + public global::tryAGI.OpenAI.FileAnnotation? Type2603 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UrlAnnotation? Type2604 { get; set; } + public global::tryAGI.OpenAI.FileAnnotationType? Type2604 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UrlAnnotationType? Type2605 { get; set; } + public global::tryAGI.OpenAI.UrlAnnotationSource? Type2605 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputText? Type2606 { get; set; } + public global::tryAGI.OpenAI.UrlAnnotationSourceType? Type2606 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputTextType? Type2607 { get; set; } + public global::tryAGI.OpenAI.UrlAnnotation? Type2607 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2608 { get; set; } + public global::tryAGI.OpenAI.UrlAnnotationType? Type2608 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnnotationsItem3? Type2609 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputText? Type2609 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputTextAnnotationDiscriminator? Type2610 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputTextType? Type2610 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AssistantMessageItem? Type2611 { get; set; } + public global::System.Collections.Generic.IList? Type2611 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AssistantMessageItemObject? Type2612 { get; set; } + public global::tryAGI.OpenAI.AnnotationsItem3? Type2612 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AssistantMessageItemType? Type2613 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputTextAnnotationDiscriminator? Type2613 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2614 { get; set; } + public global::tryAGI.OpenAI.AssistantMessageItem? Type2614 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WidgetMessageItem? Type2615 { get; set; } + public global::tryAGI.OpenAI.AssistantMessageItemObject? Type2615 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WidgetMessageItemObject? Type2616 { get; set; } + public global::tryAGI.OpenAI.AssistantMessageItemType? Type2616 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WidgetMessageItemType? Type2617 { get; set; } + public global::System.Collections.Generic.IList? Type2617 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClientToolCallStatus? Type2618 { get; set; } + public global::tryAGI.OpenAI.WidgetMessageItem? Type2618 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClientToolCallItem? Type2619 { get; set; } + public global::tryAGI.OpenAI.WidgetMessageItemObject? Type2619 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClientToolCallItemObject? Type2620 { get; set; } + public global::tryAGI.OpenAI.WidgetMessageItemType? Type2620 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClientToolCallItemType? Type2621 { get; set; } + public global::tryAGI.OpenAI.ClientToolCallStatus? Type2621 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskType? Type2622 { get; set; } + public global::tryAGI.OpenAI.ClientToolCallItem? Type2622 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskItem? Type2623 { get; set; } + public global::tryAGI.OpenAI.ClientToolCallItemObject? Type2623 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskItemObject? Type2624 { get; set; } + public global::tryAGI.OpenAI.ClientToolCallItemType? Type2624 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskItemType? Type2625 { get; set; } + public global::tryAGI.OpenAI.TaskType? Type2625 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskGroupTask? Type2626 { get; set; } + public global::tryAGI.OpenAI.TaskItem? Type2626 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskGroupItem? Type2627 { get; set; } + public global::tryAGI.OpenAI.TaskItemObject? Type2627 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskGroupItemObject? Type2628 { get; set; } + public global::tryAGI.OpenAI.TaskItemType? Type2628 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TaskGroupItemType? Type2629 { get; set; } + public global::tryAGI.OpenAI.TaskGroupTask? Type2629 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2630 { get; set; } + public global::tryAGI.OpenAI.TaskGroupItem? Type2630 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadItem? Type2631 { get; set; } + public global::tryAGI.OpenAI.TaskGroupItemObject? Type2631 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadItemDiscriminator? Type2632 { get; set; } + public global::tryAGI.OpenAI.TaskGroupItemType? Type2632 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadItemListResource? Type2633 { get; set; } + public global::System.Collections.Generic.IList? Type2633 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadItemListResourceObject? Type2634 { get; set; } + public global::tryAGI.OpenAI.ThreadItem? Type2634 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2635 { get; set; } + public global::tryAGI.OpenAI.ThreadItemDiscriminator? Type2635 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ActiveStatus? Type2636 { get; set; } + public global::tryAGI.OpenAI.ThreadItemListResource? Type2636 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ActiveStatusType? Type2637 { get; set; } + public global::tryAGI.OpenAI.ThreadItemListResourceObject? Type2637 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LockedStatus? Type2638 { get; set; } + public global::System.Collections.Generic.IList? Type2638 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LockedStatusType? Type2639 { get; set; } + public global::tryAGI.OpenAI.ActiveStatus? Type2639 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClosedStatus? Type2640 { get; set; } + public global::tryAGI.OpenAI.ActiveStatusType? Type2640 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClosedStatusType? Type2641 { get; set; } + public global::tryAGI.OpenAI.LockedStatus? Type2641 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadResource? Type2642 { get; set; } + public global::tryAGI.OpenAI.LockedStatusType? Type2642 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadResourceObject? Type2643 { get; set; } + public global::tryAGI.OpenAI.ClosedStatus? Type2643 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Status? Type2644 { get; set; } + public global::tryAGI.OpenAI.ClosedStatusType? Type2644 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadResourceStatusDiscriminator? Type2645 { get; set; } + public global::tryAGI.OpenAI.ThreadResource? Type2645 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedThreadResource? Type2646 { get; set; } + public global::tryAGI.OpenAI.ThreadResourceObject? Type2646 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeletedThreadResourceObject? Type2647 { get; set; } + public global::tryAGI.OpenAI.Status? Type2647 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadListResource? Type2648 { get; set; } + public global::tryAGI.OpenAI.ThreadResourceStatusDiscriminator? Type2648 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ThreadListResourceObject? Type2649 { get; set; } + public global::tryAGI.OpenAI.DeletedThreadResource? Type2649 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2650 { get; set; } + public global::tryAGI.OpenAI.DeletedThreadResourceObject? Type2650 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DragPoint? Type2651 { get; set; } + public global::tryAGI.OpenAI.ThreadListResource? Type2651 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateBatchRequest? Type2652 { get; set; } + public global::tryAGI.OpenAI.ThreadListResourceObject? Type2652 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateBatchRequestEndpoint? Type2653 { get; set; } + public global::System.Collections.Generic.IList? Type2653 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateBatchRequestCompletionWindow? Type2654 { get; set; } + public global::tryAGI.OpenAI.DragPoint? Type2654 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateChatCompletionRequest? Type2655 { get; set; } + public global::tryAGI.OpenAI.CreateBatchRequest? Type2655 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateConversationItemsRequest? Type2656 { get; set; } + public global::tryAGI.OpenAI.CreateBatchRequestEndpoint? Type2656 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateEvalRequest? Type2657 { get; set; } + public global::tryAGI.OpenAI.CreateBatchRequestCompletionWindow? Type2657 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AdminApiKeysCreateRequest? Type2658 { get; set; } + public global::tryAGI.OpenAI.UpdateChatCompletionRequest? Type2658 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAssistantsOrder? Type2659 { get; set; } + public global::tryAGI.OpenAI.CreateConversationItemsRequest? Type2659 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListChatCompletionsOrder? Type2660 { get; set; } + public global::tryAGI.OpenAI.UpdateEvalRequest? Type2660 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? Type2661 { get; set; } + public global::tryAGI.OpenAI.AdminApiKeysCreateRequest? Type2661 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListContainersOrder? Type2662 { get; set; } + public global::tryAGI.OpenAI.ListAssistantsOrder? Type2662 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListContainerFilesOrder? Type2663 { get; set; } + public global::tryAGI.OpenAI.ListChatCompletionsOrder? Type2663 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListConversationItemsOrder? Type2664 { get; set; } + public global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? Type2664 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListEvalsOrder? Type2665 { get; set; } + public global::tryAGI.OpenAI.ListContainersOrder? Type2665 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListEvalsOrderBy? Type2666 { get; set; } + public global::tryAGI.OpenAI.ListContainerFilesOrder? Type2666 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunsOrder? Type2667 { get; set; } + public global::tryAGI.OpenAI.ListConversationItemsOrder? Type2667 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunsStatus? Type2668 { get; set; } + public global::tryAGI.OpenAI.ListEvalsOrder? Type2668 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunOutputItemsStatus? Type2669 { get; set; } + public global::tryAGI.OpenAI.ListEvalsOrderBy? Type2669 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunOutputItemsOrder? Type2670 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunsOrder? Type2670 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesOrder? Type2671 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunsStatus? Type2671 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? Type2672 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunOutputItemsStatus? Type2672 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AdminApiKeysListOrder? Type2673 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunOutputItemsOrder? Type2673 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAuditLogsEffectiveAt? Type2674 { get; set; } + public global::tryAGI.OpenAI.ListFilesOrder? Type2674 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2675 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? Type2675 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListOrganizationCertificatesOrder? Type2676 { get; set; } + public global::tryAGI.OpenAI.AdminApiKeysListOrder? Type2676 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2677 { get; set; } + public global::tryAGI.OpenAI.ListAuditLogsEffectiveAt? Type2677 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetCertificateIncludeItem? Type2678 { get; set; } + public global::System.Collections.Generic.IList? Type2678 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCostsBucketWidth? Type2679 { get; set; } + public global::tryAGI.OpenAI.ListOrganizationCertificatesOrder? Type2679 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2680 { get; set; } + public global::System.Collections.Generic.IList? Type2680 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCostsGroupByItem? Type2681 { get; set; } + public global::tryAGI.OpenAI.GetCertificateIncludeItem? Type2681 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListGroupsOrder? Type2682 { get; set; } + public global::tryAGI.OpenAI.UsageCostsBucketWidth? Type2682 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListGroupRoleAssignmentsOrder? Type2683 { get; set; } + public global::System.Collections.Generic.IList? Type2683 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListGroupUsersOrder? Type2684 { get; set; } + public global::tryAGI.OpenAI.UsageCostsGroupByItem? Type2684 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectCertificatesOrder? Type2685 { get; set; } + public global::tryAGI.OpenAI.ListGroupsOrder? Type2685 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectGroupsOrder? Type2686 { get; set; } + public global::tryAGI.OpenAI.ListGroupRoleAssignmentsOrder? Type2686 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRolesOrder? Type2687 { get; set; } + public global::tryAGI.OpenAI.ListGroupUsersOrder? Type2687 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesBucketWidth? Type2688 { get; set; } + public global::tryAGI.OpenAI.ListProjectCertificatesOrder? Type2688 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2689 { get; set; } + public global::tryAGI.OpenAI.ListProjectGroupsOrder? Type2689 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesGroupByItem? Type2690 { get; set; } + public global::tryAGI.OpenAI.ListRolesOrder? Type2690 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsBucketWidth? Type2691 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesBucketWidth? Type2691 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2692 { get; set; } + public global::System.Collections.Generic.IList? Type2692 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsGroupByItem? Type2693 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesGroupByItem? Type2693 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsBucketWidth? Type2694 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsBucketWidth? Type2694 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2695 { get; set; } + public global::System.Collections.Generic.IList? Type2695 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsGroupByItem? Type2696 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsGroupByItem? Type2696 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsBucketWidth? Type2697 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsBucketWidth? Type2697 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2698 { get; set; } + public global::System.Collections.Generic.IList? Type2698 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsGroupByItem? Type2699 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsGroupByItem? Type2699 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsBucketWidth? Type2700 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsBucketWidth? Type2700 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2701 { get; set; } + public global::System.Collections.Generic.IList? Type2701 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsGroupByItem? Type2702 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsGroupByItem? Type2702 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesBucketWidth? Type2703 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsBucketWidth? Type2703 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2704 { get; set; } + public global::System.Collections.Generic.IList? Type2704 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesSource? Type2705 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsGroupByItem? Type2705 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2706 { get; set; } + public global::tryAGI.OpenAI.UsageImagesBucketWidth? Type2706 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesSize? Type2707 { get; set; } + public global::System.Collections.Generic.IList? Type2707 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2708 { get; set; } + public global::tryAGI.OpenAI.UsageImagesSource? Type2708 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesGroupByItem? Type2709 { get; set; } + public global::System.Collections.Generic.IList? Type2709 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsBucketWidth? Type2710 { get; set; } + public global::tryAGI.OpenAI.UsageImagesSize? Type2710 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2711 { get; set; } + public global::System.Collections.Generic.IList? Type2711 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsGroupByItem? Type2712 { get; set; } + public global::tryAGI.OpenAI.UsageImagesGroupByItem? Type2712 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresBucketWidth? Type2713 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsBucketWidth? Type2713 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2714 { get; set; } + public global::System.Collections.Generic.IList? Type2714 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresGroupByItem? Type2715 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsGroupByItem? Type2715 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListUserRoleAssignmentsOrder? Type2716 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresBucketWidth? Type2716 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectGroupRoleAssignmentsOrder? Type2717 { get; set; } + public global::System.Collections.Generic.IList? Type2717 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectRolesOrder? Type2718 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresGroupByItem? Type2718 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectUserRoleAssignmentsOrder? Type2719 { get; set; } + public global::tryAGI.OpenAI.ListUserRoleAssignmentsOrder? Type2719 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListInputItemsOrder? Type2720 { get; set; } + public global::tryAGI.OpenAI.ListProjectGroupRoleAssignmentsOrder? Type2720 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListMessagesOrder? Type2721 { get; set; } + public global::tryAGI.OpenAI.ListProjectRolesOrder? Type2721 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunsOrder? Type2722 { get; set; } + public global::tryAGI.OpenAI.ListProjectUserRoleAssignmentsOrder? Type2722 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2723 { get; set; } + public global::tryAGI.OpenAI.ListInputItemsOrder? Type2723 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateRunIncludeItem? Type2724 { get; set; } + public global::tryAGI.OpenAI.ListMessagesOrder? Type2724 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunStepsOrder? Type2725 { get; set; } + public global::tryAGI.OpenAI.ListRunsOrder? Type2725 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2726 { get; set; } + public global::System.Collections.Generic.IList? Type2726 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunStepsIncludeItem? Type2727 { get; set; } + public global::tryAGI.OpenAI.CreateRunIncludeItem? Type2727 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type2728 { get; set; } + public global::tryAGI.OpenAI.ListRunStepsOrder? Type2728 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetRunStepIncludeItem? Type2729 { get; set; } + public global::System.Collections.Generic.IList? Type2729 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoresOrder? Type2730 { get; set; } + public global::tryAGI.OpenAI.ListRunStepsIncludeItem? Type2730 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchOrder? Type2731 { get; set; } + public global::System.Collections.Generic.IList? Type2731 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchFilter? Type2732 { get; set; } + public global::tryAGI.OpenAI.GetRunStepIncludeItem? Type2732 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoreFilesOrder? Type2733 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoresOrder? Type2733 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoreFilesFilter? Type2734 { get; set; } + public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchOrder? Type2734 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type2735 { get; set; } + public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchFilter? Type2735 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteEvalResponse? Type2736 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoreFilesOrder? Type2736 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteEvalRunResponse? Type2737 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoreFilesFilter? Type2737 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AdminApiKeysDeleteResponse? Type2738 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type2738 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AdminApiKeysDeleteResponseObject? Type2739 { get; set; } + public global::tryAGI.OpenAI.DeleteEvalResponse? Type2739 { get; set; } + /// + /// + /// + public global::tryAGI.OpenAI.DeleteEvalRunResponse? Type2740 { get; set; } + /// + /// + /// + public global::tryAGI.OpenAI.AdminApiKeysDeleteResponse? Type2741 { get; set; } + /// + /// + /// + public global::tryAGI.OpenAI.AdminApiKeysDeleteResponseObject? Type2742 { get; set; } /// /// diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs index aeafc19c..925b31c4 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs @@ -77,14 +77,14 @@ public sealed partial class CreateImageEditRequest public int? N { get; set; } /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 ///
/// 1024x1024 [global::System.Text.Json.Serialization.JsonPropertyName("size")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.CreateImageEditRequestSizeJsonConverter))] - public global::tryAGI.OpenAI.CreateImageEditRequestSize? Size { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter))] + public global::tryAGI.OpenAI.AnyOf? Size { get; set; } /// /// The format in which the generated images are returned. Must be one of `url` or `b64_json`. URLs are only valid for 60 minutes after the image has been generated. This parameter is only supported for `dall-e-2` (default is `url` for `dall-e-2`), as GPT image models always return base64-encoded images.
@@ -206,7 +206,7 @@ public sealed partial class CreateImageEditRequest /// Example: 1 /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: 1024x1024
/// Example: 1024x1024 /// @@ -256,7 +256,7 @@ public CreateImageEditRequest( global::tryAGI.OpenAI.CreateImageEditRequestBackground? background, global::tryAGI.OpenAI.AnyOf? model, int? n, - global::tryAGI.OpenAI.CreateImageEditRequestSize? size, + global::tryAGI.OpenAI.AnyOf? size, global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? responseFormat, global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? outputFormat, int? outputCompression, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequestSize.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequestSize.g.cs index d35b7b3f..cb67cad7 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequestSize.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequestSize.g.cs @@ -4,9 +4,7 @@ namespace tryAGI.OpenAI { /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.
- /// Default Value: 1024x1024
- /// Example: 1024x1024 + /// ///
public enum CreateImageEditRequestSize { diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs index 6b14660c..4ba1e931 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs @@ -97,14 +97,14 @@ public sealed partial class CreateImageRequest public int? PartialImages { get; set; } /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto
/// Example: 1024x1024 ///
/// 1024x1024 [global::System.Text.Json.Serialization.JsonPropertyName("size")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.CreateImageRequestSizeJsonConverter))] - public global::tryAGI.OpenAI.CreateImageRequestSize? Size { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter))] + public global::tryAGI.OpenAI.AnyOf? Size { get; set; } /// /// Control the content-moderation level for images generated by the GPT image models. Must be either `low` for less restrictive filtering or `auto` (default value).
@@ -205,7 +205,7 @@ public sealed partial class CreateImageRequest /// /// /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto
/// Example: 1024x1024 /// @@ -246,7 +246,7 @@ public CreateImageRequest( int? outputCompression, bool? stream, int? partialImages, - global::tryAGI.OpenAI.CreateImageRequestSize? size, + global::tryAGI.OpenAI.AnyOf? size, global::tryAGI.OpenAI.CreateImageRequestModeration? moderation, global::tryAGI.OpenAI.CreateImageRequestBackground? background, global::tryAGI.OpenAI.CreateImageRequestStyle? style, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequestSize.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequestSize.g.cs index 4635185d..8d8f5d43 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequestSize.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequestSize.g.cs @@ -4,9 +4,7 @@ namespace tryAGI.OpenAI { /// - /// The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for the GPT image models, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.
- /// Default Value: auto
- /// Example: 1024x1024 + /// ///
public enum CreateImageRequestSize { diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenTool.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenTool.g.cs index acadf4e6..4f26bfe4 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenTool.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenTool.g.cs @@ -32,13 +32,12 @@ public sealed partial class ImageGenTool public global::tryAGI.OpenAI.ImageGenToolQuality? Quality { get; set; } /// - /// The size of the generated image. One of `1024x1024`, `1024x1536`,
- /// `1536x1024`, or `auto`. Default: `auto`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto ///
[global::System.Text.Json.Serialization.JsonPropertyName("size")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.ImageGenToolSizeJsonConverter))] - public global::tryAGI.OpenAI.ImageGenToolSize? Size { get; set; } + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.AnyOfJsonConverter))] + public global::tryAGI.OpenAI.AnyOf? Size { get; set; } /// /// The output format of the generated image. One of `png`, `webp`, or
@@ -119,8 +118,7 @@ public sealed partial class ImageGenTool /// Default Value: auto /// /// - /// The size of the generated image. One of `1024x1024`, `1024x1536`,
- /// `1536x1024`, or `auto`. Default: `auto`.
+ /// The size of the generated images. For `gpt-image-2` and `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height must both be divisible by 16 and the requested aspect ratio must be between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, and the maximum supported resolution is `3840x2160`. The requested size must also satisfy the model's current pixel and edge limits. The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are supported by the GPT image models; `auto` is supported for models that allow automatic sizing. For `dall-e-2`, use one of `256x256`, `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, `1792x1024`, or `1024x1792`.
/// Default Value: auto /// /// @@ -160,7 +158,7 @@ public ImageGenTool( global::tryAGI.OpenAI.ImageGenToolType type, global::tryAGI.OpenAI.AnyOf? model, global::tryAGI.OpenAI.ImageGenToolQuality? quality, - global::tryAGI.OpenAI.ImageGenToolSize? size, + global::tryAGI.OpenAI.AnyOf? size, global::tryAGI.OpenAI.ImageGenToolOutputFormat? outputFormat, int? outputCompression, global::tryAGI.OpenAI.ImageGenToolModeration? moderation, diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenToolSize.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenToolSize.g.cs index 7a7fe078..3219ea64 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenToolSize.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenToolSize.g.cs @@ -4,9 +4,7 @@ namespace tryAGI.OpenAI { /// - /// The size of the generated image. One of `1024x1024`, `1024x1536`,
- /// `1536x1024`, or `auto`. Default: `auto`.
- /// Default Value: auto + /// ///
public enum ImageGenToolSize { @@ -19,11 +17,11 @@ public enum ImageGenToolSize ///
x1024x1536, /// - /// `auto`. + /// /// x1536x1024, /// - /// `auto`. + /// /// Auto, } diff --git a/src/libs/tryAGI.OpenAI/openapi.yaml b/src/libs/tryAGI.OpenAI/openapi.yaml index 56792972..15cdf08c 100644 --- a/src/libs/tryAGI.OpenAI/openapi.yaml +++ b/src/libs/tryAGI.OpenAI/openapi.yaml @@ -44697,22 +44697,32 @@ components: nullable: true description: The number of images to generate. Must be between 1 and 10. size: - type: string - enum: - - 256x256 - - 512x512 - - 1024x1024 - - 1536x1024 - - 1024x1536 - - auto + anyOf: + - type: string + - type: string + enum: + - 256x256 + - 512x512 + - 1024x1024 + - 1536x1024 + - 1024x1536 + - auto default: 1024x1024 example: 1024x1024 nullable: true description: >- - The size of the generated images. Must be one of `1024x1024`, - `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default - value) for the GPT image models, and one of `256x256`, `512x512`, or - `1024x1024` for `dall-e-2`. + The size of the generated images. For `gpt-image-2` and + `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as + `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height + must both be divisible by 16 and the requested aspect ratio must be + between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, + and the maximum supported resolution is `3840x2160`. The requested + size must also satisfy the model's current pixel and edge limits. + The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are + supported by the GPT image models; `auto` is supported for models + that allow automatic sizing. For `dall-e-2`, use one of `256x256`, + `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, + `1792x1024`, or `1024x1792`. response_format: type: string enum: @@ -44910,25 +44920,34 @@ components: partial_images: $ref: '#/components/schemas/PartialImages' size: - type: string - enum: - - auto - - 1024x1024 - - 1536x1024 - - 1024x1536 - - 256x256 - - 512x512 - - 1792x1024 - - 1024x1792 + anyOf: + - type: string + - type: string + enum: + - auto + - 1024x1024 + - 1536x1024 + - 1024x1536 + - 256x256 + - 512x512 + - 1792x1024 + - 1024x1792 default: auto example: 1024x1024 nullable: true description: >- - The size of the generated images. Must be one of `1024x1024`, - `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default - value) for the GPT image models, one of `256x256`, `512x512`, or - `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or - `1024x1792` for `dall-e-3`. + The size of the generated images. For `gpt-image-2` and + `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as + `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height + must both be divisible by 16 and the requested aspect ratio must be + between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, + and the maximum supported resolution is `3840x2160`. The requested + size must also satisfy the model's current pixel and edge limits. + The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are + supported by the GPT image models; `auto` is supported for models + that allow automatic sizing. For `dall-e-2`, use one of `256x256`, + `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, + `1792x1024`, or `1024x1792`. moderation: type: string enum: @@ -51298,15 +51317,27 @@ components: or `auto`. Default: `auto`. default: auto size: - type: string - enum: - - 1024x1024 - - 1024x1536 - - 1536x1024 - - auto - description: | - The size of the generated image. One of `1024x1024`, `1024x1536`, - `1536x1024`, or `auto`. Default: `auto`. + anyOf: + - type: string + - type: string + enum: + - 1024x1024 + - 1024x1536 + - 1536x1024 + - auto + description: >- + The size of the generated images. For `gpt-image-2` and + `gpt-image-2-2026-04-21`, arbitrary resolutions are supported as + `WIDTHxHEIGHT` strings, for example `1536x864`. Width and height + must both be divisible by 16 and the requested aspect ratio must be + between 1:3 and 3:1. Resolutions above `2560x1440` are experimental, + and the maximum supported resolution is `3840x2160`. The requested + size must also satisfy the model's current pixel and edge limits. + The standard sizes `1024x1024`, `1536x1024`, and `1024x1536` are + supported by the GPT image models; `auto` is supported for models + that allow automatic sizing. For `dall-e-2`, use one of `256x256`, + `512x512`, or `1024x1024`. For `dall-e-3`, use one of `1024x1024`, + `1792x1024`, or `1024x1792`. default: auto output_format: type: string