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 02507ad2..a35d6f84 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI..JsonSerializerContext.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI..JsonSerializerContext.g.cs @@ -235,6 +235,12 @@ namespace tryAGI.OpenAI typeof(global::tryAGI.OpenAI.JsonConverters.ServiceTierNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionListObjectJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionListObjectNullableJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartTextTypeJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartTextTypeNullableJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageImageUrlDetailJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageImageUrlDetailNullableJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageTypeJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageTypeNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionMessageListObjectJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionMessageListObjectNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionMessageToolCallChunkTypeJsonConverter), @@ -243,8 +249,6 @@ namespace tryAGI.OpenAI typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionModalitieNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionNamedToolChoiceTypeJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionNamedToolChoiceTypeNullableJsonConverter), - typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartTextTypeJsonConverter), - typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartTextTypeNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartRefusalTypeJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartRefusalTypeNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestAssistantMessageRoleJsonConverter), @@ -255,10 +259,6 @@ namespace tryAGI.OpenAI typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestFunctionMessageRoleNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestSystemMessageRoleJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestSystemMessageRoleNullableJsonConverter), - typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageImageUrlDetailJsonConverter), - typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageImageUrlDetailNullableJsonConverter), - typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageTypeJsonConverter), - typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartImageTypeNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartAudioInputAudioFormatJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartAudioInputAudioFormatNullableJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.ChatCompletionRequestMessageContentPartAudioTypeJsonConverter), @@ -1613,6 +1613,7 @@ namespace tryAGI.OpenAI typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.AllOfJsonConverter), + typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter), typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter>), typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter>), typeof(global::tryAGI.OpenAI.JsonConverters.OneOfJsonConverter>), 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 b0807295..60cb615e 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.JsonSerializerContextTypes.g.cs @@ -1510,6394 +1510,6402 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::tryAGI.OpenAI.ChatCompletionMessageListObject? Type371 { get; set; } + public global::System.Collections.Generic.IList>? Type371 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionMessageToolCallChunk? Type372 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type372 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionMessageToolCallChunkFunction? Type373 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartText? Type373 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionMessageToolCallChunkType? Type374 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartTextType? Type374 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type375 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImage? Type375 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionModalitie? Type376 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImageImageUrl? Type376 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionNamedToolChoice? Type377 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImageImageUrlDetail? Type377 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionNamedToolChoiceFunction? Type378 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImageType? Type378 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionNamedToolChoiceType? Type379 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionMessageListObject? Type379 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessage? Type380 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionMessageToolCallChunk? Type380 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageAudio? Type381 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionMessageToolCallChunkFunction? Type381 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type382 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionMessageToolCallChunkType? Type382 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type383 { get; set; } + public global::System.Collections.Generic.IList? Type383 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageContentPart? Type384 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionModalitie? Type384 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartText? Type385 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionNamedToolChoice? Type385 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartTextType? Type386 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionNamedToolChoiceFunction? Type386 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartRefusal? Type387 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionNamedToolChoiceType? Type387 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartRefusalType? Type388 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessage? Type388 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageFunctionCall? Type389 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageAudio? Type389 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageRole? Type390 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type390 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestDeveloperMessage? Type391 { get; set; } + public global::System.Collections.Generic.IList? Type391 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type392 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageContentPart? Type392 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type393 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartRefusal? Type393 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestDeveloperMessageRole? Type394 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartRefusalType? Type394 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestFunctionMessage? Type395 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageFunctionCall? Type395 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestFunctionMessageRole? Type396 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestAssistantMessageRole? Type396 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessage? Type397 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestDeveloperMessage? Type397 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestSystemMessage? Type398 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type398 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type399 { get; set; } + public global::System.Collections.Generic.IList? Type399 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type400 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestDeveloperMessageRole? Type400 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestSystemMessageContentPart? Type401 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestFunctionMessage? Type401 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestSystemMessageRole? Type402 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestFunctionMessageRole? Type402 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestUserMessage? Type403 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessage? Type403 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type404 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestSystemMessage? Type404 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type405 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type405 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestUserMessageContentPart? Type406 { get; set; } + public global::System.Collections.Generic.IList? Type406 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImage? Type407 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestSystemMessageContentPart? Type407 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImageImageUrl? Type408 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestSystemMessageRole? Type408 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImageImageUrlDetail? Type409 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestUserMessage? Type409 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartImageType? Type410 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type410 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudio? Type411 { get; set; } + public global::System.Collections.Generic.IList? Type411 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudioInputAudio? Type412 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestUserMessageContentPart? Type412 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudioInputAudioFormat? Type413 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudio? Type413 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudioType? Type414 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudioInputAudio? Type414 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartFile? Type415 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudioInputAudioFormat? Type415 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartFileFile? Type416 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartAudioType? Type416 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartFileType? Type417 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartFile? Type417 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestUserMessageRole? Type418 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartFileFile? Type418 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestToolMessage? Type419 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestMessageContentPartFileType? Type419 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type420 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestUserMessageRole? Type420 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type421 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestToolMessage? Type421 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestToolMessageContentPart? Type422 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type422 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRequestToolMessageRole? Type423 { get; set; } + public global::System.Collections.Generic.IList? Type423 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionRole? Type424 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestToolMessageContentPart? Type424 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionStreamOptions? Type425 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRequestToolMessageRole? Type425 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionStreamResponseDelta? Type426 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionRole? Type426 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionStreamResponseDeltaFunctionCall? Type427 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionStreamOptions? Type427 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionStreamResponseDeltaRole? Type428 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionStreamResponseDelta? Type428 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type429 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionStreamResponseDeltaFunctionCall? Type429 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionTool? Type430 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionStreamResponseDeltaRole? Type430 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionToolType? Type431 { get; set; } + public global::System.Collections.Generic.IList? Type431 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionToolChoiceOption? Type432 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionTool? Type432 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChatCompletionToolChoiceOptionEnum? Type433 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionToolType? Type433 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ChunkingStrategyRequestParam? Type434 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionToolChoiceOption? Type434 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategyRequestParam? Type435 { get; set; } + public global::tryAGI.OpenAI.ChatCompletionToolChoiceOptionEnum? Type435 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategy? Type436 { get; set; } + public global::tryAGI.OpenAI.ChunkingStrategyRequestParam? Type436 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategyRequestParamType? Type437 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategyRequestParam? Type437 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Click? Type438 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategy? Type438 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClickButton? Type439 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategyRequestParamType? Type439 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ClickType? Type440 { get; set; } + public global::tryAGI.OpenAI.Click? Type440 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterFileOutput? Type441 { get; set; } + public global::tryAGI.OpenAI.ClickButton? Type441 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type442 { get; set; } + public global::tryAGI.OpenAI.ClickType? Type442 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterFileOutputFile? Type443 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterFileOutput? Type443 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterFileOutputType? Type444 { get; set; } + public global::System.Collections.Generic.IList? Type444 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterOutputImage? Type445 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterFileOutputFile? Type445 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterOutputImageType? Type446 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterFileOutputType? Type446 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterOutputLogs? Type447 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterOutputImage? Type447 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterOutputLogsType? Type448 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterOutputImageType? Type448 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterTextOutput? Type449 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterOutputLogs? Type449 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterTextOutputType? Type450 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterOutputLogsType? Type450 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterTool? Type451 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterTextOutput? Type451 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type452 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterTextOutputType? Type452 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterToolAuto? Type453 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterTool? Type453 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterToolAutoType? Type454 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type454 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterToolType? Type455 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterToolAuto? Type455 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterToolCall? Type456 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterToolAutoType? Type456 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type457 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterToolType? Type457 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type458 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterToolCall? Type458 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterToolCallOutputsDiscriminator? Type459 { get; set; } + public global::System.Collections.Generic.IList>? Type459 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterToolCallStatus? Type460 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type460 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CodeInterpreterToolCallType? Type461 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterToolCallOutputsDiscriminator? Type461 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComparisonFilter? Type462 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterToolCallStatus? Type462 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComparisonFilterType? Type463 { get; set; } + public global::tryAGI.OpenAI.CodeInterpreterToolCallType? Type463 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type464 { get; set; } + public global::tryAGI.OpenAI.ComparisonFilter? Type464 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompleteUploadRequest? Type465 { get; set; } + public global::tryAGI.OpenAI.ComparisonFilterType? Type465 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompoundFilter? Type466 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type466 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type467 { get; set; } + public global::tryAGI.OpenAI.CompleteUploadRequest? Type467 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type468 { get; set; } + public global::tryAGI.OpenAI.CompoundFilter? Type468 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CompoundFilterType? Type469 { get; set; } + public global::System.Collections.Generic.IList>? Type469 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerAction? Type470 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type470 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DoubleClick? Type471 { get; set; } + public global::tryAGI.OpenAI.CompoundFilterType? Type471 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DoubleClickType? Type472 { get; set; } + public global::tryAGI.OpenAI.ComputerAction? Type472 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Drag? Type473 { get; set; } + public global::tryAGI.OpenAI.DoubleClick? Type473 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type474 { get; set; } + public global::tryAGI.OpenAI.DoubleClickType? Type474 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Coordinate? Type475 { get; set; } + public global::tryAGI.OpenAI.Drag? Type475 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DragType? Type476 { get; set; } + public global::System.Collections.Generic.IList? Type476 { get; set; } /// /// /// - public global::tryAGI.OpenAI.KeyPress? Type477 { get; set; } + public global::tryAGI.OpenAI.Coordinate? Type477 { get; set; } /// /// /// - public global::tryAGI.OpenAI.KeyPressType? Type478 { get; set; } + public global::tryAGI.OpenAI.DragType? Type478 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Move? Type479 { get; set; } + public global::tryAGI.OpenAI.KeyPress? Type479 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MoveType? Type480 { get; set; } + public global::tryAGI.OpenAI.KeyPressType? Type480 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Screenshot? Type481 { get; set; } + public global::tryAGI.OpenAI.Move? Type481 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ScreenshotType? Type482 { get; set; } + public global::tryAGI.OpenAI.MoveType? Type482 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Scroll? Type483 { get; set; } + public global::tryAGI.OpenAI.Screenshot? Type483 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ScrollType? Type484 { get; set; } + public global::tryAGI.OpenAI.ScreenshotType? Type484 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Type? Type485 { get; set; } + public global::tryAGI.OpenAI.Scroll? Type485 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TypeType1? Type486 { get; set; } + public global::tryAGI.OpenAI.ScrollType? Type486 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Wait? Type487 { get; set; } + public global::tryAGI.OpenAI.Type? Type487 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WaitType? Type488 { get; set; } + public global::tryAGI.OpenAI.TypeType1? Type488 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerCallOutputItemParam? Type489 { get; set; } + public global::tryAGI.OpenAI.Wait? Type489 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type490 { get; set; } + public global::tryAGI.OpenAI.WaitType? Type490 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerCallSafetyCheckParam? Type491 { get; set; } + public global::tryAGI.OpenAI.ComputerCallOutputItemParam? Type491 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerScreenshotImage? Type492 { get; set; } + public global::System.Collections.Generic.IList? Type492 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerScreenshotImageType? Type493 { get; set; } + public global::tryAGI.OpenAI.ComputerCallSafetyCheckParam? Type493 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerCallOutputItemParamStatus? Type494 { get; set; } + public global::tryAGI.OpenAI.ComputerScreenshotImage? Type494 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerCallOutputItemParamType? Type495 { get; set; } + public global::tryAGI.OpenAI.ComputerScreenshotImageType? Type495 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCall? Type496 { get; set; } + public global::tryAGI.OpenAI.ComputerCallOutputItemParamStatus? Type496 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type497 { get; set; } + public global::tryAGI.OpenAI.ComputerCallOutputItemParamType? Type497 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallSafetyCheck? Type498 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCall? Type498 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallStatus? Type499 { get; set; } + public global::System.Collections.Generic.IList? Type499 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallType? Type500 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallSafetyCheck? Type500 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallOutput? Type501 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallStatus? Type501 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallOutputStatus? Type502 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallType? Type502 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallOutputType? Type503 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallOutput? Type503 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallOutputResource? Type504 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallOutputStatus? Type504 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerToolCallOutputResourceVariant2? Type505 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallOutputType? Type505 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerUsePreviewTool? Type506 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallOutputResource? Type506 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerUsePreviewToolEnvironment? Type507 { get; set; } + public global::tryAGI.OpenAI.ComputerToolCallOutputResourceVariant2? Type507 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ComputerUsePreviewToolType? Type508 { get; set; } + public global::tryAGI.OpenAI.ComputerUsePreviewTool? Type508 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerFileListResource? Type509 { get; set; } + public global::tryAGI.OpenAI.ComputerUsePreviewToolEnvironment? Type509 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type510 { get; set; } + public global::tryAGI.OpenAI.ComputerUsePreviewToolType? Type510 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerFileResource? Type511 { get; set; } + public global::tryAGI.OpenAI.ContainerFileListResource? Type511 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerFileListResourceObject? Type512 { get; set; } + public global::System.Collections.Generic.IList? Type512 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerListResource? Type513 { get; set; } + public global::tryAGI.OpenAI.ContainerFileResource? Type513 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type514 { get; set; } + public global::tryAGI.OpenAI.ContainerFileListResourceObject? Type514 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerResource? Type515 { get; set; } + public global::tryAGI.OpenAI.ContainerListResource? Type515 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerResourceExpiresAfter? Type516 { get; set; } + public global::System.Collections.Generic.IList? Type516 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerResourceExpiresAfterAnchor? Type517 { get; set; } + public global::tryAGI.OpenAI.ContainerResource? Type517 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ContainerListResourceObject? Type518 { get; set; } + public global::tryAGI.OpenAI.ContainerResourceExpiresAfter? Type518 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Content6? Type519 { get; set; } + public global::tryAGI.OpenAI.ContainerResourceExpiresAfterAnchor? Type519 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputContent? Type520 { get; set; } + public global::tryAGI.OpenAI.ContainerListResourceObject? Type520 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputTextContent? Type521 { get; set; } + public global::tryAGI.OpenAI.Content6? Type521 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputTextContentType? Type522 { get; set; } + public global::tryAGI.OpenAI.InputContent? Type522 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputImageContent? Type523 { get; set; } + public global::tryAGI.OpenAI.InputTextContent? Type523 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputImageContentDetail? Type524 { get; set; } + public global::tryAGI.OpenAI.InputTextContentType? Type524 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputImageContentType? Type525 { get; set; } + public global::tryAGI.OpenAI.InputImageContent? Type525 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputFileContent? Type526 { get; set; } + public global::tryAGI.OpenAI.InputImageContentDetail? Type526 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputFileContentType? Type527 { get; set; } + public global::tryAGI.OpenAI.InputImageContentType? Type527 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputContent? Type528 { get; set; } + public global::tryAGI.OpenAI.InputFileContent? Type528 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputTextContent? Type529 { get; set; } + public global::tryAGI.OpenAI.InputFileContentType? Type529 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type530 { get; set; } + public global::tryAGI.OpenAI.OutputContent? Type530 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type531 { get; set; } + public global::tryAGI.OpenAI.OutputTextContent? Type531 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LogProb? Type532 { get; set; } + public global::System.Collections.Generic.IList? Type532 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type533 { get; set; } + public global::System.Collections.Generic.IList? Type533 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TopLogProb? Type534 { get; set; } + public global::tryAGI.OpenAI.LogProb? Type534 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputTextContentType? Type535 { get; set; } + public global::System.Collections.Generic.IList? Type535 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RefusalContent? Type536 { get; set; } + public global::tryAGI.OpenAI.TopLogProb? Type536 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RefusalContentType? Type537 { get; set; } + public global::tryAGI.OpenAI.OutputTextContentType? Type537 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CostsResult? Type538 { get; set; } + public global::tryAGI.OpenAI.RefusalContent? Type538 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CostsResultAmount? Type539 { get; set; } + public global::tryAGI.OpenAI.RefusalContentType? Type539 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CostsResultObject? Type540 { get; set; } + public global::tryAGI.OpenAI.CostsResult? Type540 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequest? Type541 { get; set; } + public global::tryAGI.OpenAI.CostsResultAmount? Type541 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type542 { get; set; } + public global::tryAGI.OpenAI.CostsResultObject? Type542 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningEffort? Type543 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequest? Type543 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResources? Type544 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type544 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesCodeInterpreter? Type545 { get; set; } + public global::tryAGI.OpenAI.ReasoningEffort? Type545 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearch? Type546 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResources? Type546 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type547 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesCodeInterpreter? Type547 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStore? Type548 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearch? Type548 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type549 { get; set; } + public global::System.Collections.Generic.IList? Type549 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1? Type550 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStore? Type550 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1Type? Type551 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type551 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2? Type552 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1? Type552 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Static? Type553 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1Type? Type553 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Type? Type554 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2? Type554 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequest? Type555 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Static? Type555 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModelResponseProperties? Type556 { get; set; } + public global::tryAGI.OpenAI.CreateAssistantRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Type? Type556 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelResponseProperties? Type557 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequest? Type557 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModelResponsePropertiesVariant2? Type558 { get; set; } + public global::tryAGI.OpenAI.CreateModelResponseProperties? Type558 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2? Type559 { get; set; } + public global::tryAGI.OpenAI.ModelResponseProperties? Type559 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2Audio? Type560 { get; set; } + public global::tryAGI.OpenAI.CreateModelResponsePropertiesVariant2? Type560 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2AudioFormat? Type561 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2? Type561 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceIdsShared? Type562 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2Audio? Type562 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VoiceIdsSharedEnum? Type563 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2AudioFormat? Type563 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type564 { get; set; } + public global::tryAGI.OpenAI.VoiceIdsShared? Type564 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2FunctionCall? Type565 { get; set; } + public global::tryAGI.OpenAI.VoiceIdsSharedEnum? Type565 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type566 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type566 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type567 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2FunctionCall? Type567 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type568 { get; set; } + public global::System.Collections.Generic.IList? Type568 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type569 { get; set; } + public global::System.Collections.Generic.Dictionary? Type569 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseModalitie? Type570 { get; set; } + public global::System.Collections.Generic.IList? Type570 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsShared? Type571 { get; set; } + public global::System.Collections.Generic.IList? Type571 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsSharedEnum? Type572 { get; set; } + public global::tryAGI.OpenAI.ResponseModalitie? Type572 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PredictionContent? Type573 { get; set; } + public global::tryAGI.OpenAI.ModelIdsShared? Type573 { get; set; } /// /// /// - public global::tryAGI.OpenAI.PredictionContentType? Type574 { get; set; } + public global::tryAGI.OpenAI.ModelIdsSharedEnum? Type574 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type575 { get; set; } + public global::tryAGI.OpenAI.PredictionContent? Type575 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StopConfiguration? Type576 { get; set; } + public global::tryAGI.OpenAI.PredictionContentType? Type576 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type577 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type577 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2WebSearchOptions? Type578 { get; set; } + public global::tryAGI.OpenAI.StopConfiguration? Type578 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchContextSize? Type579 { get; set; } + public global::System.Collections.Generic.IList? Type579 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2WebSearchOptionsUserLocation? Type580 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2WebSearchOptions? Type580 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchLocation? Type581 { get; set; } + public global::tryAGI.OpenAI.WebSearchContextSize? Type581 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2WebSearchOptionsUserLocationType? Type582 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2WebSearchOptionsUserLocation? Type582 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionStreamResponse? Type583 { get; set; } + public global::tryAGI.OpenAI.WebSearchLocation? Type583 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type584 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionRequestVariant2WebSearchOptionsUserLocationType? Type584 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseChoice? Type585 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionStreamResponse? Type585 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseChoiceFinishReason? Type586 { get; set; } + public global::System.Collections.Generic.IList? Type586 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseChoiceLogprobs? Type587 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseChoice? Type587 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseObject? Type588 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseChoiceFinishReason? Type588 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateCompletionRequest? Type589 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseChoiceLogprobs? Type589 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type590 { get; set; } + public global::tryAGI.OpenAI.CreateChatCompletionStreamResponseObject? Type590 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateCompletionRequestModel? Type591 { get; set; } + public global::tryAGI.OpenAI.CreateCompletionRequest? Type591 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>>? Type592 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type592 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type593 { get; set; } + public global::tryAGI.OpenAI.CreateCompletionRequestModel? Type593 { get; set; } /// /// /// - public long? Type594 { get; set; } + public global::tryAGI.OpenAI.OneOf, global::System.Collections.Generic.IList, global::System.Collections.Generic.IList>>? Type594 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateCompletionResponse? Type595 { get; set; } + public global::System.Collections.Generic.IList>? Type595 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type596 { get; set; } + public long? Type596 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateCompletionResponseChoice? Type597 { get; set; } + public global::tryAGI.OpenAI.CreateCompletionResponse? Type597 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateCompletionResponseChoiceFinishReason? Type598 { get; set; } + public global::System.Collections.Generic.IList? Type598 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateCompletionResponseChoiceLogprobs? Type599 { get; set; } + public global::tryAGI.OpenAI.CreateCompletionResponseChoice? Type599 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type600 { get; set; } + public global::tryAGI.OpenAI.CreateCompletionResponseChoiceFinishReason? Type600 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type601 { get; set; } + public global::tryAGI.OpenAI.CreateCompletionResponseChoiceLogprobs? Type601 { get; set; } /// /// /// - public global::System.Collections.Generic.Dictionary? Type602 { get; set; } + public global::System.Collections.Generic.IList? Type602 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateCompletionResponseObject? Type603 { get; set; } + public global::System.Collections.Generic.IList>? Type603 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateContainerBody? Type604 { get; set; } + public global::System.Collections.Generic.Dictionary? Type604 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateContainerBodyExpiresAfter? Type605 { get; set; } + public global::tryAGI.OpenAI.CreateCompletionResponseObject? Type605 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateContainerBodyExpiresAfterAnchor? Type606 { get; set; } + public global::tryAGI.OpenAI.CreateContainerBody? Type606 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateContainerFileBody? Type607 { get; set; } + public global::tryAGI.OpenAI.CreateContainerBodyExpiresAfter? Type607 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEmbeddingRequest? Type608 { get; set; } + public global::tryAGI.OpenAI.CreateContainerBodyExpiresAfterAnchor? Type608 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEmbeddingRequestEncodingFormat? Type609 { get; set; } + public global::tryAGI.OpenAI.CreateContainerFileBody? Type609 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type610 { get; set; } + public global::tryAGI.OpenAI.CreateEmbeddingRequest? Type610 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEmbeddingRequestModel? Type611 { get; set; } + public global::tryAGI.OpenAI.CreateEmbeddingRequestEncodingFormat? Type611 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEmbeddingResponse? Type612 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type612 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type613 { get; set; } + public global::tryAGI.OpenAI.CreateEmbeddingRequestModel? Type613 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Embedding? Type614 { get; set; } + public global::tryAGI.OpenAI.CreateEmbeddingResponse? Type614 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type615 { get; set; } + public global::System.Collections.Generic.IList? Type615 { get; set; } /// /// /// - public float? Type616 { get; set; } + public global::tryAGI.OpenAI.Embedding? Type616 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EmbeddingObject? Type617 { get; set; } + public global::System.Collections.Generic.IList? Type617 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEmbeddingResponseObject? Type618 { get; set; } + public float? Type618 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEmbeddingResponseUsage? Type619 { get; set; } + public global::tryAGI.OpenAI.EmbeddingObject? Type619 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSource? Type620 { get; set; } + public global::tryAGI.OpenAI.CreateEmbeddingResponseObject? Type620 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type621 { get; set; } + public global::tryAGI.OpenAI.CreateEmbeddingResponseUsage? Type621 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant1? Type622 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSource? Type622 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type623 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type623 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type624 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant1? Type624 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EasyInputMessage? Type625 { get; set; } + public global::System.Collections.Generic.IList>? Type625 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type626 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type626 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type627 { get; set; } + public global::tryAGI.OpenAI.EasyInputMessage? Type627 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EasyInputMessageRole? Type628 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type628 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EasyInputMessageType? Type629 { get; set; } + public global::System.Collections.Generic.IList? Type629 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItem? Type630 { get; set; } + public global::tryAGI.OpenAI.EasyInputMessageRole? Type630 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type631 { get; set; } + public global::tryAGI.OpenAI.EasyInputMessageType? Type631 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContentVariant3? Type632 { get; set; } + public global::tryAGI.OpenAI.EvalItem? Type632 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContentVariant3Type? Type633 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type633 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContentVariant4? Type634 { get; set; } + public global::tryAGI.OpenAI.EvalItemContentVariant3? Type634 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemContentVariant4Type? Type635 { get; set; } + public global::tryAGI.OpenAI.EvalItemContentVariant3Type? Type635 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemRole? Type636 { get; set; } + public global::tryAGI.OpenAI.EvalItemContentVariant4? Type636 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalItemType? Type637 { get; set; } + public global::tryAGI.OpenAI.EvalItemContentVariant4Type? Type637 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant1Type? Type638 { get; set; } + public global::tryAGI.OpenAI.EvalItemRole? Type638 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant2? Type639 { get; set; } + public global::tryAGI.OpenAI.EvalItemType? Type639 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant2Type? Type640 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant1Type? Type640 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceSamplingParams? Type641 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant2? Type641 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type642 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceInputMessagesVariant2Type? Type642 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileContentSource? Type643 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceSamplingParams? Type643 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type644 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type644 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileContentSourceContentItem? Type645 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileContentSource? Type645 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileContentSourceType? Type646 { get; set; } + public global::System.Collections.Generic.IList? Type646 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileIdSource? Type647 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileContentSourceContentItem? Type647 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalJsonlFileIdSourceType? Type648 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileContentSourceType? Type648 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalStoredCompletionsSource? Type649 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileIdSource? Type649 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalStoredCompletionsSourceType? Type650 { get; set; } + public global::tryAGI.OpenAI.EvalJsonlFileIdSourceType? Type650 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceType? Type651 { get; set; } + public global::tryAGI.OpenAI.EvalStoredCompletionsSource? Type651 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCustomDataSourceConfig? Type652 { get; set; } + public global::tryAGI.OpenAI.EvalStoredCompletionsSourceType? Type652 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalCustomDataSourceConfigType? Type653 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCompletionsRunDataSourceType? Type653 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalItem? Type654 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCustomDataSourceConfig? Type654 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalItemVariant1? Type655 { get; set; } + public global::tryAGI.OpenAI.CreateEvalCustomDataSourceConfigType? Type655 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalJsonlRunDataSource? Type656 { get; set; } + public global::tryAGI.OpenAI.CreateEvalItem? Type656 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type657 { get; set; } + public global::tryAGI.OpenAI.CreateEvalItemVariant1? Type657 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalJsonlRunDataSourceType? Type658 { get; set; } + public global::tryAGI.OpenAI.CreateEvalJsonlRunDataSource? Type658 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalLabelModelGrader? Type659 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type659 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type660 { get; set; } + public global::tryAGI.OpenAI.CreateEvalJsonlRunDataSourceType? Type660 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalLabelModelGraderType? Type661 { get; set; } + public global::tryAGI.OpenAI.CreateEvalLabelModelGrader? Type661 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalLogsDataSourceConfig? Type662 { get; set; } + public global::System.Collections.Generic.IList? Type662 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalLogsDataSourceConfigType? Type663 { get; set; } + public global::tryAGI.OpenAI.CreateEvalLabelModelGraderType? Type663 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalRequest? Type664 { get; set; } + public global::tryAGI.OpenAI.CreateEvalLogsDataSourceConfig? Type664 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type665 { get; set; } + public global::tryAGI.OpenAI.CreateEvalLogsDataSourceConfigType? Type665 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalStoredCompletionsDataSourceConfig? Type666 { get; set; } + public global::tryAGI.OpenAI.CreateEvalRequest? Type666 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalStoredCompletionsDataSourceConfigType? Type667 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type667 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type668 { get; set; } + public global::tryAGI.OpenAI.CreateEvalStoredCompletionsDataSourceConfig? Type668 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type669 { get; set; } + public global::tryAGI.OpenAI.CreateEvalStoredCompletionsDataSourceConfigType? Type669 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderStringCheck? Type670 { get; set; } + public global::System.Collections.Generic.IList>? Type670 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderStringCheck? Type671 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type671 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderStringCheckOperation? Type672 { get; set; } + public global::tryAGI.OpenAI.EvalGraderStringCheck? Type672 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderStringCheckType? Type673 { get; set; } + public global::tryAGI.OpenAI.GraderStringCheck? Type673 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderTextSimilarity? Type674 { get; set; } + public global::tryAGI.OpenAI.GraderStringCheckOperation? Type674 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderTextSimilarity? Type675 { get; set; } + public global::tryAGI.OpenAI.GraderStringCheckType? Type675 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderTextSimilarityEvaluationMetric? Type676 { get; set; } + public global::tryAGI.OpenAI.EvalGraderTextSimilarity? Type676 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderTextSimilarityType? Type677 { get; set; } + public global::tryAGI.OpenAI.GraderTextSimilarity? Type677 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderTextSimilarityVariant2? Type678 { get; set; } + public global::tryAGI.OpenAI.GraderTextSimilarityEvaluationMetric? Type678 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderPython? Type679 { get; set; } + public global::tryAGI.OpenAI.GraderTextSimilarityType? Type679 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderPython? Type680 { get; set; } + public global::tryAGI.OpenAI.EvalGraderTextSimilarityVariant2? Type680 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderPythonType? Type681 { get; set; } + public global::tryAGI.OpenAI.EvalGraderPython? Type681 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderPythonVariant2? Type682 { get; set; } + public global::tryAGI.OpenAI.GraderPython? Type682 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderScoreModel? Type683 { get; set; } + public global::tryAGI.OpenAI.GraderPythonType? Type683 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderScoreModel? Type684 { get; set; } + public global::tryAGI.OpenAI.EvalGraderPythonVariant2? Type684 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type685 { get; set; } + public global::tryAGI.OpenAI.EvalGraderScoreModel? Type685 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderScoreModelType? Type686 { get; set; } + public global::tryAGI.OpenAI.GraderScoreModel? Type686 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderScoreModelVariant2? Type687 { get; set; } + public global::System.Collections.Generic.IList? Type687 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSource? Type688 { get; set; } + public global::tryAGI.OpenAI.GraderScoreModelType? Type688 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type689 { get; set; } + public global::tryAGI.OpenAI.EvalGraderScoreModelVariant2? Type689 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant1? Type690 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSource? Type690 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type691 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type691 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type692 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant1? Type692 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant1TemplateItem? Type693 { get; set; } + public global::System.Collections.Generic.IList>? Type693 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant1Type? Type694 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type694 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant2? Type695 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant1TemplateItem? Type695 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant2Type? Type696 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant1Type? Type696 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceSamplingParams? Type697 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant2? Type697 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceSamplingParamsText? Type698 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceInputMessagesVariant2Type? Type698 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TextResponseFormatConfiguration? Type699 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceSamplingParams? Type699 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TextResponseFormatJsonSchema? Type700 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceSamplingParamsText? Type700 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TextResponseFormatJsonSchemaType? Type701 { get; set; } + public global::tryAGI.OpenAI.TextResponseFormatConfiguration? Type701 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type702 { get; set; } + public global::tryAGI.OpenAI.TextResponseFormatJsonSchema? Type702 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Tool? Type703 { get; set; } + public global::tryAGI.OpenAI.TextResponseFormatJsonSchemaType? Type703 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionTool? Type704 { get; set; } + public global::System.Collections.Generic.IList? Type704 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolType? Type705 { get; set; } + public global::tryAGI.OpenAI.Tool? Type705 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchTool? Type706 { get; set; } + public global::tryAGI.OpenAI.FunctionTool? Type706 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RankingOptions? Type707 { get; set; } + public global::tryAGI.OpenAI.FunctionToolType? Type707 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RankingOptionsRanker? Type708 { get; set; } + public global::tryAGI.OpenAI.FileSearchTool? Type708 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolType? Type709 { get; set; } + public global::tryAGI.OpenAI.RankingOptions? Type709 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchPreviewTool? Type710 { get; set; } + public global::tryAGI.OpenAI.RankingOptionsRanker? Type710 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchPreviewToolSearchContextSize? Type711 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolType? Type711 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchPreviewToolType? Type712 { get; set; } + public global::tryAGI.OpenAI.WebSearchPreviewTool? Type712 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPTool? Type713 { get; set; } + public global::tryAGI.OpenAI.WebSearchPreviewToolSearchContextSize? Type713 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf, global::tryAGI.OpenAI.MCPToolAllowedTools>? Type714 { get; set; } + public global::tryAGI.OpenAI.WebSearchPreviewToolType? Type714 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolAllowedTools? Type715 { get; set; } + public global::tryAGI.OpenAI.MCPTool? Type715 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type716 { get; set; } + public global::tryAGI.OpenAI.OneOf, global::tryAGI.OpenAI.MCPToolAllowedTools>? Type716 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolRequireApprovalEnum? Type717 { get; set; } + public global::tryAGI.OpenAI.MCPToolAllowedTools? Type717 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolRequireApprovalEnumAlways? Type718 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type718 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolRequireApprovalEnumNever? Type719 { get; set; } + public global::tryAGI.OpenAI.MCPToolRequireApprovalEnum? Type719 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolRequireApprovalEnum2? Type720 { get; set; } + public global::tryAGI.OpenAI.MCPToolRequireApprovalEnumAlways? Type720 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolType? Type721 { get; set; } + public global::tryAGI.OpenAI.MCPToolRequireApprovalEnumNever? Type721 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenTool? Type722 { get; set; } + public global::tryAGI.OpenAI.MCPToolRequireApprovalEnum2? Type722 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolBackground? Type723 { get; set; } + public global::tryAGI.OpenAI.MCPToolType? Type723 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageInputFidelity? Type724 { get; set; } + public global::tryAGI.OpenAI.ImageGenTool? Type724 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolInputImageMask? Type725 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolBackground? Type725 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolModel? Type726 { get; set; } + public global::tryAGI.OpenAI.ImageInputFidelity? Type726 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolModeration? Type727 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolInputImageMask? Type727 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolOutputFormat? Type728 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolModel? Type728 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolQuality? Type729 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolModeration? Type729 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolSize? Type730 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolOutputFormat? Type730 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolType? Type731 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolQuality? Type731 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellTool? Type732 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolSize? Type732 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolType? Type733 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolType? Type733 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolDiscriminator? Type734 { get; set; } + public global::tryAGI.OpenAI.LocalShellTool? Type734 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type735 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolType? Type735 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalResponsesSource? Type736 { get; set; } + public global::tryAGI.OpenAI.ToolDiscriminator? Type736 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalResponsesSourceType? Type737 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type737 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceType? Type738 { get; set; } + public global::tryAGI.OpenAI.EvalResponsesSource? Type738 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateEvalRunRequest? Type739 { get; set; } + public global::tryAGI.OpenAI.EvalResponsesSourceType? Type739 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type740 { get; set; } + public global::tryAGI.OpenAI.CreateEvalResponsesRunDataSourceType? Type740 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFileRequest? Type741 { get; set; } + public global::tryAGI.OpenAI.CreateEvalRunRequest? Type741 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFileRequestPurpose? Type742 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type742 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningCheckpointPermissionRequest? Type743 { get; set; } + public global::tryAGI.OpenAI.CreateFileRequest? Type743 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequest? Type744 { get; set; } + public global::tryAGI.OpenAI.CreateFileRequestPurpose? Type744 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparameters? Type745 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningCheckpointPermissionRequest? Type745 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type746 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequest? Type746 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparametersBatchSize? Type747 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparameters? Type747 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type748 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type748 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparametersLearningRateMultiplier? Type749 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparametersBatchSize? Type749 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type750 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type750 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparametersNEpochs? Type751 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparametersLearningRateMultiplier? Type751 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type752 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type752 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestIntegration? Type753 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestHyperparametersNEpochs? Type753 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestIntegrationType? Type754 { get; set; } + public global::System.Collections.Generic.IList? Type754 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestIntegrationWandb? Type755 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestIntegration? Type755 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneMethod? Type756 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestIntegrationType? Type756 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOMethod? Type757 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestIntegrationWandb? Type757 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparameters? Type758 { get; set; } + public global::tryAGI.OpenAI.FineTuneMethod? Type758 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type759 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOMethod? Type759 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBatchSize? Type760 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparameters? Type760 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type761 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type761 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBeta? Type762 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBatchSize? Type762 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type763 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type763 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersLearningRateMultiplier? Type764 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersBeta? Type764 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type765 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type765 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneDPOHyperparametersNEpochs? Type766 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersLearningRateMultiplier? Type766 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementMethod? Type767 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type767 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type768 { get; set; } + public global::tryAGI.OpenAI.FineTuneDPOHyperparametersNEpochs? Type768 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderMulti? Type769 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementMethod? Type769 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type770 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type770 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderLabelModel? Type771 { get; set; } + public global::tryAGI.OpenAI.GraderMulti? Type771 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderLabelModelType? Type772 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type772 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GraderMultiType? Type773 { get; set; } + public global::tryAGI.OpenAI.GraderLabelModel? Type773 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparameters? Type774 { get; set; } + public global::tryAGI.OpenAI.GraderLabelModelType? Type774 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type775 { get; set; } + public global::tryAGI.OpenAI.GraderMultiType? Type775 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersBatchSize? Type776 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparameters? Type776 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type777 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type777 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersComputeMultiplier? Type778 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersBatchSize? Type778 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type779 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type779 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalInterval? Type780 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersComputeMultiplier? Type780 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type781 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type781 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalSamples? Type782 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalInterval? Type782 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type783 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type783 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersLearningRateMultiplier? Type784 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersEvalSamples? Type784 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type785 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type785 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersNEpochs? Type786 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersLearningRateMultiplier? Type786 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersReasoningEffort? Type787 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type787 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedMethod? Type788 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersNEpochs? Type788 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparameters? Type789 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementHyperparametersReasoningEffort? Type789 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type790 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedMethod? Type790 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersBatchSize? Type791 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparameters? Type791 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type792 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type792 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersLearningRateMultiplier? Type793 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersBatchSize? Type793 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type794 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type794 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersNEpochs? Type795 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersLearningRateMultiplier? Type795 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneMethodType? Type796 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type796 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type797 { get; set; } + public global::tryAGI.OpenAI.FineTuneSupervisedHyperparametersNEpochs? Type797 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateFineTuningJobRequestModel? Type798 { get; set; } + public global::tryAGI.OpenAI.FineTuneMethodType? Type798 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequest? Type799 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type799 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestBackground? Type800 { get; set; } + public global::tryAGI.OpenAI.CreateFineTuningJobRequestModel? Type800 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf>? Type801 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequest? Type801 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type802 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestBackground? Type802 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type803 { get; set; } + public global::tryAGI.OpenAI.AnyOf>? Type803 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestModel? Type804 { get; set; } + public global::System.Collections.Generic.IList? Type804 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? Type805 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type805 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestQuality? Type806 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestModel? Type806 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? Type807 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestOutputFormat? Type807 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageEditRequestSize? Type808 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestQuality? Type808 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequest? Type809 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestResponseFormat? Type809 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestBackground? Type810 { get; set; } + public global::tryAGI.OpenAI.CreateImageEditRequestSize? Type810 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type811 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequest? Type811 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestModel? Type812 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestBackground? Type812 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestModeration? Type813 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type813 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestOutputFormat? Type814 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestModel? Type814 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestQuality? Type815 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestModeration? Type815 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestResponseFormat? Type816 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestOutputFormat? Type816 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestSize? Type817 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestQuality? Type817 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageRequestStyle? Type818 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestResponseFormat? Type818 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequest? Type819 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestSize? Type819 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type820 { get; set; } + public global::tryAGI.OpenAI.CreateImageRequestStyle? Type820 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequestModel? Type821 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequest? Type821 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequestResponseFormat? Type822 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type822 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateImageVariationRequestSize? Type823 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequestModel? Type823 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateMessageRequest? Type824 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequestResponseFormat? Type824 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type825 { get; set; } + public global::tryAGI.OpenAI.CreateImageVariationRequestSize? Type825 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateMessageRequestAttachment? Type826 { get; set; } + public global::tryAGI.OpenAI.CreateMessageRequest? Type826 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>>? Type827 { get; set; } + public global::System.Collections.Generic.IList? Type827 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type828 { get; set; } + public global::tryAGI.OpenAI.CreateMessageRequestAttachment? Type828 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type829 { get; set; } + public global::tryAGI.OpenAI.OneOf>>? Type829 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageRequestContentTextObject? Type830 { get; set; } + public global::System.Collections.Generic.IList>? Type830 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MessageRequestContentTextObjectType? Type831 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type831 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateMessageRequestRole? Type832 { get; set; } + public global::tryAGI.OpenAI.MessageRequestContentTextObject? Type832 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequest? Type833 { get; set; } + public global::tryAGI.OpenAI.MessageRequestContentTextObjectType? Type833 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf, global::System.Collections.Generic.IList>>? Type834 { get; set; } + public global::tryAGI.OpenAI.CreateMessageRequestRole? Type834 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type835 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequest? Type835 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type836 { get; set; } + public global::tryAGI.OpenAI.OneOf, global::System.Collections.Generic.IList>>? Type836 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1? Type837 { get; set; } + public global::System.Collections.Generic.IList>? Type837 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1ImageUrl? Type838 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type838 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1Type? Type839 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1? Type839 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2? Type840 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1ImageUrl? Type840 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2Type? Type841 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant1Type? Type841 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type842 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2? Type842 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationRequestModel? Type843 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestInputVariant3ItemVariant2Type? Type843 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponse? Type844 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type844 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type845 { get; set; } + public global::tryAGI.OpenAI.CreateModerationRequestModel? Type845 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResult? Type846 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponse? Type846 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategories? Type847 { get; set; } + public global::System.Collections.Generic.IList? Type847 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypes? Type848 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResult? Type848 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type849 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategories? Type849 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentItem? Type850 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypes? Type850 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type851 { get; set; } + public global::System.Collections.Generic.IList? Type851 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentThreateningItem? Type852 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentItem? Type852 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type853 { get; set; } + public global::System.Collections.Generic.IList? Type853 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateItem? Type854 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHarassmentThreateningItem? Type854 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type855 { get; set; } + public global::System.Collections.Generic.IList? Type855 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateThreateningItem? Type856 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateItem? Type856 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type857 { get; set; } + public global::System.Collections.Generic.IList? Type857 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitItem? Type858 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesHateThreateningItem? Type858 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type859 { get; set; } + public global::System.Collections.Generic.IList? Type859 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitViolentItem? Type860 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitItem? Type860 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type861 { get; set; } + public global::System.Collections.Generic.IList? Type861 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmItem? Type862 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesIllicitViolentItem? Type862 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type863 { get; set; } + public global::System.Collections.Generic.IList? Type863 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmInstruction? Type864 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmItem? Type864 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type865 { get; set; } + public global::System.Collections.Generic.IList? Type865 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmIntentItem? Type866 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmInstruction? Type866 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type867 { get; set; } + public global::System.Collections.Generic.IList? Type867 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualItem? Type868 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmIntentItem? Type868 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type869 { get; set; } + public global::System.Collections.Generic.IList? Type869 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualMinor? Type870 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualItem? Type870 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type871 { get; set; } + public global::System.Collections.Generic.IList? Type871 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceItem? Type872 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesSexualMinor? Type872 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type873 { get; set; } + public global::System.Collections.Generic.IList? Type873 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceGraphicItem? Type874 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceItem? Type874 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryScores? Type875 { get; set; } + public global::System.Collections.Generic.IList? Type875 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateResponse? Type876 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryAppliedInputTypesViolenceGraphicItem? Type876 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseProperties? Type877 { get; set; } + public global::tryAGI.OpenAI.CreateModerationResponseResultCategoryScores? Type877 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsResponses? Type878 { get; set; } + public global::tryAGI.OpenAI.CreateResponse? Type878 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIdsResponsesEnum? Type879 { get; set; } + public global::tryAGI.OpenAI.ResponseProperties? Type879 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Prompt2? Type880 { get; set; } + public global::tryAGI.OpenAI.ModelIdsResponses? Type880 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type881 { get; set; } + public global::tryAGI.OpenAI.ModelIdsResponsesEnum? Type881 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Reasoning? Type882 { get; set; } + public global::tryAGI.OpenAI.Prompt2? Type882 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningGenerateSummary? Type883 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type883 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningSummary? Type884 { get; set; } + public global::tryAGI.OpenAI.Reasoning? Type884 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsePropertiesText? Type885 { get; set; } + public global::tryAGI.OpenAI.ReasoningGenerateSummary? Type885 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type886 { get; set; } + public global::tryAGI.OpenAI.ReasoningSummary? Type886 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceOptions? Type887 { get; set; } + public global::tryAGI.OpenAI.ResponsePropertiesText? Type887 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceTypes? Type888 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type888 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceTypesType? Type889 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceOptions? Type889 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceFunction? Type890 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceTypes? Type890 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceFunctionType? Type891 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceTypesType? Type891 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceMCP? Type892 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceFunction? Type892 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToolChoiceMCPType? Type893 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceFunctionType? Type893 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponsePropertiesTruncation? Type894 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceMCP? Type894 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateResponseVariant3? Type895 { get; set; } + public global::tryAGI.OpenAI.ToolChoiceMCPType? Type895 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type896 { get; set; } + public global::tryAGI.OpenAI.ResponsePropertiesTruncation? Type896 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Includable? Type897 { get; set; } + public global::tryAGI.OpenAI.CreateResponseVariant3? Type897 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type898 { get; set; } + public global::System.Collections.Generic.IList? Type898 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type899 { get; set; } + public global::tryAGI.OpenAI.Includable? Type899 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputItem? Type900 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type900 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Item? Type901 { get; set; } + public global::System.Collections.Generic.IList? Type901 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessage? Type902 { get; set; } + public global::tryAGI.OpenAI.InputItem? Type902 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageRole? Type903 { get; set; } + public global::tryAGI.OpenAI.Item? Type903 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageStatus? Type904 { get; set; } + public global::tryAGI.OpenAI.InputMessage? Type904 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageType? Type905 { get; set; } + public global::tryAGI.OpenAI.InputMessageRole? Type905 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessage? Type906 { get; set; } + public global::tryAGI.OpenAI.InputMessageStatus? Type906 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type907 { get; set; } + public global::tryAGI.OpenAI.InputMessageType? Type907 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageRole? Type908 { get; set; } + public global::tryAGI.OpenAI.OutputMessage? Type908 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageStatus? Type909 { get; set; } + public global::System.Collections.Generic.IList? Type909 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputMessageType? Type910 { get; set; } + public global::tryAGI.OpenAI.OutputMessageRole? Type910 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolCall? Type911 { get; set; } + public global::tryAGI.OpenAI.OutputMessageStatus? Type911 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type912 { get; set; } + public global::tryAGI.OpenAI.OutputMessageType? Type912 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolCallResult? Type913 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolCall? Type913 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolCallStatus? Type914 { get; set; } + public global::System.Collections.Generic.IList? Type914 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FileSearchToolCallType? Type915 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolCallResult? Type915 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolCall? Type916 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolCallStatus? Type916 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type917 { get; set; } + public global::tryAGI.OpenAI.FileSearchToolCallType? Type917 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionSearch? Type918 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolCall? Type918 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionSearchType? Type919 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type919 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionOpenPage? Type920 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionSearch? Type920 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionOpenPageType? Type921 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionSearchType? Type921 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionFind? Type922 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionOpenPage? Type922 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchActionFindType? Type923 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionOpenPageType? Type923 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolCallStatus? Type924 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionFind? Type924 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebSearchToolCallType? Type925 { get; set; } + public global::tryAGI.OpenAI.WebSearchActionFindType? Type925 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCall? Type926 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolCallStatus? Type926 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallStatus? Type927 { get; set; } + public global::tryAGI.OpenAI.WebSearchToolCallType? Type927 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallType? Type928 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCall? Type928 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallOutputItemParam? Type929 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallStatus? Type929 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallOutputItemParamStatus? Type930 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallType? Type930 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionCallOutputItemParamType? Type931 { get; set; } + public global::tryAGI.OpenAI.FunctionCallOutputItemParam? Type931 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningItem? Type932 { get; set; } + public global::tryAGI.OpenAI.FunctionCallOutputItemParamStatus? Type932 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningItemStatus? Type933 { get; set; } + public global::tryAGI.OpenAI.FunctionCallOutputItemParamType? Type933 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type934 { get; set; } + public global::tryAGI.OpenAI.ReasoningItem? Type934 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningItemSummaryItem? Type935 { get; set; } + public global::tryAGI.OpenAI.ReasoningItemStatus? Type935 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningItemSummaryItemType? Type936 { get; set; } + public global::System.Collections.Generic.IList? Type936 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ReasoningItemType? Type937 { get; set; } + public global::tryAGI.OpenAI.ReasoningItemSummaryItem? Type937 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolCall? Type938 { get; set; } + public global::tryAGI.OpenAI.ReasoningItemSummaryItemType? Type938 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolCallStatus? Type939 { get; set; } + public global::tryAGI.OpenAI.ReasoningItemType? Type939 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenToolCallType? Type940 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolCall? Type940 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCall? Type941 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolCallStatus? Type941 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellExecAction? Type942 { get; set; } + public global::tryAGI.OpenAI.ImageGenToolCallType? Type942 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellExecActionType? Type943 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCall? Type943 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallStatus? Type944 { get; set; } + public global::tryAGI.OpenAI.LocalShellExecAction? Type944 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallType? Type945 { get; set; } + public global::tryAGI.OpenAI.LocalShellExecActionType? Type945 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallOutput? Type946 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallStatus? Type946 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallOutputStatus? Type947 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallType? Type947 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LocalShellToolCallOutputType? Type948 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallOutput? Type948 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPListTools? Type949 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallOutputStatus? Type949 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type950 { get; set; } + public global::tryAGI.OpenAI.LocalShellToolCallOutputType? Type950 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPListToolsTool? Type951 { get; set; } + public global::tryAGI.OpenAI.MCPListTools? Type951 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPListToolsType? Type952 { get; set; } + public global::System.Collections.Generic.IList? Type952 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalRequest? Type953 { get; set; } + public global::tryAGI.OpenAI.MCPListToolsTool? Type953 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalRequestType? Type954 { get; set; } + public global::tryAGI.OpenAI.MCPListToolsType? Type954 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalResponse? Type955 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalRequest? Type955 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalResponseType? Type956 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalRequestType? Type956 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolCall? Type957 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalResponse? Type957 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPToolCallType? Type958 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalResponseType? Type958 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemDiscriminator? Type959 { get; set; } + public global::tryAGI.OpenAI.MCPToolCall? Type959 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemReferenceParam? Type960 { get; set; } + public global::tryAGI.OpenAI.MCPToolCallType? Type960 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemReferenceParamType? Type961 { get; set; } + public global::tryAGI.OpenAI.ItemDiscriminator? Type961 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputItemDiscriminator? Type962 { get; set; } + public global::tryAGI.OpenAI.ItemReferenceParam? Type962 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateRunRequest? Type963 { get; set; } + public global::tryAGI.OpenAI.ItemReferenceParamType? Type963 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type964 { get; set; } + public global::tryAGI.OpenAI.InputItemDiscriminator? Type964 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequest? Type965 { get; set; } + public global::tryAGI.OpenAI.CreateRunRequest? Type965 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type966 { get; set; } + public global::System.Collections.Generic.IList? Type966 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequestModel? Type967 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequest? Type967 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequestResponseFormat? Type968 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type968 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechRequestStreamFormat? Type969 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequestModel? Type969 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechResponseStreamEvent? Type970 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequestResponseFormat? Type970 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDeltaEvent? Type971 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechRequestStreamFormat? Type971 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDeltaEventType? Type972 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechResponseStreamEvent? Type972 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDoneEvent? Type973 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDeltaEvent? Type973 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDoneEventType? Type974 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDeltaEventType? Type974 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SpeechAudioDoneEventUsage? Type975 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDoneEvent? Type975 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateSpeechResponseStreamEventDiscriminator? Type976 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDoneEventType? Type976 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequest? Type977 { get; set; } + public global::tryAGI.OpenAI.SpeechAudioDoneEventUsage? Type977 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type978 { get; set; } + public global::tryAGI.OpenAI.CreateSpeechResponseStreamEventDiscriminator? Type978 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestModel? Type979 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequest? Type979 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequest? Type980 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type980 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResources? Type981 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestModel? Type981 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesCodeInterpreter? Type982 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequest? Type982 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearch? Type983 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResources? Type983 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type984 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesCodeInterpreter? Type984 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStore? Type985 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearch? Type985 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type986 { get; set; } + public global::System.Collections.Generic.IList? Type986 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1? Type987 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStore? Type987 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1Type? Type988 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type988 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2? Type989 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1? Type989 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Static? Type990 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant1Type? Type990 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Type? Type991 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2? Type991 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResources? Type992 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Static? Type992 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesCodeInterpreter? Type993 { get; set; } + public global::tryAGI.OpenAI.CreateThreadRequestToolResourcesFileSearchVectorStoreChunkingStrategyVariant2Type? Type993 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesFileSearch? Type994 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResources? Type994 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequest? Type995 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesCodeInterpreter? Type995 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type996 { get; set; } + public global::tryAGI.OpenAI.CreateThreadAndRunRequestToolResourcesFileSearch? Type996 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequestChunkingStrategy? Type997 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequest? Type997 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VadConfig? Type998 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type998 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VadConfigType? Type999 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequestChunkingStrategy? Type999 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1000 { get; set; } + public global::tryAGI.OpenAI.VadConfig? Type1000 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionInclude? Type1001 { get; set; } + public global::tryAGI.OpenAI.VadConfigType? Type1001 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type1002 { get; set; } + public global::System.Collections.Generic.IList? Type1002 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequestModel? Type1003 { get; set; } + public global::tryAGI.OpenAI.TranscriptionInclude? Type1003 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1004 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type1004 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionRequestTimestampGranularitie? Type1005 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequestModel? Type1005 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseJson? Type1006 { get; set; } + public global::System.Collections.Generic.IList? Type1006 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1007 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionRequestTimestampGranularitie? Type1007 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseJsonLogprob? Type1008 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseJson? Type1008 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1009 { get; set; } + public global::System.Collections.Generic.IList? Type1009 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageTokens? Type1010 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseJsonLogprob? Type1010 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageTokensInputTokenDetails? Type1011 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1011 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageTokensType? Type1012 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageTokens? Type1012 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageDuration? Type1013 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageTokensInputTokenDetails? Type1013 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextUsageDurationType? Type1014 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageTokensType? Type1014 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEvent? Type1015 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageDuration? Type1015 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDeltaEvent? Type1016 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextUsageDurationType? Type1016 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1017 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEvent? Type1017 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDeltaEventLogprob? Type1018 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDeltaEvent? Type1018 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDeltaEventType? Type1019 { get; set; } + public global::System.Collections.Generic.IList? Type1019 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDoneEvent? Type1020 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDeltaEventLogprob? Type1020 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1021 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDeltaEventType? Type1021 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDoneEventLogprob? Type1022 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDoneEvent? Type1022 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptTextDoneEventType? Type1023 { get; set; } + public global::System.Collections.Generic.IList? Type1023 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEventDiscriminator? Type1024 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDoneEventLogprob? Type1024 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranscriptionResponseVerboseJson? Type1025 { get; set; } + public global::tryAGI.OpenAI.TranscriptTextDoneEventType? Type1025 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1026 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseStreamEventDiscriminator? Type1026 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionSegment? Type1027 { get; set; } + public global::tryAGI.OpenAI.CreateTranscriptionResponseVerboseJson? Type1027 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1028 { get; set; } + public global::System.Collections.Generic.IList? Type1028 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionWord? Type1029 { get; set; } + public global::tryAGI.OpenAI.TranscriptionSegment? Type1029 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationRequest? Type1030 { get; set; } + public global::System.Collections.Generic.IList? Type1030 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AnyOf? Type1031 { get; set; } + public global::tryAGI.OpenAI.TranscriptionWord? Type1031 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationRequestModel? Type1032 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationRequest? Type1032 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationRequestResponseFormat? Type1033 { get; set; } + public global::tryAGI.OpenAI.AnyOf? Type1033 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationResponseJson? Type1034 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationRequestModel? Type1034 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateTranslationResponseVerboseJson? Type1035 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationRequestResponseFormat? Type1035 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateUploadRequest? Type1036 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationResponseJson? Type1036 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateUploadRequestPurpose? Type1037 { get; set; } + public global::tryAGI.OpenAI.CreateTranslationResponseVerboseJson? Type1037 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVectorStoreFileBatchRequest? Type1038 { get; set; } + public global::tryAGI.OpenAI.CreateUploadRequest? Type1038 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVectorStoreFileRequest? Type1039 { get; set; } + public global::tryAGI.OpenAI.CreateUploadRequestPurpose? Type1039 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateVectorStoreRequest? Type1040 { get; set; } + public global::tryAGI.OpenAI.CreateVectorStoreFileBatchRequest? Type1040 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1041 { get; set; } + public global::tryAGI.OpenAI.CreateVectorStoreFileRequest? Type1041 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreExpirationAfter? Type1042 { get; set; } + public global::tryAGI.OpenAI.CreateVectorStoreRequest? Type1042 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreExpirationAfterAnchor? Type1043 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1043 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteAssistantResponse? Type1044 { get; set; } + public global::tryAGI.OpenAI.VectorStoreExpirationAfter? Type1044 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteAssistantResponseObject? Type1045 { get; set; } + public global::tryAGI.OpenAI.VectorStoreExpirationAfterAnchor? Type1045 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteCertificateResponse? Type1046 { get; set; } + public global::tryAGI.OpenAI.DeleteAssistantResponse? Type1046 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteCertificateResponseObject? Type1047 { get; set; } + public global::tryAGI.OpenAI.DeleteAssistantResponseObject? Type1047 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFileResponse? Type1048 { get; set; } + public global::tryAGI.OpenAI.DeleteCertificateResponse? Type1048 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFileResponseObject? Type1049 { get; set; } + public global::tryAGI.OpenAI.DeleteCertificateResponseObject? Type1049 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponse? Type1050 { get; set; } + public global::tryAGI.OpenAI.DeleteFileResponse? Type1050 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponseObject? Type1051 { get; set; } + public global::tryAGI.OpenAI.DeleteFileResponseObject? Type1051 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteMessageResponse? Type1052 { get; set; } + public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponse? Type1052 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteMessageResponseObject? Type1053 { get; set; } + public global::tryAGI.OpenAI.DeleteFineTuningCheckpointPermissionResponseObject? Type1053 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteModelResponse? Type1054 { get; set; } + public global::tryAGI.OpenAI.DeleteMessageResponse? Type1054 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteThreadResponse? Type1055 { get; set; } + public global::tryAGI.OpenAI.DeleteMessageResponseObject? Type1055 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteThreadResponseObject? Type1056 { get; set; } + public global::tryAGI.OpenAI.DeleteModelResponse? Type1056 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreFileResponse? Type1057 { get; set; } + public global::tryAGI.OpenAI.DeleteThreadResponse? Type1057 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreFileResponseObject? Type1058 { get; set; } + public global::tryAGI.OpenAI.DeleteThreadResponseObject? Type1058 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreResponse? Type1059 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreFileResponse? Type1059 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteVectorStoreResponseObject? Type1060 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreFileResponseObject? Type1060 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ErrorResponse? Type1061 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreResponse? Type1061 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Eval? Type1062 { get; set; } + public global::tryAGI.OpenAI.DeleteVectorStoreResponseObject? Type1062 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1063 { get; set; } + public global::tryAGI.OpenAI.ErrorResponse? Type1063 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalCustomDataSourceConfig? Type1064 { get; set; } + public global::tryAGI.OpenAI.Eval? Type1064 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalCustomDataSourceConfigType? Type1065 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1065 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalLogsDataSourceConfig? Type1066 { get; set; } + public global::tryAGI.OpenAI.EvalCustomDataSourceConfig? Type1066 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalLogsDataSourceConfigType? Type1067 { get; set; } + public global::tryAGI.OpenAI.EvalCustomDataSourceConfigType? Type1067 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfig? Type1068 { get; set; } + public global::tryAGI.OpenAI.EvalLogsDataSourceConfig? Type1068 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfigType? Type1069 { get; set; } + public global::tryAGI.OpenAI.EvalLogsDataSourceConfigType? Type1069 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalObject? Type1070 { get; set; } + public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfig? Type1070 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1071 { get; set; } + public global::tryAGI.OpenAI.EvalStoredCompletionsDataSourceConfigType? Type1071 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1072 { get; set; } + public global::tryAGI.OpenAI.EvalObject? Type1072 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalGraderLabelModel? Type1073 { get; set; } + public global::System.Collections.Generic.IList>? Type1073 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalApiError? Type1074 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1074 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalList? Type1075 { get; set; } + public global::tryAGI.OpenAI.EvalGraderLabelModel? Type1075 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1076 { get; set; } + public global::tryAGI.OpenAI.EvalApiError? Type1076 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalListObject? Type1077 { get; set; } + public global::tryAGI.OpenAI.EvalList? Type1077 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRun? Type1078 { get; set; } + public global::System.Collections.Generic.IList? Type1078 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunObject? Type1079 { get; set; } + public global::tryAGI.OpenAI.EvalListObject? Type1079 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1080 { get; set; } + public global::tryAGI.OpenAI.EvalRun? Type1080 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunPerModelUsageItem? Type1081 { get; set; } + public global::tryAGI.OpenAI.EvalRunObject? Type1081 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1082 { get; set; } + public global::System.Collections.Generic.IList? Type1082 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunPerTestingCriteriaResult? Type1083 { get; set; } + public global::tryAGI.OpenAI.EvalRunPerModelUsageItem? Type1083 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunResultCounts? Type1084 { get; set; } + public global::System.Collections.Generic.IList? Type1084 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunList? Type1085 { get; set; } + public global::tryAGI.OpenAI.EvalRunPerTestingCriteriaResult? Type1085 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1086 { get; set; } + public global::tryAGI.OpenAI.EvalRunResultCounts? Type1086 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunListObject? Type1087 { get; set; } + public global::tryAGI.OpenAI.EvalRunList? Type1087 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItem? Type1088 { get; set; } + public global::System.Collections.Generic.IList? Type1088 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemObject? Type1089 { get; set; } + public global::tryAGI.OpenAI.EvalRunListObject? Type1089 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1090 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItem? Type1090 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSample? Type1091 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemObject? Type1091 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1092 { get; set; } + public global::System.Collections.Generic.IList? Type1092 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSampleInputItem? Type1093 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSample? Type1093 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1094 { get; set; } + public global::System.Collections.Generic.IList? Type1094 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSampleOutputItem? Type1095 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSampleInputItem? Type1095 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemSampleUsage? Type1096 { get; set; } + public global::System.Collections.Generic.IList? Type1096 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemList? Type1097 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSampleOutputItem? Type1097 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1098 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemSampleUsage? Type1098 { get; set; } /// /// /// - public global::tryAGI.OpenAI.EvalRunOutputItemListObject? Type1099 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemList? Type1099 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Filters? Type1100 { get; set; } + public global::System.Collections.Generic.IList? Type1100 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessage? Type1101 { get; set; } + public global::tryAGI.OpenAI.EvalRunOutputItemListObject? Type1101 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessageVariant1? Type1102 { get; set; } + public global::tryAGI.OpenAI.Filters? Type1102 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneChatRequestInput? Type1103 { get; set; } + public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessage? Type1103 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1104 { get; set; } + public global::tryAGI.OpenAI.FineTuneChatCompletionRequestAssistantMessageVariant1? Type1104 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1105 { get; set; } + public global::tryAGI.OpenAI.FineTuneChatRequestInput? Type1105 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTunePreferenceRequestInput? Type1106 { get; set; } + public global::System.Collections.Generic.IList>? Type1106 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTunePreferenceRequestInputInput? Type1107 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1107 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1108 { get; set; } + public global::tryAGI.OpenAI.FineTunePreferenceRequestInput? Type1108 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1109 { get; set; } + public global::tryAGI.OpenAI.FineTunePreferenceRequestInputInput? Type1109 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuneReinforcementRequestInput? Type1110 { get; set; } + public global::System.Collections.Generic.IList>? Type1110 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1111 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1111 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1112 { get; set; } + public global::tryAGI.OpenAI.FineTuneReinforcementRequestInput? Type1112 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningCheckpointPermission? Type1113 { get; set; } + public global::System.Collections.Generic.IList>? Type1113 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningCheckpointPermissionObject? Type1114 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1114 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningIntegration? Type1115 { get; set; } + public global::tryAGI.OpenAI.FineTuningCheckpointPermission? Type1115 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningIntegrationType? Type1116 { get; set; } + public global::tryAGI.OpenAI.FineTuningCheckpointPermissionObject? Type1116 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningIntegrationWandb? Type1117 { get; set; } + public global::tryAGI.OpenAI.FineTuningIntegration? Type1117 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJob? Type1118 { get; set; } + public global::tryAGI.OpenAI.FineTuningIntegrationType? Type1118 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobError? Type1119 { get; set; } + public global::tryAGI.OpenAI.FineTuningIntegrationWandb? Type1119 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparameters? Type1120 { get; set; } + public global::tryAGI.OpenAI.FineTuningJob? Type1120 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1121 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobError? Type1121 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparametersBatchSize? Type1122 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparameters? Type1122 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1123 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1123 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparametersLearningRateMultiplier? Type1124 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparametersBatchSize? Type1124 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1125 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1125 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobHyperparametersNEpochs? Type1126 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparametersLearningRateMultiplier? Type1126 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1127 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1127 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1128 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobHyperparametersNEpochs? Type1128 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobObject? Type1129 { get; set; } + public global::System.Collections.Generic.IList>? Type1129 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobStatus? Type1130 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1130 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobCheckpoint? Type1131 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobObject? Type1131 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobCheckpointMetrics? Type1132 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobStatus? Type1132 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobCheckpointObject? Type1133 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobCheckpoint? Type1133 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEvent? Type1134 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobCheckpointMetrics? Type1134 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEventLevel? Type1135 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobCheckpointObject? Type1135 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEventObject? Type1136 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEvent? Type1136 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FineTuningJobEventType? Type1137 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEventLevel? Type1137 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutput? Type1138 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEventObject? Type1138 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutputStatus? Type1139 { get; set; } + public global::tryAGI.OpenAI.FineTuningJobEventType? Type1139 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutputType? Type1140 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutput? Type1140 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutputResource? Type1141 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutputStatus? Type1141 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallOutputResourceVariant2? Type1142 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutputType? Type1142 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallResource? Type1143 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutputResource? Type1143 { get; set; } /// /// /// - public global::tryAGI.OpenAI.FunctionToolCallResourceVariant2? Type1144 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallOutputResourceVariant2? Type1144 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Image2? Type1145 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallResource? Type1145 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEvent? Type1146 { get; set; } + public global::tryAGI.OpenAI.FunctionToolCallResourceVariant2? Type1146 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventBackground? Type1147 { get; set; } + public global::tryAGI.OpenAI.Image2? Type1147 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventOutputFormat? Type1148 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEvent? Type1148 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventQuality? Type1149 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventBackground? Type1149 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventSize? Type1150 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventOutputFormat? Type1150 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditCompletedEventType? Type1151 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventQuality? Type1151 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesUsage? Type1152 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventSize? Type1152 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesUsageInputTokensDetails? Type1153 { get; set; } + public global::tryAGI.OpenAI.ImageEditCompletedEventType? Type1153 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEvent? Type1154 { get; set; } + public global::tryAGI.OpenAI.ImagesUsage? Type1154 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventBackground? Type1155 { get; set; } + public global::tryAGI.OpenAI.ImagesUsageInputTokensDetails? Type1155 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventOutputFormat? Type1156 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEvent? Type1156 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventQuality? Type1157 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventBackground? Type1157 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventSize? Type1158 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventOutputFormat? Type1158 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditPartialImageEventType? Type1159 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventQuality? Type1159 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditStreamEvent? Type1160 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventSize? Type1160 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageEditStreamEventDiscriminator? Type1161 { get; set; } + public global::tryAGI.OpenAI.ImageEditPartialImageEventType? Type1161 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEvent? Type1162 { get; set; } + public global::tryAGI.OpenAI.ImageEditStreamEvent? Type1162 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventBackground? Type1163 { get; set; } + public global::tryAGI.OpenAI.ImageEditStreamEventDiscriminator? Type1163 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventOutputFormat? Type1164 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEvent? Type1164 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventQuality? Type1165 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventBackground? Type1165 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventSize? Type1166 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventOutputFormat? Type1166 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenCompletedEventType? Type1167 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventQuality? Type1167 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenInputUsageDetails? Type1168 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventSize? Type1168 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEvent? Type1169 { get; set; } + public global::tryAGI.OpenAI.ImageGenCompletedEventType? Type1169 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventBackground? Type1170 { get; set; } + public global::tryAGI.OpenAI.ImageGenInputUsageDetails? Type1170 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventOutputFormat? Type1171 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEvent? Type1171 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventQuality? Type1172 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventBackground? Type1172 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventSize? Type1173 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventOutputFormat? Type1173 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenPartialImageEventType? Type1174 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventQuality? Type1174 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenStreamEvent? Type1175 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventSize? Type1175 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenStreamEventDiscriminator? Type1176 { get; set; } + public global::tryAGI.OpenAI.ImageGenPartialImageEventType? Type1176 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImageGenUsage? Type1177 { get; set; } + public global::tryAGI.OpenAI.ImageGenStreamEvent? Type1177 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponse? Type1178 { get; set; } + public global::tryAGI.OpenAI.ImageGenStreamEventDiscriminator? Type1178 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseBackground? Type1179 { get; set; } + public global::tryAGI.OpenAI.ImageGenUsage? Type1179 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1180 { get; set; } + public global::tryAGI.OpenAI.ImagesResponse? Type1180 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseOutputFormat? Type1181 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseBackground? Type1181 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseQuality? Type1182 { get; set; } + public global::System.Collections.Generic.IList? Type1182 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ImagesResponseSize? Type1183 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseOutputFormat? Type1183 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputAudio? Type1184 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseQuality? Type1184 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputAudioFormat? Type1185 { get; set; } + public global::tryAGI.OpenAI.ImagesResponseSize? Type1185 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputAudioType? Type1186 { get; set; } + public global::tryAGI.OpenAI.InputAudio? Type1186 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageResource? Type1187 { get; set; } + public global::tryAGI.OpenAI.InputAudioFormat? Type1187 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InputMessageResourceVariant2? Type1188 { get; set; } + public global::tryAGI.OpenAI.InputAudioType? Type1188 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Invite? Type1189 { get; set; } + public global::tryAGI.OpenAI.InputMessageResource? Type1189 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteObject? Type1190 { get; set; } + public global::tryAGI.OpenAI.InputMessageResourceVariant2? Type1190 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1191 { get; set; } + public global::tryAGI.OpenAI.Invite? Type1191 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteProject? Type1192 { get; set; } + public global::tryAGI.OpenAI.InviteObject? Type1192 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteProjectRole? Type1193 { get; set; } + public global::System.Collections.Generic.IList? Type1193 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRole? Type1194 { get; set; } + public global::tryAGI.OpenAI.InviteProject? Type1194 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteStatus? Type1195 { get; set; } + public global::tryAGI.OpenAI.InviteProjectRole? Type1195 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteDeleteResponse? Type1196 { get; set; } + public global::tryAGI.OpenAI.InviteRole? Type1196 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteDeleteResponseObject? Type1197 { get; set; } + public global::tryAGI.OpenAI.InviteStatus? Type1197 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteListResponse? Type1198 { get; set; } + public global::tryAGI.OpenAI.InviteDeleteResponse? Type1198 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1199 { get; set; } + public global::tryAGI.OpenAI.InviteDeleteResponseObject? Type1199 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteListResponseObject? Type1200 { get; set; } + public global::tryAGI.OpenAI.InviteListResponse? Type1200 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequest? Type1201 { get; set; } + public global::System.Collections.Generic.IList? Type1201 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1202 { get; set; } + public global::tryAGI.OpenAI.InviteListResponseObject? Type1202 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequestProject? Type1203 { get; set; } + public global::tryAGI.OpenAI.InviteRequest? Type1203 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequestProjectRole? Type1204 { get; set; } + public global::System.Collections.Generic.IList? Type1204 { get; set; } /// /// /// - public global::tryAGI.OpenAI.InviteRequestRole? Type1205 { get; set; } + public global::tryAGI.OpenAI.InviteRequestProject? Type1205 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemResource? Type1206 { get; set; } + public global::tryAGI.OpenAI.InviteRequestProjectRole? Type1206 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalResponseResource? Type1207 { get; set; } + public global::tryAGI.OpenAI.InviteRequestRole? Type1207 { get; set; } /// /// /// - public global::tryAGI.OpenAI.MCPApprovalResponseResourceType? Type1208 { get; set; } + public global::tryAGI.OpenAI.ItemResource? Type1208 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ItemResourceDiscriminator? Type1209 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalResponseResource? Type1209 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAssistantsResponse? Type1210 { get; set; } + public global::tryAGI.OpenAI.MCPApprovalResponseResourceType? Type1210 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1211 { get; set; } + public global::tryAGI.OpenAI.ItemResourceDiscriminator? Type1211 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAuditLogsResponse? Type1212 { get; set; } + public global::tryAGI.OpenAI.ListAssistantsResponse? Type1212 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1213 { get; set; } + public global::System.Collections.Generic.IList? Type1213 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAuditLogsResponseObject? Type1214 { get; set; } + public global::tryAGI.OpenAI.ListAuditLogsResponse? Type1214 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListBatchesResponse? Type1215 { get; set; } + public global::System.Collections.Generic.IList? Type1215 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1216 { get; set; } + public global::tryAGI.OpenAI.ListAuditLogsResponseObject? Type1216 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListBatchesResponseObject? Type1217 { get; set; } + public global::tryAGI.OpenAI.ListBatchesResponse? Type1217 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListCertificatesResponse? Type1218 { get; set; } + public global::System.Collections.Generic.IList? Type1218 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1219 { get; set; } + public global::tryAGI.OpenAI.ListBatchesResponseObject? Type1219 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListCertificatesResponseObject? Type1220 { get; set; } + public global::tryAGI.OpenAI.ListCertificatesResponse? Type1220 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesResponse? Type1221 { get; set; } + public global::System.Collections.Generic.IList? Type1221 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1222 { get; set; } + public global::tryAGI.OpenAI.ListCertificatesResponseObject? Type1222 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFile? Type1223 { get; set; } + public global::tryAGI.OpenAI.ListFilesResponse? Type1223 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFileObject? Type1224 { get; set; } + public global::System.Collections.Generic.IList? Type1224 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFilePurpose? Type1225 { get; set; } + public global::tryAGI.OpenAI.OpenAIFile? Type1225 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OpenAIFileStatus? Type1226 { get; set; } + public global::tryAGI.OpenAI.OpenAIFileObject? Type1226 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponse? Type1227 { get; set; } + public global::tryAGI.OpenAI.OpenAIFilePurpose? Type1227 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1228 { get; set; } + public global::tryAGI.OpenAI.OpenAIFileStatus? Type1228 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponseObject? Type1229 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponse? Type1229 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponse? Type1230 { get; set; } + public global::System.Collections.Generic.IList? Type1230 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1231 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionResponseObject? Type1231 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponseObject? Type1232 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponse? Type1232 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobEventsResponse? Type1233 { get; set; } + public global::System.Collections.Generic.IList? Type1233 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1234 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobCheckpointsResponseObject? Type1234 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningJobEventsResponseObject? Type1235 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobEventsResponse? Type1235 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListMessagesResponse? Type1236 { get; set; } + public global::System.Collections.Generic.IList? Type1236 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1237 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningJobEventsResponseObject? Type1237 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListModelsResponse? Type1238 { get; set; } + public global::tryAGI.OpenAI.ListMessagesResponse? Type1238 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1239 { get; set; } + public global::System.Collections.Generic.IList? Type1239 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Model14? Type1240 { get; set; } + public global::tryAGI.OpenAI.ListModelsResponse? Type1240 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelObject? Type1241 { get; set; } + public global::System.Collections.Generic.IList? Type1241 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListModelsResponseObject? Type1242 { get; set; } + public global::tryAGI.OpenAI.Model14? Type1242 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponse? Type1243 { get; set; } + public global::tryAGI.OpenAI.ModelObject? Type1243 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1244 { get; set; } + public global::tryAGI.OpenAI.ListModelsResponseObject? Type1244 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponseObject? Type1245 { get; set; } + public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponse? Type1245 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunStepsResponse? Type1246 { get; set; } + public global::System.Collections.Generic.IList? Type1246 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1247 { get; set; } + public global::tryAGI.OpenAI.ListPaginatedFineTuningJobsResponseObject? Type1247 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunsResponse? Type1248 { get; set; } + public global::tryAGI.OpenAI.ListRunStepsResponse? 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.ListVectorStoreFilesResponse? Type1250 { get; set; } + public global::tryAGI.OpenAI.ListRunsResponse? Type1250 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1251 { get; set; } + public global::System.Collections.Generic.IList? Type1251 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObject? Type1252 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoreFilesResponse? Type1252 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1253 { get; set; } + public global::System.Collections.Generic.IList? Type1253 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParam? Type1254 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObject? Type1254 { get; set; } /// /// /// - public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParamType? Type1255 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1255 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParam? Type1256 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParam? Type1256 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParamType? Type1257 { get; set; } + public global::tryAGI.OpenAI.StaticChunkingStrategyResponseParamType? Type1257 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectLastError? Type1258 { get; set; } + public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParam? Type1258 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectLastErrorCode? Type1259 { get; set; } + public global::tryAGI.OpenAI.OtherChunkingStrategyResponseParamType? Type1259 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectObject? Type1260 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectLastError? Type1260 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileObjectStatus? Type1261 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectLastErrorCode? Type1261 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoresResponse? Type1262 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectObject? Type1262 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1263 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileObjectStatus? Type1263 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObject? Type1264 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoresResponse? Type1264 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObjectFileCounts? Type1265 { get; set; } + public global::System.Collections.Generic.IList? Type1265 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObjectObject? Type1266 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObject? Type1266 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreObjectStatus? Type1267 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObjectFileCounts? Type1267 { get; set; } /// /// /// - public global::tryAGI.OpenAI.LogProbProperties? Type1268 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObjectObject? Type1268 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModelIds? Type1269 { get; set; } + public global::tryAGI.OpenAI.VectorStoreObjectStatus? Type1269 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequest? Type1270 { get; set; } + public global::tryAGI.OpenAI.LogProbProperties? Type1270 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequestToolResources? Type1271 { get; set; } + public global::tryAGI.OpenAI.ModelIds? Type1271 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesCodeInterpreter? Type1272 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequest? Type1272 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesFileSearch? Type1273 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequestToolResources? Type1273 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyCertificateRequest? Type1274 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesCodeInterpreter? Type1274 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyMessageRequest? Type1275 { get; set; } + public global::tryAGI.OpenAI.ModifyAssistantRequestToolResourcesFileSearch? Type1275 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyRunRequest? Type1276 { get; set; } + public global::tryAGI.OpenAI.ModifyCertificateRequest? Type1276 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequest? Type1277 { get; set; } + public global::tryAGI.OpenAI.ModifyMessageRequest? Type1277 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequestToolResources? Type1278 { get; set; } + public global::tryAGI.OpenAI.ModifyRunRequest? Type1278 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesCodeInterpreter? Type1279 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequest? Type1279 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesFileSearch? Type1280 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequestToolResources? Type1280 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputAudio? Type1281 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesCodeInterpreter? Type1281 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputAudioType? Type1282 { get; set; } + public global::tryAGI.OpenAI.ModifyThreadRequestToolResourcesFileSearch? Type1282 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputItem? Type1283 { get; set; } + public global::tryAGI.OpenAI.OutputAudio? Type1283 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OutputItemDiscriminator? Type1284 { get; set; } + public global::tryAGI.OpenAI.OutputAudioType? Type1284 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Project? Type1285 { get; set; } + public global::tryAGI.OpenAI.OutputItem? Type1285 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectObject? Type1286 { get; set; } + public global::tryAGI.OpenAI.OutputItemDiscriminator? Type1286 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectStatus? Type1287 { get; set; } + public global::tryAGI.OpenAI.Project? Type1287 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKey? Type1288 { get; set; } + public global::tryAGI.OpenAI.ProjectObject? Type1288 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyObject? Type1289 { get; set; } + public global::tryAGI.OpenAI.ProjectStatus? Type1289 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyOwner? Type1290 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKey? Type1290 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccount? Type1291 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyObject? Type1291 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountObject? Type1292 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyOwner? Type1292 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountRole? Type1293 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccount? Type1293 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyOwnerType? Type1294 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountObject? Type1294 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUser? Type1295 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountRole? Type1295 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserObject? Type1296 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyOwnerType? Type1296 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserRole? Type1297 { get; set; } + public global::tryAGI.OpenAI.ProjectUser? Type1297 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponse? Type1298 { get; set; } + public global::tryAGI.OpenAI.ProjectUserObject? Type1298 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponseObject? Type1299 { get; set; } + public global::tryAGI.OpenAI.ProjectUserRole? Type1299 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyListResponse? Type1300 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponse? Type1300 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1301 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyDeleteResponseObject? Type1301 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectApiKeyListResponseObject? Type1302 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyListResponse? Type1302 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectCreateRequest? Type1303 { get; set; } + public global::System.Collections.Generic.IList? Type1303 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectListResponse? Type1304 { get; set; } + public global::tryAGI.OpenAI.ProjectApiKeyListResponseObject? Type1304 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1305 { get; set; } + public global::tryAGI.OpenAI.ProjectCreateRequest? Type1305 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectListResponseObject? Type1306 { get; set; } + public global::tryAGI.OpenAI.ProjectListResponse? Type1306 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimit? Type1307 { get; set; } + public global::System.Collections.Generic.IList? Type1307 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitObject? Type1308 { get; set; } + public global::tryAGI.OpenAI.ProjectListResponseObject? Type1308 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitListResponse? Type1309 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimit? Type1309 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1310 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitObject? Type1310 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitListResponseObject? Type1311 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitListResponse? Type1311 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectRateLimitUpdateRequest? Type1312 { get; set; } + public global::System.Collections.Generic.IList? Type1312 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountApiKey? Type1313 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitListResponseObject? Type1313 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountApiKeyObject? Type1314 { get; set; } + public global::tryAGI.OpenAI.ProjectRateLimitUpdateRequest? Type1314 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateRequest? Type1315 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountApiKey? Type1315 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponse? Type1316 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountApiKeyObject? Type1316 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseObject? Type1317 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateRequest? Type1317 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseRole? Type1318 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponse? Type1318 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponse? Type1319 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseObject? Type1319 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponseObject? Type1320 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountCreateResponseRole? Type1320 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountListResponse? Type1321 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponse? Type1321 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1322 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountDeleteResponseObject? Type1322 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectServiceAccountListResponseObject? Type1323 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountListResponse? Type1323 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUpdateRequest? Type1324 { get; set; } + public global::System.Collections.Generic.IList? Type1324 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserCreateRequest? Type1325 { get; set; } + public global::tryAGI.OpenAI.ProjectServiceAccountListResponseObject? Type1325 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserCreateRequestRole? Type1326 { get; set; } + public global::tryAGI.OpenAI.ProjectUpdateRequest? Type1326 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserDeleteResponse? Type1327 { get; set; } + public global::tryAGI.OpenAI.ProjectUserCreateRequest? Type1327 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserDeleteResponseObject? Type1328 { get; set; } + public global::tryAGI.OpenAI.ProjectUserCreateRequestRole? Type1328 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserListResponse? Type1329 { get; set; } + public global::tryAGI.OpenAI.ProjectUserDeleteResponse? Type1329 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1330 { get; set; } + public global::tryAGI.OpenAI.ProjectUserDeleteResponseObject? Type1330 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserUpdateRequest? Type1331 { get; set; } + public global::tryAGI.OpenAI.ProjectUserListResponse? Type1331 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ProjectUserUpdateRequestRole? Type1332 { get; set; } + public global::System.Collections.Generic.IList? Type1332 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEvent? Type1333 { get; set; } + public global::tryAGI.OpenAI.ProjectUserUpdateRequest? Type1333 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreate? Type1334 { get; set; } + public global::tryAGI.OpenAI.ProjectUserUpdateRequestRole? Type1334 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItem? Type1335 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEvent? Type1335 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemObject? Type1336 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreate? Type1336 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemType? Type1337 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItem? Type1337 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemStatus? Type1338 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemObject? Type1338 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemRole? Type1339 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemType? Type1339 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1340 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemStatus? Type1340 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemContentItem? Type1341 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemRole? Type1341 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemContentItemType? Type1342 { get; set; } + public global::System.Collections.Generic.IList? Type1342 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreateType? Type1343 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemContentItem? Type1343 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDelete? Type1344 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemContentItemType? Type1344 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDeleteType? Type1345 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemCreateType? Type1345 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieve? Type1346 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDelete? Type1346 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieveType? Type1347 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemDeleteType? Type1347 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncate? Type1348 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieve? Type1348 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncateType? Type1349 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemRetrieveType? Type1349 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppend? Type1350 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncate? Type1350 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppendType? Type1351 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventConversationItemTruncateType? Type1351 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClear? Type1352 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppend? Type1352 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClearType? Type1353 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferAppendType? Type1353 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClear? Type1354 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClear? Type1354 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClearType? Type1355 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferClearType? Type1355 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommit? Type1356 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClear? Type1356 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommitType? Type1357 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventOutputAudioBufferClearType? Type1357 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCancel? Type1358 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommit? Type1358 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCancelType? Type1359 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventInputAudioBufferCommitType? Type1359 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCreate? Type1360 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCancel? Type1360 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParams? Type1361 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCancelType? Type1361 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1362 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCreate? Type1362 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsConversation? Type1363 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParams? Type1363 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1364 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1364 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReference? Type1365 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsConversation? Type1365 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1366 { get; set; } + public global::System.Collections.Generic.IList? Type1366 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItem? Type1367 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReference? Type1367 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItemType? Type1368 { get; set; } + public global::System.Collections.Generic.IList? Type1368 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceObject? Type1369 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItem? Type1369 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceRole? Type1370 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceContentItemType? Type1370 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceStatus? Type1371 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceObject? Type1371 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceType? Type1372 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceRole? Type1372 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1373 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceStatus? Type1373 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsMaxResponseOutputTokens? Type1374 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemWithReferenceType? Type1374 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1375 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1375 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsModalitie? Type1376 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsMaxResponseOutputTokens? Type1376 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsOutputAudioFormat? Type1377 { get; set; } + public global::System.Collections.Generic.IList? Type1377 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1378 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsModalitie? Type1378 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsTool? Type1379 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsOutputAudioFormat? Type1379 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateParamsToolType? Type1380 { get; set; } + public global::System.Collections.Generic.IList? Type1380 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventResponseCreateType? Type1381 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsTool? Type1381 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdate? Type1382 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateParamsToolType? Type1382 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequest? Type1383 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventResponseCreateType? Type1383 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecret? Type1384 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdate? Type1384 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfter? Type1385 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequest? Type1385 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfterAnchor? Type1386 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecret? Type1386 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioFormat? Type1387 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfter? Type1387 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReduction? Type1388 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestClientSecretExpiresAfterAnchor? Type1388 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReductionType? Type1389 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioFormat? Type1389 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioTranscription? Type1390 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReduction? Type1390 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1391 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioNoiseReductionType? Type1391 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestMaxResponseOutputTokens? Type1392 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestInputAudioTranscription? Type1392 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1393 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1393 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModalitie? Type1394 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestMaxResponseOutputTokens? Type1394 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModel? Type1395 { get; set; } + public global::System.Collections.Generic.IList? Type1395 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestOutputAudioFormat? Type1396 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModalitie? Type1396 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1397 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestModel? Type1397 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTool? Type1398 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestOutputAudioFormat? Type1398 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestToolType? Type1399 { get; set; } + public global::System.Collections.Generic.IList? Type1399 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1400 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTool? Type1400 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum? Type1401 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestToolType? Type1401 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum2? Type1402 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1402 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetection? Type1403 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum? Type1403 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionEagerness? Type1404 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTracingEnum2? Type1404 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionType? Type1405 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetection? Type1405 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdateType? Type1406 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionEagerness? Type1406 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdate? Type1407 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateRequestTurnDetectionType? Type1407 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequest? Type1408 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventSessionUpdateType? Type1408 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecret? Type1409 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdate? Type1409 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAt? Type1410 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequest? Type1410 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAtAnchor? Type1411 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecret? Type1411 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioFormat? Type1412 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAt? Type1412 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction? Type1413 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAtAnchor? Type1413 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReductionType? Type1414 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioFormat? Type1414 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscription? Type1415 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction? Type1415 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscriptionModel? Type1416 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReductionType? Type1416 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1417 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscription? Type1417 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestModalitie? Type1418 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestInputAudioTranscriptionModel? Type1418 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetection? Type1419 { get; set; } + public global::System.Collections.Generic.IList? Type1419 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionEagerness? Type1420 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestModalitie? Type1420 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionType? Type1421 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetection? Type1421 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdateType? Type1422 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionEagerness? Type1422 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeClientEventDiscriminator? Type1423 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateRequestTurnDetectionType? Type1423 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponse? Type1424 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventTranscriptionSessionUpdateType? Type1424 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseObject? Type1425 { get; set; } + public global::tryAGI.OpenAI.RealtimeClientEventDiscriminator? Type1425 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseStatus? Type1426 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponse? Type1426 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1427 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseObject? Type1427 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseUsage? Type1428 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseStatus? Type1428 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEvent? Type1429 { get; set; } + public global::System.Collections.Generic.IList? Type1429 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeError? Type1430 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseUsage? Type1430 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeErrorType? Type1431 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEvent? Type1431 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeErrorDetails? Type1432 { get; set; } + public global::tryAGI.OpenAI.RealtimeError? Type1432 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreated? Type1433 { get; set; } + public global::tryAGI.OpenAI.RealtimeErrorType? Type1433 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreatedType? Type1434 { get; set; } + public global::tryAGI.OpenAI.RealtimeErrorDetails? Type1434 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSession? Type1435 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreated? Type1435 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionObject? Type1436 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreatedType? Type1436 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionVoice? Type1437 { get; set; } + public global::tryAGI.OpenAI.RealtimeSession? Type1437 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeAudioFormat? Type1438 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionObject? Type1438 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionInputAudioTranscription? Type1439 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionVoice? Type1439 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionTurnDetection? Type1440 { get; set; } + public global::tryAGI.OpenAI.RealtimeAudioFormat? Type1440 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionTurnDetectionType? Type1441 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionInputAudioTranscription? Type1441 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1442 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionTurnDetection? Type1442 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionTool? Type1443 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionTurnDetectionType? Type1443 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionToolChoice? Type1444 { get; set; } + public global::System.Collections.Generic.IList? Type1444 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1445 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionTool? Type1445 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionMaxOutputTokens? Type1446 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionToolChoice? Type1446 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionUpdated? Type1447 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1447 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionUpdatedType? Type1448 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionMaxOutputTokens? Type1448 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationCreated? Type1449 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionUpdated? Type1449 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationCreatedType? Type1450 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionUpdatedType? Type1450 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversation? Type1451 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationCreated? Type1451 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationObject? Type1452 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationCreatedType? Type1452 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemCreated? Type1453 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversation? Type1453 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemCreatedType? Type1454 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationObject? Type1454 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompleted? Type1455 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemCreated? Type1455 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompletedType? Type1456 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemCreatedType? Type1456 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailed? Type1457 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompleted? Type1457 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailedType? Type1458 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionCompletedType? Type1458 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemTruncated? Type1459 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailed? Type1459 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemTruncatedType? Type1460 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemInputAudioTranscriptionFailedType? Type1460 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemDeleted? Type1461 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemTruncated? Type1461 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemDeletedType? Type1462 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemTruncatedType? Type1462 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitted? Type1463 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemDeleted? Type1463 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommittedType? Type1464 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemDeletedType? Type1464 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferCleared? Type1465 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitted? Type1465 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearedType? Type1466 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommittedType? Type1466 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStarted? Type1467 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferCleared? Type1467 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStartedType? Type1468 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearedType? Type1468 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStopped? Type1469 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStarted? Type1469 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStoppedType? Type1470 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStartedType? Type1470 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreated? Type1471 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStopped? Type1471 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreatedType? Type1472 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferSpeechStoppedType? Type1472 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseDone? Type1473 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreated? Type1473 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseDoneType? Type1474 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreatedType? Type1474 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseOutputItemAdded? Type1475 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseDone? Type1475 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseOutputItemAddedType? Type1476 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseDoneType? Type1476 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseOutputItemDone? Type1477 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseOutputItemAdded? Type1477 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseOutputItemDoneType? Type1478 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseOutputItemAddedType? Type1478 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseContentPartAdded? Type1479 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseOutputItemDone? Type1479 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseContentPartAddedType? Type1480 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseOutputItemDoneType? Type1480 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeContentPart? Type1481 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseContentPartAdded? Type1481 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeContentPartType? Type1482 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseContentPartAddedType? Type1482 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseContentPartDone? Type1483 { get; set; } + public global::tryAGI.OpenAI.RealtimeContentPart? Type1483 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseContentPartDoneType? Type1484 { get; set; } + public global::tryAGI.OpenAI.RealtimeContentPartType? Type1484 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseTextDelta? Type1485 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseContentPartDone? Type1485 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseTextDeltaType? Type1486 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseContentPartDoneType? Type1486 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseTextDone? Type1487 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseTextDelta? Type1487 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseTextDoneType? Type1488 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseTextDeltaType? Type1488 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDelta? Type1489 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseTextDone? Type1489 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDeltaType? Type1490 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseTextDoneType? Type1490 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDone? Type1491 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDelta? Type1491 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDoneType? Type1492 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDeltaType? Type1492 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioDelta? Type1493 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDone? Type1493 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioDeltaType? Type1494 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioTranscriptDoneType? Type1494 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioDone? Type1495 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioDelta? Type1495 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseAudioDoneType? Type1496 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioDeltaType? Type1496 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDelta? Type1497 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioDone? Type1497 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDeltaType? Type1498 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseAudioDoneType? Type1498 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDone? Type1499 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDelta? Type1499 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDoneType? Type1500 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDeltaType? Type1500 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeRateLimitsUpdated? Type1501 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDone? Type1501 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedType? Type1502 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseFunctionCallArgumentsDoneType? Type1502 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1503 { get; set; } + public global::tryAGI.OpenAI.RealtimeRateLimitsUpdated? Type1503 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimit? Type1504 { get; set; } + public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedType? Type1504 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimitName? Type1505 { get; set; } + public global::System.Collections.Generic.IList? Type1505 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationCreated? Type1506 { get; set; } + public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimit? Type1506 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedConversation? Type1507 { get; set; } + public global::tryAGI.OpenAI.RealtimeRateLimitsUpdatedRateLimitName? Type1507 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedType? Type1508 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationCreated? Type1508 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreated? Type1509 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedConversation? Type1509 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreatedType? Type1510 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationCreatedType? Type1510 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeleted? Type1511 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreated? Type1511 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeletedType? Type1512 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemCreatedType? Type1512 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompleted? Type1513 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeleted? Type1513 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1514 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemDeletedType? Type1514 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompletedType? Type1515 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompleted? Type1515 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDelta? Type1516 { get; set; } + public global::System.Collections.Generic.IList? Type1516 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDeltaType? Type1517 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionCompletedType? Type1517 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailed? Type1518 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDelta? Type1518 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedError? Type1519 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionDeltaType? Type1519 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedType? Type1520 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailed? Type1520 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrieved? Type1521 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedError? Type1521 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrievedType? Type1522 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemInputAudioTranscriptionFailedType? Type1522 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncated? Type1523 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrieved? Type1523 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncatedType? Type1524 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemRetrievedType? Type1524 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventError? Type1525 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncated? Type1525 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventErrorError? Type1526 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventConversationItemTruncatedType? Type1526 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventErrorType? Type1527 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventError? Type1527 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCleared? Type1528 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventErrorError? Type1528 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferClearedType? Type1529 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventErrorType? Type1529 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommitted? Type1530 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCleared? Type1530 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommittedType? Type1531 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferClearedType? Type1531 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStarted? Type1532 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommitted? Type1532 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStartedType? Type1533 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferCommittedType? Type1533 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStopped? Type1534 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStarted? Type1534 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStoppedType? Type1535 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStartedType? Type1535 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferCleared? Type1536 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStopped? Type1536 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferClearedType? Type1537 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventInputAudioBufferSpeechStoppedType? Type1537 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStarted? Type1538 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferCleared? Type1538 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStartedType? Type1539 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferClearedType? Type1539 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStopped? Type1540 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStarted? Type1540 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStoppedType? Type1541 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStartedType? Type1541 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdated? Type1542 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStopped? Type1542 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1543 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventOutputAudioBufferStoppedType? Type1543 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimit? Type1544 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdated? Type1544 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimitName? Type1545 { get; set; } + public global::System.Collections.Generic.IList? Type1545 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedType? Type1546 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimit? Type1546 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDelta? Type1547 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedRateLimitName? Type1547 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDeltaType? Type1548 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventRateLimitsUpdatedType? Type1548 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDone? Type1549 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDelta? Type1549 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDoneType? Type1550 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDeltaType? Type1550 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDelta? Type1551 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDone? Type1551 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDeltaType? Type1552 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioDoneType? Type1552 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDone? Type1553 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDelta? Type1553 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDoneType? Type1554 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDeltaType? Type1554 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAdded? Type1555 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDone? Type1555 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPart? Type1556 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseAudioTranscriptDoneType? Type1556 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPartType? Type1557 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAdded? Type1557 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedType? Type1558 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPart? Type1558 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDone? Type1559 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedPartType? Type1559 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePart? Type1560 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartAddedType? Type1560 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePartType? Type1561 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDone? Type1561 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDoneType? Type1562 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePart? Type1562 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseCreated? Type1563 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDonePartType? Type1563 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseCreatedType? Type1564 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseContentPartDoneType? Type1564 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseDone? Type1565 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseCreated? Type1565 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseDoneType? Type1566 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseCreatedType? Type1566 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDelta? Type1567 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseDone? Type1567 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDeltaType? Type1568 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseDoneType? Type1568 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDone? Type1569 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDelta? Type1569 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDoneType? Type1570 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDeltaType? Type1570 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAdded? Type1571 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDone? Type1571 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAddedType? Type1572 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseFunctionCallArgumentsDoneType? Type1572 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDone? Type1573 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAdded? Type1573 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDoneType? Type1574 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemAddedType? Type1574 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDelta? Type1575 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDone? Type1575 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDeltaType? Type1576 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseOutputItemDoneType? Type1576 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDone? Type1577 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDelta? Type1577 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDoneType? Type1578 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDeltaType? Type1578 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionCreated? Type1579 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDone? Type1579 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionCreatedType? Type1580 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventResponseTextDoneType? Type1580 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdated? Type1581 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionCreated? Type1581 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdatedType? Type1582 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionCreatedType? Type1582 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdated? Type1583 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdated? Type1583 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponse? Type1584 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventSessionUpdatedType? Type1584 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseClientSecret? Type1585 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdated? Type1585 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscription? Type1586 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponse? Type1586 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscriptionModel? Type1587 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseClientSecret? Type1587 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1588 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscription? Type1588 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseModalitie? Type1589 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseInputAudioTranscriptionModel? Type1589 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseTurnDetection? Type1590 { get; set; } + public global::System.Collections.Generic.IList? Type1590 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdatedType? Type1591 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseModalitie? Type1591 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponse? Type1592 { get; set; } + public global::tryAGI.OpenAI.RealtimeTranscriptionSessionCreateResponseTurnDetection? Type1592 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseClientSecret? Type1593 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventTranscriptionSessionUpdatedType? Type1593 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseInputAudioTranscription? Type1594 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponse? Type1594 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1595 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseClientSecret? Type1595 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseMaxResponseOutputTokens? Type1596 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseInputAudioTranscription? Type1596 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1597 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1597 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseModalitie? Type1598 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseMaxResponseOutputTokens? Type1598 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1599 { get; set; } + public global::System.Collections.Generic.IList? Type1599 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTool? Type1600 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseModalitie? Type1600 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseToolType? Type1601 { get; set; } + public global::System.Collections.Generic.IList? Type1601 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1602 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTool? Type1602 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum? Type1603 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseToolType? Type1603 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum2? Type1604 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1604 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTurnDetection? Type1605 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum? Type1605 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Response? Type1606 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTracingEnum2? Type1606 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3? Type1607 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionCreateResponseTurnDetection? Type1607 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseError? Type1608 { get; set; } + public global::tryAGI.OpenAI.Response? Type1608 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseErrorCode? Type1609 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3? Type1609 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetails? Type1610 { get; set; } + public global::tryAGI.OpenAI.ResponseError? Type1610 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetailsReason? Type1611 { get; set; } + public global::tryAGI.OpenAI.ResponseErrorCode? Type1611 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3Object? Type1612 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetails? Type1612 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1613 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3IncompleteDetailsReason? Type1613 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseVariant3Status? Type1614 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3Object? Type1614 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseUsage? Type1615 { get; set; } + public global::System.Collections.Generic.IList? Type1615 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseUsageInputTokensDetails? Type1616 { get; set; } + public global::tryAGI.OpenAI.ResponseVariant3Status? Type1616 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseUsageOutputTokensDetails? Type1617 { get; set; } + public global::tryAGI.OpenAI.ResponseUsage? Type1617 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDeltaEvent? Type1618 { get; set; } + public global::tryAGI.OpenAI.ResponseUsageInputTokensDetails? Type1618 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDeltaEventType? Type1619 { get; set; } + public global::tryAGI.OpenAI.ResponseUsageOutputTokensDetails? Type1619 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDoneEvent? Type1620 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDeltaEvent? Type1620 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioDoneEventType? Type1621 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDeltaEventType? Type1621 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEvent? Type1622 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDoneEvent? Type1622 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEventType? Type1623 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioDoneEventType? Type1623 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEvent? Type1624 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEvent? Type1624 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEventType? Type1625 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDeltaEventType? Type1625 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEvent? Type1626 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEvent? Type1626 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEventType? Type1627 { get; set; } + public global::tryAGI.OpenAI.ResponseAudioTranscriptDoneEventType? Type1627 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent? Type1628 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEvent? Type1628 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEventType? Type1629 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDeltaEventType? Type1629 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEvent? Type1630 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEvent? Type1630 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEventType? Type1631 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCodeDoneEventType? Type1631 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEvent? Type1632 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEvent? Type1632 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEventType? Type1633 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallCompletedEventType? Type1633 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEvent? Type1634 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEvent? Type1634 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEventType? Type1635 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInProgressEventType? Type1635 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCompletedEvent? Type1636 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEvent? Type1636 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCompletedEventType? Type1637 { get; set; } + public global::tryAGI.OpenAI.ResponseCodeInterpreterCallInterpretingEventType? Type1637 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartAddedEvent? Type1638 { get; set; } + public global::tryAGI.OpenAI.ResponseCompletedEvent? Type1638 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartAddedEventType? Type1639 { get; set; } + public global::tryAGI.OpenAI.ResponseCompletedEventType? Type1639 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartDoneEvent? Type1640 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartAddedEvent? Type1640 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseContentPartDoneEventType? Type1641 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartAddedEventType? Type1641 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCreatedEvent? Type1642 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartDoneEvent? Type1642 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseCreatedEventType? Type1643 { get; set; } + public global::tryAGI.OpenAI.ResponseContentPartDoneEventType? Type1643 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseErrorEvent? Type1644 { get; set; } + public global::tryAGI.OpenAI.ResponseCreatedEvent? Type1644 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseErrorEventType? Type1645 { get; set; } + public global::tryAGI.OpenAI.ResponseCreatedEventType? Type1645 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFailedEvent? Type1646 { get; set; } + public global::tryAGI.OpenAI.ResponseErrorEvent? Type1646 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFailedEventType? Type1647 { get; set; } + public global::tryAGI.OpenAI.ResponseErrorEventType? Type1647 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEvent? Type1648 { get; set; } + public global::tryAGI.OpenAI.ResponseFailedEvent? Type1648 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEventType? Type1649 { get; set; } + public global::tryAGI.OpenAI.ResponseFailedEventType? Type1649 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEvent? Type1650 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEvent? Type1650 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEventType? Type1651 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallCompletedEventType? Type1651 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEvent? Type1652 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEvent? Type1652 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEventType? Type1653 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallInProgressEventType? Type1653 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEvent? Type1654 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEvent? Type1654 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEventType? Type1655 { get; set; } + public global::tryAGI.OpenAI.ResponseFileSearchCallSearchingEventType? Type1655 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEvent? Type1656 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEvent? Type1656 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEventType? Type1657 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDeltaEventType? Type1657 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEvent? Type1658 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEvent? Type1658 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEventType? Type1659 { get; set; } + public global::tryAGI.OpenAI.ResponseFunctionCallArgumentsDoneEventType? Type1659 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEvent? Type1660 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEvent? Type1660 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEventType? Type1661 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallCompletedEventType? Type1661 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEvent? Type1662 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEvent? Type1662 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEventType? Type1663 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallGeneratingEventType? Type1663 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEvent? Type1664 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEvent? Type1664 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEventType? Type1665 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallInProgressEventType? Type1665 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseInProgressEvent? Type1666 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEvent? Type1666 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseInProgressEventType? Type1667 { get; set; } + public global::tryAGI.OpenAI.ResponseImageGenCallPartialImageEventType? Type1667 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseIncompleteEvent? Type1668 { get; set; } + public global::tryAGI.OpenAI.ResponseInProgressEvent? Type1668 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseIncompleteEventType? Type1669 { get; set; } + public global::tryAGI.OpenAI.ResponseInProgressEventType? Type1669 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseItemList? Type1670 { get; set; } + public global::tryAGI.OpenAI.ResponseIncompleteEvent? Type1670 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1671 { get; set; } + public global::tryAGI.OpenAI.ResponseIncompleteEventType? Type1671 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseItemListObject? Type1672 { get; set; } + public global::tryAGI.OpenAI.ResponseItemList? Type1672 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseLogProb? Type1673 { get; set; } + public global::System.Collections.Generic.IList? Type1673 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1674 { get; set; } + public global::tryAGI.OpenAI.ResponseItemListObject? Type1674 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseLogProbTopLogprob? Type1675 { get; set; } + public global::tryAGI.OpenAI.ResponseLogProb? Type1675 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEvent? Type1676 { get; set; } + public global::System.Collections.Generic.IList? Type1676 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventType? Type1677 { get; set; } + public global::tryAGI.OpenAI.ResponseLogProbTopLogprob? Type1677 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEvent? Type1678 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEvent? Type1678 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventType? Type1679 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDeltaEventType? Type1679 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallCompletedEvent? Type1680 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEvent? Type1680 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallCompletedEventType? Type1681 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallArgumentsDoneEventType? Type1681 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallFailedEvent? Type1682 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallCompletedEvent? Type1682 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallFailedEventType? Type1683 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallCompletedEventType? Type1683 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallInProgressEvent? Type1684 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallFailedEvent? Type1684 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPCallInProgressEventType? Type1685 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallFailedEventType? Type1685 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEvent? Type1686 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallInProgressEvent? Type1686 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEventType? Type1687 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPCallInProgressEventType? Type1687 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEvent? Type1688 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEvent? Type1688 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEventType? Type1689 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsCompletedEventType? Type1689 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEvent? Type1690 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEvent? Type1690 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEventType? Type1691 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsFailedEventType? Type1691 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemAddedEvent? Type1692 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEvent? Type1692 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemAddedEventType? Type1693 { get; set; } + public global::tryAGI.OpenAI.ResponseMCPListToolsInProgressEventType? Type1693 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemDoneEvent? Type1694 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemAddedEvent? Type1694 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputItemDoneEventType? Type1695 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemAddedEventType? Type1695 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent? Type1696 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemDoneEvent? Type1696 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEventType? Type1697 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputItemDoneEventType? Type1697 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseQueuedEvent? Type1698 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEvent? Type1698 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseQueuedEventType? Type1699 { get; set; } + public global::tryAGI.OpenAI.ResponseOutputTextAnnotationAddedEventType? Type1699 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent? Type1700 { get; set; } + public global::tryAGI.OpenAI.ResponseQueuedEvent? Type1700 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEventType? Type1701 { get; set; } + public global::tryAGI.OpenAI.ResponseQueuedEventType? Type1701 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEvent? Type1702 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEvent? Type1702 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEventType? Type1703 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryDeltaEventType? Type1703 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEvent? Type1704 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEvent? Type1704 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPart? Type1705 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryDoneEventType? Type1705 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPartType? Type1706 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEvent? Type1706 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventType? Type1707 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPart? Type1707 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEvent? Type1708 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventPartType? Type1708 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPart? Type1709 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartAddedEventType? Type1709 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPartType? Type1710 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEvent? Type1710 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventType? Type1711 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPart? Type1711 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEvent? Type1712 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventPartType? Type1712 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEventType? Type1713 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryPartDoneEventType? Type1713 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEvent? Type1714 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEvent? Type1714 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEventType? Type1715 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDeltaEventType? Type1715 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDeltaEvent? Type1716 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEvent? Type1716 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDeltaEventType? Type1717 { get; set; } + public global::tryAGI.OpenAI.ResponseReasoningSummaryTextDoneEventType? Type1717 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDoneEvent? Type1718 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDeltaEvent? Type1718 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseRefusalDoneEventType? Type1719 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDeltaEventType? Type1719 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseStreamEvent? Type1720 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDoneEvent? Type1720 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDeltaEvent? Type1721 { get; set; } + public global::tryAGI.OpenAI.ResponseRefusalDoneEventType? Type1721 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1722 { get; set; } + public global::tryAGI.OpenAI.ResponseStreamEvent? Type1722 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDeltaEventType? Type1723 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDeltaEvent? Type1723 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDoneEvent? Type1724 { get; set; } + public global::System.Collections.Generic.IList? Type1724 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseTextDoneEventType? Type1725 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDeltaEventType? Type1725 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEvent? Type1726 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDoneEvent? Type1726 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEventType? Type1727 { get; set; } + public global::tryAGI.OpenAI.ResponseTextDoneEventType? Type1727 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEvent? Type1728 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEvent? Type1728 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEventType? Type1729 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallCompletedEventType? Type1729 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEvent? Type1730 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEvent? Type1730 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEventType? Type1731 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallInProgressEventType? Type1731 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ResponseStreamEventDiscriminator? Type1732 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEvent? Type1732 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderRequest? Type1733 { get; set; } + public global::tryAGI.OpenAI.ResponseWebSearchCallSearchingEventType? Type1733 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderResponse? Type1734 { get; set; } + public global::tryAGI.OpenAI.ResponseStreamEventDiscriminator? Type1734 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderResponseMetadata? Type1735 { get; set; } + public global::tryAGI.OpenAI.RunGraderRequest? Type1735 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RunGraderResponseMetadataErrors? Type1736 { get; set; } + public global::tryAGI.OpenAI.RunGraderResponse? Type1736 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SubmitToolOutputsRunRequest? Type1737 { get; set; } + public global::tryAGI.OpenAI.RunGraderResponseMetadata? Type1737 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1738 { get; set; } + public global::tryAGI.OpenAI.RunGraderResponseMetadataErrors? Type1738 { get; set; } /// /// /// - public global::tryAGI.OpenAI.SubmitToolOutputsRunRequestToolOutput? Type1739 { get; set; } + public global::tryAGI.OpenAI.SubmitToolOutputsRunRequest? Type1739 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ToggleCertificatesRequest? Type1740 { get; set; } + public global::System.Collections.Generic.IList? Type1740 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionChunkingStrategy? Type1741 { get; set; } + public global::tryAGI.OpenAI.SubmitToolOutputsRunRequestToolOutput? Type1741 { get; set; } /// /// /// - public global::tryAGI.OpenAI.TranscriptionChunkingStrategyEnum? Type1742 { get; set; } + public global::tryAGI.OpenAI.ToggleCertificatesRequest? Type1742 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateVectorStoreFileAttributesRequest? Type1743 { get; set; } + public global::tryAGI.OpenAI.TranscriptionChunkingStrategy? Type1743 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateVectorStoreRequest? Type1744 { get; set; } + public global::tryAGI.OpenAI.TranscriptionChunkingStrategyEnum? Type1744 { get; set; } /// /// /// - public global::tryAGI.OpenAI.Upload? Type1745 { get; set; } + public global::tryAGI.OpenAI.UpdateVectorStoreFileAttributesRequest? Type1745 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadObject? Type1746 { get; set; } + public global::tryAGI.OpenAI.UpdateVectorStoreRequest? Type1746 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadStatus? Type1747 { get; set; } + public global::tryAGI.OpenAI.Upload? Type1747 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadCertificateRequest? Type1748 { get; set; } + public global::tryAGI.OpenAI.UploadObject? Type1748 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadPart? Type1749 { get; set; } + public global::tryAGI.OpenAI.UploadStatus? Type1749 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UploadPartObject? Type1750 { get; set; } + public global::tryAGI.OpenAI.UploadCertificateRequest? Type1750 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesResult? Type1751 { get; set; } + public global::tryAGI.OpenAI.UploadPart? Type1751 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesResultObject? Type1752 { get; set; } + public global::tryAGI.OpenAI.UploadPartObject? Type1752 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsResult? Type1753 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesResult? Type1753 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsResultObject? Type1754 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesResultObject? Type1754 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResult? Type1755 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsResult? Type1755 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResultObject? Type1756 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsResultObject? Type1756 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsResult? Type1757 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResult? Type1757 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsResultObject? Type1758 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsResultObject? Type1758 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsResult? Type1759 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsResult? Type1759 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsResultObject? Type1760 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsResultObject? Type1760 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesResult? Type1761 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsResult? Type1761 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesResultObject? Type1762 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsResultObject? Type1762 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsResult? Type1763 { get; set; } + public global::tryAGI.OpenAI.UsageImagesResult? Type1763 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsResultObject? Type1764 { get; set; } + public global::tryAGI.OpenAI.UsageImagesResultObject? Type1764 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageResponse? Type1765 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsResult? Type1765 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1766 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsResultObject? Type1766 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageTimeBucket? Type1767 { get; set; } + public global::tryAGI.OpenAI.UsageResponse? Type1767 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageTimeBucketObject? Type1768 { get; set; } + public global::System.Collections.Generic.IList? Type1768 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type1769 { get; set; } + public global::tryAGI.OpenAI.UsageTimeBucket? Type1769 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1770 { get; set; } + public global::tryAGI.OpenAI.UsageTimeBucketObject? Type1770 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresResult? Type1771 { get; set; } + public global::System.Collections.Generic.IList>? Type1771 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresResultObject? Type1772 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1772 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageResponseObject? Type1773 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresResult? Type1773 { get; set; } /// /// /// - public global::tryAGI.OpenAI.User? Type1774 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresResultObject? Type1774 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserObject? Type1775 { get; set; } + public global::tryAGI.OpenAI.UsageResponseObject? Type1775 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserRole? Type1776 { get; set; } + public global::tryAGI.OpenAI.User? Type1776 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserDeleteResponse? Type1777 { get; set; } + public global::tryAGI.OpenAI.UserObject? Type1777 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserDeleteResponseObject? Type1778 { get; set; } + public global::tryAGI.OpenAI.UserRole? Type1778 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserListResponse? Type1779 { get; set; } + public global::tryAGI.OpenAI.UserDeleteResponse? Type1779 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1780 { get; set; } + public global::tryAGI.OpenAI.UserDeleteResponseObject? Type1780 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserListResponseObject? Type1781 { get; set; } + public global::tryAGI.OpenAI.UserListResponse? Type1781 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserRoleUpdateRequest? Type1782 { get; set; } + public global::System.Collections.Generic.IList? Type1782 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UserRoleUpdateRequestRole? Type1783 { get; set; } + public global::tryAGI.OpenAI.UserListResponseObject? Type1783 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ValidateGraderRequest? Type1784 { get; set; } + public global::tryAGI.OpenAI.UserRoleUpdateRequest? Type1784 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ValidateGraderResponse? Type1785 { get; set; } + public global::tryAGI.OpenAI.UserRoleUpdateRequestRole? Type1785 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObject? Type1786 { get; set; } + public global::tryAGI.OpenAI.ValidateGraderRequest? Type1786 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObjectFileCounts? Type1787 { get; set; } + public global::tryAGI.OpenAI.ValidateGraderResponse? Type1787 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObjectObject? Type1788 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObject? Type1788 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileBatchObjectStatus? Type1789 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObjectFileCounts? Type1789 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileContentResponse? Type1790 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObjectObject? Type1790 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1791 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileBatchObjectStatus? Type1791 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileContentResponseDataItem? Type1792 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileContentResponse? Type1792 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreFileContentResponseObject? Type1793 { get; set; } + public global::System.Collections.Generic.IList? Type1793 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchRequest? Type1794 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileContentResponseDataItem? Type1794 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1795 { get; set; } + public global::tryAGI.OpenAI.VectorStoreFileContentResponseObject? Type1795 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf>? Type1796 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchRequest? Type1796 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptions? Type1797 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1797 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptionsRanker? Type1798 { get; set; } + public global::tryAGI.OpenAI.OneOf>? Type1798 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultContentObject? Type1799 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptions? Type1799 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultContentObjectType? Type1800 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchRequestRankingOptionsRanker? Type1800 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultItem? Type1801 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultContentObject? Type1801 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1802 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultContentObjectType? Type1802 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultsPage? Type1803 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultItem? Type1803 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1804 { get; set; } + public global::System.Collections.Generic.IList? Type1804 { get; set; } /// /// /// - public global::tryAGI.OpenAI.VectorStoreSearchResultsPageObject? Type1805 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultsPage? Type1805 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelled? Type1806 { get; set; } + public global::System.Collections.Generic.IList? Type1806 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelledData? Type1807 { get; set; } + public global::tryAGI.OpenAI.VectorStoreSearchResultsPageObject? Type1807 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelledObject? Type1808 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelled? Type1808 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCancelledType? Type1809 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelledData? Type1809 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompleted? Type1810 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelledObject? Type1810 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompletedData? Type1811 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCancelledType? Type1811 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompletedObject? Type1812 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompleted? Type1812 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchCompletedType? Type1813 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompletedData? Type1813 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpired? Type1814 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompletedObject? Type1814 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpiredData? Type1815 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchCompletedType? Type1815 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpiredObject? Type1816 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpired? Type1816 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchExpiredType? Type1817 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpiredData? Type1817 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailed? Type1818 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpiredObject? Type1818 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailedData? Type1819 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchExpiredType? Type1819 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailedObject? Type1820 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailed? Type1820 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookBatchFailedType? Type1821 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailedData? Type1821 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceled? Type1822 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailedObject? Type1822 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceledData? Type1823 { get; set; } + public global::tryAGI.OpenAI.WebhookBatchFailedType? Type1823 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceledObject? Type1824 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceled? Type1824 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunCanceledType? Type1825 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceledData? Type1825 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailed? Type1826 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceledObject? Type1826 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailedData? Type1827 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunCanceledType? Type1827 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailedObject? Type1828 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailed? Type1828 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunFailedType? Type1829 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailedData? Type1829 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceeded? Type1830 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailedObject? Type1830 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceededData? Type1831 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunFailedType? Type1831 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceededObject? Type1832 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceeded? Type1832 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookEvalRunSucceededType? Type1833 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceededData? Type1833 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelled? Type1834 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceededObject? Type1834 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledData? Type1835 { get; set; } + public global::tryAGI.OpenAI.WebhookEvalRunSucceededType? Type1835 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledObject? Type1836 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelled? Type1836 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledType? Type1837 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledData? Type1837 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailed? Type1838 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledObject? Type1838 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailedData? Type1839 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobCancelledType? Type1839 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailedObject? Type1840 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailed? Type1840 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobFailedType? Type1841 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailedData? Type1841 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceeded? Type1842 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailedObject? Type1842 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededData? Type1843 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobFailedType? Type1843 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededObject? Type1844 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceeded? Type1844 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededType? Type1845 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededData? Type1845 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelled? Type1846 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededObject? Type1846 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelledData? Type1847 { get; set; } + public global::tryAGI.OpenAI.WebhookFineTuningJobSucceededType? Type1847 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelledObject? Type1848 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelled? Type1848 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCancelledType? Type1849 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelledData? Type1849 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompleted? Type1850 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelledObject? Type1850 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompletedData? Type1851 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCancelledType? Type1851 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompletedObject? Type1852 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompleted? Type1852 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseCompletedType? Type1853 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompletedData? Type1853 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailed? Type1854 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompletedObject? Type1854 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailedData? Type1855 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseCompletedType? Type1855 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailedObject? Type1856 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailed? Type1856 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseFailedType? Type1857 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailedData? Type1857 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncomplete? Type1858 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailedObject? Type1858 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncompleteData? Type1859 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseFailedType? Type1859 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncompleteObject? Type1860 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncomplete? Type1860 { get; set; } /// /// /// - public global::tryAGI.OpenAI.WebhookResponseIncompleteType? Type1861 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncompleteData? Type1861 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventType? Type1862 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncompleteObject? Type1862 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeServerEventBase? Type1863 { get; set; } + public global::tryAGI.OpenAI.WebhookResponseIncompleteType? Type1863 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionUpdate? Type1864 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventType? Type1864 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeSessionUpdateType? Type1865 { get; set; } + public global::tryAGI.OpenAI.RealtimeServerEventBase? Type1865 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppend? Type1866 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionUpdate? Type1866 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppendType? Type1867 { get; set; } + public global::tryAGI.OpenAI.RealtimeSessionUpdateType? Type1867 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommit? Type1868 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppend? Type1868 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitType? Type1869 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferAppendType? Type1869 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferClear? Type1870 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommit? Type1870 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearType? Type1871 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferCommitType? Type1871 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemCreate? Type1872 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferClear? Type1872 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemCreateType? Type1873 { get; set; } + public global::tryAGI.OpenAI.RealtimeInputAudioBufferClearType? Type1873 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemTruncate? Type1874 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemCreate? Type1874 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemTruncateType? Type1875 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemCreateType? Type1875 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemDelete? Type1876 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemTruncate? Type1876 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeConversationItemDeleteType? Type1877 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemTruncateType? Type1877 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreate? Type1878 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemDelete? Type1878 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateType? Type1879 { get; set; } + public global::tryAGI.OpenAI.RealtimeConversationItemDeleteType? Type1879 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateResponse? Type1880 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreate? Type1880 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1881 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateType? Type1881 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateResponseModalitie? Type1882 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateResponse? Type1882 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateResponseVoice? Type1883 { get; set; } + public global::System.Collections.Generic.IList? Type1883 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1884 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateResponseModalitie? Type1884 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateResponseTool? Type1885 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateResponseVoice? Type1885 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1886 { get; set; } + public global::System.Collections.Generic.IList? Type1886 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateResponseToolChoice? Type1887 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateResponseTool? Type1887 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1888 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1888 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCreateResponseMaxOutputTokens? Type1889 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateResponseToolChoice? Type1889 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCancel? Type1890 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1890 { get; set; } /// /// /// - public global::tryAGI.OpenAI.RealtimeResponseCancelType? Type1891 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCreateResponseMaxOutputTokens? Type1891 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateBatchRequest? Type1892 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCancel? Type1892 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateBatchRequestCompletionWindow? Type1893 { get; set; } + public global::tryAGI.OpenAI.RealtimeResponseCancelType? Type1893 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateBatchRequestEndpoint? Type1894 { get; set; } + public global::tryAGI.OpenAI.CreateBatchRequest? Type1894 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateChatCompletionRequest? Type1895 { get; set; } + public global::tryAGI.OpenAI.CreateBatchRequestCompletionWindow? Type1895 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UpdateEvalRequest? Type1896 { get; set; } + public global::tryAGI.OpenAI.CreateBatchRequestEndpoint? Type1896 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AdminApiKeysCreateRequest? Type1897 { get; set; } + public global::tryAGI.OpenAI.UpdateChatCompletionRequest? Type1897 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAssistantsOrder? Type1898 { get; set; } + public global::tryAGI.OpenAI.UpdateEvalRequest? Type1898 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListChatCompletionsOrder? Type1899 { get; set; } + public global::tryAGI.OpenAI.AdminApiKeysCreateRequest? Type1899 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? Type1900 { get; set; } + public global::tryAGI.OpenAI.ListAssistantsOrder? Type1900 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListContainersOrder? Type1901 { get; set; } + public global::tryAGI.OpenAI.ListChatCompletionsOrder? Type1901 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListContainerFilesOrder? Type1902 { get; set; } + public global::tryAGI.OpenAI.GetChatCompletionMessagesOrder? Type1902 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListEvalsOrder? Type1903 { get; set; } + public global::tryAGI.OpenAI.ListContainersOrder? Type1903 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListEvalsOrderBy? Type1904 { get; set; } + public global::tryAGI.OpenAI.ListContainerFilesOrder? Type1904 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunsOrder? Type1905 { get; set; } + public global::tryAGI.OpenAI.ListEvalsOrder? Type1905 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunsStatus? Type1906 { get; set; } + public global::tryAGI.OpenAI.ListEvalsOrderBy? Type1906 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunOutputItemsStatus? Type1907 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunsOrder? Type1907 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetEvalRunOutputItemsOrder? Type1908 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunsStatus? Type1908 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesOrder? Type1909 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunOutputItemsStatus? Type1909 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? Type1910 { get; set; } + public global::tryAGI.OpenAI.GetEvalRunOutputItemsOrder? Type1910 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AdminApiKeysListOrder? Type1911 { get; set; } + public global::tryAGI.OpenAI.ListFilesOrder? Type1911 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListAuditLogsEffectiveAt? Type1912 { get; set; } + public global::tryAGI.OpenAI.ListFineTuningCheckpointPermissionsOrder? Type1912 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1913 { get; set; } + public global::tryAGI.OpenAI.AdminApiKeysListOrder? Type1913 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListOrganizationCertificatesOrder? Type1914 { get; set; } + public global::tryAGI.OpenAI.ListAuditLogsEffectiveAt? Type1914 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1915 { get; set; } + public global::System.Collections.Generic.IList? Type1915 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetCertificateIncludeItem? Type1916 { get; set; } + public global::tryAGI.OpenAI.ListOrganizationCertificatesOrder? Type1916 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCostsBucketWidth? Type1917 { get; set; } + public global::System.Collections.Generic.IList? Type1917 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1918 { get; set; } + public global::tryAGI.OpenAI.GetCertificateIncludeItem? Type1918 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCostsGroupByItem? Type1919 { get; set; } + public global::tryAGI.OpenAI.UsageCostsBucketWidth? Type1919 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListProjectCertificatesOrder? Type1920 { get; set; } + public global::System.Collections.Generic.IList? Type1920 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesBucketWidth? Type1921 { get; set; } + public global::tryAGI.OpenAI.UsageCostsGroupByItem? Type1921 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1922 { get; set; } + public global::tryAGI.OpenAI.ListProjectCertificatesOrder? Type1922 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioSpeechesGroupByItem? Type1923 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesBucketWidth? Type1923 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsBucketWidth? Type1924 { get; set; } + public global::System.Collections.Generic.IList? Type1924 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1925 { get; set; } + public global::tryAGI.OpenAI.UsageAudioSpeechesGroupByItem? Type1925 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageAudioTranscriptionsGroupByItem? Type1926 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsBucketWidth? Type1926 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsBucketWidth? Type1927 { get; set; } + public global::System.Collections.Generic.IList? Type1927 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1928 { get; set; } + public global::tryAGI.OpenAI.UsageAudioTranscriptionsGroupByItem? Type1928 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsGroupByItem? Type1929 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsBucketWidth? Type1929 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsBucketWidth? Type1930 { get; set; } + public global::System.Collections.Generic.IList? Type1930 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1931 { get; set; } + public global::tryAGI.OpenAI.UsageCodeInterpreterSessionsGroupByItem? Type1931 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageCompletionsGroupByItem? Type1932 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsBucketWidth? Type1932 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsBucketWidth? Type1933 { get; set; } + public global::System.Collections.Generic.IList? Type1933 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1934 { get; set; } + public global::tryAGI.OpenAI.UsageCompletionsGroupByItem? Type1934 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageEmbeddingsGroupByItem? Type1935 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsBucketWidth? Type1935 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesBucketWidth? Type1936 { get; set; } + public global::System.Collections.Generic.IList? Type1936 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1937 { get; set; } + public global::tryAGI.OpenAI.UsageEmbeddingsGroupByItem? Type1937 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesSource? Type1938 { get; set; } + public global::tryAGI.OpenAI.UsageImagesBucketWidth? 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.UsageImagesSize? Type1940 { get; set; } + public global::tryAGI.OpenAI.UsageImagesSource? Type1940 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1941 { get; set; } + public global::System.Collections.Generic.IList? Type1941 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageImagesGroupByItem? Type1942 { get; set; } + public global::tryAGI.OpenAI.UsageImagesSize? Type1942 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsBucketWidth? Type1943 { get; set; } + public global::System.Collections.Generic.IList? Type1943 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1944 { get; set; } + public global::tryAGI.OpenAI.UsageImagesGroupByItem? Type1944 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageModerationsGroupByItem? Type1945 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsBucketWidth? Type1945 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresBucketWidth? Type1946 { get; set; } + public global::System.Collections.Generic.IList? Type1946 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1947 { get; set; } + public global::tryAGI.OpenAI.UsageModerationsGroupByItem? Type1947 { get; set; } /// /// /// - public global::tryAGI.OpenAI.UsageVectorStoresGroupByItem? Type1948 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresBucketWidth? Type1948 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListInputItemsOrder? Type1949 { get; set; } + public global::System.Collections.Generic.IList? Type1949 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListMessagesOrder? Type1950 { get; set; } + public global::tryAGI.OpenAI.UsageVectorStoresGroupByItem? Type1950 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunsOrder? Type1951 { get; set; } + public global::tryAGI.OpenAI.ListInputItemsOrder? Type1951 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1952 { get; set; } + public global::tryAGI.OpenAI.ListMessagesOrder? Type1952 { get; set; } /// /// /// - public global::tryAGI.OpenAI.CreateRunIncludeItem? Type1953 { get; set; } + public global::tryAGI.OpenAI.ListRunsOrder? Type1953 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunStepsOrder? Type1954 { get; set; } + public global::System.Collections.Generic.IList? Type1954 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1955 { get; set; } + public global::tryAGI.OpenAI.CreateRunIncludeItem? Type1955 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListRunStepsIncludeItem? Type1956 { get; set; } + public global::tryAGI.OpenAI.ListRunStepsOrder? Type1956 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type1957 { get; set; } + public global::System.Collections.Generic.IList? Type1957 { get; set; } /// /// /// - public global::tryAGI.OpenAI.GetRunStepIncludeItem? Type1958 { get; set; } + public global::tryAGI.OpenAI.ListRunStepsIncludeItem? Type1958 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoresOrder? Type1959 { get; set; } + public global::System.Collections.Generic.IList? Type1959 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchOrder? Type1960 { get; set; } + public global::tryAGI.OpenAI.GetRunStepIncludeItem? Type1960 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchFilter? Type1961 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoresOrder? Type1961 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoreFilesOrder? Type1962 { get; set; } + public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchOrder? Type1962 { get; set; } /// /// /// - public global::tryAGI.OpenAI.ListVectorStoreFilesFilter? Type1963 { get; set; } + public global::tryAGI.OpenAI.ListFilesInVectorStoreBatchFilter? Type1963 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1964 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoreFilesOrder? Type1964 { get; set; } /// /// /// - public global::tryAGI.OpenAI.OneOf? Type1965 { get; set; } + public global::tryAGI.OpenAI.ListVectorStoreFilesFilter? Type1965 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteEvalResponse? Type1966 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1966 { get; set; } /// /// /// - public global::tryAGI.OpenAI.DeleteEvalRunResponse? Type1967 { get; set; } + public global::tryAGI.OpenAI.OneOf? Type1967 { get; set; } /// /// /// - public global::tryAGI.OpenAI.AdminApiKeysDeleteResponse? Type1968 { get; set; } + public global::tryAGI.OpenAI.DeleteEvalResponse? Type1968 { get; set; } + /// + /// + /// + public global::tryAGI.OpenAI.DeleteEvalRunResponse? Type1969 { get; set; } + /// + /// + /// + public global::tryAGI.OpenAI.AdminApiKeysDeleteResponse? Type1970 { get; set; } } } \ No newline at end of file diff --git a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ChatCompletionMessageListDataItem.g.cs b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ChatCompletionMessageListDataItem.g.cs index ce3c1b38..b062af3c 100644 --- a/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ChatCompletionMessageListDataItem.g.cs +++ b/src/libs/tryAGI.OpenAI/Generated/tryAGI.OpenAI.Models.ChatCompletionMessageListDataItem.g.cs @@ -1,4 +1,6 @@ +#pragma warning disable CS0618 // Type or member is obsolete + #nullable enable namespace tryAGI.OpenAI @@ -8,6 +10,13 @@ namespace tryAGI.OpenAI /// public sealed partial class ChatCompletionMessageListDataItem { + /// + /// If a content parts array was provided, this is an array of `text` and `image_url` parts.
+ /// Otherwise, null. + ///
+ [global::System.Text.Json.Serialization.JsonPropertyName("content_parts")] + public global::System.Collections.Generic.IList>? ContentParts { get; set; } + /// /// The identifier of the chat message. /// @@ -24,6 +33,10 @@ public sealed partial class ChatCompletionMessageListDataItem /// /// Initializes a new instance of the class. /// + /// + /// If a content parts array was provided, this is an array of `text` and `image_url` parts.
+ /// Otherwise, null. + /// /// /// The identifier of the chat message. /// @@ -31,9 +44,11 @@ public sealed partial class ChatCompletionMessageListDataItem [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public ChatCompletionMessageListDataItem( - string id) + string id, + global::System.Collections.Generic.IList>? contentParts) { this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id)); + this.ContentParts = contentParts; } /// 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 096bbbfb..a8bd8335 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 @@ -18,6 +18,23 @@ public sealed partial class ModelResponseProperties [global::System.Text.Json.Serialization.JsonPropertyName("metadata")] public global::System.Collections.Generic.Dictionary? Metadata { get; set; } + /// + /// Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the `user` field. [Learn more](/docs/guides/prompt-caching).
+ /// Example: prompt-cache-key-1234 + ///
+ /// prompt-cache-key-1234 + [global::System.Text.Json.Serialization.JsonPropertyName("prompt_cache_key")] + public string? PromptCacheKey { get; set; } + + /// + /// A stable identifier used to help detect users of your application that may be violating OpenAI's usage policies.
+ /// The IDs should be a string that uniquely identifies each user. We recommend hashing their username or email address, in order to avoid sending us any identifying information. [Learn more](/docs/guides/safety-best-practices#safety-identifiers).
+ /// Example: safety-identifier-1234 + ///
+ /// safety-identifier-1234 + [global::System.Text.Json.Serialization.JsonPropertyName("safety_identifier")] + public string? SafetyIdentifier { get; set; } + /// /// 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'.
@@ -62,12 +79,14 @@ public sealed partial class ModelResponseProperties public double? TopP { get; set; } /// + /// This field is being replaced by `safety_identifier` and `prompt_cache_key`. Use `prompt_cache_key` instead to maintain caching optimizations.
/// A stable identifier for your end-users.
- /// Used to boost cache hit rates by better bucketing similar requests and to help OpenAI detect and prevent abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).
+ /// Used to boost cache hit rates by better bucketing similar requests and to help OpenAI detect and prevent abuse. [Learn more](/docs/guides/safety-best-practices#safety-identifiers).
/// Example: user-1234 ///
/// user-1234 [global::System.Text.Json.Serialization.JsonPropertyName("user")] + [global::System.Obsolete("This property marked as deprecated.")] public string? User { get; set; } /// @@ -86,6 +105,15 @@ public sealed partial class ModelResponseProperties /// Keys are strings with a maximum length of 64 characters. Values are strings
/// with a maximum length of 512 characters. /// + /// + /// Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the `user` field. [Learn more](/docs/guides/prompt-caching).
+ /// Example: prompt-cache-key-1234 + /// + /// + /// A stable identifier used to help detect users of your application that may be violating OpenAI's usage policies.
+ /// The IDs should be a string that uniquely identifies each user. We recommend hashing their username or email address, in order to avoid sending us any identifying information. [Learn more](/docs/guides/safety-best-practices#safety-identifiers).
+ /// Example: safety-identifier-1234 + /// /// /// 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'.
@@ -114,28 +142,25 @@ public sealed partial class ModelResponseProperties /// Default Value: 1
/// Example: 1 /// - /// - /// A stable identifier for your end-users.
- /// Used to boost cache hit rates by better bucketing similar requests and to help OpenAI detect and prevent abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).
- /// Example: user-1234 - /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif public ModelResponseProperties( global::System.Collections.Generic.Dictionary? metadata, + string? promptCacheKey, + string? safetyIdentifier, global::tryAGI.OpenAI.ServiceTier? serviceTier, double? temperature, int? topLogprobs, - double? topP, - string? user) + double? topP) { this.Metadata = metadata; + this.PromptCacheKey = promptCacheKey; + this.SafetyIdentifier = safetyIdentifier; this.ServiceTier = serviceTier; this.Temperature = temperature; this.TopLogprobs = topLogprobs; this.TopP = topP; - this.User = user; } /// diff --git a/src/libs/tryAGI.OpenAI/openapi.yaml b/src/libs/tryAGI.OpenAI/openapi.yaml index e9735c41..b71edd9e 100644 --- a/src/libs/tryAGI.OpenAI/openapi.yaml +++ b/src/libs/tryAGI.OpenAI/openapi.yaml @@ -58,6 +58,7 @@ paths: request: curl: "curl \"https://api.openai.com/v1/assistants?order=desc&limit=20\" \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n page, err := client.Beta.Assistants.List(context.TODO(), openai.BetaAssistantListParams{\n\n })\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", page)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.assistants.AssistantListPage;\nimport com.openai.models.beta.assistants.AssistantListParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n AssistantListPage page = client.beta().assistants().list();\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.assistants.AssistantListPage\nimport com.openai.models.beta.assistants.AssistantListParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val page: AssistantListPage = client.beta().assistants().list()\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\n// Automatically fetches more pages as needed.\nfor await (const assistant of client.beta.assistants.list()) {\n console.log(assistant.id);\n}" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\npage = client.beta.assistants.list()\npage = page.data[0]\nprint(page.id)" @@ -90,6 +91,7 @@ paths: request: curl: "curl \"https://api.openai.com/v1/assistants\" \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"instructions\": \"You are a personal math tutor. When asked a question, write and run Python code to answer the question.\",\n \"name\": \"Math Tutor\",\n \"tools\": [{\"type\": \"code_interpreter\"}],\n \"model\": \"gpt-4o\"\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n \"github.com/openai/openai-go/shared\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n assistant, err := client.Beta.Assistants.New(context.TODO(), openai.BetaAssistantNewParams{\n Model: shared.ChatModelGPT4_1,\n })\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", assistant.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.ChatModel;\nimport com.openai.models.beta.assistants.Assistant;\nimport com.openai.models.beta.assistants.AssistantCreateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n AssistantCreateParams params = AssistantCreateParams.builder()\n .model(ChatModel.GPT_4_1)\n .build();\n Assistant assistant = client.beta().assistants().create(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.ChatModel\nimport com.openai.models.beta.assistants.Assistant\nimport com.openai.models.beta.assistants.AssistantCreateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: AssistantCreateParams = AssistantCreateParams.builder()\n .model(ChatModel.GPT_4_1)\n .build()\n val assistant: Assistant = client.beta().assistants().create(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst assistant = await client.beta.assistants.create({ model: 'gpt-4o' });\n\nconsole.log(assistant.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nassistant = client.beta.assistants.create(\n model=\"gpt-4o\",\n)\nprint(assistant.id)" @@ -125,6 +127,7 @@ paths: request: curl: "curl https://api.openai.com/v1/assistants/asst_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -X DELETE\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n assistantDeleted, err := client.Beta.Assistants.Delete(context.TODO(), \"assistant_id\")\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", assistantDeleted.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.assistants.AssistantDeleteParams;\nimport com.openai.models.beta.assistants.AssistantDeleted;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n AssistantDeleted assistantDeleted = client.beta().assistants().delete(\"assistant_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.assistants.AssistantDeleteParams\nimport com.openai.models.beta.assistants.AssistantDeleted\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val assistantDeleted: AssistantDeleted = client.beta().assistants().delete(\"assistant_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst assistantDeleted = await client.beta.assistants.delete('assistant_id');\n\nconsole.log(assistantDeleted.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nassistant_deleted = client.beta.assistants.delete(\n \"assistant_id\",\n)\nprint(assistant_deleted.id)" @@ -158,6 +161,7 @@ paths: request: curl: "curl https://api.openai.com/v1/assistants/asst_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n assistant, err := client.Beta.Assistants.Get(context.TODO(), \"assistant_id\")\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", assistant.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.assistants.Assistant;\nimport com.openai.models.beta.assistants.AssistantRetrieveParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n Assistant assistant = client.beta().assistants().retrieve(\"assistant_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.assistants.Assistant\nimport com.openai.models.beta.assistants.AssistantRetrieveParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val assistant: Assistant = client.beta().assistants().retrieve(\"assistant_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst assistant = await client.beta.assistants.retrieve('assistant_id');\n\nconsole.log(assistant.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nassistant = client.beta.assistants.retrieve(\n \"assistant_id\",\n)\nprint(assistant.id)" @@ -197,6 +201,7 @@ paths: request: curl: "curl https://api.openai.com/v1/assistants/asst_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"instructions\": \"You are an HR bot, and you have access to files to answer employee questions about company policies. Always response with info from either of the files.\",\n \"tools\": [{\"type\": \"file_search\"}],\n \"model\": \"gpt-4o\"\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n assistant, err := client.Beta.Assistants.Update(\n context.TODO(),\n \"assistant_id\",\n openai.BetaAssistantUpdateParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", assistant.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.assistants.Assistant;\nimport com.openai.models.beta.assistants.AssistantUpdateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n Assistant assistant = client.beta().assistants().update(\"assistant_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.assistants.Assistant\nimport com.openai.models.beta.assistants.AssistantUpdateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val assistant: Assistant = client.beta().assistants().update(\"assistant_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst assistant = await client.beta.assistants.update('assistant_id');\n\nconsole.log(assistant.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nassistant = client.beta.assistants.update(\n assistant_id=\"assistant_id\",\n)\nprint(assistant.id)" @@ -5336,6 +5341,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d ''\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n thread, err := client.Beta.Threads.New(context.TODO(), openai.BetaThreadNewParams{\n\n })\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", thread.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.Thread;\nimport com.openai.models.beta.threads.ThreadCreateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n Thread thread = client.beta().threads().create();\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.Thread\nimport com.openai.models.beta.threads.ThreadCreateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val thread: Thread = client.beta().threads().create()\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst thread = await client.beta.threads.create();\n\nconsole.log(thread.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nthread = client.beta.threads.create()\nprint(thread.id)" @@ -5370,6 +5376,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/runs \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"assistant_id\": \"asst_abc123\",\n \"thread\": {\n \"messages\": [\n {\"role\": \"user\", \"content\": \"Explain deep learning to a 5 year old.\"}\n ]\n }\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n run, err := client.Beta.Threads.NewAndRun(context.TODO(), openai.BetaThreadNewAndRunParams{\n AssistantID: \"assistant_id\",\n })\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", run.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.ThreadCreateAndRunParams;\nimport com.openai.models.beta.threads.runs.Run;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n ThreadCreateAndRunParams params = ThreadCreateAndRunParams.builder()\n .assistantId(\"assistant_id\")\n .build();\n Run run = client.beta().threads().createAndRun(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.ThreadCreateAndRunParams\nimport com.openai.models.beta.threads.runs.Run\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: ThreadCreateAndRunParams = ThreadCreateAndRunParams.builder()\n .assistantId(\"assistant_id\")\n .build()\n val run: Run = client.beta().threads().createAndRun(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst run = await client.beta.threads.createAndRun({ assistant_id: 'assistant_id' });\n\nconsole.log(run.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nrun = client.beta.threads.create_and_run(\n assistant_id=\"assistant_id\",\n)\nprint(run.id)" @@ -5405,6 +5412,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -X DELETE\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n threadDeleted, err := client.Beta.Threads.Delete(context.TODO(), \"thread_id\")\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", threadDeleted.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.ThreadDeleteParams;\nimport com.openai.models.beta.threads.ThreadDeleted;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n ThreadDeleted threadDeleted = client.beta().threads().delete(\"thread_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.ThreadDeleteParams\nimport com.openai.models.beta.threads.ThreadDeleted\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val threadDeleted: ThreadDeleted = client.beta().threads().delete(\"thread_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst threadDeleted = await client.beta.threads.delete('thread_id');\n\nconsole.log(threadDeleted.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nthread_deleted = client.beta.threads.delete(\n \"thread_id\",\n)\nprint(thread_deleted.id)" @@ -5438,6 +5446,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n thread, err := client.Beta.Threads.Get(context.TODO(), \"thread_id\")\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", thread.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.Thread;\nimport com.openai.models.beta.threads.ThreadRetrieveParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n Thread thread = client.beta().threads().retrieve(\"thread_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.Thread\nimport com.openai.models.beta.threads.ThreadRetrieveParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val thread: Thread = client.beta().threads().retrieve(\"thread_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst thread = await client.beta.threads.retrieve('thread_id');\n\nconsole.log(thread.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nthread = client.beta.threads.retrieve(\n \"thread_id\",\n)\nprint(thread.id)" @@ -5477,6 +5486,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"metadata\": {\n \"modified\": \"true\",\n \"user\": \"abc123\"\n }\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n thread, err := client.Beta.Threads.Update(\n context.TODO(),\n \"thread_id\",\n openai.BetaThreadUpdateParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", thread.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.Thread;\nimport com.openai.models.beta.threads.ThreadUpdateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n Thread thread = client.beta().threads().update(\"thread_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.Thread\nimport com.openai.models.beta.threads.ThreadUpdateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val thread: Thread = client.beta().threads().update(\"thread_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst thread = await client.beta.threads.update('thread_id');\n\nconsole.log(thread.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nthread = client.beta.threads.update(\n thread_id=\"thread_id\",\n)\nprint(thread.id)" @@ -5541,6 +5551,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/messages \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n page, err := client.Beta.Threads.Messages.List(\n context.TODO(),\n \"thread_id\",\n openai.BetaThreadMessageListParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", page)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.messages.MessageListPage;\nimport com.openai.models.beta.threads.messages.MessageListParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n MessageListPage page = client.beta().threads().messages().list(\"thread_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.messages.MessageListPage\nimport com.openai.models.beta.threads.messages.MessageListParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val page: MessageListPage = client.beta().threads().messages().list(\"thread_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\n// Automatically fetches more pages as needed.\nfor await (const message of client.beta.threads.messages.list('thread_id')) {\n console.log(message.id);\n}" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\npage = client.beta.threads.messages.list(\n thread_id=\"thread_id\",\n)\npage = page.data[0]\nprint(page.id)" @@ -5580,6 +5591,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/messages \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"role\": \"user\",\n \"content\": \"How does AI work? Explain it in simple terms.\"\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n message, err := client.Beta.Threads.Messages.New(\n context.TODO(),\n \"thread_id\",\n openai.BetaThreadMessageNewParams{\n Content: openai.BetaThreadMessageNewParamsContentUnion{\n OfString: openai.String(\"string\"),\n },\n Role: openai.BetaThreadMessageNewParamsRoleUser,\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", message.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.messages.Message;\nimport com.openai.models.beta.threads.messages.MessageCreateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n MessageCreateParams params = MessageCreateParams.builder()\n .threadId(\"thread_id\")\n .content(\"string\")\n .role(MessageCreateParams.Role.USER)\n .build();\n Message message = client.beta().threads().messages().create(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.messages.Message\nimport com.openai.models.beta.threads.messages.MessageCreateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: MessageCreateParams = MessageCreateParams.builder()\n .threadId(\"thread_id\")\n .content(\"string\")\n .role(MessageCreateParams.Role.USER)\n .build()\n val message: Message = client.beta().threads().messages().create(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst message = await client.beta.threads.messages.create('thread_id', { content: 'string', role: 'user' });\n\nconsole.log(message.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nmessage = client.beta.threads.messages.create(\n thread_id=\"thread_id\",\n content=\"string\",\n role=\"user\",\n)\nprint(message.id)" @@ -5620,6 +5632,7 @@ paths: request: curl: "curl -X DELETE https://api.openai.com/v1/threads/thread_abc123/messages/msg_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n messageDeleted, err := client.Beta.Threads.Messages.Delete(\n context.TODO(),\n \"thread_id\",\n \"message_id\",\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", messageDeleted.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.messages.MessageDeleteParams;\nimport com.openai.models.beta.threads.messages.MessageDeleted;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n MessageDeleteParams params = MessageDeleteParams.builder()\n .threadId(\"thread_id\")\n .messageId(\"message_id\")\n .build();\n MessageDeleted messageDeleted = client.beta().threads().messages().delete(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.messages.MessageDeleteParams\nimport com.openai.models.beta.threads.messages.MessageDeleted\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: MessageDeleteParams = MessageDeleteParams.builder()\n .threadId(\"thread_id\")\n .messageId(\"message_id\")\n .build()\n val messageDeleted: MessageDeleted = client.beta().threads().messages().delete(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst messageDeleted = await client.beta.threads.messages.delete('message_id', { thread_id: 'thread_id' });\n\nconsole.log(messageDeleted.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nmessage_deleted = client.beta.threads.messages.delete(\n message_id=\"message_id\",\n thread_id=\"thread_id\",\n)\nprint(message_deleted.id)" @@ -5659,6 +5672,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/messages/msg_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n message, err := client.Beta.Threads.Messages.Get(\n context.TODO(),\n \"thread_id\",\n \"message_id\",\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", message.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.messages.Message;\nimport com.openai.models.beta.threads.messages.MessageRetrieveParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n MessageRetrieveParams params = MessageRetrieveParams.builder()\n .threadId(\"thread_id\")\n .messageId(\"message_id\")\n .build();\n Message message = client.beta().threads().messages().retrieve(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.messages.Message\nimport com.openai.models.beta.threads.messages.MessageRetrieveParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: MessageRetrieveParams = MessageRetrieveParams.builder()\n .threadId(\"thread_id\")\n .messageId(\"message_id\")\n .build()\n val message: Message = client.beta().threads().messages().retrieve(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst message = await client.beta.threads.messages.retrieve('message_id', { thread_id: 'thread_id' });\n\nconsole.log(message.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nmessage = client.beta.threads.messages.retrieve(\n message_id=\"message_id\",\n thread_id=\"thread_id\",\n)\nprint(message.id)" @@ -5704,6 +5718,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/messages/msg_abc123 \\\n -H \"Content-Type: application/json\" \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"metadata\": {\n \"modified\": \"true\",\n \"user\": \"abc123\"\n }\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n message, err := client.Beta.Threads.Messages.Update(\n context.TODO(),\n \"thread_id\",\n \"message_id\",\n openai.BetaThreadMessageUpdateParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", message.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.messages.Message;\nimport com.openai.models.beta.threads.messages.MessageUpdateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n MessageUpdateParams params = MessageUpdateParams.builder()\n .threadId(\"thread_id\")\n .messageId(\"message_id\")\n .build();\n Message message = client.beta().threads().messages().update(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.messages.Message\nimport com.openai.models.beta.threads.messages.MessageUpdateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: MessageUpdateParams = MessageUpdateParams.builder()\n .threadId(\"thread_id\")\n .messageId(\"message_id\")\n .build()\n val message: Message = client.beta().threads().messages().update(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst message = await client.beta.threads.messages.update('message_id', { thread_id: 'thread_id' });\n\nconsole.log(message.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nmessage = client.beta.threads.messages.update(\n message_id=\"message_id\",\n thread_id=\"thread_id\",\n)\nprint(message.id)" @@ -5763,6 +5778,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/runs \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n page, err := client.Beta.Threads.Runs.List(\n context.TODO(),\n \"thread_id\",\n openai.BetaThreadRunListParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", page)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.RunListPage;\nimport com.openai.models.beta.threads.runs.RunListParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n RunListPage page = client.beta().threads().runs().list(\"thread_id\");\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.RunListPage\nimport com.openai.models.beta.threads.runs.RunListParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val page: RunListPage = client.beta().threads().runs().list(\"thread_id\")\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\n// Automatically fetches more pages as needed.\nfor await (const run of client.beta.threads.runs.list('thread_id')) {\n console.log(run.id);\n}" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\npage = client.beta.threads.runs.list(\n thread_id=\"thread_id\",\n)\npage = page.data[0]\nprint(page.id)" @@ -5811,6 +5827,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/runs \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"assistant_id\": \"asst_abc123\"\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n run, err := client.Beta.Threads.Runs.New(\n context.TODO(),\n \"thread_id\",\n openai.BetaThreadRunNewParams{\n AssistantID: \"assistant_id\",\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", run.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.Run;\nimport com.openai.models.beta.threads.runs.RunCreateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n RunCreateParams params = RunCreateParams.builder()\n .threadId(\"thread_id\")\n .assistantId(\"assistant_id\")\n .build();\n Run run = client.beta().threads().runs().create(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.Run\nimport com.openai.models.beta.threads.runs.RunCreateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: RunCreateParams = RunCreateParams.builder()\n .threadId(\"thread_id\")\n .assistantId(\"assistant_id\")\n .build()\n val run: Run = client.beta().threads().runs().create(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst run = await client.beta.threads.runs.create('thread_id', { assistant_id: 'assistant_id' });\n\nconsole.log(run.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nrun = client.beta.threads.runs.create(\n thread_id=\"thread_id\",\n assistant_id=\"assistant_id\",\n)\nprint(run.id)" @@ -5852,6 +5869,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123 \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n run, err := client.Beta.Threads.Runs.Get(\n context.TODO(),\n \"thread_id\",\n \"run_id\",\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", run.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.Run;\nimport com.openai.models.beta.threads.runs.RunRetrieveParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n RunRetrieveParams params = RunRetrieveParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build();\n Run run = client.beta().threads().runs().retrieve(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.Run\nimport com.openai.models.beta.threads.runs.RunRetrieveParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: RunRetrieveParams = RunRetrieveParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build()\n val run: Run = client.beta().threads().runs().retrieve(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst run = await client.beta.threads.runs.retrieve('run_id', { thread_id: 'thread_id' });\n\nconsole.log(run.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nrun = client.beta.threads.runs.retrieve(\n run_id=\"run_id\",\n thread_id=\"thread_id\",\n)\nprint(run.id)" @@ -5897,6 +5915,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123 \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"metadata\": {\n \"user_id\": \"user_abc123\"\n }\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n run, err := client.Beta.Threads.Runs.Update(\n context.TODO(),\n \"thread_id\",\n \"run_id\",\n openai.BetaThreadRunUpdateParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", run.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.Run;\nimport com.openai.models.beta.threads.runs.RunUpdateParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n RunUpdateParams params = RunUpdateParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build();\n Run run = client.beta().threads().runs().update(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.Run\nimport com.openai.models.beta.threads.runs.RunUpdateParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: RunUpdateParams = RunUpdateParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build()\n val run: Run = client.beta().threads().runs().update(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst run = await client.beta.threads.runs.update('run_id', { thread_id: 'thread_id' });\n\nconsole.log(run.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nrun = client.beta.threads.runs.update(\n run_id=\"run_id\",\n thread_id=\"thread_id\",\n)\nprint(run.id)" @@ -5937,6 +5956,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123/cancel \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -X POST\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n run, err := client.Beta.Threads.Runs.Cancel(\n context.TODO(),\n \"thread_id\",\n \"run_id\",\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", run.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.Run;\nimport com.openai.models.beta.threads.runs.RunCancelParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n RunCancelParams params = RunCancelParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build();\n Run run = client.beta().threads().runs().cancel(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.Run\nimport com.openai.models.beta.threads.runs.RunCancelParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: RunCancelParams = RunCancelParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build()\n val run: Run = client.beta().threads().runs().cancel(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst run = await client.beta.threads.runs.cancel('run_id', { thread_id: 'thread_id' });\n\nconsole.log(run.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nrun = client.beta.threads.runs.cancel(\n run_id=\"run_id\",\n thread_id=\"thread_id\",\n)\nprint(run.id)" @@ -6011,6 +6031,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123/steps \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n page, err := client.Beta.Threads.Runs.Steps.List(\n context.TODO(),\n \"thread_id\",\n \"run_id\",\n openai.BetaThreadRunStepListParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", page)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.steps.StepListPage;\nimport com.openai.models.beta.threads.runs.steps.StepListParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n StepListParams params = StepListParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build();\n StepListPage page = client.beta().threads().runs().steps().list(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.steps.StepListPage\nimport com.openai.models.beta.threads.runs.steps.StepListParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: StepListParams = StepListParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .build()\n val page: StepListPage = client.beta().threads().runs().steps().list(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\n// Automatically fetches more pages as needed.\nfor await (const runStep of client.beta.threads.runs.steps.list('run_id', { thread_id: 'thread_id' })) {\n console.log(runStep.id);\n}" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\npage = client.beta.threads.runs.steps.list(\n run_id=\"run_id\",\n thread_id=\"thread_id\",\n)\npage = page.data[0]\nprint(page.id)" @@ -6066,6 +6087,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_abc123/runs/run_abc123/steps/step_abc123 \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -H \"OpenAI-Beta: assistants=v2\"\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n runStep, err := client.Beta.Threads.Runs.Steps.Get(\n context.TODO(),\n \"thread_id\",\n \"run_id\",\n \"step_id\",\n openai.BetaThreadRunStepGetParams{\n\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", runStep.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.steps.RunStep;\nimport com.openai.models.beta.threads.runs.steps.StepRetrieveParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n StepRetrieveParams params = StepRetrieveParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .stepId(\"step_id\")\n .build();\n RunStep runStep = client.beta().threads().runs().steps().retrieve(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.steps.RunStep\nimport com.openai.models.beta.threads.runs.steps.StepRetrieveParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: StepRetrieveParams = StepRetrieveParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .stepId(\"step_id\")\n .build()\n val runStep: RunStep = client.beta().threads().runs().steps().retrieve(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst runStep = await client.beta.threads.runs.steps.retrieve('step_id', {\n thread_id: 'thread_id',\n run_id: 'run_id',\n});\n\nconsole.log(runStep.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nrun_step = client.beta.threads.runs.steps.retrieve(\n step_id=\"step_id\",\n thread_id=\"thread_id\",\n run_id=\"run_id\",\n)\nprint(run_step.id)" @@ -6112,6 +6134,7 @@ paths: request: curl: "curl https://api.openai.com/v1/threads/thread_123/runs/run_123/submit_tool_outputs \\\n -H \"Authorization: Bearer $OPENAI_API_KEY\" \\\n -H \"Content-Type: application/json\" \\\n -H \"OpenAI-Beta: assistants=v2\" \\\n -d '{\n \"tool_outputs\": [\n {\n \"tool_call_id\": \"call_001\",\n \"output\": \"70 degrees and sunny.\"\n }\n ]\n }'\n" go: "package main\n\nimport (\n \"context\"\n \"fmt\"\n\n \"github.com/openai/openai-go\"\n \"github.com/openai/openai-go/option\"\n)\n\nfunc main() {\n client := openai.NewClient(\n option.WithAPIKey(\"My API Key\"),\n )\n run, err := client.Beta.Threads.Runs.SubmitToolOutputs(\n context.TODO(),\n \"thread_id\",\n \"run_id\",\n openai.BetaThreadRunSubmitToolOutputsParams{\n ToolOutputs: []openai.BetaThreadRunSubmitToolOutputsParamsToolOutput{openai.BetaThreadRunSubmitToolOutputsParamsToolOutput{\n\n }},\n },\n )\n if err != nil {\n panic(err.Error())\n }\n fmt.Printf(\"%+v\\n\", run.ID)\n}\n" + java: "package com.openai.example;\n\nimport com.openai.client.OpenAIClient;\nimport com.openai.client.okhttp.OpenAIOkHttpClient;\nimport com.openai.models.beta.threads.runs.Run;\nimport com.openai.models.beta.threads.runs.RunSubmitToolOutputsParams;\n\npublic final class Main {\n private Main() {}\n\n public static void main(String[] args) {\n OpenAIClient client = OpenAIOkHttpClient.fromEnv();\n\n RunSubmitToolOutputsParams params = RunSubmitToolOutputsParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .addToolOutput(RunSubmitToolOutputsParams.ToolOutput.builder().build())\n .build();\n Run run = client.beta().threads().runs().submitToolOutputs(params);\n }\n}" kotlin: "package com.openai.example\n\nimport com.openai.client.OpenAIClient\nimport com.openai.client.okhttp.OpenAIOkHttpClient\nimport com.openai.models.beta.threads.runs.Run\nimport com.openai.models.beta.threads.runs.RunSubmitToolOutputsParams\n\nfun main() {\n val client: OpenAIClient = OpenAIOkHttpClient.fromEnv()\n\n val params: RunSubmitToolOutputsParams = RunSubmitToolOutputsParams.builder()\n .threadId(\"thread_id\")\n .runId(\"run_id\")\n .addToolOutput(RunSubmitToolOutputsParams.ToolOutput.builder().build())\n .build()\n val run: Run = client.beta().threads().runs().submitToolOutputs(params)\n}" node.js: "import OpenAI from 'openai';\n\nconst client = new OpenAI({\n apiKey: 'My API Key',\n});\n\nconst run = await client.beta.threads.runs.submitToolOutputs('run_id', {\n thread_id: 'thread_id',\n tool_outputs: [{}],\n});\n\nconsole.log(run.id);" python: "from openai import OpenAI\n\nclient = OpenAI(\n api_key=\"My API Key\",\n)\nrun = client.beta.threads.runs.submit_tool_outputs(\n run_id=\"run_id\",\n thread_id=\"thread_id\",\n tool_outputs=[{}],\n)\nprint(run.id)" @@ -8190,6 +8213,14 @@ components: - id type: object properties: + content_parts: + type: array + items: + oneOf: + - $ref: '#/components/schemas/ChatCompletionRequestMessageContentPartText' + - $ref: '#/components/schemas/ChatCompletionRequestMessageContentPartImage' + description: "If a content parts array was provided, this is an array of `text` and `image_url` parts. \nOtherwise, null.\n" + nullable: true id: type: string description: The identifier of the chat message. @@ -17071,6 +17102,14 @@ components: properties: metadata: $ref: '#/components/schemas/Metadata' + prompt_cache_key: + type: string + description: "Used by OpenAI to cache responses for similar requests to optimize your cache hit rates. Replaces the `user` field. [Learn more](/docs/guides/prompt-caching).\n" + example: prompt-cache-key-1234 + safety_identifier: + type: string + description: "A stable identifier used to help detect users of your application that may be violating OpenAI's usage policies. \nThe IDs should be a string that uniquely identifies each user. We recommend hashing their username or email address, in order to avoid sending us any identifying information. [Learn more](/docs/guides/safety-best-practices#safety-identifiers).\n" + example: safety-identifier-1234 service_tier: $ref: '#/components/schemas/ServiceTier' temperature: @@ -17097,8 +17136,9 @@ components: example: 1 user: type: string - description: "A stable identifier for your end-users. \nUsed to boost cache hit rates by better bucketing similar requests and to help OpenAI detect and prevent abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).\n" + description: "This field is being replaced by `safety_identifier` and `prompt_cache_key`. Use `prompt_cache_key` instead to maintain caching optimizations.\nA stable identifier for your end-users. \nUsed to boost cache hit rates by better bucketing similar requests and to help OpenAI detect and prevent abuse. [Learn more](/docs/guides/safety-best-practices#safety-identifiers).\n" example: user-1234 + deprecated: true ModifyAssistantRequest: type: object properties: