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; }
///