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 6307749c9..02507ad27 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI..JsonSerializerContext.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI..JsonSerializerContext.g.cs
@@ -1279,10 +1279,6 @@ namespace tryAGI.OpenAI
typeof(global::tryAGI.OpenAI.JsonConverters.ResponseOutputTextAnnotationAddedEventTypeNullableJsonConverter),
typeof(global::tryAGI.OpenAI.JsonConverters.ResponseQueuedEventTypeJsonConverter),
typeof(global::tryAGI.OpenAI.JsonConverters.ResponseQueuedEventTypeNullableJsonConverter),
- typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventTypeJsonConverter),
- typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventTypeNullableJsonConverter),
- typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventTypeJsonConverter),
- typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventTypeNullableJsonConverter),
typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningSummaryDeltaEventTypeJsonConverter),
typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningSummaryDeltaEventTypeNullableJsonConverter),
typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningSummaryDoneEventTypeJsonConverter),
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 d021f21ed..a7002ce45 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
@@ -56,6 +56,8 @@ public partial interface IImagesClient
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
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 b034eaf39..0fe4b8370 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
@@ -74,6 +74,8 @@ public partial interface IImagesClient
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
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 de9dd86d8..7d6c19dd3 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
@@ -207,6 +207,8 @@ partial void ProcessCreateImageResponseContent(
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
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 abf06127c..c9d4d3b0d 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
@@ -306,6 +306,8 @@ partial void ProcessCreateImageEditResponseContent(
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventType.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventType.g.cs
deleted file mode 100644
index 2c52d6195..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventType.g.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-#nullable enable
-
-namespace tryAGI.OpenAI.JsonConverters
-{
- ///
- public sealed class ResponseReasoningDeltaEventTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::tryAGI.OpenAI.ResponseReasoningDeltaEventType Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::tryAGI.OpenAI.ResponseReasoningDeltaEventTypeExtensions.ToEnum(stringValue) ?? default;
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::tryAGI.OpenAI.ResponseReasoningDeltaEventType)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::tryAGI.OpenAI.ResponseReasoningDeltaEventType);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::tryAGI.OpenAI.ResponseReasoningDeltaEventType value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- writer.WriteStringValue(global::tryAGI.OpenAI.ResponseReasoningDeltaEventTypeExtensions.ToValueString(value));
- }
- }
-}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventTypeNullable.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventTypeNullable.g.cs
deleted file mode 100644
index e490b21b0..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventTypeNullable.g.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-#nullable enable
-
-namespace tryAGI.OpenAI.JsonConverters
-{
- ///
- public sealed class ResponseReasoningDeltaEventTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::tryAGI.OpenAI.ResponseReasoningDeltaEventType? Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::tryAGI.OpenAI.ResponseReasoningDeltaEventTypeExtensions.ToEnum(stringValue);
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::tryAGI.OpenAI.ResponseReasoningDeltaEventType)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::tryAGI.OpenAI.ResponseReasoningDeltaEventType?);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::tryAGI.OpenAI.ResponseReasoningDeltaEventType? value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- if (value == null)
- {
- writer.WriteNullValue();
- }
- else
- {
- writer.WriteStringValue(global::tryAGI.OpenAI.ResponseReasoningDeltaEventTypeExtensions.ToValueString(value.Value));
- }
- }
- }
-}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventType.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventType.g.cs
deleted file mode 100644
index 1b8180bc3..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventType.g.cs
+++ /dev/null
@@ -1,53 +0,0 @@
-#nullable enable
-
-namespace tryAGI.OpenAI.JsonConverters
-{
- ///
- public sealed class ResponseReasoningDoneEventTypeJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::tryAGI.OpenAI.ResponseReasoningDoneEventType Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::tryAGI.OpenAI.ResponseReasoningDoneEventTypeExtensions.ToEnum(stringValue) ?? default;
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::tryAGI.OpenAI.ResponseReasoningDoneEventType)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::tryAGI.OpenAI.ResponseReasoningDoneEventType);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::tryAGI.OpenAI.ResponseReasoningDoneEventType value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- writer.WriteStringValue(global::tryAGI.OpenAI.ResponseReasoningDoneEventTypeExtensions.ToValueString(value));
- }
- }
-}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventTypeNullable.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventTypeNullable.g.cs
deleted file mode 100644
index 765d93956..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventTypeNullable.g.cs
+++ /dev/null
@@ -1,60 +0,0 @@
-#nullable enable
-
-namespace tryAGI.OpenAI.JsonConverters
-{
- ///
- public sealed class ResponseReasoningDoneEventTypeNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter
- {
- ///
- public override global::tryAGI.OpenAI.ResponseReasoningDoneEventType? Read(
- ref global::System.Text.Json.Utf8JsonReader reader,
- global::System.Type typeToConvert,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- switch (reader.TokenType)
- {
- case global::System.Text.Json.JsonTokenType.String:
- {
- var stringValue = reader.GetString();
- if (stringValue != null)
- {
- return global::tryAGI.OpenAI.ResponseReasoningDoneEventTypeExtensions.ToEnum(stringValue);
- }
-
- break;
- }
- case global::System.Text.Json.JsonTokenType.Number:
- {
- var numValue = reader.GetInt32();
- return (global::tryAGI.OpenAI.ResponseReasoningDoneEventType)numValue;
- }
- case global::System.Text.Json.JsonTokenType.Null:
- {
- return default(global::tryAGI.OpenAI.ResponseReasoningDoneEventType?);
- }
- default:
- throw new global::System.ArgumentOutOfRangeException(nameof(reader));
- }
-
- return default;
- }
-
- ///
- public override void Write(
- global::System.Text.Json.Utf8JsonWriter writer,
- global::tryAGI.OpenAI.ResponseReasoningDoneEventType? value,
- global::System.Text.Json.JsonSerializerOptions options)
- {
- writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer));
-
- if (value == null)
- {
- writer.WriteNullValue();
- }
- else
- {
- writer.WriteStringValue(global::tryAGI.OpenAI.ResponseReasoningDoneEventTypeExtensions.ToValueString(value.Value));
- }
- }
- }
-}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseStreamEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseStreamEvent.g.cs
index ecb4e7472..61c2fd9da 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseStreamEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonConverters.ResponseStreamEvent.g.cs
@@ -604,30 +604,6 @@ public class ResponseStreamEventJsonConverter : global::System.Text.Json.Seriali
{
}
- readerCopy = reader;
- global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? reasoningDelta = default;
- try
- {
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent).Name}");
- reasoningDelta = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo);
- }
- catch (global::System.Text.Json.JsonException)
- {
- }
-
- readerCopy = reader;
- global::tryAGI.OpenAI.ResponseReasoningDoneEvent? reasoningDone = default;
- try
- {
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent).Name}");
- reasoningDone = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo);
- }
- catch (global::System.Text.Json.JsonException)
- {
- }
-
readerCopy = reader;
global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent? reasoningSummaryDelta = default;
try
@@ -702,8 +678,6 @@ public class ResponseStreamEventJsonConverter : global::System.Text.Json.Seriali
mCPListToolsInProgress,
outputTextAnnotationAdded,
queued,
- reasoningDelta,
- reasoningDone,
reasoningSummaryDelta,
reasoningSummaryDone
);
@@ -1002,18 +976,6 @@ public class ResponseStreamEventJsonConverter : global::System.Text.Json.Seriali
throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseQueuedEvent).Name}");
_ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo);
}
- else if (reasoningDelta != null)
- {
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent).Name}");
- _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo);
- }
- else if (reasoningDone != null)
- {
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent).Name}");
- _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo);
- }
else if (reasoningSummaryDelta != null)
{
var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
@@ -1333,18 +1295,6 @@ public override void Write(
throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseQueuedEvent).Name}");
global::System.Text.Json.JsonSerializer.Serialize(writer, value.Queued, typeInfo);
}
- else if (value.IsReasoningDelta)
- {
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent).Name}");
- global::System.Text.Json.JsonSerializer.Serialize(writer, value.ReasoningDelta, typeInfo);
- }
- else if (value.IsReasoningDone)
- {
- var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
- throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent).Name}");
- global::System.Text.Json.JsonSerializer.Serialize(writer, value.ReasoningDone, typeInfo);
- }
else if (value.IsReasoningSummaryDelta)
{
var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo ??
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 afbc01dc0..b08072958 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs
@@ -4698,3198 +4698,3206 @@ public sealed partial class JsonSerializerContextTypes
///
///
///
- public global::tryAGI.OpenAI.ImageGenPartialImageEvent? Type1168 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenInputUsageDetails? Type1168 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImageGenPartialImageEventBackground? Type1169 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenPartialImageEvent? Type1169 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImageGenPartialImageEventOutputFormat? Type1170 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenPartialImageEventBackground? Type1170 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImageGenPartialImageEventQuality? Type1171 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenPartialImageEventOutputFormat? Type1171 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImageGenPartialImageEventSize? Type1172 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenPartialImageEventQuality? Type1172 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImageGenPartialImageEventType? Type1173 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenPartialImageEventSize? Type1173 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImageGenStreamEvent? Type1174 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenPartialImageEventType? Type1174 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImageGenStreamEventDiscriminator? Type1175 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenStreamEvent? Type1175 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImagesResponse? Type1176 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenStreamEventDiscriminator? Type1176 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImagesResponseBackground? Type1177 { get; set; }
+ public global::tryAGI.OpenAI.ImageGenUsage? Type1177 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1178 { get; set; }
+ public global::tryAGI.OpenAI.ImagesResponse? Type1178 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImagesResponseOutputFormat? Type1179 { get; set; }
+ public global::tryAGI.OpenAI.ImagesResponseBackground? Type1179 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImagesResponseQuality? Type1180 { get; set; }
+ public global::System.Collections.Generic.IList? Type1180 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ImagesResponseSize? Type1181 { get; set; }
+ public global::tryAGI.OpenAI.ImagesResponseOutputFormat? Type1181 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InputAudio? Type1182 { get; set; }
+ public global::tryAGI.OpenAI.ImagesResponseQuality? Type1182 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InputAudioFormat? Type1183 { get; set; }
+ public global::tryAGI.OpenAI.ImagesResponseSize? Type1183 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InputAudioType? Type1184 { get; set; }
+ public global::tryAGI.OpenAI.InputAudio? Type1184 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InputMessageResource? Type1185 { get; set; }
+ public global::tryAGI.OpenAI.InputAudioFormat? Type1185 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InputMessageResourceVariant2? Type1186 { get; set; }
+ public global::tryAGI.OpenAI.InputAudioType? Type1186 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.Invite? Type1187 { get; set; }
+ public global::tryAGI.OpenAI.InputMessageResource? Type1187 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteObject? Type1188 { get; set; }
+ public global::tryAGI.OpenAI.InputMessageResourceVariant2? Type1188 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1189 { get; set; }
+ public global::tryAGI.OpenAI.Invite? Type1189 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteProject? Type1190 { get; set; }
+ public global::tryAGI.OpenAI.InviteObject? Type1190 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteProjectRole? Type1191 { get; set; }
+ public global::System.Collections.Generic.IList? Type1191 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteRole? Type1192 { get; set; }
+ public global::tryAGI.OpenAI.InviteProject? Type1192 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteStatus? Type1193 { get; set; }
+ public global::tryAGI.OpenAI.InviteProjectRole? Type1193 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteDeleteResponse? Type1194 { get; set; }
+ public global::tryAGI.OpenAI.InviteRole? Type1194 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteDeleteResponseObject? Type1195 { get; set; }
+ public global::tryAGI.OpenAI.InviteStatus? Type1195 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteListResponse? Type1196 { get; set; }
+ public global::tryAGI.OpenAI.InviteDeleteResponse? Type1196 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1197 { get; set; }
+ public global::tryAGI.OpenAI.InviteDeleteResponseObject? Type1197 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteListResponseObject? Type1198 { get; set; }
+ public global::tryAGI.OpenAI.InviteListResponse? Type1198 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteRequest? Type1199 { get; set; }
+ public global::System.Collections.Generic.IList? Type1199 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1200 { get; set; }
+ public global::tryAGI.OpenAI.InviteListResponseObject? Type1200 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteRequestProject? Type1201 { get; set; }
+ public global::tryAGI.OpenAI.InviteRequest? Type1201 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteRequestProjectRole? Type1202 { get; set; }
+ public global::System.Collections.Generic.IList? Type1202 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.InviteRequestRole? Type1203 { get; set; }
+ public global::tryAGI.OpenAI.InviteRequestProject? Type1203 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ItemResource? Type1204 { get; set; }
+ public global::tryAGI.OpenAI.InviteRequestProjectRole? Type1204 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.MCPApprovalResponseResource? Type1205 { get; set; }
+ public global::tryAGI.OpenAI.InviteRequestRole? Type1205 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.MCPApprovalResponseResourceType? Type1206 { get; set; }
+ public global::tryAGI.OpenAI.ItemResource? Type1206 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ItemResourceDiscriminator? Type1207 { get; set; }
+ public global::tryAGI.OpenAI.MCPApprovalResponseResource? Type1207 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListAssistantsResponse? Type1208 { get; set; }
+ public global::tryAGI.OpenAI.MCPApprovalResponseResourceType? Type1208 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1209 { get; set; }
+ public global::tryAGI.OpenAI.ItemResourceDiscriminator? Type1209 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListAuditLogsResponse? Type1210 { get; set; }
+ public global::tryAGI.OpenAI.ListAssistantsResponse? Type1210 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1211 { get; set; }
+ public global::System.Collections.Generic.IList? Type1211 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListAuditLogsResponseObject? Type1212 { get; set; }
+ public global::tryAGI.OpenAI.ListAuditLogsResponse? Type1212 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListBatchesResponse? Type1213 { get; set; }
+ public global::System.Collections.Generic.IList? Type1213 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1214 { get; set; }
+ public global::tryAGI.OpenAI.ListAuditLogsResponseObject? Type1214 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListBatchesResponseObject? Type1215 { get; set; }
+ public global::tryAGI.OpenAI.ListBatchesResponse? Type1215 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListCertificatesResponse? Type1216 { get; set; }
+ public global::System.Collections.Generic.IList? Type1216 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1217 { get; set; }
+ public global::tryAGI.OpenAI.ListBatchesResponseObject? Type1217 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListCertificatesResponseObject? Type1218 { get; set; }
+ public global::tryAGI.OpenAI.ListCertificatesResponse? Type1218 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFilesResponse? Type1219 { get; set; }
+ public global::System.Collections.Generic.IList? Type1219 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1220 { get; set; }
+ public global::tryAGI.OpenAI.ListCertificatesResponseObject? Type1220 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OpenAIFile? Type1221 { get; set; }
+ public global::tryAGI.OpenAI.ListFilesResponse? Type1221 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OpenAIFileObject? Type1222 { get; set; }
+ public global::System.Collections.Generic.IList? Type1222 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OpenAIFilePurpose? Type1223 { get; set; }
+ public global::tryAGI.OpenAI.OpenAIFile? Type1223 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OpenAIFileStatus? Type1224 { get; set; }
+ public global::tryAGI.OpenAI.OpenAIFileObject? Type1224 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponse? Type1225 { get; set; }
+ public global::tryAGI.OpenAI.OpenAIFilePurpose? Type1225 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1226 { get; set; }
+ public global::tryAGI.OpenAI.OpenAIFileStatus? Type1226 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponseObject? Type1227 { get; set; }
+ public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponse? Type1227 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponse? Type1228 { get; set; }
+ public global::System.Collections.Generic.IList? Type1228 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1229 { get; set; }
+ public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponseObject? Type1229 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponseObject? Type1230 { get; set; }
+ public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponse? Type1230 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFineTuningJobEventsResponse? Type1231 { get; set; }
+ public global::System.Collections.Generic.IList? Type1231 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1232 { get; set; }
+ public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponseObject? Type1232 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFineTuningJobEventsResponseObject? Type1233 { get; set; }
+ public global::tryAGI.OpenAI.ListFineTuningJobEventsResponse? Type1233 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListMessagesResponse? Type1234 { get; set; }
+ public global::System.Collections.Generic.IList? Type1234 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1235 { get; set; }
+ public global::tryAGI.OpenAI.ListFineTuningJobEventsResponseObject? Type1235 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListModelsResponse? Type1236 { get; set; }
+ public global::tryAGI.OpenAI.ListMessagesResponse? Type1236 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1237 { get; set; }
+ public global::System.Collections.Generic.IList? Type1237 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.Model14? Type1238 { get; set; }
+ public global::tryAGI.OpenAI.ListModelsResponse? Type1238 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModelObject? Type1239 { get; set; }
+ public global::System.Collections.Generic.IList? Type1239 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListModelsResponseObject? Type1240 { get; set; }
+ public global::tryAGI.OpenAI.Model14? Type1240 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponse? Type1241 { get; set; }
+ public global::tryAGI.OpenAI.ModelObject? Type1241 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1242 { get; set; }
+ public global::tryAGI.OpenAI.ListModelsResponseObject? Type1242 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponseObject? Type1243 { get; set; }
+ public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponse? Type1243 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListRunStepsResponse? Type1244 { get; set; }
+ public global::System.Collections.Generic.IList? Type1244 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1245 { get; set; }
+ public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponseObject? Type1245 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListRunsResponse? Type1246 { get; set; }
+ public global::tryAGI.OpenAI.ListRunStepsResponse? Type1246 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1247 { get; set; }
+ public global::System.Collections.Generic.IList? Type1247 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListVectorStoreFilesResponse? Type1248 { get; set; }
+ public global::tryAGI.OpenAI.ListRunsResponse? Type1248 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1249 { get; set; }
+ public global::System.Collections.Generic.IList? Type1249 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileObject? Type1250 { get; set; }
+ public global::tryAGI.OpenAI.ListVectorStoreFilesResponse? Type1250 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1251 { get; set; }
+ public global::System.Collections.Generic.IList? Type1251 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParam? Type1252 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileObject? Type1252 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParamType? Type1253 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1253 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParam? Type1254 { get; set; }
+ public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParam? Type1254 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParamType? Type1255 { get; set; }
+ public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParamType? Type1255 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileObjectLastError? Type1256 { get; set; }
+ public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParam? Type1256 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileObjectLastErrorCode? Type1257 { get; set; }
+ public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParamType? Type1257 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileObjectObject? Type1258 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileObjectLastError? Type1258 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileObjectStatus? Type1259 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileObjectLastErrorCode? Type1259 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListVectorStoresResponse? Type1260 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileObjectObject? Type1260 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1261 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileObjectStatus? Type1261 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreObject? Type1262 { get; set; }
+ public global::tryAGI.OpenAI.ListVectorStoresResponse? Type1262 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreObjectFileCounts? Type1263 { get; set; }
+ public global::System.Collections.Generic.IList? Type1263 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreObjectObject? Type1264 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreObject? Type1264 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreObjectStatus? Type1265 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreObjectFileCounts? Type1265 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.LogProbProperties? Type1266 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreObjectObject? Type1266 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModelIds? Type1267 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreObjectStatus? Type1267 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyAssistantRequest? Type1268 { get; set; }
+ public global::tryAGI.OpenAI.LogProbProperties? Type1268 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyAssistantRequestToolResources? Type1269 { get; set; }
+ public global::tryAGI.OpenAI.ModelIds? Type1269 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesCodeInterpreter? Type1270 { get; set; }
+ public global::tryAGI.OpenAI.ModifyAssistantRequest? Type1270 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesFileSearch? Type1271 { get; set; }
+ public global::tryAGI.OpenAI.ModifyAssistantRequestToolResources? Type1271 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyCertificateRequest? Type1272 { get; set; }
+ public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesCodeInterpreter? Type1272 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyMessageRequest? Type1273 { get; set; }
+ public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesFileSearch? Type1273 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyRunRequest? Type1274 { get; set; }
+ public global::tryAGI.OpenAI.ModifyCertificateRequest? Type1274 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyThreadRequest? Type1275 { get; set; }
+ public global::tryAGI.OpenAI.ModifyMessageRequest? Type1275 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyThreadRequestToolResources? Type1276 { get; set; }
+ public global::tryAGI.OpenAI.ModifyRunRequest? Type1276 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesCodeInterpreter? Type1277 { get; set; }
+ public global::tryAGI.OpenAI.ModifyThreadRequest? Type1277 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesFileSearch? Type1278 { get; set; }
+ public global::tryAGI.OpenAI.ModifyThreadRequestToolResources? Type1278 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OutputAudio? Type1279 { get; set; }
+ public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesCodeInterpreter? Type1279 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OutputAudioType? Type1280 { get; set; }
+ public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesFileSearch? Type1280 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OutputItem? Type1281 { get; set; }
+ public global::tryAGI.OpenAI.OutputAudio? Type1281 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OutputItemDiscriminator? Type1282 { get; set; }
+ public global::tryAGI.OpenAI.OutputAudioType? Type1282 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.Project? Type1283 { get; set; }
+ public global::tryAGI.OpenAI.OutputItem? Type1283 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectObject? Type1284 { get; set; }
+ public global::tryAGI.OpenAI.OutputItemDiscriminator? Type1284 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectStatus? Type1285 { get; set; }
+ public global::tryAGI.OpenAI.Project? Type1285 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKey? Type1286 { get; set; }
+ public global::tryAGI.OpenAI.ProjectObject? Type1286 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKeyObject? Type1287 { get; set; }
+ public global::tryAGI.OpenAI.ProjectStatus? Type1287 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKeyOwner? Type1288 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKey? Type1288 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccount? Type1289 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKeyObject? Type1289 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountObject? Type1290 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKeyOwner? Type1290 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountRole? Type1291 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccount? Type1291 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKeyOwnerType? Type1292 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountObject? Type1292 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUser? Type1293 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountRole? Type1293 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserObject? Type1294 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKeyOwnerType? Type1294 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserRole? Type1295 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUser? Type1295 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponse? Type1296 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserObject? Type1296 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponseObject? Type1297 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserRole? Type1297 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKeyListResponse? Type1298 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponse? Type1298 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1299 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponseObject? Type1299 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectApiKeyListResponseObject? Type1300 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKeyListResponse? Type1300 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectCreateRequest? Type1301 { get; set; }
+ public global::System.Collections.Generic.IList? Type1301 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectListResponse? Type1302 { get; set; }
+ public global::tryAGI.OpenAI.ProjectApiKeyListResponseObject? Type1302 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1303 { get; set; }
+ public global::tryAGI.OpenAI.ProjectCreateRequest? Type1303 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectListResponseObject? Type1304 { get; set; }
+ public global::tryAGI.OpenAI.ProjectListResponse? Type1304 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectRateLimit? Type1305 { get; set; }
+ public global::System.Collections.Generic.IList? Type1305 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectRateLimitObject? Type1306 { get; set; }
+ public global::tryAGI.OpenAI.ProjectListResponseObject? Type1306 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectRateLimitListResponse? Type1307 { get; set; }
+ public global::tryAGI.OpenAI.ProjectRateLimit? Type1307 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1308 { get; set; }
+ public global::tryAGI.OpenAI.ProjectRateLimitObject? Type1308 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectRateLimitListResponseObject? Type1309 { get; set; }
+ public global::tryAGI.OpenAI.ProjectRateLimitListResponse? Type1309 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectRateLimitUpdateRequest? Type1310 { get; set; }
+ public global::System.Collections.Generic.IList? Type1310 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountApiKey? Type1311 { get; set; }
+ public global::tryAGI.OpenAI.ProjectRateLimitListResponseObject? Type1311 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountApiKeyObject? Type1312 { get; set; }
+ public global::tryAGI.OpenAI.ProjectRateLimitUpdateRequest? Type1312 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountCreateRequest? Type1313 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountApiKey? Type1313 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponse? Type1314 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountApiKeyObject? Type1314 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseObject? Type1315 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountCreateRequest? Type1315 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseRole? Type1316 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponse? Type1316 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponse? Type1317 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseObject? Type1317 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponseObject? Type1318 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseRole? Type1318 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountListResponse? Type1319 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponse? Type1319 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1320 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponseObject? Type1320 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectServiceAccountListResponseObject? Type1321 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountListResponse? Type1321 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUpdateRequest? Type1322 { get; set; }
+ public global::System.Collections.Generic.IList? Type1322 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserCreateRequest? Type1323 { get; set; }
+ public global::tryAGI.OpenAI.ProjectServiceAccountListResponseObject? Type1323 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserCreateRequestRole? Type1324 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUpdateRequest? Type1324 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserDeleteResponse? Type1325 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserCreateRequest? Type1325 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserDeleteResponseObject? Type1326 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserCreateRequestRole? Type1326 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserListResponse? Type1327 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserDeleteResponse? Type1327 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1328 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserDeleteResponseObject? Type1328 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserUpdateRequest? Type1329 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserListResponse? Type1329 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ProjectUserUpdateRequestRole? Type1330 { get; set; }
+ public global::System.Collections.Generic.IList? Type1330 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEvent? Type1331 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserUpdateRequest? Type1331 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreate? Type1332 { get; set; }
+ public global::tryAGI.OpenAI.ProjectUserUpdateRequestRole? Type1332 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItem? Type1333 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEvent? Type1333 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemObject? Type1334 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreate? Type1334 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemType? Type1335 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItem? Type1335 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemStatus? Type1336 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemObject? Type1336 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemRole? Type1337 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemType? Type1337 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1338 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemStatus? Type1338 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemContentItem? Type1339 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemRole? Type1339 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemContentItemType? Type1340 { get; set; }
+ public global::System.Collections.Generic.IList? Type1340 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreateType? Type1341 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemContentItem? Type1341 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDelete? Type1342 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemContentItemType? Type1342 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDeleteType? Type1343 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreateType? Type1343 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieve? Type1344 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDelete? Type1344 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieveType? Type1345 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDeleteType? Type1345 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncate? Type1346 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieve? Type1346 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncateType? Type1347 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieveType? Type1347 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppend? Type1348 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncate? Type1348 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppendType? Type1349 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncateType? Type1349 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClear? Type1350 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppend? Type1350 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClearType? Type1351 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppendType? Type1351 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClear? Type1352 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClear? Type1352 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClearType? Type1353 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClearType? Type1353 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommit? Type1354 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClear? Type1354 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommitType? Type1355 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClearType? Type1355 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventResponseCancel? Type1356 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommit? Type1356 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventResponseCancelType? Type1357 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommitType? Type1357 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventResponseCreate? Type1358 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventResponseCancel? Type1358 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateParams? Type1359 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventResponseCancelType? Type1359 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1360 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventResponseCreate? Type1360 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateParamsConversation? Type1361 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateParams? Type1361 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1362 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1362 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemWithReference? Type1363 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateParamsConversation? Type1363 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1364 { get; set; }
+ public global::System.Collections.Generic.IList? Type1364 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItem? Type1365 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemWithReference? Type1365 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItemType? Type1366 { get; set; }
+ public global::System.Collections.Generic.IList? Type1366 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceObject? Type1367 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItem? Type1367 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceRole? Type1368 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItemType? Type1368 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceStatus? Type1369 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceObject? Type1369 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceType? Type1370 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceRole? Type1370 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1371 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceStatus? Type1371 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateParamsMaxResponseOutputTokens? Type1372 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceType? Type1372 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1373 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1373 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateParamsModalitie? Type1374 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateParamsMaxResponseOutputTokens? Type1374 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateParamsOutputAudioFormat? Type1375 { get; set; }
+ public global::System.Collections.Generic.IList? Type1375 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1376 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateParamsModalitie? Type1376 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateParamsTool? Type1377 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateParamsOutputAudioFormat? Type1377 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateParamsToolType? Type1378 { get; set; }
+ public global::System.Collections.Generic.IList? Type1378 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventResponseCreateType? Type1379 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateParamsTool? Type1379 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdate? Type1380 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateParamsToolType? Type1380 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequest? Type1381 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventResponseCreateType? Type1381 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecret? Type1382 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdate? Type1382 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfter? Type1383 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequest? Type1383 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfterAnchor? Type1384 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecret? Type1384 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioFormat? Type1385 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfter? Type1385 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReduction? Type1386 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfterAnchor? Type1386 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReductionType? Type1387 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioFormat? Type1387 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioTranscription? Type1388 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReduction? Type1388 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1389 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReductionType? Type1389 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestMaxResponseOutputTokens? Type1390 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioTranscription? Type1390 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1391 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1391 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModalitie? Type1392 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestMaxResponseOutputTokens? Type1392 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModel? Type1393 { get; set; }
+ public global::System.Collections.Generic.IList? Type1393 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestOutputAudioFormat? Type1394 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModalitie? Type1394 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1395 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModel? Type1395 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTool? Type1396 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestOutputAudioFormat? Type1396 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestToolType? Type1397 { get; set; }
+ public global::System.Collections.Generic.IList? Type1397 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1398 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTool? Type1398 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum? Type1399 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestToolType? Type1399 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum2? Type1400 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1400 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetection? Type1401 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum? Type1401 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionEagerness? Type1402 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum2? Type1402 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionType? Type1403 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetection? Type1403 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdateType? Type1404 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionEagerness? Type1404 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdate? Type1405 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionType? Type1405 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequest? Type1406 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdateType? Type1406 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecret? Type1407 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdate? Type1407 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAt? Type1408 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequest? Type1408 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAtAnchor? Type1409 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecret? Type1409 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioFormat? Type1410 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAt? Type1410 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction? Type1411 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAtAnchor? Type1411 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReductionType? Type1412 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioFormat? Type1412 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscription? Type1413 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction? Type1413 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscriptionModel? Type1414 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReductionType? Type1414 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1415 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscription? Type1415 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestModalitie? Type1416 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscriptionModel? Type1416 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetection? Type1417 { get; set; }
+ public global::System.Collections.Generic.IList? Type1417 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionEagerness? Type1418 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestModalitie? Type1418 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionType? Type1419 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetection? Type1419 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdateType? Type1420 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionEagerness? Type1420 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeClientEventDiscriminator? Type1421 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionType? Type1421 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponse? Type1422 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdateType? Type1422 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseObject? Type1423 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeClientEventDiscriminator? Type1423 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseStatus? Type1424 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponse? Type1424 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1425 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseObject? Type1425 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseUsage? Type1426 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseStatus? Type1426 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEvent? Type1427 { get; set; }
+ public global::System.Collections.Generic.IList? Type1427 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeError? Type1428 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseUsage? Type1428 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeErrorType? Type1429 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEvent? Type1429 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeErrorDetails? Type1430 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeError? Type1430 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreated? Type1431 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeErrorType? Type1431 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreatedType? Type1432 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeErrorDetails? Type1432 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSession? Type1433 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreated? Type1433 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionObject? Type1434 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreatedType? Type1434 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionVoice? Type1435 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSession? Type1435 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeAudioFormat? Type1436 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionObject? Type1436 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionInputAudioTranscription? Type1437 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionVoice? Type1437 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionTurnDetection? Type1438 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeAudioFormat? Type1438 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionTurnDetectionType? Type1439 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionInputAudioTranscription? Type1439 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1440 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionTurnDetection? Type1440 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionTool? Type1441 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionTurnDetectionType? Type1441 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionToolChoice? Type1442 { get; set; }
+ public global::System.Collections.Generic.IList? Type1442 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1443 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionTool? Type1443 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionMaxOutputTokens? Type1444 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionToolChoice? Type1444 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionUpdated? Type1445 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1445 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionUpdatedType? Type1446 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionMaxOutputTokens? Type1446 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationCreated? Type1447 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionUpdated? Type1447 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationCreatedType? Type1448 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionUpdatedType? Type1448 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversation? Type1449 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationCreated? Type1449 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationObject? Type1450 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationCreatedType? Type1450 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemCreated? Type1451 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversation? Type1451 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemCreatedType? Type1452 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationObject? Type1452 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompleted? Type1453 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemCreated? Type1453 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompletedType? Type1454 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemCreatedType? Type1454 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailed? Type1455 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompleted? Type1455 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailedType? Type1456 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompletedType? Type1456 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemTruncated? Type1457 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailed? Type1457 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemTruncatedType? Type1458 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailedType? Type1458 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemDeleted? Type1459 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemTruncated? Type1459 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemDeletedType? Type1460 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemTruncatedType? Type1460 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitted? Type1461 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemDeleted? Type1461 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommittedType? Type1462 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemDeletedType? Type1462 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferCleared? Type1463 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitted? Type1463 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearedType? Type1464 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommittedType? Type1464 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStarted? Type1465 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferCleared? Type1465 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStartedType? Type1466 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearedType? Type1466 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStopped? Type1467 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStarted? Type1467 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStoppedType? Type1468 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStartedType? Type1468 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreated? Type1469 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStopped? Type1469 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreatedType? Type1470 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStoppedType? Type1470 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseDone? Type1471 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreated? Type1471 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseDoneType? Type1472 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreatedType? Type1472 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseOutputItemAdded? Type1473 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseDone? Type1473 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseOutputItemAddedType? Type1474 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseDoneType? Type1474 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseOutputItemDone? Type1475 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseOutputItemAdded? Type1475 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseOutputItemDoneType? Type1476 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseOutputItemAddedType? Type1476 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseContentPartAdded? Type1477 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseOutputItemDone? Type1477 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseContentPartAddedType? Type1478 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseOutputItemDoneType? Type1478 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeContentPart? Type1479 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseContentPartAdded? Type1479 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeContentPartType? Type1480 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseContentPartAddedType? Type1480 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseContentPartDone? Type1481 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeContentPart? Type1481 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseContentPartDoneType? Type1482 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeContentPartType? Type1482 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseTextDelta? Type1483 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseContentPartDone? Type1483 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseTextDeltaType? Type1484 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseContentPartDoneType? Type1484 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseTextDone? Type1485 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseTextDelta? Type1485 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseTextDoneType? Type1486 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseTextDeltaType? Type1486 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDelta? Type1487 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseTextDone? Type1487 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDeltaType? Type1488 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseTextDoneType? Type1488 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDone? Type1489 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDelta? Type1489 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDoneType? Type1490 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDeltaType? Type1490 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioDelta? Type1491 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDone? Type1491 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioDeltaType? Type1492 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDoneType? Type1492 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioDone? Type1493 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioDelta? Type1493 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseAudioDoneType? Type1494 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioDeltaType? Type1494 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDelta? Type1495 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioDone? Type1495 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDeltaType? Type1496 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseAudioDoneType? Type1496 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDone? Type1497 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDelta? Type1497 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDoneType? Type1498 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDeltaType? Type1498 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeRateLimitsUpdated? Type1499 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDone? Type1499 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedType? Type1500 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDoneType? Type1500 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1501 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeRateLimitsUpdated? Type1501 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimit? Type1502 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedType? Type1502 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimitName? Type1503 { get; set; }
+ public global::System.Collections.Generic.IList? Type1503 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationCreated? Type1504 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimit? Type1504 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedConversation? Type1505 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimitName? Type1505 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedType? Type1506 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationCreated? Type1506 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreated? Type1507 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedConversation? Type1507 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreatedType? Type1508 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedType? Type1508 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeleted? Type1509 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreated? Type1509 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeletedType? Type1510 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreatedType? Type1510 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompleted? Type1511 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeleted? Type1511 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1512 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeletedType? Type1512 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompletedType? Type1513 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompleted? Type1513 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDelta? Type1514 { get; set; }
+ public global::System.Collections.Generic.IList? Type1514 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDeltaType? Type1515 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompletedType? Type1515 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailed? Type1516 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDelta? Type1516 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedError? Type1517 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDeltaType? Type1517 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedType? Type1518 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailed? Type1518 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrieved? Type1519 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedError? Type1519 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrievedType? Type1520 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedType? Type1520 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncated? Type1521 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrieved? Type1521 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncatedType? Type1522 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrievedType? Type1522 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventError? Type1523 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncated? Type1523 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventErrorError? Type1524 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncatedType? Type1524 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventErrorType? Type1525 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventError? Type1525 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCleared? Type1526 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventErrorError? Type1526 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferClearedType? Type1527 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventErrorType? Type1527 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommitted? Type1528 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCleared? Type1528 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommittedType? Type1529 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferClearedType? Type1529 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStarted? Type1530 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommitted? Type1530 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStartedType? Type1531 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommittedType? Type1531 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStopped? Type1532 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStarted? Type1532 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStoppedType? Type1533 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStartedType? Type1533 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferCleared? Type1534 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStopped? Type1534 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferClearedType? Type1535 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStoppedType? Type1535 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStarted? Type1536 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferCleared? Type1536 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStartedType? Type1537 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferClearedType? Type1537 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStopped? Type1538 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStarted? Type1538 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStoppedType? Type1539 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStartedType? Type1539 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdated? Type1540 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStopped? Type1540 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1541 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStoppedType? Type1541 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimit? Type1542 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdated? Type1542 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimitName? Type1543 { get; set; }
+ public global::System.Collections.Generic.IList? Type1543 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedType? Type1544 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimit? Type1544 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDelta? Type1545 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimitName? Type1545 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDeltaType? Type1546 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedType? Type1546 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDone? Type1547 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDelta? Type1547 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDoneType? Type1548 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDeltaType? Type1548 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDelta? Type1549 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDone? Type1549 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDeltaType? Type1550 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDoneType? Type1550 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDone? Type1551 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDelta? Type1551 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDoneType? Type1552 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDeltaType? Type1552 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAdded? Type1553 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDone? Type1553 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPart? Type1554 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDoneType? Type1554 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPartType? Type1555 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAdded? Type1555 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedType? Type1556 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPart? Type1556 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDone? Type1557 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPartType? Type1557 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePart? Type1558 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedType? Type1558 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePartType? Type1559 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDone? Type1559 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDoneType? Type1560 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePart? Type1560 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseCreated? Type1561 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePartType? Type1561 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseCreatedType? Type1562 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDoneType? Type1562 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseDone? Type1563 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseCreated? Type1563 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseDoneType? Type1564 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseCreatedType? Type1564 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDelta? Type1565 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseDone? Type1565 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDeltaType? Type1566 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseDoneType? Type1566 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDone? Type1567 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDelta? Type1567 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDoneType? Type1568 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDeltaType? Type1568 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAdded? Type1569 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDone? Type1569 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAddedType? Type1570 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDoneType? Type1570 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDone? Type1571 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAdded? Type1571 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDoneType? Type1572 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAddedType? Type1572 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDelta? Type1573 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDone? Type1573 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDeltaType? Type1574 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDoneType? Type1574 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDone? Type1575 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDelta? Type1575 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDoneType? Type1576 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDeltaType? Type1576 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventSessionCreated? Type1577 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDone? Type1577 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventSessionCreatedType? Type1578 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDoneType? Type1578 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdated? Type1579 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventSessionCreated? Type1579 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdatedType? Type1580 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventSessionCreatedType? Type1580 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdated? Type1581 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdated? Type1581 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponse? Type1582 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdatedType? Type1582 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseClientSecret? Type1583 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdated? Type1583 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscription? Type1584 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponse? Type1584 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscriptionModel? Type1585 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseClientSecret? Type1585 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1586 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscription? Type1586 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseModalitie? Type1587 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscriptionModel? Type1587 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseTurnDetection? Type1588 { get; set; }
+ public global::System.Collections.Generic.IList? Type1588 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdatedType? Type1589 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseModalitie? Type1589 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponse? Type1590 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseTurnDetection? Type1590 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseClientSecret? Type1591 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdatedType? Type1591 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseInputAudioTranscription? Type1592 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponse? Type1592 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1593 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseClientSecret? Type1593 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseMaxResponseOutputTokens? Type1594 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseInputAudioTranscription? Type1594 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1595 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1595 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseModalitie? Type1596 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseMaxResponseOutputTokens? Type1596 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1597 { get; set; }
+ public global::System.Collections.Generic.IList? Type1597 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTool? Type1598 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseModalitie? Type1598 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseToolType? Type1599 { get; set; }
+ public global::System.Collections.Generic.IList? Type1599 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1600 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTool? Type1600 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum? Type1601 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseToolType? Type1601 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum2? Type1602 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1602 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTurnDetection? Type1603 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum? Type1603 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.Response? Type1604 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum2? Type1604 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseVariant3? Type1605 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTurnDetection? Type1605 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseError? Type1606 { get; set; }
+ public global::tryAGI.OpenAI.Response? Type1606 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseErrorCode? Type1607 { get; set; }
+ public global::tryAGI.OpenAI.ResponseVariant3? Type1607 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetails? Type1608 { get; set; }
+ public global::tryAGI.OpenAI.ResponseError? Type1608 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetailsReason? Type1609 { get; set; }
+ public global::tryAGI.OpenAI.ResponseErrorCode? Type1609 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseVariant3Object? Type1610 { get; set; }
+ public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetails? Type1610 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1611 { get; set; }
+ public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetailsReason? Type1611 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseVariant3Status? Type1612 { get; set; }
+ public global::tryAGI.OpenAI.ResponseVariant3Object? Type1612 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseUsage? Type1613 { get; set; }
+ public global::System.Collections.Generic.IList? Type1613 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseUsageInputTokensDetails? Type1614 { get; set; }
+ public global::tryAGI.OpenAI.ResponseVariant3Status? Type1614 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseUsageOutputTokensDetails? Type1615 { get; set; }
+ public global::tryAGI.OpenAI.ResponseUsage? Type1615 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioDeltaEvent? Type1616 { get; set; }
+ public global::tryAGI.OpenAI.ResponseUsageInputTokensDetails? Type1616 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioDeltaEventType? Type1617 { get; set; }
+ public global::tryAGI.OpenAI.ResponseUsageOutputTokensDetails? Type1617 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioDoneEvent? Type1618 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioDeltaEvent? Type1618 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioDoneEventType? Type1619 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioDeltaEventType? Type1619 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEvent? Type1620 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioDoneEvent? Type1620 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEventType? Type1621 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioDoneEventType? Type1621 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEvent? Type1622 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEvent? Type1622 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEventType? Type1623 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEventType? Type1623 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEvent? Type1624 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEvent? Type1624 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEventType? Type1625 { get; set; }
+ public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEventType? Type1625 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent? Type1626 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEvent? Type1626 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEventType? Type1627 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEventType? Type1627 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEvent? Type1628 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent? Type1628 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEventType? Type1629 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEventType? Type1629 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEvent? Type1630 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEvent? Type1630 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEventType? Type1631 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEventType? Type1631 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEvent? Type1632 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEvent? Type1632 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEventType? Type1633 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEventType? Type1633 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCompletedEvent? Type1634 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEvent? Type1634 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCompletedEventType? Type1635 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEventType? Type1635 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseContentPartAddedEvent? Type1636 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCompletedEvent? Type1636 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseContentPartAddedEventType? Type1637 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCompletedEventType? Type1637 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseContentPartDoneEvent? Type1638 { get; set; }
+ public global::tryAGI.OpenAI.ResponseContentPartAddedEvent? Type1638 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseContentPartDoneEventType? Type1639 { get; set; }
+ public global::tryAGI.OpenAI.ResponseContentPartAddedEventType? Type1639 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCreatedEvent? Type1640 { get; set; }
+ public global::tryAGI.OpenAI.ResponseContentPartDoneEvent? Type1640 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseCreatedEventType? Type1641 { get; set; }
+ public global::tryAGI.OpenAI.ResponseContentPartDoneEventType? Type1641 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseErrorEvent? Type1642 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCreatedEvent? Type1642 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseErrorEventType? Type1643 { get; set; }
+ public global::tryAGI.OpenAI.ResponseCreatedEventType? Type1643 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFailedEvent? Type1644 { get; set; }
+ public global::tryAGI.OpenAI.ResponseErrorEvent? Type1644 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFailedEventType? Type1645 { get; set; }
+ public global::tryAGI.OpenAI.ResponseErrorEventType? Type1645 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEvent? Type1646 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFailedEvent? Type1646 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEventType? Type1647 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFailedEventType? Type1647 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEvent? Type1648 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEvent? Type1648 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEventType? Type1649 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEventType? Type1649 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEvent? Type1650 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEvent? Type1650 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEventType? Type1651 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEventType? Type1651 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEvent? Type1652 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEvent? Type1652 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEventType? Type1653 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEventType? Type1653 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEvent? Type1654 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEvent? Type1654 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEventType? Type1655 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEventType? Type1655 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEvent? Type1656 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEvent? Type1656 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEventType? Type1657 { get; set; }
+ public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEventType? Type1657 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEvent? Type1658 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEvent? Type1658 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEventType? Type1659 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEventType? Type1659 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEvent? Type1660 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEvent? Type1660 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEventType? Type1661 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEventType? Type1661 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEvent? Type1662 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEvent? Type1662 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEventType? Type1663 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEventType? Type1663 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseInProgressEvent? Type1664 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEvent? Type1664 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseInProgressEventType? Type1665 { get; set; }
+ public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEventType? Type1665 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseIncompleteEvent? Type1666 { get; set; }
+ public global::tryAGI.OpenAI.ResponseInProgressEvent? Type1666 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseIncompleteEventType? Type1667 { get; set; }
+ public global::tryAGI.OpenAI.ResponseInProgressEventType? Type1667 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseItemList? Type1668 { get; set; }
+ public global::tryAGI.OpenAI.ResponseIncompleteEvent? Type1668 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1669 { get; set; }
+ public global::tryAGI.OpenAI.ResponseIncompleteEventType? Type1669 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseItemListObject? Type1670 { get; set; }
+ public global::tryAGI.OpenAI.ResponseItemList? Type1670 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEvent? Type1671 { get; set; }
+ public global::System.Collections.Generic.IList? Type1671 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventType? Type1672 { get; set; }
+ public global::tryAGI.OpenAI.ResponseItemListObject? Type1672 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEvent? Type1673 { get; set; }
+ public global::tryAGI.OpenAI.ResponseLogProb? Type1673 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventType? Type1674 { get; set; }
+ public global::System.Collections.Generic.IList? Type1674 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallCompletedEvent? Type1675 { get; set; }
+ public global::tryAGI.OpenAI.ResponseLogProbTopLogprob? Type1675 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallCompletedEventType? Type1676 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEvent? Type1676 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallFailedEvent? Type1677 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventType? Type1677 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallFailedEventType? Type1678 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEvent? Type1678 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallInProgressEvent? Type1679 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventType? Type1679 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPCallInProgressEventType? Type1680 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallCompletedEvent? Type1680 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEvent? Type1681 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallCompletedEventType? Type1681 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEventType? Type1682 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallFailedEvent? Type1682 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEvent? Type1683 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallFailedEventType? Type1683 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEventType? Type1684 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallInProgressEvent? Type1684 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEvent? Type1685 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPCallInProgressEventType? Type1685 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEventType? Type1686 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEvent? Type1686 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseOutputItemAddedEvent? Type1687 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEventType? Type1687 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseOutputItemAddedEventType? Type1688 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEvent? Type1688 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseOutputItemDoneEvent? Type1689 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEventType? Type1689 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseOutputItemDoneEventType? Type1690 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEvent? Type1690 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent? Type1691 { get; set; }
+ public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEventType? Type1691 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEventType? Type1692 { get; set; }
+ public global::tryAGI.OpenAI.ResponseOutputItemAddedEvent? Type1692 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseQueuedEvent? Type1693 { get; set; }
+ public global::tryAGI.OpenAI.ResponseOutputItemAddedEventType? Type1693 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseQueuedEventType? Type1694 { get; set; }
+ public global::tryAGI.OpenAI.ResponseOutputItemDoneEvent? Type1694 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? Type1695 { get; set; }
+ public global::tryAGI.OpenAI.ResponseOutputItemDoneEventType? Type1695 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningDeltaEventType? Type1696 { get; set; }
+ public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent? Type1696 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningDoneEvent? Type1697 { get; set; }
+ public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEventType? Type1697 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningDoneEventType? Type1698 { get; set; }
+ public global::tryAGI.OpenAI.ResponseQueuedEvent? Type1698 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent? Type1699 { get; set; }
+ public global::tryAGI.OpenAI.ResponseQueuedEventType? Type1699 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEventType? Type1700 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent? Type1700 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEvent? Type1701 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEventType? Type1701 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEventType? Type1702 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEvent? Type1702 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEvent? Type1703 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEventType? Type1703 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPart? Type1704 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEvent? Type1704 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPartType? Type1705 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPart? Type1705 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventType? Type1706 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPartType? Type1706 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEvent? Type1707 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventType? Type1707 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPart? Type1708 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEvent? Type1708 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPartType? Type1709 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPart? Type1709 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventType? Type1710 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPartType? Type1710 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEvent? Type1711 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventType? Type1711 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEventType? Type1712 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEvent? Type1712 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEvent? Type1713 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEventType? Type1713 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEventType? Type1714 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEvent? Type1714 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseRefusalDeltaEvent? Type1715 { get; set; }
+ public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEventType? Type1715 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseRefusalDeltaEventType? Type1716 { get; set; }
+ public global::tryAGI.OpenAI.ResponseRefusalDeltaEvent? Type1716 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseRefusalDoneEvent? Type1717 { get; set; }
+ public global::tryAGI.OpenAI.ResponseRefusalDeltaEventType? Type1717 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseRefusalDoneEventType? Type1718 { get; set; }
+ public global::tryAGI.OpenAI.ResponseRefusalDoneEvent? Type1718 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseStreamEvent? Type1719 { get; set; }
+ public global::tryAGI.OpenAI.ResponseRefusalDoneEventType? Type1719 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseTextDeltaEvent? Type1720 { get; set; }
+ public global::tryAGI.OpenAI.ResponseStreamEvent? Type1720 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseTextDeltaEventType? Type1721 { get; set; }
+ public global::tryAGI.OpenAI.ResponseTextDeltaEvent? Type1721 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseTextDoneEvent? Type1722 { get; set; }
+ public global::System.Collections.Generic.IList? Type1722 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseTextDoneEventType? Type1723 { get; set; }
+ public global::tryAGI.OpenAI.ResponseTextDeltaEventType? Type1723 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEvent? Type1724 { get; set; }
+ public global::tryAGI.OpenAI.ResponseTextDoneEvent? Type1724 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEventType? Type1725 { get; set; }
+ public global::tryAGI.OpenAI.ResponseTextDoneEventType? Type1725 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEvent? Type1726 { get; set; }
+ public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEvent? Type1726 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEventType? Type1727 { get; set; }
+ public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEventType? Type1727 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEvent? Type1728 { get; set; }
+ public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEvent? Type1728 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEventType? Type1729 { get; set; }
+ public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEventType? Type1729 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ResponseStreamEventDiscriminator? Type1730 { get; set; }
+ public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEvent? Type1730 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RunGraderRequest? Type1731 { get; set; }
+ public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEventType? Type1731 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RunGraderResponse? Type1732 { get; set; }
+ public global::tryAGI.OpenAI.ResponseStreamEventDiscriminator? Type1732 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RunGraderResponseMetadata? Type1733 { get; set; }
+ public global::tryAGI.OpenAI.RunGraderRequest? Type1733 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RunGraderResponseMetadataErrors? Type1734 { get; set; }
+ public global::tryAGI.OpenAI.RunGraderResponse? Type1734 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.SubmitToolOutputsRunRequest? Type1735 { get; set; }
+ public global::tryAGI.OpenAI.RunGraderResponseMetadata? Type1735 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1736 { get; set; }
+ public global::tryAGI.OpenAI.RunGraderResponseMetadataErrors? Type1736 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.SubmitToolOutputsRunRequestToolOutput? Type1737 { get; set; }
+ public global::tryAGI.OpenAI.SubmitToolOutputsRunRequest? Type1737 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ToggleCertificatesRequest? Type1738 { get; set; }
+ public global::System.Collections.Generic.IList? Type1738 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.TranscriptionChunkingStrategy? Type1739 { get; set; }
+ public global::tryAGI.OpenAI.SubmitToolOutputsRunRequestToolOutput? Type1739 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.TranscriptionChunkingStrategyEnum? Type1740 { get; set; }
+ public global::tryAGI.OpenAI.ToggleCertificatesRequest? Type1740 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UpdateVectorStoreFileAttributesRequest? Type1741 { get; set; }
+ public global::tryAGI.OpenAI.TranscriptionChunkingStrategy? Type1741 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UpdateVectorStoreRequest? Type1742 { get; set; }
+ public global::tryAGI.OpenAI.TranscriptionChunkingStrategyEnum? Type1742 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.Upload? Type1743 { get; set; }
+ public global::tryAGI.OpenAI.UpdateVectorStoreFileAttributesRequest? Type1743 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UploadObject? Type1744 { get; set; }
+ public global::tryAGI.OpenAI.UpdateVectorStoreRequest? Type1744 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UploadStatus? Type1745 { get; set; }
+ public global::tryAGI.OpenAI.Upload? Type1745 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UploadCertificateRequest? Type1746 { get; set; }
+ public global::tryAGI.OpenAI.UploadObject? Type1746 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UploadPart? Type1747 { get; set; }
+ public global::tryAGI.OpenAI.UploadStatus? Type1747 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UploadPartObject? Type1748 { get; set; }
+ public global::tryAGI.OpenAI.UploadCertificateRequest? Type1748 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioSpeechesResult? Type1749 { get; set; }
+ public global::tryAGI.OpenAI.UploadPart? Type1749 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioSpeechesResultObject? Type1750 { get; set; }
+ public global::tryAGI.OpenAI.UploadPartObject? Type1750 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioTranscriptionsResult? Type1751 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioSpeechesResult? Type1751 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioTranscriptionsResultObject? Type1752 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioSpeechesResultObject? Type1752 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResult? Type1753 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioTranscriptionsResult? Type1753 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResultObject? Type1754 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioTranscriptionsResultObject? Type1754 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCompletionsResult? Type1755 { get; set; }
+ public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResult? Type1755 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCompletionsResultObject? Type1756 { get; set; }
+ public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResultObject? Type1756 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageEmbeddingsResult? Type1757 { get; set; }
+ public global::tryAGI.OpenAI.UsageCompletionsResult? Type1757 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageEmbeddingsResultObject? Type1758 { get; set; }
+ public global::tryAGI.OpenAI.UsageCompletionsResultObject? Type1758 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageImagesResult? Type1759 { get; set; }
+ public global::tryAGI.OpenAI.UsageEmbeddingsResult? Type1759 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageImagesResultObject? Type1760 { get; set; }
+ public global::tryAGI.OpenAI.UsageEmbeddingsResultObject? Type1760 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageModerationsResult? Type1761 { get; set; }
+ public global::tryAGI.OpenAI.UsageImagesResult? Type1761 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageModerationsResultObject? Type1762 { get; set; }
+ public global::tryAGI.OpenAI.UsageImagesResultObject? Type1762 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageResponse? Type1763 { get; set; }
+ public global::tryAGI.OpenAI.UsageModerationsResult? Type1763 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1764 { get; set; }
+ public global::tryAGI.OpenAI.UsageModerationsResultObject? Type1764 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageTimeBucket? Type1765 { get; set; }
+ public global::tryAGI.OpenAI.UsageResponse? Type1765 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageTimeBucketObject? Type1766 { get; set; }
+ public global::System.Collections.Generic.IList? Type1766 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList>? Type1767 { get; set; }
+ public global::tryAGI.OpenAI.UsageTimeBucket? Type1767 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1768 { get; set; }
+ public global::tryAGI.OpenAI.UsageTimeBucketObject? Type1768 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageVectorStoresResult? Type1769 { get; set; }
+ public global::System.Collections.Generic.IList>? Type1769 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageVectorStoresResultObject? Type1770 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1770 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageResponseObject? Type1771 { get; set; }
+ public global::tryAGI.OpenAI.UsageVectorStoresResult? Type1771 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.User? Type1772 { get; set; }
+ public global::tryAGI.OpenAI.UsageVectorStoresResultObject? Type1772 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserObject? Type1773 { get; set; }
+ public global::tryAGI.OpenAI.UsageResponseObject? Type1773 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserRole? Type1774 { get; set; }
+ public global::tryAGI.OpenAI.User? Type1774 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserDeleteResponse? Type1775 { get; set; }
+ public global::tryAGI.OpenAI.UserObject? Type1775 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserDeleteResponseObject? Type1776 { get; set; }
+ public global::tryAGI.OpenAI.UserRole? Type1776 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserListResponse? Type1777 { get; set; }
+ public global::tryAGI.OpenAI.UserDeleteResponse? Type1777 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1778 { get; set; }
+ public global::tryAGI.OpenAI.UserDeleteResponseObject? Type1778 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserListResponseObject? Type1779 { get; set; }
+ public global::tryAGI.OpenAI.UserListResponse? Type1779 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserRoleUpdateRequest? Type1780 { get; set; }
+ public global::System.Collections.Generic.IList? Type1780 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UserRoleUpdateRequestRole? Type1781 { get; set; }
+ public global::tryAGI.OpenAI.UserListResponseObject? Type1781 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ValidateGraderRequest? Type1782 { get; set; }
+ public global::tryAGI.OpenAI.UserRoleUpdateRequest? Type1782 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ValidateGraderResponse? Type1783 { get; set; }
+ public global::tryAGI.OpenAI.UserRoleUpdateRequestRole? Type1783 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileBatchObject? Type1784 { get; set; }
+ public global::tryAGI.OpenAI.ValidateGraderRequest? Type1784 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileBatchObjectFileCounts? Type1785 { get; set; }
+ public global::tryAGI.OpenAI.ValidateGraderResponse? Type1785 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileBatchObjectObject? Type1786 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileBatchObject? Type1786 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileBatchObjectStatus? Type1787 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileBatchObjectFileCounts? Type1787 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileContentResponse? Type1788 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileBatchObjectObject? Type1788 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1789 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileBatchObjectStatus? Type1789 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileContentResponseDataItem? Type1790 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileContentResponse? Type1790 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreFileContentResponseObject? Type1791 { get; set; }
+ public global::System.Collections.Generic.IList? Type1791 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchRequest? Type1792 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileContentResponseDataItem? Type1792 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1793 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreFileContentResponseObject? Type1793 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf>? Type1794 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchRequest? Type1794 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptions? Type1795 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1795 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptionsRanker? Type1796 { get; set; }
+ public global::tryAGI.OpenAI.OneOf>? Type1796 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchResultContentObject? Type1797 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptions? Type1797 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchResultContentObjectType? Type1798 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptionsRanker? Type1798 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchResultItem? Type1799 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchResultContentObject? Type1799 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1800 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchResultContentObjectType? Type1800 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchResultsPage? Type1801 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchResultItem? Type1801 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1802 { get; set; }
+ public global::System.Collections.Generic.IList? Type1802 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.VectorStoreSearchResultsPageObject? Type1803 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchResultsPage? Type1803 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCancelled? Type1804 { get; set; }
+ public global::System.Collections.Generic.IList? Type1804 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCancelledData? Type1805 { get; set; }
+ public global::tryAGI.OpenAI.VectorStoreSearchResultsPageObject? Type1805 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCancelledObject? Type1806 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCancelled? Type1806 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCancelledType? Type1807 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCancelledData? Type1807 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCompleted? Type1808 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCancelledObject? Type1808 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCompletedData? Type1809 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCancelledType? Type1809 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCompletedObject? Type1810 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCompleted? Type1810 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchCompletedType? Type1811 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCompletedData? Type1811 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchExpired? Type1812 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCompletedObject? Type1812 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchExpiredData? Type1813 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchCompletedType? Type1813 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchExpiredObject? Type1814 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchExpired? Type1814 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchExpiredType? Type1815 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchExpiredData? Type1815 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchFailed? Type1816 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchExpiredObject? Type1816 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchFailedData? Type1817 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchExpiredType? Type1817 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchFailedObject? Type1818 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchFailed? Type1818 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookBatchFailedType? Type1819 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchFailedData? Type1819 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunCanceled? Type1820 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchFailedObject? Type1820 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunCanceledData? Type1821 { get; set; }
+ public global::tryAGI.OpenAI.WebhookBatchFailedType? Type1821 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunCanceledObject? Type1822 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunCanceled? Type1822 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunCanceledType? Type1823 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunCanceledData? Type1823 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunFailed? Type1824 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunCanceledObject? Type1824 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunFailedData? Type1825 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunCanceledType? Type1825 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunFailedObject? Type1826 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunFailed? Type1826 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunFailedType? Type1827 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunFailedData? Type1827 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunSucceeded? Type1828 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunFailedObject? Type1828 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunSucceededData? Type1829 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunFailedType? Type1829 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunSucceededObject? Type1830 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunSucceeded? Type1830 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookEvalRunSucceededType? Type1831 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunSucceededData? Type1831 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobCancelled? Type1832 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunSucceededObject? Type1832 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledData? Type1833 { get; set; }
+ public global::tryAGI.OpenAI.WebhookEvalRunSucceededType? Type1833 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledObject? Type1834 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobCancelled? Type1834 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledType? Type1835 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledData? Type1835 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobFailed? Type1836 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledObject? Type1836 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobFailedData? Type1837 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledType? Type1837 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobFailedObject? Type1838 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobFailed? Type1838 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobFailedType? Type1839 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobFailedData? Type1839 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobSucceeded? Type1840 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobFailedObject? Type1840 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededData? Type1841 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobFailedType? Type1841 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededObject? Type1842 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobSucceeded? Type1842 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededType? Type1843 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededData? Type1843 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCancelled? Type1844 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededObject? Type1844 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCancelledData? Type1845 { get; set; }
+ public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededType? Type1845 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCancelledObject? Type1846 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCancelled? Type1846 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCancelledType? Type1847 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCancelledData? Type1847 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCompleted? Type1848 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCancelledObject? Type1848 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCompletedData? Type1849 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCancelledType? Type1849 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCompletedObject? Type1850 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCompleted? Type1850 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseCompletedType? Type1851 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCompletedData? Type1851 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseFailed? Type1852 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCompletedObject? Type1852 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseFailedData? Type1853 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseCompletedType? Type1853 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseFailedObject? Type1854 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseFailed? Type1854 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseFailedType? Type1855 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseFailedData? Type1855 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseIncomplete? Type1856 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseFailedObject? Type1856 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseIncompleteData? Type1857 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseFailedType? Type1857 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseIncompleteObject? Type1858 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseIncomplete? Type1858 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.WebhookResponseIncompleteType? Type1859 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseIncompleteData? Type1859 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventType? Type1860 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseIncompleteObject? Type1860 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeServerEventBase? Type1861 { get; set; }
+ public global::tryAGI.OpenAI.WebhookResponseIncompleteType? Type1861 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionUpdate? Type1862 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventType? Type1862 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeSessionUpdateType? Type1863 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeServerEventBase? Type1863 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppend? Type1864 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionUpdate? Type1864 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppendType? Type1865 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeSessionUpdateType? Type1865 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommit? Type1866 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppend? Type1866 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitType? Type1867 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppendType? Type1867 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferClear? Type1868 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommit? Type1868 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearType? Type1869 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitType? Type1869 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemCreate? Type1870 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferClear? Type1870 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemCreateType? Type1871 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearType? Type1871 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemTruncate? Type1872 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemCreate? Type1872 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemTruncateType? Type1873 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemCreateType? Type1873 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemDelete? Type1874 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemTruncate? Type1874 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeConversationItemDeleteType? Type1875 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemTruncateType? Type1875 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreate? Type1876 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemDelete? Type1876 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateType? Type1877 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeConversationItemDeleteType? Type1877 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateResponse? Type1878 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreate? Type1878 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1879 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateType? Type1879 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateResponseModalitie? Type1880 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateResponse? Type1880 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateResponseVoice? Type1881 { get; set; }
+ public global::System.Collections.Generic.IList? Type1881 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1882 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateResponseModalitie? Type1882 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateResponseTool? Type1883 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateResponseVoice? Type1883 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1884 { get; set; }
+ public global::System.Collections.Generic.IList? Type1884 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateResponseToolChoice? Type1885 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateResponseTool? Type1885 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1886 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1886 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCreateResponseMaxOutputTokens? Type1887 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateResponseToolChoice? Type1887 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCancel? Type1888 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1888 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.RealtimeResponseCancelType? Type1889 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCreateResponseMaxOutputTokens? Type1889 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.CreateBatchRequest? Type1890 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCancel? Type1890 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.CreateBatchRequestCompletionWindow? Type1891 { get; set; }
+ public global::tryAGI.OpenAI.RealtimeResponseCancelType? Type1891 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.CreateBatchRequestEndpoint? Type1892 { get; set; }
+ public global::tryAGI.OpenAI.CreateBatchRequest? Type1892 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UpdateChatCompletionRequest? Type1893 { get; set; }
+ public global::tryAGI.OpenAI.CreateBatchRequestCompletionWindow? Type1893 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UpdateEvalRequest? Type1894 { get; set; }
+ public global::tryAGI.OpenAI.CreateBatchRequestEndpoint? Type1894 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.AdminApiKeysCreateRequest? Type1895 { get; set; }
+ public global::tryAGI.OpenAI.UpdateChatCompletionRequest? Type1895 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListAssistantsOrder? Type1896 { get; set; }
+ public global::tryAGI.OpenAI.UpdateEvalRequest? Type1896 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListChatCompletionsOrder? Type1897 { get; set; }
+ public global::tryAGI.OpenAI.AdminApiKeysCreateRequest? Type1897 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? Type1898 { get; set; }
+ public global::tryAGI.OpenAI.ListAssistantsOrder? Type1898 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListContainersOrder? Type1899 { get; set; }
+ public global::tryAGI.OpenAI.ListChatCompletionsOrder? Type1899 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListContainerFilesOrder? Type1900 { get; set; }
+ public global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? Type1900 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListEvalsOrder? Type1901 { get; set; }
+ public global::tryAGI.OpenAI.ListContainersOrder? Type1901 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListEvalsOrderBy? Type1902 { get; set; }
+ public global::tryAGI.OpenAI.ListContainerFilesOrder? Type1902 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.GetEvalRunsOrder? Type1903 { get; set; }
+ public global::tryAGI.OpenAI.ListEvalsOrder? Type1903 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.GetEvalRunsStatus? Type1904 { get; set; }
+ public global::tryAGI.OpenAI.ListEvalsOrderBy? Type1904 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.GetEvalRunOutputItemsStatus? Type1905 { get; set; }
+ public global::tryAGI.OpenAI.GetEvalRunsOrder? Type1905 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.GetEvalRunOutputItemsOrder? Type1906 { get; set; }
+ public global::tryAGI.OpenAI.GetEvalRunsStatus? Type1906 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFilesOrder? Type1907 { get; set; }
+ public global::tryAGI.OpenAI.GetEvalRunOutputItemsStatus? Type1907 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? Type1908 { get; set; }
+ public global::tryAGI.OpenAI.GetEvalRunOutputItemsOrder? Type1908 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.AdminApiKeysListOrder? Type1909 { get; set; }
+ public global::tryAGI.OpenAI.ListFilesOrder? Type1909 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListAuditLogsEffectiveAt? Type1910 { get; set; }
+ public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? Type1910 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1911 { get; set; }
+ public global::tryAGI.OpenAI.AdminApiKeysListOrder? Type1911 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListOrganizationCertificatesOrder? Type1912 { get; set; }
+ public global::tryAGI.OpenAI.ListAuditLogsEffectiveAt? Type1912 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1913 { get; set; }
+ public global::System.Collections.Generic.IList? Type1913 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.GetCertificateIncludeItem? Type1914 { get; set; }
+ public global::tryAGI.OpenAI.ListOrganizationCertificatesOrder? Type1914 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCostsBucketWidth? Type1915 { get; set; }
+ public global::System.Collections.Generic.IList? Type1915 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1916 { get; set; }
+ public global::tryAGI.OpenAI.GetCertificateIncludeItem? Type1916 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCostsGroupByItem? Type1917 { get; set; }
+ public global::tryAGI.OpenAI.UsageCostsBucketWidth? Type1917 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListProjectCertificatesOrder? Type1918 { get; set; }
+ public global::System.Collections.Generic.IList? Type1918 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioSpeechesBucketWidth? Type1919 { get; set; }
+ public global::tryAGI.OpenAI.UsageCostsGroupByItem? Type1919 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1920 { get; set; }
+ public global::tryAGI.OpenAI.ListProjectCertificatesOrder? Type1920 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioSpeechesGroupByItem? Type1921 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioSpeechesBucketWidth? Type1921 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioTranscriptionsBucketWidth? Type1922 { get; set; }
+ public global::System.Collections.Generic.IList? Type1922 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1923 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioSpeechesGroupByItem? Type1923 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageAudioTranscriptionsGroupByItem? Type1924 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioTranscriptionsBucketWidth? Type1924 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsBucketWidth? Type1925 { get; set; }
+ public global::System.Collections.Generic.IList? Type1925 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1926 { get; set; }
+ public global::tryAGI.OpenAI.UsageAudioTranscriptionsGroupByItem? Type1926 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsGroupByItem? Type1927 { get; set; }
+ public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsBucketWidth? Type1927 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCompletionsBucketWidth? Type1928 { get; set; }
+ public global::System.Collections.Generic.IList? Type1928 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1929 { get; set; }
+ public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsGroupByItem? Type1929 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageCompletionsGroupByItem? Type1930 { get; set; }
+ public global::tryAGI.OpenAI.UsageCompletionsBucketWidth? Type1930 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageEmbeddingsBucketWidth? Type1931 { get; set; }
+ public global::System.Collections.Generic.IList? Type1931 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1932 { get; set; }
+ public global::tryAGI.OpenAI.UsageCompletionsGroupByItem? Type1932 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageEmbeddingsGroupByItem? Type1933 { get; set; }
+ public global::tryAGI.OpenAI.UsageEmbeddingsBucketWidth? Type1933 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageImagesBucketWidth? Type1934 { get; set; }
+ public global::System.Collections.Generic.IList? Type1934 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1935 { get; set; }
+ public global::tryAGI.OpenAI.UsageEmbeddingsGroupByItem? Type1935 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageImagesSource? Type1936 { get; set; }
+ public global::tryAGI.OpenAI.UsageImagesBucketWidth? Type1936 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1937 { get; set; }
+ public global::System.Collections.Generic.IList? Type1937 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageImagesSize? Type1938 { get; set; }
+ public global::tryAGI.OpenAI.UsageImagesSource? Type1938 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1939 { get; set; }
+ public global::System.Collections.Generic.IList? Type1939 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageImagesGroupByItem? Type1940 { get; set; }
+ public global::tryAGI.OpenAI.UsageImagesSize? Type1940 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageModerationsBucketWidth? Type1941 { get; set; }
+ public global::System.Collections.Generic.IList? Type1941 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1942 { get; set; }
+ public global::tryAGI.OpenAI.UsageImagesGroupByItem? Type1942 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageModerationsGroupByItem? Type1943 { get; set; }
+ public global::tryAGI.OpenAI.UsageModerationsBucketWidth? Type1943 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageVectorStoresBucketWidth? Type1944 { get; set; }
+ public global::System.Collections.Generic.IList? Type1944 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1945 { get; set; }
+ public global::tryAGI.OpenAI.UsageModerationsGroupByItem? Type1945 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.UsageVectorStoresGroupByItem? Type1946 { get; set; }
+ public global::tryAGI.OpenAI.UsageVectorStoresBucketWidth? Type1946 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListInputItemsOrder? Type1947 { get; set; }
+ public global::System.Collections.Generic.IList? Type1947 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListMessagesOrder? Type1948 { get; set; }
+ public global::tryAGI.OpenAI.UsageVectorStoresGroupByItem? Type1948 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListRunsOrder? Type1949 { get; set; }
+ public global::tryAGI.OpenAI.ListInputItemsOrder? Type1949 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1950 { get; set; }
+ public global::tryAGI.OpenAI.ListMessagesOrder? Type1950 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.CreateRunIncludeItem? Type1951 { get; set; }
+ public global::tryAGI.OpenAI.ListRunsOrder? Type1951 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListRunStepsOrder? Type1952 { get; set; }
+ public global::System.Collections.Generic.IList? Type1952 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1953 { get; set; }
+ public global::tryAGI.OpenAI.CreateRunIncludeItem? Type1953 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListRunStepsIncludeItem? Type1954 { get; set; }
+ public global::tryAGI.OpenAI.ListRunStepsOrder? Type1954 { get; set; }
///
///
///
- public global::System.Collections.Generic.IList? Type1955 { get; set; }
+ public global::System.Collections.Generic.IList? Type1955 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.GetRunStepIncludeItem? Type1956 { get; set; }
+ public global::tryAGI.OpenAI.ListRunStepsIncludeItem? Type1956 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListVectorStoresOrder? Type1957 { get; set; }
+ public global::System.Collections.Generic.IList? Type1957 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchOrder? Type1958 { get; set; }
+ public global::tryAGI.OpenAI.GetRunStepIncludeItem? Type1958 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchFilter? Type1959 { get; set; }
+ public global::tryAGI.OpenAI.ListVectorStoresOrder? Type1959 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListVectorStoreFilesOrder? Type1960 { get; set; }
+ public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchOrder? Type1960 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.ListVectorStoreFilesFilter? Type1961 { get; set; }
+ public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchFilter? Type1961 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1962 { get; set; }
+ public global::tryAGI.OpenAI.ListVectorStoreFilesOrder? Type1962 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.OneOf? Type1963 { get; set; }
+ public global::tryAGI.OpenAI.ListVectorStoreFilesFilter? Type1963 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.DeleteEvalResponse? Type1964 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1964 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.DeleteEvalRunResponse? Type1965 { get; set; }
+ public global::tryAGI.OpenAI.OneOf? Type1965 { get; set; }
///
///
///
- public global::tryAGI.OpenAI.AdminApiKeysDeleteResponse? Type1966 { get; set; }
+ public global::tryAGI.OpenAI.DeleteEvalResponse? Type1966 { get; set; }
+ ///
+ ///
+ ///
+ public global::tryAGI.OpenAI.DeleteEvalRunResponse? Type1967 { get; set; }
+ ///
+ ///
+ ///
+ public global::tryAGI.OpenAI.AdminApiKeysDeleteResponse? Type1968 { get; set; }
}
}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLog.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLog.g.cs
index 8a8858078..572dae3cc 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLog.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLog.g.cs
@@ -127,7 +127,7 @@ public sealed partial class AuditLog
public global::tryAGI.OpenAI.AuditLogOrganizationUpdated? OrganizationUpdated { get; set; }
///
- /// The project that the action was scoped to. Absent for actions not scoped to projects.
+ /// The project that the action was scoped to. Absent for actions not scoped to projects. Note that any admin actions taken via Admin API keys are associated with the default project.
///
[global::System.Text.Json.Serialization.JsonPropertyName("project")]
public global::tryAGI.OpenAI.AuditLogProject? Project { get; set; }
@@ -273,7 +273,7 @@ public sealed partial class AuditLog
/// The details for events with this `type`.
///
///
- /// The project that the action was scoped to. Absent for actions not scoped to projects.
+ /// The project that the action was scoped to. Absent for actions not scoped to projects. Note that any admin actions taken via Admin API keys are associated with the default project.
///
///
/// The details for events with this `type`.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLogProject.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLogProject.g.cs
index 25beec761..3c00d53ec 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLogProject.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.AuditLogProject.g.cs
@@ -4,7 +4,7 @@
namespace tryAGI.OpenAI
{
///
- /// The project that the action was scoped to. Absent for actions not scoped to projects.
+ /// The project that the action was scoped to. Absent for actions not scoped to projects. Note that any admin actions taken via Admin API keys are associated with the default project.
///
public sealed partial class AuditLogProject
{
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCall.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCall.g.cs
index ee71a8379..9fff3c440 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCall.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCall.g.cs
@@ -40,7 +40,7 @@ public sealed partial class CodeInterpreterToolCall
public required global::System.Collections.Generic.IList>? Outputs { get; set; }
///
- /// The status of the code interpreter tool call.
+ /// The status of the code interpreter tool call. Valid values are `in_progress`, `completed`, `incomplete`, `interpreting`, and `failed`.
///
[global::System.Text.Json.Serialization.JsonPropertyName("status")]
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.CodeInterpreterToolCallStatusJsonConverter))]
@@ -79,7 +79,7 @@ public sealed partial class CodeInterpreterToolCall
/// Can be null if no outputs are available.
///
///
- /// The status of the code interpreter tool call.
+ /// The status of the code interpreter tool call. Valid values are `in_progress`, `completed`, `incomplete`, `interpreting`, and `failed`.
///
///
/// The type of the code interpreter tool call. Always `code_interpreter_call`.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCallStatus.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCallStatus.g.cs
index 5ca16bc39..a9ad07700 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCallStatus.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CodeInterpreterToolCallStatus.g.cs
@@ -4,7 +4,7 @@
namespace tryAGI.OpenAI
{
///
- /// The status of the code interpreter tool call.
+ /// The status of the code interpreter tool call. Valid values are `in_progress`, `completed`, `incomplete`, `interpreting`, and `failed`.
///
public enum CodeInterpreterToolCallStatus
{
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionResponse.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionResponse.g.cs
index de5d3cea3..59101d168 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionResponse.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionResponse.g.cs
@@ -47,7 +47,7 @@ public sealed partial class CreateChatCompletionResponse
///
/// Specifies the processing type used for serving the request.
/// - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- /// - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.
+ /// - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
/// - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.
/// - When not set, the default behavior is 'auto'.
/// When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
@@ -97,7 +97,7 @@ public sealed partial class CreateChatCompletionResponse
///
/// Specifies the processing type used for serving the request.
/// - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- /// - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.
+ /// - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
/// - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.
/// - When not set, the default behavior is 'auto'.
/// When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionStreamResponse.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionStreamResponse.g.cs
index 6364c13db..fa7037326 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionStreamResponse.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateChatCompletionStreamResponse.g.cs
@@ -50,7 +50,7 @@ public sealed partial class CreateChatCompletionStreamResponse
///
/// Specifies the processing type used for serving the request.
/// - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- /// - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.
+ /// - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
/// - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.
/// - When not set, the default behavior is 'auto'.
/// When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
@@ -101,7 +101,7 @@ public sealed partial class CreateChatCompletionStreamResponse
///
/// Specifies the processing type used for serving the request.
/// - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- /// - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.
+ /// - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
/// - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.
/// - When not set, the default behavior is 'auto'.
/// When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs
index 44f008392..49f0550cc 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageEditRequest.g.cs
@@ -105,6 +105,8 @@ public sealed partial class CreateImageEditRequest
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
@@ -235,6 +237,8 @@ public sealed partial class CreateImageEditRequest
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs
index be9b164ed..3b79c859d 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.CreateImageRequest.g.cs
@@ -77,6 +77,8 @@ public sealed partial class CreateImageRequest
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
@@ -204,6 +206,8 @@ public sealed partial class CreateImageRequest
/// The number of partial images to generate. This parameter is used for
/// streaming responses that return partial images. Value must be between 0 and 3.
/// When set to 0, the response will be a single image sent in one streaming event.
+ /// Note that the final image may be sent before the full number of partial images
+ /// are generated if the full image is generated more quickly.
/// Default Value: 0
/// Example: 1
///
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.FunctionObject.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.FunctionObject.g.cs
index 19e544910..b688254ab 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.FunctionObject.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.FunctionObject.g.cs
@@ -29,7 +29,7 @@ public sealed partial class FunctionObject
public object? Parameters { get; set; }
///
- /// Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](docs/guides/function-calling).
+ /// Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](/docs/guides/function-calling).
/// Default Value: false
///
[global::System.Text.Json.Serialization.JsonPropertyName("strict")]
@@ -55,7 +55,7 @@ public sealed partial class FunctionObject
/// Omitting `parameters` defines a function with an empty parameter list.
///
///
- /// Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](docs/guides/function-calling).
+ /// Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](/docs/guides/function-calling).
/// Default Value: false
///
#if NET7_0_OR_GREATER
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEvent.Json.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenInputUsageDetails.Json.g.cs
similarity index 86%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEvent.Json.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenInputUsageDetails.Json.g.cs
index c35de4b79..7365e2f95 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEvent.Json.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenInputUsageDetails.Json.g.cs
@@ -2,7 +2,7 @@
namespace tryAGI.OpenAI
{
- public sealed partial class ResponseReasoningDoneEvent
+ public sealed partial class ImageGenInputUsageDetails
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -34,14 +34,14 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::tryAGI.OpenAI.ResponseReasoningDoneEvent? FromJson(
+ public static global::tryAGI.OpenAI.ImageGenInputUsageDetails? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent),
- jsonSerializerContext) as global::tryAGI.OpenAI.ResponseReasoningDoneEvent;
+ typeof(global::tryAGI.OpenAI.ImageGenInputUsageDetails),
+ jsonSerializerContext) as global::tryAGI.OpenAI.ImageGenInputUsageDetails;
}
///
@@ -51,11 +51,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::tryAGI.OpenAI.ResponseReasoningDoneEvent? FromJson(
+ public static global::tryAGI.OpenAI.ImageGenInputUsageDetails? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -63,14 +63,14 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent),
- jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ResponseReasoningDoneEvent;
+ typeof(global::tryAGI.OpenAI.ImageGenInputUsageDetails),
+ jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ImageGenInputUsageDetails;
}
///
@@ -80,11 +80,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenInputUsageDetails.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenInputUsageDetails.g.cs
new file mode 100644
index 000000000..779132f7f
--- /dev/null
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenInputUsageDetails.g.cs
@@ -0,0 +1,58 @@
+
+#nullable enable
+
+namespace tryAGI.OpenAI
+{
+ ///
+ /// The input tokens detailed information for the image generation.
+ ///
+ public sealed partial class ImageGenInputUsageDetails
+ {
+ ///
+ /// The number of image tokens in the input prompt.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("image_tokens")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int ImageTokens { get; set; }
+
+ ///
+ /// The number of text tokens in the input prompt.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("text_tokens")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int TextTokens { get; set; }
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The number of image tokens in the input prompt.
+ ///
+ ///
+ /// The number of text tokens in the input prompt.
+ ///
+#if NET7_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
+#endif
+ public ImageGenInputUsageDetails(
+ int imageTokens,
+ int textTokens)
+ {
+ this.ImageTokens = imageTokens;
+ this.TextTokens = textTokens;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public ImageGenInputUsageDetails()
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEvent.Json.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenUsage.Json.g.cs
similarity index 86%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEvent.Json.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenUsage.Json.g.cs
index 77b2c6435..65acce62e 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEvent.Json.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenUsage.Json.g.cs
@@ -2,7 +2,7 @@
namespace tryAGI.OpenAI
{
- public sealed partial class ResponseReasoningDeltaEvent
+ public sealed partial class ImageGenUsage
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -34,14 +34,14 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? FromJson(
+ public static global::tryAGI.OpenAI.ImageGenUsage? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent),
- jsonSerializerContext) as global::tryAGI.OpenAI.ResponseReasoningDeltaEvent;
+ typeof(global::tryAGI.OpenAI.ImageGenUsage),
+ jsonSerializerContext) as global::tryAGI.OpenAI.ImageGenUsage;
}
///
@@ -51,11 +51,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? FromJson(
+ public static global::tryAGI.OpenAI.ImageGenUsage? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -63,14 +63,14 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent),
- jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ResponseReasoningDeltaEvent;
+ typeof(global::tryAGI.OpenAI.ImageGenUsage),
+ jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ImageGenUsage;
}
///
@@ -80,11 +80,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenUsage.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenUsage.g.cs
new file mode 100644
index 000000000..c1d4a60b2
--- /dev/null
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImageGenUsage.g.cs
@@ -0,0 +1,82 @@
+
+#nullable enable
+
+namespace tryAGI.OpenAI
+{
+ ///
+ /// For `gpt-image-1` only, the token usage information for the image generation.
+ ///
+ public sealed partial class ImageGenUsage
+ {
+ ///
+ /// The number of tokens (images and text) in the input prompt.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("input_tokens")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int InputTokens { get; set; }
+
+ ///
+ /// The input tokens detailed information for the image generation.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("input_tokens_details")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required global::tryAGI.OpenAI.ImageGenInputUsageDetails InputTokensDetails { get; set; }
+
+ ///
+ /// The number of output tokens generated by the model.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("output_tokens")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int OutputTokens { get; set; }
+
+ ///
+ /// The total number of tokens (images and text) used for the image generation.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("total_tokens")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int TotalTokens { get; set; }
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The number of tokens (images and text) in the input prompt.
+ ///
+ ///
+ /// The input tokens detailed information for the image generation.
+ ///
+ ///
+ /// The number of output tokens generated by the model.
+ ///
+ ///
+ /// The total number of tokens (images and text) used for the image generation.
+ ///
+#if NET7_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
+#endif
+ public ImageGenUsage(
+ int inputTokens,
+ global::tryAGI.OpenAI.ImageGenInputUsageDetails inputTokensDetails,
+ int outputTokens,
+ int totalTokens)
+ {
+ this.InputTokens = inputTokens;
+ this.InputTokensDetails = inputTokensDetails ?? throw new global::System.ArgumentNullException(nameof(inputTokensDetails));
+ this.OutputTokens = outputTokens;
+ this.TotalTokens = totalTokens;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public ImageGenUsage()
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImagesResponse.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImagesResponse.g.cs
index 845fcbf37..d92647882 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImagesResponse.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ImagesResponse.g.cs
@@ -54,7 +54,7 @@ public sealed partial class ImagesResponse
/// For `gpt-image-1` only, the token usage information for the image generation.
///
[global::System.Text.Json.Serialization.JsonPropertyName("usage")]
- public global::tryAGI.OpenAI.ImagesUsage? Usage { get; set; }
+ public global::tryAGI.OpenAI.ImageGenUsage? Usage { get; set; }
///
/// Additional properties that are not explicitly defined in the schema
@@ -96,7 +96,7 @@ public ImagesResponse(
global::tryAGI.OpenAI.ImagesResponseOutputFormat? outputFormat,
global::tryAGI.OpenAI.ImagesResponseQuality? quality,
global::tryAGI.OpenAI.ImagesResponseSize? size,
- global::tryAGI.OpenAI.ImagesUsage? usage)
+ global::tryAGI.OpenAI.ImageGenUsage? usage)
{
this.Created = created;
this.Background = background;
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ModelResponseProperties.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ModelResponseProperties.g.cs
index ac092257c..096bbbfb7 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ModelResponseProperties.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ModelResponseProperties.g.cs
@@ -21,7 +21,7 @@ public sealed partial class ModelResponseProperties
///
/// Specifies the processing type used for serving the request.
/// - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- /// - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.
+ /// - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
/// - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.
/// - When not set, the default behavior is 'auto'.
/// When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
@@ -89,7 +89,7 @@ public sealed partial class ModelResponseProperties
///
/// Specifies the processing type used for serving the request.
/// - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- /// - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.
+ /// - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
/// - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.
/// - When not set, the default behavior is 'auto'.
/// When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventDelta.Json.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProb.Json.g.cs
similarity index 85%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventDelta.Json.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProb.Json.g.cs
index 4e7107e40..6520eec39 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventDelta.Json.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProb.Json.g.cs
@@ -2,7 +2,7 @@
namespace tryAGI.OpenAI
{
- public sealed partial class ResponseReasoningDeltaEventDelta
+ public sealed partial class ResponseLogProb
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -34,14 +34,14 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::tryAGI.OpenAI.ResponseReasoningDeltaEventDelta? FromJson(
+ public static global::tryAGI.OpenAI.ResponseLogProb? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEventDelta),
- jsonSerializerContext) as global::tryAGI.OpenAI.ResponseReasoningDeltaEventDelta;
+ typeof(global::tryAGI.OpenAI.ResponseLogProb),
+ jsonSerializerContext) as global::tryAGI.OpenAI.ResponseLogProb;
}
///
@@ -51,11 +51,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::tryAGI.OpenAI.ResponseReasoningDeltaEventDelta? FromJson(
+ public static global::tryAGI.OpenAI.ResponseLogProb? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -63,14 +63,14 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEventDelta),
- jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ResponseReasoningDeltaEventDelta;
+ typeof(global::tryAGI.OpenAI.ResponseLogProb),
+ jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ResponseLogProb;
}
///
@@ -80,11 +80,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProb.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProb.g.cs
new file mode 100644
index 000000000..b9f27e404
--- /dev/null
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProb.g.cs
@@ -0,0 +1,71 @@
+
+#nullable enable
+
+namespace tryAGI.OpenAI
+{
+ ///
+ /// A logprob is the logarithmic probability that the model assigns to producing
+ /// a particular token at a given position in the sequence. Less-negative (higher)
+ /// logprob values indicate greater model confidence in that token choice.
+ ///
+ public sealed partial class ResponseLogProb
+ {
+ ///
+ /// The log probability of this token.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("logprob")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required double Logprob { get; set; }
+
+ ///
+ /// A possible text token.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("token")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string Token { get; set; }
+
+ ///
+ /// The log probability of the top 20 most likely tokens.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("top_logprobs")]
+ public global::System.Collections.Generic.IList? TopLogprobs { get; set; }
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The log probability of this token.
+ ///
+ ///
+ /// A possible text token.
+ ///
+ ///
+ /// The log probability of the top 20 most likely tokens.
+ ///
+#if NET7_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
+#endif
+ public ResponseLogProb(
+ double logprob,
+ string token,
+ global::System.Collections.Generic.IList? topLogprobs)
+ {
+ this.Logprob = logprob;
+ this.Token = token ?? throw new global::System.ArgumentNullException(nameof(token));
+ this.TopLogprobs = topLogprobs;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public ResponseLogProb()
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEventDelta.Json.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProbTopLogprob.Json.g.cs
similarity index 84%
rename from src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEventDelta.Json.g.cs
rename to src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProbTopLogprob.Json.g.cs
index 8c2196fc1..c6612df37 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEventDelta.Json.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProbTopLogprob.Json.g.cs
@@ -2,7 +2,7 @@
namespace tryAGI.OpenAI
{
- public sealed partial class ResponseMCPCallArgumentsDeltaEventDelta
+ public sealed partial class ResponseLogProbTopLogprob
{
///
/// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
@@ -34,14 +34,14 @@ public string ToJson(
///
/// Deserializes a JSON string using the provided JsonSerializerContext.
///
- public static global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventDelta? FromJson(
+ public static global::tryAGI.OpenAI.ResponseLogProbTopLogprob? FromJson(
string json,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return global::System.Text.Json.JsonSerializer.Deserialize(
json,
- typeof(global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventDelta),
- jsonSerializerContext) as global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventDelta;
+ typeof(global::tryAGI.OpenAI.ResponseLogProbTopLogprob),
+ jsonSerializerContext) as global::tryAGI.OpenAI.ResponseLogProbTopLogprob;
}
///
@@ -51,11 +51,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventDelta? FromJson(
+ public static global::tryAGI.OpenAI.ResponseLogProbTopLogprob? FromJson(
string json,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.Deserialize(
+ return global::System.Text.Json.JsonSerializer.Deserialize(
json,
jsonSerializerOptions);
}
@@ -63,14 +63,14 @@ public string ToJson(
///
/// Deserializes a JSON stream using the provided JsonSerializerContext.
///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
{
return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
- typeof(global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventDelta),
- jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventDelta;
+ typeof(global::tryAGI.OpenAI.ResponseLogProbTopLogprob),
+ jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ResponseLogProbTopLogprob;
}
///
@@ -80,11 +80,11 @@ public string ToJson(
[global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
[global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
+ public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
global::System.IO.Stream jsonStream,
global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
{
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
+ return global::System.Text.Json.JsonSerializer.DeserializeAsync(
jsonStream,
jsonSerializerOptions);
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProbTopLogprob.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProbTopLogprob.g.cs
new file mode 100644
index 000000000..d2f4c3fb8
--- /dev/null
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseLogProbTopLogprob.g.cs
@@ -0,0 +1,56 @@
+
+#nullable enable
+
+namespace tryAGI.OpenAI
+{
+ ///
+ ///
+ ///
+ public sealed partial class ResponseLogProbTopLogprob
+ {
+ ///
+ /// The log probability of this token.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("logprob")]
+ public double? Logprob { get; set; }
+
+ ///
+ /// A possible text token.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("token")]
+ public string? Token { get; set; }
+
+ ///
+ /// Additional properties that are not explicitly defined in the schema
+ ///
+ [global::System.Text.Json.Serialization.JsonExtensionData]
+ public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The log probability of this token.
+ ///
+ ///
+ /// A possible text token.
+ ///
+#if NET7_0_OR_GREATER
+ [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
+#endif
+ public ResponseLogProbTopLogprob(
+ double? logprob,
+ string? token)
+ {
+ this.Logprob = logprob;
+ this.Token = token;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public ResponseLogProbTopLogprob()
+ {
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEvent.g.cs
index 6810afeae..f781893f1 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEvent.g.cs
@@ -9,11 +9,11 @@ namespace tryAGI.OpenAI
public sealed partial class ResponseMCPCallArgumentsDeltaEvent
{
///
- /// The partial update to the arguments for the MCP tool call.
+ /// A JSON string containing the partial update to the arguments for the MCP tool call.
///
[global::System.Text.Json.Serialization.JsonPropertyName("delta")]
[global::System.Text.Json.Serialization.JsonRequired]
- public required object Delta { get; set; }
+ public required string Delta { get; set; }
///
/// The unique identifier of the MCP tool call item being processed.
@@ -53,7 +53,7 @@ public sealed partial class ResponseMCPCallArgumentsDeltaEvent
/// Initializes a new instance of the class.
///
///
- /// The partial update to the arguments for the MCP tool call.
+ /// A JSON string containing the partial update to the arguments for the MCP tool call.
///
///
/// The unique identifier of the MCP tool call item being processed.
@@ -71,7 +71,7 @@ public sealed partial class ResponseMCPCallArgumentsDeltaEvent
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public ResponseMCPCallArgumentsDeltaEvent(
- object delta,
+ string delta,
string itemId,
int outputIndex,
int sequenceNumber,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEventDelta.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEventDelta.g.cs
deleted file mode 100644
index f99d4a54d..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDeltaEventDelta.g.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// The partial update to the arguments for the MCP tool call.
- ///
- public sealed partial class ResponseMCPCallArgumentsDeltaEventDelta
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEvent.g.cs
index 6fc646c13..0187b9789 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEvent.g.cs
@@ -9,11 +9,11 @@ namespace tryAGI.OpenAI
public sealed partial class ResponseMCPCallArgumentsDoneEvent
{
///
- /// The finalized arguments for the MCP tool call.
+ /// A JSON string containing the finalized arguments for the MCP tool call.
///
[global::System.Text.Json.Serialization.JsonPropertyName("arguments")]
[global::System.Text.Json.Serialization.JsonRequired]
- public required object Arguments { get; set; }
+ public required string Arguments { get; set; }
///
/// The unique identifier of the MCP tool call item being processed.
@@ -53,7 +53,7 @@ public sealed partial class ResponseMCPCallArgumentsDoneEvent
/// Initializes a new instance of the class.
///
///
- /// The finalized arguments for the MCP tool call.
+ /// A JSON string containing the finalized arguments for the MCP tool call.
///
///
/// The unique identifier of the MCP tool call item being processed.
@@ -71,7 +71,7 @@ public sealed partial class ResponseMCPCallArgumentsDoneEvent
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public ResponseMCPCallArgumentsDoneEvent(
- object arguments,
+ string arguments,
string itemId,
int outputIndex,
int sequenceNumber,
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEventArguments.Json.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEventArguments.Json.g.cs
deleted file mode 100644
index 442e2389d..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEventArguments.Json.g.cs
+++ /dev/null
@@ -1,92 +0,0 @@
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- public sealed partial class ResponseMCPCallArgumentsDoneEventArguments
- {
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerContext.
- ///
- public string ToJson(
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- this.GetType(),
- jsonSerializerContext);
- }
-
- ///
- /// Serializes the current instance to a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public string ToJson(
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- return global::System.Text.Json.JsonSerializer.Serialize(
- this,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerContext.
- ///
- public static global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventArguments? FromJson(
- string json,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- typeof(global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventArguments),
- jsonSerializerContext) as global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventArguments;
- }
-
- ///
- /// Deserializes a JSON string using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventArguments? FromJson(
- string json,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- return global::System.Text.Json.JsonSerializer.Deserialize(
- json,
- jsonSerializerOptions);
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerContext.
- ///
- public static async global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.Serialization.JsonSerializerContext jsonSerializerContext)
- {
- return (await global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- typeof(global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventArguments),
- jsonSerializerContext).ConfigureAwait(false)) as global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventArguments;
- }
-
- ///
- /// Deserializes a JSON stream using the provided JsonSerializerOptions.
- ///
-#if NET8_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.")]
- [global::System.Diagnostics.CodeAnalysis.RequiresDynamicCode("JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.")]
-#endif
- public static global::System.Threading.Tasks.ValueTask FromJsonStreamAsync(
- global::System.IO.Stream jsonStream,
- global::System.Text.Json.JsonSerializerOptions? jsonSerializerOptions = null)
- {
- return global::System.Text.Json.JsonSerializer.DeserializeAsync(
- jsonStream,
- jsonSerializerOptions);
- }
- }
-}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEventArguments.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEventArguments.g.cs
deleted file mode 100644
index 38ce42d52..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallArgumentsDoneEventArguments.g.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// The finalized arguments for the MCP tool call.
- ///
- public sealed partial class ResponseMCPCallArgumentsDoneEventArguments
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallCompletedEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallCompletedEvent.g.cs
index e43bc86de..16e764ea3 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallCompletedEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallCompletedEvent.g.cs
@@ -8,6 +8,20 @@ namespace tryAGI.OpenAI
///
public sealed partial class ResponseMCPCallCompletedEvent
{
+ ///
+ /// The ID of the MCP tool call item that completed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("item_id")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string ItemId { get; set; }
+
+ ///
+ /// The index of the output item that completed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("output_index")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int OutputIndex { get; set; }
+
///
/// The sequence number of this event.
///
@@ -31,6 +45,12 @@ public sealed partial class ResponseMCPCallCompletedEvent
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The ID of the MCP tool call item that completed.
+ ///
+ ///
+ /// The index of the output item that completed.
+ ///
///
/// The sequence number of this event.
///
@@ -41,9 +61,13 @@ public sealed partial class ResponseMCPCallCompletedEvent
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public ResponseMCPCallCompletedEvent(
+ string itemId,
+ int outputIndex,
int sequenceNumber,
global::tryAGI.OpenAI.ResponseMCPCallCompletedEventType type)
{
+ this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
+ this.OutputIndex = outputIndex;
this.SequenceNumber = sequenceNumber;
this.Type = type;
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallFailedEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallFailedEvent.g.cs
index de51a0f40..dbbd65be6 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallFailedEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPCallFailedEvent.g.cs
@@ -8,6 +8,20 @@ namespace tryAGI.OpenAI
///
public sealed partial class ResponseMCPCallFailedEvent
{
+ ///
+ /// The ID of the MCP tool call item that failed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("item_id")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string ItemId { get; set; }
+
+ ///
+ /// The index of the output item that failed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("output_index")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int OutputIndex { get; set; }
+
///
/// The sequence number of this event.
///
@@ -31,6 +45,12 @@ public sealed partial class ResponseMCPCallFailedEvent
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The ID of the MCP tool call item that failed.
+ ///
+ ///
+ /// The index of the output item that failed.
+ ///
///
/// The sequence number of this event.
///
@@ -41,9 +61,13 @@ public sealed partial class ResponseMCPCallFailedEvent
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public ResponseMCPCallFailedEvent(
+ string itemId,
+ int outputIndex,
int sequenceNumber,
global::tryAGI.OpenAI.ResponseMCPCallFailedEventType type)
{
+ this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
+ this.OutputIndex = outputIndex;
this.SequenceNumber = sequenceNumber;
this.Type = type;
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsCompletedEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsCompletedEvent.g.cs
index 3eb1135cd..c4a694f14 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsCompletedEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsCompletedEvent.g.cs
@@ -8,6 +8,20 @@ namespace tryAGI.OpenAI
///
public sealed partial class ResponseMCPListToolsCompletedEvent
{
+ ///
+ /// The ID of the MCP tool call item that produced this output.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("item_id")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string ItemId { get; set; }
+
+ ///
+ /// The index of the output item that was processed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("output_index")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int OutputIndex { get; set; }
+
///
/// The sequence number of this event.
///
@@ -31,6 +45,12 @@ public sealed partial class ResponseMCPListToolsCompletedEvent
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The ID of the MCP tool call item that produced this output.
+ ///
+ ///
+ /// The index of the output item that was processed.
+ ///
///
/// The sequence number of this event.
///
@@ -41,9 +61,13 @@ public sealed partial class ResponseMCPListToolsCompletedEvent
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public ResponseMCPListToolsCompletedEvent(
+ string itemId,
+ int outputIndex,
int sequenceNumber,
global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEventType type)
{
+ this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
+ this.OutputIndex = outputIndex;
this.SequenceNumber = sequenceNumber;
this.Type = type;
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsFailedEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsFailedEvent.g.cs
index 06fa05084..18670023c 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsFailedEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsFailedEvent.g.cs
@@ -8,6 +8,20 @@ namespace tryAGI.OpenAI
///
public sealed partial class ResponseMCPListToolsFailedEvent
{
+ ///
+ /// The ID of the MCP tool call item that failed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("item_id")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string ItemId { get; set; }
+
+ ///
+ /// The index of the output item that failed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("output_index")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int OutputIndex { get; set; }
+
///
/// The sequence number of this event.
///
@@ -31,6 +45,12 @@ public sealed partial class ResponseMCPListToolsFailedEvent
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The ID of the MCP tool call item that failed.
+ ///
+ ///
+ /// The index of the output item that failed.
+ ///
///
/// The sequence number of this event.
///
@@ -41,9 +61,13 @@ public sealed partial class ResponseMCPListToolsFailedEvent
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public ResponseMCPListToolsFailedEvent(
+ string itemId,
+ int outputIndex,
int sequenceNumber,
global::tryAGI.OpenAI.ResponseMCPListToolsFailedEventType type)
{
+ this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
+ this.OutputIndex = outputIndex;
this.SequenceNumber = sequenceNumber;
this.Type = type;
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsInProgressEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsInProgressEvent.g.cs
index 3153049f7..fe7664946 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsInProgressEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseMCPListToolsInProgressEvent.g.cs
@@ -8,6 +8,20 @@ namespace tryAGI.OpenAI
///
public sealed partial class ResponseMCPListToolsInProgressEvent
{
+ ///
+ /// The ID of the MCP tool call item that is being processed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("item_id")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required string ItemId { get; set; }
+
+ ///
+ /// The index of the output item that is being processed.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("output_index")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required int OutputIndex { get; set; }
+
///
/// The sequence number of this event.
///
@@ -31,6 +45,12 @@ public sealed partial class ResponseMCPListToolsInProgressEvent
///
/// Initializes a new instance of the class.
///
+ ///
+ /// The ID of the MCP tool call item that is being processed.
+ ///
+ ///
+ /// The index of the output item that is being processed.
+ ///
///
/// The sequence number of this event.
///
@@ -41,9 +61,13 @@ public sealed partial class ResponseMCPListToolsInProgressEvent
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
public ResponseMCPListToolsInProgressEvent(
+ string itemId,
+ int outputIndex,
int sequenceNumber,
global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEventType type)
{
+ this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
+ this.OutputIndex = outputIndex;
this.SequenceNumber = sequenceNumber;
this.Type = type;
}
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEvent.g.cs
deleted file mode 100644
index 975001626..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEvent.g.cs
+++ /dev/null
@@ -1,106 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// Emitted when there is a delta (partial update) to the reasoning content.
- ///
- public sealed partial class ResponseReasoningDeltaEvent
- {
- ///
- /// The index of the reasoning content part within the output item.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("content_index")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required int ContentIndex { get; set; }
-
- ///
- /// The partial update to the reasoning content.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("delta")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required object Delta { get; set; }
-
- ///
- /// The unique identifier of the item for which reasoning is being updated.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("item_id")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required string ItemId { get; set; }
-
- ///
- /// The index of the output item in the response's output array.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("output_index")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required int OutputIndex { get; set; }
-
- ///
- /// The sequence number of this event.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("sequence_number")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required int SequenceNumber { get; set; }
-
- ///
- /// The type of the event. Always 'response.reasoning.delta'.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("type")]
- [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningDeltaEventTypeJsonConverter))]
- public global::tryAGI.OpenAI.ResponseReasoningDeltaEventType Type { get; set; }
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- ///
- /// Initializes a new instance of the class.
- ///
- ///
- /// The index of the reasoning content part within the output item.
- ///
- ///
- /// The partial update to the reasoning content.
- ///
- ///
- /// The unique identifier of the item for which reasoning is being updated.
- ///
- ///
- /// The index of the output item in the response's output array.
- ///
- ///
- /// The sequence number of this event.
- ///
- ///
- /// The type of the event. Always 'response.reasoning.delta'.
- ///
-#if NET7_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
-#endif
- public ResponseReasoningDeltaEvent(
- int contentIndex,
- object delta,
- string itemId,
- int outputIndex,
- int sequenceNumber,
- global::tryAGI.OpenAI.ResponseReasoningDeltaEventType type)
- {
- this.ContentIndex = contentIndex;
- this.Delta = delta ?? throw new global::System.ArgumentNullException(nameof(delta));
- this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
- this.OutputIndex = outputIndex;
- this.SequenceNumber = sequenceNumber;
- this.Type = type;
- }
-
- ///
- /// Initializes a new instance of the class.
- ///
- public ResponseReasoningDeltaEvent()
- {
- }
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventDelta.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventDelta.g.cs
deleted file mode 100644
index 210910ac9..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventDelta.g.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// The partial update to the reasoning content.
- ///
- public sealed partial class ResponseReasoningDeltaEventDelta
- {
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventType.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventType.g.cs
deleted file mode 100644
index c9f06290d..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDeltaEventType.g.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// The type of the event. Always 'response.reasoning.delta'.
- ///
- public enum ResponseReasoningDeltaEventType
- {
- ///
- ///
- ///
- ResponseReasoningDelta,
- }
-
- ///
- /// Enum extensions to do fast conversions without the reflection.
- ///
- public static class ResponseReasoningDeltaEventTypeExtensions
- {
- ///
- /// Converts an enum to a string.
- ///
- public static string ToValueString(this ResponseReasoningDeltaEventType value)
- {
- return value switch
- {
- ResponseReasoningDeltaEventType.ResponseReasoningDelta => "response.reasoning.delta",
- _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
- };
- }
- ///
- /// Converts an string to a enum.
- ///
- public static ResponseReasoningDeltaEventType? ToEnum(string value)
- {
- return value switch
- {
- "response.reasoning.delta" => ResponseReasoningDeltaEventType.ResponseReasoningDelta,
- _ => null,
- };
- }
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEvent.g.cs
deleted file mode 100644
index 20ed0b56f..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEvent.g.cs
+++ /dev/null
@@ -1,106 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// Emitted when the reasoning content is finalized for an item.
- ///
- public sealed partial class ResponseReasoningDoneEvent
- {
- ///
- /// The index of the reasoning content part within the output item.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("content_index")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required int ContentIndex { get; set; }
-
- ///
- /// The unique identifier of the item for which reasoning is finalized.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("item_id")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required string ItemId { get; set; }
-
- ///
- /// The index of the output item in the response's output array.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("output_index")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required int OutputIndex { get; set; }
-
- ///
- /// The sequence number of this event.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("sequence_number")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required int SequenceNumber { get; set; }
-
- ///
- /// The finalized reasoning text.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("text")]
- [global::System.Text.Json.Serialization.JsonRequired]
- public required string Text { get; set; }
-
- ///
- /// The type of the event. Always 'response.reasoning.done'.
- ///
- [global::System.Text.Json.Serialization.JsonPropertyName("type")]
- [global::System.Text.Json.Serialization.JsonConverter(typeof(global::tryAGI.OpenAI.JsonConverters.ResponseReasoningDoneEventTypeJsonConverter))]
- public global::tryAGI.OpenAI.ResponseReasoningDoneEventType Type { get; set; }
-
- ///
- /// Additional properties that are not explicitly defined in the schema
- ///
- [global::System.Text.Json.Serialization.JsonExtensionData]
- public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
-
- ///
- /// Initializes a new instance of the class.
- ///
- ///
- /// The index of the reasoning content part within the output item.
- ///
- ///
- /// The unique identifier of the item for which reasoning is finalized.
- ///
- ///
- /// The index of the output item in the response's output array.
- ///
- ///
- /// The sequence number of this event.
- ///
- ///
- /// The finalized reasoning text.
- ///
- ///
- /// The type of the event. Always 'response.reasoning.done'.
- ///
-#if NET7_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
-#endif
- public ResponseReasoningDoneEvent(
- int contentIndex,
- string itemId,
- int outputIndex,
- int sequenceNumber,
- string text,
- global::tryAGI.OpenAI.ResponseReasoningDoneEventType type)
- {
- this.ContentIndex = contentIndex;
- this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
- this.OutputIndex = outputIndex;
- this.SequenceNumber = sequenceNumber;
- this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
- this.Type = type;
- }
-
- ///
- /// Initializes a new instance of the class.
- ///
- public ResponseReasoningDoneEvent()
- {
- }
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEventType.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEventType.g.cs
deleted file mode 100644
index 6dabf64af..000000000
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseReasoningDoneEventType.g.cs
+++ /dev/null
@@ -1,45 +0,0 @@
-
-#nullable enable
-
-namespace tryAGI.OpenAI
-{
- ///
- /// The type of the event. Always 'response.reasoning.done'.
- ///
- public enum ResponseReasoningDoneEventType
- {
- ///
- ///
- ///
- ResponseReasoningDone,
- }
-
- ///
- /// Enum extensions to do fast conversions without the reflection.
- ///
- public static class ResponseReasoningDoneEventTypeExtensions
- {
- ///
- /// Converts an enum to a string.
- ///
- public static string ToValueString(this ResponseReasoningDoneEventType value)
- {
- return value switch
- {
- ResponseReasoningDoneEventType.ResponseReasoningDone => "response.reasoning.done",
- _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null),
- };
- }
- ///
- /// Converts an string to a enum.
- ///
- public static ResponseReasoningDoneEventType? ToEnum(string value)
- {
- return value switch
- {
- "response.reasoning.done" => ResponseReasoningDoneEventType.ResponseReasoningDone,
- _ => null,
- };
- }
- }
-}
\ No newline at end of file
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseStreamEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseStreamEvent.g.cs
index 1665e991e..967c9769b 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseStreamEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseStreamEvent.g.cs
@@ -1724,76 +1724,6 @@ public ResponseStreamEvent(global::tryAGI.OpenAI.ResponseQueuedEvent? value)
Queued = value;
}
- ///
- /// Emitted when there is a delta (partial update) to the reasoning content.
- ///
-#if NET6_0_OR_GREATER
- public global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? ReasoningDelta { get; init; }
-#else
- public global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? ReasoningDelta { get; }
-#endif
-
- ///
- ///
- ///
-#if NET6_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(ReasoningDelta))]
-#endif
- public bool IsReasoningDelta => ReasoningDelta != null;
-
- ///
- ///
- ///
- public static implicit operator ResponseStreamEvent(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent value) => new ResponseStreamEvent((global::tryAGI.OpenAI.ResponseReasoningDeltaEvent?)value);
-
- ///
- ///
- ///
- public static implicit operator global::tryAGI.OpenAI.ResponseReasoningDeltaEvent?(ResponseStreamEvent @this) => @this.ReasoningDelta;
-
- ///
- ///
- ///
- public ResponseStreamEvent(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? value)
- {
- ReasoningDelta = value;
- }
-
- ///
- /// Emitted when the reasoning content is finalized for an item.
- ///
-#if NET6_0_OR_GREATER
- public global::tryAGI.OpenAI.ResponseReasoningDoneEvent? ReasoningDone { get; init; }
-#else
- public global::tryAGI.OpenAI.ResponseReasoningDoneEvent? ReasoningDone { get; }
-#endif
-
- ///
- ///
- ///
-#if NET6_0_OR_GREATER
- [global::System.Diagnostics.CodeAnalysis.MemberNotNullWhen(true, nameof(ReasoningDone))]
-#endif
- public bool IsReasoningDone => ReasoningDone != null;
-
- ///
- ///
- ///
- public static implicit operator ResponseStreamEvent(global::tryAGI.OpenAI.ResponseReasoningDoneEvent value) => new ResponseStreamEvent((global::tryAGI.OpenAI.ResponseReasoningDoneEvent?)value);
-
- ///
- ///
- ///
- public static implicit operator global::tryAGI.OpenAI.ResponseReasoningDoneEvent?(ResponseStreamEvent @this) => @this.ReasoningDone;
-
- ///
- ///
- ///
- public ResponseStreamEvent(global::tryAGI.OpenAI.ResponseReasoningDoneEvent? value)
- {
- ReasoningDone = value;
- }
-
///
/// Emitted when there is a delta (partial update) to the reasoning summary content.
///
@@ -1917,8 +1847,6 @@ public ResponseStreamEvent(
global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEvent? mCPListToolsInProgress,
global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent? outputTextAnnotationAdded,
global::tryAGI.OpenAI.ResponseQueuedEvent? queued,
- global::tryAGI.OpenAI.ResponseReasoningDeltaEvent? reasoningDelta,
- global::tryAGI.OpenAI.ResponseReasoningDoneEvent? reasoningDone,
global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent? reasoningSummaryDelta,
global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEvent? reasoningSummaryDone
)
@@ -1972,8 +1900,6 @@ public ResponseStreamEvent(
MCPListToolsInProgress = mCPListToolsInProgress;
OutputTextAnnotationAdded = outputTextAnnotationAdded;
Queued = queued;
- ReasoningDelta = reasoningDelta;
- ReasoningDone = reasoningDone;
ReasoningSummaryDelta = reasoningSummaryDelta;
ReasoningSummaryDone = reasoningSummaryDone;
}
@@ -1984,8 +1910,6 @@ public ResponseStreamEvent(
public object? Object =>
ReasoningSummaryDone as object ??
ReasoningSummaryDelta as object ??
- ReasoningDone as object ??
- ReasoningDelta as object ??
Queued as object ??
OutputTextAnnotationAdded as object ??
MCPListToolsInProgress as object ??
@@ -2090,8 +2014,6 @@ AudioDelta as object
MCPListToolsInProgress?.ToString() ??
OutputTextAnnotationAdded?.ToString() ??
Queued?.ToString() ??
- ReasoningDelta?.ToString() ??
- ReasoningDone?.ToString() ??
ReasoningSummaryDelta?.ToString() ??
ReasoningSummaryDone?.ToString()
;
@@ -2101,7 +2023,7 @@ AudioDelta as object
///
public bool Validate()
{
- return IsAudioDelta || IsAudioDone || IsAudioTranscriptDelta || IsAudioTranscriptDone || IsCodeInterpreterCallDelta || IsCodeInterpreterCallDone || IsCodeInterpreterCallCompleted || IsCodeInterpreterCallInProgress || IsCodeInterpreterCallInterpreting || IsCompleted || IsContentPartAdded || IsContentPartDone || IsCreated || IsError || IsFileSearchCallCompleted || IsFileSearchCallInProgress || IsFileSearchCallSearching || IsFunctionCallArgumentsDelta || IsFunctionCallArgumentsDone || IsInProgress || IsFailed || IsIncomplete || IsOutputItemAdded || IsOutputItemDone || IsReasoningSummaryPartAdded || IsReasoningSummaryPartDone || IsReasoningSummaryTextDelta || IsReasoningSummaryTextDone || IsRefusalDelta || IsRefusalDone || IsTextDelta || IsTextDone || IsWebSearchCallCompleted || IsWebSearchCallInProgress || IsWebSearchCallSearching || IsImageGenCallCompleted || IsImageGenCallGenerating || IsImageGenCallInProgress || IsImageGenCallPartial || IsMCPCallArgumentsDelta || IsMCPCallArgumentsDone || IsMCPCallCompleted || IsMCPCallFailed || IsMCPCallInProgress || IsMCPListToolsCompleted || IsMCPListToolsFailed || IsMCPListToolsInProgress || IsOutputTextAnnotationAdded || IsQueued || IsReasoningDelta || IsReasoningDone || IsReasoningSummaryDelta || IsReasoningSummaryDone;
+ return IsAudioDelta || IsAudioDone || IsAudioTranscriptDelta || IsAudioTranscriptDone || IsCodeInterpreterCallDelta || IsCodeInterpreterCallDone || IsCodeInterpreterCallCompleted || IsCodeInterpreterCallInProgress || IsCodeInterpreterCallInterpreting || IsCompleted || IsContentPartAdded || IsContentPartDone || IsCreated || IsError || IsFileSearchCallCompleted || IsFileSearchCallInProgress || IsFileSearchCallSearching || IsFunctionCallArgumentsDelta || IsFunctionCallArgumentsDone || IsInProgress || IsFailed || IsIncomplete || IsOutputItemAdded || IsOutputItemDone || IsReasoningSummaryPartAdded || IsReasoningSummaryPartDone || IsReasoningSummaryTextDelta || IsReasoningSummaryTextDone || IsRefusalDelta || IsRefusalDone || IsTextDelta || IsTextDone || IsWebSearchCallCompleted || IsWebSearchCallInProgress || IsWebSearchCallSearching || IsImageGenCallCompleted || IsImageGenCallGenerating || IsImageGenCallInProgress || IsImageGenCallPartial || IsMCPCallArgumentsDelta || IsMCPCallArgumentsDone || IsMCPCallCompleted || IsMCPCallFailed || IsMCPCallInProgress || IsMCPListToolsCompleted || IsMCPListToolsFailed || IsMCPListToolsInProgress || IsOutputTextAnnotationAdded || IsQueued || IsReasoningSummaryDelta || IsReasoningSummaryDone;
}
///
@@ -2157,8 +2079,6 @@ public bool Validate()
global::System.Func? mCPListToolsInProgress = null,
global::System.Func? outputTextAnnotationAdded = null,
global::System.Func? queued = null,
- global::System.Func? reasoningDelta = null,
- global::System.Func? reasoningDone = null,
global::System.Func? reasoningSummaryDelta = null,
global::System.Func? reasoningSummaryDone = null,
bool validate = true)
@@ -2364,14 +2284,6 @@ public bool Validate()
{
return queued(Queued!);
}
- else if (IsReasoningDelta && reasoningDelta != null)
- {
- return reasoningDelta(ReasoningDelta!);
- }
- else if (IsReasoningDone && reasoningDone != null)
- {
- return reasoningDone(ReasoningDone!);
- }
else if (IsReasoningSummaryDelta && reasoningSummaryDelta != null)
{
return reasoningSummaryDelta(ReasoningSummaryDelta!);
@@ -2437,8 +2349,6 @@ public void Match(
global::System.Action? mCPListToolsInProgress = null,
global::System.Action? outputTextAnnotationAdded = null,
global::System.Action? queued = null,
- global::System.Action? reasoningDelta = null,
- global::System.Action? reasoningDone = null,
global::System.Action? reasoningSummaryDelta = null,
global::System.Action? reasoningSummaryDone = null,
bool validate = true)
@@ -2644,14 +2554,6 @@ public void Match(
{
queued?.Invoke(Queued!);
}
- else if (IsReasoningDelta)
- {
- reasoningDelta?.Invoke(ReasoningDelta!);
- }
- else if (IsReasoningDone)
- {
- reasoningDone?.Invoke(ReasoningDone!);
- }
else if (IsReasoningSummaryDelta)
{
reasoningSummaryDelta?.Invoke(ReasoningSummaryDelta!);
@@ -2767,10 +2669,6 @@ public override int GetHashCode()
typeof(global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent),
Queued,
typeof(global::tryAGI.OpenAI.ResponseQueuedEvent),
- ReasoningDelta,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDeltaEvent),
- ReasoningDone,
- typeof(global::tryAGI.OpenAI.ResponseReasoningDoneEvent),
ReasoningSummaryDelta,
typeof(global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent),
ReasoningSummaryDone,
@@ -2840,8 +2738,6 @@ public bool Equals(ResponseStreamEvent other)
global::System.Collections.Generic.EqualityComparer.Default.Equals(MCPListToolsInProgress, other.MCPListToolsInProgress) &&
global::System.Collections.Generic.EqualityComparer.Default.Equals(OutputTextAnnotationAdded, other.OutputTextAnnotationAdded) &&
global::System.Collections.Generic.EqualityComparer.Default.Equals(Queued, other.Queued) &&
- global::System.Collections.Generic.EqualityComparer.Default.Equals(ReasoningDelta, other.ReasoningDelta) &&
- global::System.Collections.Generic.EqualityComparer.Default.Equals(ReasoningDone, other.ReasoningDone) &&
global::System.Collections.Generic.EqualityComparer.Default.Equals(ReasoningSummaryDelta, other.ReasoningSummaryDelta) &&
global::System.Collections.Generic.EqualityComparer.Default.Equals(ReasoningSummaryDone, other.ReasoningSummaryDone)
;
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDeltaEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDeltaEvent.g.cs
index bed8163a8..227dcda00 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDeltaEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDeltaEvent.g.cs
@@ -29,6 +29,13 @@ public sealed partial class ResponseTextDeltaEvent
[global::System.Text.Json.Serialization.JsonRequired]
public required string ItemId { get; set; }
+ ///
+ /// The log probabilities of the tokens in the delta.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("logprobs")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required global::System.Collections.Generic.IList Logprobs { get; set; }
+
///
/// The index of the output item that the text delta was added to.
///
@@ -68,6 +75,9 @@ public sealed partial class ResponseTextDeltaEvent
///
/// The ID of the output item that the text delta was added to.
///
+ ///
+ /// The log probabilities of the tokens in the delta.
+ ///
///
/// The index of the output item that the text delta was added to.
///
@@ -84,6 +94,7 @@ public ResponseTextDeltaEvent(
int contentIndex,
string delta,
string itemId,
+ global::System.Collections.Generic.IList logprobs,
int outputIndex,
int sequenceNumber,
global::tryAGI.OpenAI.ResponseTextDeltaEventType type)
@@ -91,6 +102,7 @@ public ResponseTextDeltaEvent(
this.ContentIndex = contentIndex;
this.Delta = delta ?? throw new global::System.ArgumentNullException(nameof(delta));
this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
+ this.Logprobs = logprobs ?? throw new global::System.ArgumentNullException(nameof(logprobs));
this.OutputIndex = outputIndex;
this.SequenceNumber = sequenceNumber;
this.Type = type;
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDoneEvent.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDoneEvent.g.cs
index 4b9425eef..86c2a766c 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDoneEvent.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ResponseTextDoneEvent.g.cs
@@ -22,6 +22,13 @@ public sealed partial class ResponseTextDoneEvent
[global::System.Text.Json.Serialization.JsonRequired]
public required string ItemId { get; set; }
+ ///
+ /// The log probabilities of the tokens in the delta.
+ ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("logprobs")]
+ [global::System.Text.Json.Serialization.JsonRequired]
+ public required global::System.Collections.Generic.IList Logprobs { get; set; }
+
///
/// The index of the output item that the text content is finalized.
///
@@ -65,6 +72,9 @@ public sealed partial class ResponseTextDoneEvent
///
/// The ID of the output item that the text content is finalized.
///
+ ///
+ /// The log probabilities of the tokens in the delta.
+ ///
///
/// The index of the output item that the text content is finalized.
///
@@ -83,6 +93,7 @@ public sealed partial class ResponseTextDoneEvent
public ResponseTextDoneEvent(
int contentIndex,
string itemId,
+ global::System.Collections.Generic.IList logprobs,
int outputIndex,
int sequenceNumber,
string text,
@@ -90,6 +101,7 @@ public ResponseTextDoneEvent(
{
this.ContentIndex = contentIndex;
this.ItemId = itemId ?? throw new global::System.ArgumentNullException(nameof(itemId));
+ this.Logprobs = logprobs ?? throw new global::System.ArgumentNullException(nameof(logprobs));
this.OutputIndex = outputIndex;
this.SequenceNumber = sequenceNumber;
this.Text = text ?? throw new global::System.ArgumentNullException(nameof(text));
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ServiceTier.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ServiceTier.g.cs
index 8bffe797e..660c35ad6 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ServiceTier.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ServiceTier.g.cs
@@ -6,7 +6,7 @@ namespace tryAGI.OpenAI
///
/// Specifies the processing type used for serving the request.
/// - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.
- /// - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.
+ /// - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.
/// - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.
/// - When not set, the default behavior is 'auto'.
/// When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.
diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.VoiceIdsSharedEnum.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.VoiceIdsSharedEnum.g.cs
index 859eaa7ff..63466aecd 100644
--- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.VoiceIdsSharedEnum.g.cs
+++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.VoiceIdsSharedEnum.g.cs
@@ -31,18 +31,6 @@ public enum VoiceIdsSharedEnum
///
///
///
- Fable,
- ///
- ///
- ///
- Onyx,
- ///
- ///
- ///
- Nova,
- ///
- ///
- ///
Sage,
///
///
@@ -71,9 +59,6 @@ public static string ToValueString(this VoiceIdsSharedEnum value)
VoiceIdsSharedEnum.Ballad => "ballad",
VoiceIdsSharedEnum.Coral => "coral",
VoiceIdsSharedEnum.Echo => "echo",
- VoiceIdsSharedEnum.Fable => "fable",
- VoiceIdsSharedEnum.Onyx => "onyx",
- VoiceIdsSharedEnum.Nova => "nova",
VoiceIdsSharedEnum.Sage => "sage",
VoiceIdsSharedEnum.Shimmer => "shimmer",
VoiceIdsSharedEnum.Verse => "verse",
@@ -92,9 +77,6 @@ public static string ToValueString(this VoiceIdsSharedEnum value)
"ballad" => VoiceIdsSharedEnum.Ballad,
"coral" => VoiceIdsSharedEnum.Coral,
"echo" => VoiceIdsSharedEnum.Echo,
- "fable" => VoiceIdsSharedEnum.Fable,
- "onyx" => VoiceIdsSharedEnum.Onyx,
- "nova" => VoiceIdsSharedEnum.Nova,
"sage" => VoiceIdsSharedEnum.Sage,
"shimmer" => VoiceIdsSharedEnum.Shimmer,
"verse" => VoiceIdsSharedEnum.Verse,
diff --git a/src/libs/tryAGI.OpenAI/openapi.yaml b/src/libs/tryAGI.OpenAI/openapi.yaml
index d5bdc8a4e..e9735c416 100644
--- a/src/libs/tryAGI.OpenAI/openapi.yaml
+++ b/src/libs/tryAGI.OpenAI/openapi.yaml
@@ -7622,7 +7622,7 @@ components:
name:
type: string
description: The project title.
- description: The project that the action was scoped to. Absent for actions not scoped to projects.
+ description: The project that the action was scoped to. Absent for actions not scoped to projects. Note that any admin actions taken via Admin API keys are associated with the default project.
project.archived:
type: object
properties:
@@ -9057,7 +9057,7 @@ components:
- interpreting
- failed
type: string
- description: "The status of the code interpreter tool call.\n"
+ description: "The status of the code interpreter tool call. Valid values are `in_progress`, `completed`, `incomplete`, `interpreting`, and `failed`.\n"
type:
enum:
- code_interpreter_call
@@ -14344,7 +14344,7 @@ components:
$ref: '#/components/schemas/FunctionParameters'
strict:
type: boolean
- description: 'Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](docs/guides/function-calling).'
+ description: 'Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](/docs/guides/function-calling).'
default: false
nullable: true
FunctionParameters:
@@ -14898,6 +14898,20 @@ components:
example: "{\n \"type\": \"image_generation.completed\",\n \"b64_json\": \"...\",\n \"created_at\": 1620000000,\n \"size\": \"1024x1024\",\n \"quality\": \"high\",\n \"background\": \"transparent\",\n \"output_format\": \"png\",\n \"usage\": {\n \"total_tokens\": 100,\n \"input_tokens\": 50,\n \"output_tokens\": 50,\n \"input_tokens_details\": {\n \"text_tokens\": 10,\n \"image_tokens\": 40\n }\n }\n}\n"
group: images
name: image_generation.completed
+ ImageGenInputUsageDetails:
+ title: Input usage details
+ required:
+ - text_tokens
+ - image_tokens
+ type: object
+ properties:
+ image_tokens:
+ type: integer
+ description: The number of image tokens in the input prompt.
+ text_tokens:
+ type: integer
+ description: The number of text tokens in the input prompt.
+ description: The input tokens detailed information for the image generation.
ImageGenPartialImageEvent:
required:
- type
@@ -15082,6 +15096,27 @@ components:
description: "The type of the image generation call. Always `image_generation_call`.\n"
x-stainless-const: true
description: "An image generation request made by the model.\n"
+ ImageGenUsage:
+ title: Image generation usage
+ required:
+ - input_tokens
+ - total_tokens
+ - output_tokens
+ - input_tokens_details
+ type: object
+ properties:
+ input_tokens:
+ type: integer
+ description: The number of tokens (images and text) in the input prompt.
+ input_tokens_details:
+ $ref: '#/components/schemas/ImageGenInputUsageDetails'
+ output_tokens:
+ type: integer
+ description: The number of output tokens generated by the model.
+ total_tokens:
+ type: integer
+ description: The total number of tokens (images and text) used for the image generation.
+ description: 'For `gpt-image-1` only, the token usage information for the image generation.'
ImageInputFidelity:
enum:
- high
@@ -15132,7 +15167,7 @@ components:
type: string
description: 'The size of the image generated. Either `1024x1024`, `1024x1536`, or `1536x1024`.'
usage:
- $ref: '#/components/schemas/ImagesUsage'
+ $ref: '#/components/schemas/ImageGenUsage'
description: The response from the image generation endpoint.
x-oaiMeta:
example: "{\n \"created\": 1713833628,\n \"data\": [\n {\n \"b64_json\": \"...\"\n }\n ],\n \"background\": \"transparent\",\n \"output_format\": \"png\",\n \"size\": \"1024x1024\",\n \"quality\": \"high\",\n \"usage\": {\n \"total_tokens\": 100,\n \"input_tokens\": 50,\n \"output_tokens\": 50,\n \"input_tokens_details\": {\n \"text_tokens\": 10,\n \"image_tokens\": 40\n }\n }\n}\n"
@@ -17402,7 +17437,7 @@ components:
maximum: 3
minimum: 0
type: integer
- description: "The number of partial images to generate. This parameter is used for\nstreaming responses that return partial images. Value must be between 0 and 3.\nWhen set to 0, the response will be a single image sent in one streaming event.\n"
+ description: "The number of partial images to generate. This parameter is used for\nstreaming responses that return partial images. Value must be between 0 and 3.\nWhen set to 0, the response will be a single image sent in one streaming event.\n\nNote that the final image may be sent before the full number of partial images \nare generated if the full image is generated more quickly.\n"
default: 0
nullable: true
example: 1
@@ -21371,6 +21406,31 @@ components:
example: "{\n \"object\": \"list\",\n \"data\": [\n {\n \"id\": \"msg_abc123\",\n \"type\": \"message\",\n \"role\": \"user\",\n \"content\": [\n {\n \"type\": \"input_text\",\n \"text\": \"Tell me a three sentence bedtime story about a unicorn.\"\n }\n ]\n }\n ],\n \"first_id\": \"msg_abc123\",\n \"last_id\": \"msg_abc123\",\n \"has_more\": false\n}\n"
group: responses
name: The input item list
+ ResponseLogProb:
+ required:
+ - token
+ - logprob
+ type: object
+ properties:
+ logprob:
+ type: number
+ description: "The log probability of this token.\n"
+ token:
+ type: string
+ description: A possible text token.
+ top_logprobs:
+ type: array
+ items:
+ type: object
+ properties:
+ logprob:
+ type: number
+ description: The log probability of this token.
+ token:
+ type: string
+ description: A possible text token.
+ description: "The log probability of the top 20 most likely tokens.\n"
+ description: "A logprob is the logarithmic probability that the model assigns to producing \na particular token at a given position in the sequence. Less-negative (higher) \nlogprob values indicate greater model confidence in that token choice.\n"
ResponseMCPCallArgumentsDeltaEvent:
title: ResponseMCPCallArgumentsDeltaEvent
required:
@@ -21382,8 +21442,8 @@ components:
type: object
properties:
delta:
- type: object
- description: The partial update to the arguments for the MCP tool call.
+ type: string
+ description: "A JSON string containing the partial update to the arguments for the MCP tool call.\n"
item_id:
type: string
description: The unique identifier of the MCP tool call item being processed.
@@ -21401,7 +21461,7 @@ components:
x-stainless-const: true
description: "Emitted when there is a delta (partial update) to the arguments of an MCP tool call.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_call_arguments.delta\",\n \"output_index\": 0,\n \"item_id\": \"item-abc\",\n \"delta\": {\n \"arg1\": \"new_value1\",\n \"arg2\": \"new_value2\"\n },\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_call_arguments.delta\",\n \"output_index\": 0,\n \"item_id\": \"item-abc\",\n \"delta\": \"{\",\n \"sequence_number\": 1\n}\n"
group: responses
name: response.mcp_call_arguments.delta
ResponseMCPCallArgumentsDoneEvent:
@@ -21415,8 +21475,8 @@ components:
type: object
properties:
arguments:
- type: object
- description: The finalized arguments for the MCP tool call.
+ type: string
+ description: "A JSON string containing the finalized arguments for the MCP tool call.\n"
item_id:
type: string
description: The unique identifier of the MCP tool call item being processed.
@@ -21434,16 +21494,24 @@ components:
x-stainless-const: true
description: "Emitted when the arguments for an MCP tool call are finalized.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_call_arguments.done\",\n \"output_index\": 0,\n \"item_id\": \"item-abc\",\n \"arguments\": {\n \"arg1\": \"value1\",\n \"arg2\": \"value2\"\n },\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_call_arguments.done\",\n \"output_index\": 0,\n \"item_id\": \"item-abc\",\n \"arguments\": \"{\\\"arg1\\\": \\\"value1\\\", \\\"arg2\\\": \\\"value2\\\"}\",\n \"sequence_number\": 1\n}\n"
group: responses
name: response.mcp_call_arguments.done
ResponseMCPCallCompletedEvent:
title: ResponseMCPCallCompletedEvent
required:
- type
+ - item_id
+ - output_index
- sequence_number
type: object
properties:
+ item_id:
+ type: string
+ description: The ID of the MCP tool call item that completed.
+ output_index:
+ type: integer
+ description: The index of the output item that completed.
sequence_number:
type: integer
description: The sequence number of this event.
@@ -21455,16 +21523,24 @@ components:
x-stainless-const: true
description: "Emitted when an MCP tool call has completed successfully.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_call.completed\",\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_call.completed\",\n \"sequence_number\": 1,\n \"item_id\": \"mcp_682d437d90a88191bf88cd03aae0c3e503937d5f622d7a90\",\n \"output_index\": 0\n}\n"
group: responses
name: response.mcp_call.completed
ResponseMCPCallFailedEvent:
title: ResponseMCPCallFailedEvent
required:
- type
+ - item_id
+ - output_index
- sequence_number
type: object
properties:
+ item_id:
+ type: string
+ description: The ID of the MCP tool call item that failed.
+ output_index:
+ type: integer
+ description: The index of the output item that failed.
sequence_number:
type: integer
description: The sequence number of this event.
@@ -21476,7 +21552,7 @@ components:
x-stainless-const: true
description: "Emitted when an MCP tool call has failed.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_call.failed\",\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_call.failed\",\n \"sequence_number\": 1,\n \"item_id\": \"mcp_682d437d90a88191bf88cd03aae0c3e503937d5f622d7a90\",\n \"output_index\": 0\n}\n"
group: responses
name: response.mcp_call.failed
ResponseMCPCallInProgressEvent:
@@ -21505,16 +21581,24 @@ components:
x-stainless-const: true
description: "Emitted when an MCP tool call is in progress.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_call.in_progress\",\n \"output_index\": 0,\n \"item_id\": \"item-abc\",\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_call.in_progress\",\n \"sequence_number\": 1,\n \"output_index\": 0,\n \"item_id\": \"mcp_682d437d90a88191bf88cd03aae0c3e503937d5f622d7a90\"\n}\n"
group: responses
name: response.mcp_call.in_progress
ResponseMCPListToolsCompletedEvent:
title: ResponseMCPListToolsCompletedEvent
required:
- type
+ - item_id
+ - output_index
- sequence_number
type: object
properties:
+ item_id:
+ type: string
+ description: The ID of the MCP tool call item that produced this output.
+ output_index:
+ type: integer
+ description: The index of the output item that was processed.
sequence_number:
type: integer
description: The sequence number of this event.
@@ -21526,16 +21610,24 @@ components:
x-stainless-const: true
description: "Emitted when the list of available MCP tools has been successfully retrieved.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_list_tools.completed\",\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_list_tools.completed\",\n \"sequence_number\": 1,\n \"output_index\": 0,\n \"item_id\": \"mcpl_682d4379df088191886b70f4ec39f90403937d5f622d7a90\"\n}\n"
group: responses
name: response.mcp_list_tools.completed
ResponseMCPListToolsFailedEvent:
title: ResponseMCPListToolsFailedEvent
required:
- type
+ - item_id
+ - output_index
- sequence_number
type: object
properties:
+ item_id:
+ type: string
+ description: The ID of the MCP tool call item that failed.
+ output_index:
+ type: integer
+ description: The index of the output item that failed.
sequence_number:
type: integer
description: The sequence number of this event.
@@ -21547,16 +21639,24 @@ components:
x-stainless-const: true
description: "Emitted when the attempt to list available MCP tools has failed.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_list_tools.failed\",\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_list_tools.failed\",\n \"sequence_number\": 1,\n \"output_index\": 0,\n \"item_id\": \"mcpl_682d4379df088191886b70f4ec39f90403937d5f622d7a90\"\n}\n"
group: responses
name: response.mcp_list_tools.failed
ResponseMCPListToolsInProgressEvent:
title: ResponseMCPListToolsInProgressEvent
required:
- type
+ - item_id
+ - output_index
- sequence_number
type: object
properties:
+ item_id:
+ type: string
+ description: The ID of the MCP tool call item that is being processed.
+ output_index:
+ type: integer
+ description: The index of the output item that is being processed.
sequence_number:
type: integer
description: The sequence number of this event.
@@ -21568,7 +21668,7 @@ components:
x-stainless-const: true
description: "Emitted when the system is in the process of retrieving the list of available MCP tools.\n"
x-oaiMeta:
- example: "{\n \"type\": \"response.mcp_list_tools.in_progress\",\n \"sequence_number\": 1\n}\n"
+ example: "{\n \"type\": \"response.mcp_list_tools.in_progress\",\n \"sequence_number\": 1,\n \"output_index\": 0,\n \"item_id\": \"mcpl_682d4379df088191886b70f4ec39f90403937d5f622d7a90\"\n}\n"
group: responses
name: response.mcp_list_tools.in_progress
ResponseModalities:
@@ -21766,80 +21866,6 @@ components:
example: "{\n \"type\": \"response.queued\",\n \"response\": {\n \"id\": \"res_123\",\n \"status\": \"queued\",\n \"created_at\": \"2021-01-01T00:00:00Z\",\n \"updated_at\": \"2021-01-01T00:00:00Z\"\n },\n \"sequence_number\": 1\n}\n"
group: responses
name: response.queued
- ResponseReasoningDeltaEvent:
- title: ResponseReasoningDeltaEvent
- required:
- - type
- - item_id
- - output_index
- - content_index
- - delta
- - sequence_number
- type: object
- properties:
- content_index:
- type: integer
- description: The index of the reasoning content part within the output item.
- delta:
- type: object
- description: The partial update to the reasoning content.
- item_id:
- type: string
- description: The unique identifier of the item for which reasoning is being updated.
- output_index:
- type: integer
- description: The index of the output item in the response's output array.
- sequence_number:
- type: integer
- description: The sequence number of this event.
- type:
- enum:
- - response.reasoning.delta
- type: string
- description: The type of the event. Always 'response.reasoning.delta'.
- x-stainless-const: true
- description: "Emitted when there is a delta (partial update) to the reasoning content.\n"
- x-oaiMeta:
- example: "{\n \"type\": \"response.reasoning.delta\",\n \"item_id\": \"item-abc\",\n \"output_index\": 0,\n \"content_index\": 0,\n \"delta\": {\n \"text\": \"This is a test delta\"\n },\n \"sequence_number\": 1\n}\n"
- group: responses
- name: response.reasoning.delta
- ResponseReasoningDoneEvent:
- title: ResponseReasoningDoneEvent
- required:
- - type
- - item_id
- - output_index
- - content_index
- - text
- - sequence_number
- type: object
- properties:
- content_index:
- type: integer
- description: The index of the reasoning content part within the output item.
- item_id:
- type: string
- description: The unique identifier of the item for which reasoning is finalized.
- output_index:
- type: integer
- description: The index of the output item in the response's output array.
- sequence_number:
- type: integer
- description: The sequence number of this event.
- text:
- type: string
- description: The finalized reasoning text.
- type:
- enum:
- - response.reasoning.done
- type: string
- description: The type of the event. Always 'response.reasoning.done'.
- x-stainless-const: true
- description: "Emitted when the reasoning content is finalized for an item.\n"
- x-oaiMeta:
- example: "{\n \"type\": \"response.reasoning.done\",\n \"item_id\": \"item-abc\",\n \"output_index\": 0,\n \"content_index\": 0,\n \"text\": \"This is a test reasoning\",\n \"sequence_number\": 1\n}\n"
- group: responses
- name: response.reasoning.done
ResponseReasoningSummaryDeltaEvent:
title: ResponseReasoningSummaryDeltaEvent
required:
@@ -22207,8 +22233,6 @@ components:
- $ref: '#/components/schemas/ResponseMCPListToolsInProgressEvent'
- $ref: '#/components/schemas/ResponseOutputTextAnnotationAddedEvent'
- $ref: '#/components/schemas/ResponseQueuedEvent'
- - $ref: '#/components/schemas/ResponseReasoningDeltaEvent'
- - $ref: '#/components/schemas/ResponseReasoningDoneEvent'
- $ref: '#/components/schemas/ResponseReasoningSummaryDeltaEvent'
- $ref: '#/components/schemas/ResponseReasoningSummaryDoneEvent'
discriminator:
@@ -22221,6 +22245,7 @@ components:
- content_index
- delta
- sequence_number
+ - logprobs
type: object
properties:
content_index:
@@ -22232,6 +22257,11 @@ components:
item_id:
type: string
description: "The ID of the output item that the text delta was added to.\n"
+ logprobs:
+ type: array
+ items:
+ $ref: '#/components/schemas/ResponseLogProb'
+ description: "The log probabilities of the tokens in the delta.\n"
output_index:
type: integer
description: "The index of the output item that the text delta was added to.\n"
@@ -22257,6 +22287,7 @@ components:
- content_index
- text
- sequence_number
+ - logprobs
type: object
properties:
content_index:
@@ -22265,6 +22296,11 @@ components:
item_id:
type: string
description: "The ID of the output item that the text content is finalized.\n"
+ logprobs:
+ type: array
+ items:
+ $ref: '#/components/schemas/ResponseLogProb'
+ description: "The log probabilities of the tokens in the delta.\n"
output_index:
type: integer
description: "The index of the output item that the text content is finalized.\n"
@@ -23623,7 +23659,7 @@ components:
- scale
- priority
type: string
- description: "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the requset will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n"
+ description: "Specifies the processing type used for serving the request.\n - If set to 'auto', then the request will be processed with the service tier configured in the Project settings. Unless otherwise configured, the Project will use 'default'.\n - If set to 'default', then the request will be processed with the standard pricing and performance for the selected model.\n - If set to '[flex](/docs/guides/flex-processing)' or 'priority', then the request will be processed with the corresponding service tier. [Contact sales](https://openai.com/contact-sales) to learn more about Priority processing.\n - When not set, the default behavior is 'auto'.\n\n When the `service_tier` parameter is set, the response body will include the `service_tier` value based on the processing mode actually used to serve the request. This response value may be different from the value set in the parameter.\n"
default: auto
nullable: true
SpeechAudioDeltaEvent:
@@ -25271,9 +25307,6 @@ components:
- ballad
- coral
- echo
- - fable
- - onyx
- - nova
- sage
- shimmer
- verse
@@ -27542,12 +27575,6 @@ x-oaiMeta:
- key: ResponseQueuedEvent
path:
type: object
- - key: ResponseReasoningDeltaEvent
- path:
- type: object
- - key: ResponseReasoningDoneEvent
- path:
- type: object
- key: ResponseReasoningSummaryDeltaEvent
path:
type: object