diff --git a/api/OpenAI.net8.0.cs b/api/OpenAI.net8.0.cs index 60adf9c3c..9b5e0c62f 100644 --- a/api/OpenAI.net8.0.cs +++ b/api/OpenAI.net8.0.cs @@ -6430,6 +6430,72 @@ public class StreamingResponseQueuedUpdate : StreamingResponseUpdate, IJsonModel protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); } [Experimental("OPENAI001")] + public class StreamingResponseReasoningSummaryPartAddedUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string ItemId { get; } + public int OutputIndex { get; } + public ReasoningSummaryPart Part { get; } + public int SummaryIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + [Experimental("OPENAI001")] + public class StreamingResponseReasoningSummaryPartDoneUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string ItemId { get; } + public int OutputIndex { get; } + public ReasoningSummaryPart Part { get; } + public int SummaryIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + [Experimental("OPENAI001")] + public class StreamingResponseReasoningSummaryTextDeltaUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string Delta { get; } + public string ItemId { get; } + public int OutputIndex { get; } + public int SummaryIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + [Experimental("OPENAI001")] + public class StreamingResponseReasoningSummaryTextDoneUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string ItemId { get; } + public int OutputIndex { get; } + public int SummaryIndex { get; } + public string Text { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + [Experimental("OPENAI001")] + public class StreamingResponseReasoningTextDeltaUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public int ContentIndex { get; } + public string Delta { get; } + public string ItemId { get; } + public int OutputIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + [Experimental("OPENAI001")] + public class StreamingResponseReasoningTextDoneUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public int ContentIndex { get; } + public string ItemId { get; } + public int OutputIndex { get; } + public string Text { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + [Experimental("OPENAI001")] public class StreamingResponseRefusalDeltaUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { public int ContentIndex { get; } public string Delta { get; } diff --git a/api/OpenAI.netstandard2.0.cs b/api/OpenAI.netstandard2.0.cs index f807e6bd5..e9aa597cb 100644 --- a/api/OpenAI.netstandard2.0.cs +++ b/api/OpenAI.netstandard2.0.cs @@ -5652,6 +5652,66 @@ public class StreamingResponseQueuedUpdate : StreamingResponseUpdate, IJsonModel protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); } + public class StreamingResponseReasoningSummaryPartAddedUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string ItemId { get; } + public int OutputIndex { get; } + public ReasoningSummaryPart Part { get; } + public int SummaryIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + public class StreamingResponseReasoningSummaryPartDoneUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string ItemId { get; } + public int OutputIndex { get; } + public ReasoningSummaryPart Part { get; } + public int SummaryIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + public class StreamingResponseReasoningSummaryTextDeltaUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string Delta { get; } + public string ItemId { get; } + public int OutputIndex { get; } + public int SummaryIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + public class StreamingResponseReasoningSummaryTextDoneUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public string ItemId { get; } + public int OutputIndex { get; } + public int SummaryIndex { get; } + public string Text { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + public class StreamingResponseReasoningTextDeltaUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public int ContentIndex { get; } + public string Delta { get; } + public string ItemId { get; } + public int OutputIndex { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } + public class StreamingResponseReasoningTextDoneUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { + public int ContentIndex { get; } + public string ItemId { get; } + public int OutputIndex { get; } + public string Text { get; } + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options); + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options); + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options); + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options); + } public class StreamingResponseRefusalDeltaUpdate : StreamingResponseUpdate, IJsonModel, IPersistableModel { public int ContentIndex { get; } public string Delta { get; } diff --git a/specification/base/typespec/responses/models.tsp b/specification/base/typespec/responses/models.tsp index ad47ca62c..d32b9d6e8 100644 --- a/specification/base/typespec/responses/models.tsp +++ b/specification/base/typespec/responses/models.tsp @@ -1343,6 +1343,8 @@ union ResponseStreamEventType { response_reasoning_done: "response.reasoning.done", response_reasoning_summary_delta: "response.reasoning_summary.delta", response_reasoning_summary_done: "response.reasoning_summary.done", + response_reasoning_text_delta: "response.reasoning_text.delta", + response_reasoning_text_done: "response.reasoning_text.done", } @discriminator("type") model ResponseStreamEvent { @@ -1750,6 +1752,44 @@ model ResponseReasoningSummaryTextDoneEvent extends ResponseStreamEvent { text: string; } +// Tool customization: Remove shared sequence_number property that was moved to the common parent +/** Emitted when a delta is added to a reasoning text. */ +model ResponseReasoningTextDeltaEvent extends ResponseStreamEvent { + /** The type of the event. Always `response.reasoning_text.delta`. */ + type: ResponseStreamEventType.response_reasoning_text_delta; + + /** The ID of the item this reasoning text delta is associated with. */ + item_id: string; + + /** The index of the output item this reasoning text delta is associated with. */ + output_index: int32; + + /** The index of the reasoning content part this delta is associated with. */ + content_index: int32; + + /** The text delta that was added to the reasoning content. */ + delta: string; +} + +// Tool customization: Remove shared sequence_number property that was moved to the common parent +/** Emitted when a reasoning text is completed. */ +model ResponseReasoningTextDoneEvent extends ResponseStreamEvent { + /** The type of the event. Always `response.reasoning_text.done`. */ + type: ResponseStreamEventType.response_reasoning_text_done; + + /** The ID of the item this reasoning text is associated with. */ + item_id: string; + + /** The index of the output item this reasoning text is associated with. */ + output_index: int32; + + /** The index of the reasoning content part. */ + content_index: int32; + + /** The full text of the completed reasoning content. */ + text: string; +} + // Tool customization: Remove shared sequence_number property that was moved to the common parent /** Emitted when a web search call is completed. */ model ResponseWebSearchCallCompletedEvent extends ResponseStreamEvent { diff --git a/src/Custom/Responses/Internal/GeneratorStubs.cs b/src/Custom/Responses/Internal/GeneratorStubs.cs index d92b2c7fd..8d660e417 100644 --- a/src/Custom/Responses/Internal/GeneratorStubs.cs +++ b/src/Custom/Responses/Internal/GeneratorStubs.cs @@ -52,10 +52,6 @@ namespace OpenAI.Responses; [CodeGenType("ResponseItemList")] internal partial class InternalResponseItemList {} [CodeGenType("ResponseItemListObject")] internal readonly partial struct InternalResponseItemListObject {} [CodeGenType("ResponseObject")] internal readonly partial struct InternalCreateResponsesResponseObject {} -[CodeGenType("ResponseReasoningSummaryPartAddedEvent")] internal partial class InternalResponseReasoningSummaryPartAddedEvent {} -[CodeGenType("ResponseReasoningSummaryPartDoneEvent")] internal partial class InternalResponseReasoningSummaryPartDoneEvent {} -[CodeGenType("ResponseReasoningSummaryTextDeltaEvent")] internal partial class InternalResponseReasoningSummaryTextDeltaEvent {} -[CodeGenType("ResponseReasoningSummaryTextDoneEvent")] internal partial class InternalResponseReasoningSummaryTextDoneEvent {} [CodeGenType("ResponsesAssistantMessageItemParam")] internal partial class InternalResponsesAssistantMessageItemParam {} [CodeGenType("ResponsesDeveloperMessageItemParam")] internal partial class InternalResponsesDeveloperMessageItemParam {} [CodeGenType("ResponsesMessageItemParam")] internal partial class InternalResponsesMessageItemParam {} diff --git a/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryPartAddedUpdate.cs b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryPartAddedUpdate.cs new file mode 100644 index 000000000..37b156e2c --- /dev/null +++ b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryPartAddedUpdate.cs @@ -0,0 +1,7 @@ +namespace OpenAI.Responses; + +// CUSTOM: Renamed. +[CodeGenType("ResponseReasoningSummaryPartAddedEvent")] +public partial class StreamingResponseReasoningSummaryPartAddedUpdate : StreamingResponseUpdate +{ +} diff --git a/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryPartDoneUpdate.cs b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryPartDoneUpdate.cs new file mode 100644 index 000000000..fd860d29c --- /dev/null +++ b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryPartDoneUpdate.cs @@ -0,0 +1,7 @@ +namespace OpenAI.Responses; + +// CUSTOM: Renamed. +[CodeGenType("ResponseReasoningSummaryPartDoneEvent")] +public partial class StreamingResponseReasoningSummaryPartDoneUpdate : StreamingResponseUpdate +{ +} diff --git a/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryTextDeltaUpdate.cs b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryTextDeltaUpdate.cs new file mode 100644 index 000000000..2463722b5 --- /dev/null +++ b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryTextDeltaUpdate.cs @@ -0,0 +1,7 @@ +namespace OpenAI.Responses; + +// CUSTOM: Renamed. +[CodeGenType("ResponseReasoningSummaryTextDeltaEvent")] +public partial class StreamingResponseReasoningSummaryTextDeltaUpdate : StreamingResponseUpdate +{ +} diff --git a/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryTextDoneUpdate.cs b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryTextDoneUpdate.cs new file mode 100644 index 000000000..8be0a5d14 --- /dev/null +++ b/src/Custom/Responses/Streaming/StreamingResponseReasoningSummaryTextDoneUpdate.cs @@ -0,0 +1,8 @@ +namespace OpenAI.Responses; + +// CUSTOM: Renamed. +[CodeGenType("ResponseReasoningSummaryTextDoneEvent")] +public partial class StreamingResponseReasoningSummaryTextDoneUpdate : StreamingResponseUpdate +{ +} + diff --git a/src/Custom/Responses/Streaming/StreamingResponseReasoningTextDeltaUpdate.cs b/src/Custom/Responses/Streaming/StreamingResponseReasoningTextDeltaUpdate.cs new file mode 100644 index 000000000..3f2dafa19 --- /dev/null +++ b/src/Custom/Responses/Streaming/StreamingResponseReasoningTextDeltaUpdate.cs @@ -0,0 +1,8 @@ +namespace OpenAI.Responses; + +// CUSTOM: Renamed. +[CodeGenType("ResponseReasoningTextDeltaEvent")] +public partial class StreamingResponseReasoningTextDeltaUpdate : StreamingResponseUpdate +{ +} + diff --git a/src/Custom/Responses/Streaming/StreamingResponseReasoningTextDoneUpdate.cs b/src/Custom/Responses/Streaming/StreamingResponseReasoningTextDoneUpdate.cs new file mode 100644 index 000000000..51b84af55 --- /dev/null +++ b/src/Custom/Responses/Streaming/StreamingResponseReasoningTextDoneUpdate.cs @@ -0,0 +1,7 @@ +namespace OpenAI.Responses; + +// CUSTOM: Renamed. +[CodeGenType("ResponseReasoningTextDoneEvent")] +public partial class StreamingResponseReasoningTextDoneUpdate : StreamingResponseUpdate +{ +} diff --git a/src/Generated/Models/OpenAIContext.cs b/src/Generated/Models/OpenAIContext.cs index d17329d62..00061588e 100644 --- a/src/Generated/Models/OpenAIContext.cs +++ b/src/Generated/Models/OpenAIContext.cs @@ -503,10 +503,6 @@ namespace OpenAI [ModelReaderWriterBuildable(typeof(InternalResponseReasoningDoneEvent))] [ModelReaderWriterBuildable(typeof(InternalResponseReasoningSummaryDeltaEvent))] [ModelReaderWriterBuildable(typeof(InternalResponseReasoningSummaryDoneEvent))] - [ModelReaderWriterBuildable(typeof(InternalResponseReasoningSummaryPartAddedEvent))] - [ModelReaderWriterBuildable(typeof(InternalResponseReasoningSummaryPartDoneEvent))] - [ModelReaderWriterBuildable(typeof(InternalResponseReasoningSummaryTextDeltaEvent))] - [ModelReaderWriterBuildable(typeof(InternalResponseReasoningSummaryTextDoneEvent))] [ModelReaderWriterBuildable(typeof(InternalResponsesAssistantMessage))] [ModelReaderWriterBuildable(typeof(InternalResponsesAssistantMessageItemParam))] [ModelReaderWriterBuildable(typeof(InternalResponsesDeveloperMessage))] @@ -752,6 +748,12 @@ namespace OpenAI [ModelReaderWriterBuildable(typeof(StreamingResponseOutputTextDeltaUpdate))] [ModelReaderWriterBuildable(typeof(StreamingResponseOutputTextDoneUpdate))] [ModelReaderWriterBuildable(typeof(StreamingResponseQueuedUpdate))] + [ModelReaderWriterBuildable(typeof(StreamingResponseReasoningSummaryPartAddedUpdate))] + [ModelReaderWriterBuildable(typeof(StreamingResponseReasoningSummaryPartDoneUpdate))] + [ModelReaderWriterBuildable(typeof(StreamingResponseReasoningSummaryTextDeltaUpdate))] + [ModelReaderWriterBuildable(typeof(StreamingResponseReasoningSummaryTextDoneUpdate))] + [ModelReaderWriterBuildable(typeof(StreamingResponseReasoningTextDeltaUpdate))] + [ModelReaderWriterBuildable(typeof(StreamingResponseReasoningTextDoneUpdate))] [ModelReaderWriterBuildable(typeof(StreamingResponseRefusalDeltaUpdate))] [ModelReaderWriterBuildable(typeof(StreamingResponseRefusalDoneUpdate))] [ModelReaderWriterBuildable(typeof(StreamingResponseTextAnnotationAddedUpdate))] diff --git a/src/Generated/Models/Responses/InternalResponseStreamEventType.cs b/src/Generated/Models/Responses/InternalResponseStreamEventType.cs index b6760a347..df97ffa6f 100644 --- a/src/Generated/Models/Responses/InternalResponseStreamEventType.cs +++ b/src/Generated/Models/Responses/InternalResponseStreamEventType.cs @@ -64,6 +64,8 @@ namespace OpenAI.Responses private const string ResponseReasoningDoneValue = "response.reasoning.done"; private const string ResponseReasoningSummaryDeltaValue = "response.reasoning_summary.delta"; private const string ResponseReasoningSummaryDoneValue = "response.reasoning_summary.done"; + private const string ResponseReasoningTextDeltaValue = "response.reasoning_text.delta"; + private const string ResponseReasoningTextDoneValue = "response.reasoning_text.done"; public InternalResponseStreamEventType(string value) { @@ -178,6 +180,10 @@ public InternalResponseStreamEventType(string value) internal static InternalResponseStreamEventType ResponseReasoningSummaryDone { get; } = new InternalResponseStreamEventType(ResponseReasoningSummaryDoneValue); + internal static InternalResponseStreamEventType ResponseReasoningTextDelta { get; } = new InternalResponseStreamEventType(ResponseReasoningTextDeltaValue); + + internal static InternalResponseStreamEventType ResponseReasoningTextDone { get; } = new InternalResponseStreamEventType(ResponseReasoningTextDoneValue); + public static bool operator ==(InternalResponseStreamEventType left, InternalResponseStreamEventType right) => left.Equals(right); public static bool operator !=(InternalResponseStreamEventType left, InternalResponseStreamEventType right) => !left.Equals(right); diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartDoneEvent.Serialization.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartAddedUpdate.Serialization.cs similarity index 71% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryPartDoneEvent.Serialization.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartAddedUpdate.Serialization.cs index 205a0d4a8..d3107f32a 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartDoneEvent.Serialization.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartAddedUpdate.Serialization.cs @@ -10,13 +10,13 @@ namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryPartDoneEvent : StreamingResponseUpdate, IJsonModel + public partial class StreamingResponseReasoningSummaryPartAddedUpdate : StreamingResponseUpdate, IJsonModel { - internal InternalResponseReasoningSummaryPartDoneEvent() : this(InternalResponseStreamEventType.ResponseReasoningSummaryPartDone, default, default, null, default, default, null) + internal StreamingResponseReasoningSummaryPartAddedUpdate() : this(InternalResponseStreamEventType.ResponseReasoningSummaryPartAdded, default, default, null, default, default, null) { } - void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) + void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) { #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. if (Patch.Contains("$"u8)) @@ -33,10 +33,10 @@ void IJsonModel.Write(Utf8JsonWri protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartDoneEvent)} does not support writing '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartAddedUpdate)} does not support writing '{format}' format."); } base.JsonModelWriteCore(writer, options); #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. @@ -65,20 +65,20 @@ protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWri #pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. } - InternalResponseReasoningSummaryPartDoneEvent IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryPartDoneEvent)JsonModelCreateCore(ref reader, options); + StreamingResponseReasoningSummaryPartAddedUpdate IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryPartAddedUpdate)JsonModelCreateCore(ref reader, options); protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartDoneEvent)} does not support reading '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartAddedUpdate)} does not support reading '{format}' format."); } using JsonDocument document = JsonDocument.ParseValue(ref reader); - return DeserializeInternalResponseReasoningSummaryPartDoneEvent(document.RootElement, null, options); + return DeserializeStreamingResponseReasoningSummaryPartAddedUpdate(document.RootElement, null, options); } - internal static InternalResponseReasoningSummaryPartDoneEvent DeserializeInternalResponseReasoningSummaryPartDoneEvent(JsonElement element, BinaryData data, ModelReaderWriterOptions options) + internal static StreamingResponseReasoningSummaryPartAddedUpdate DeserializeStreamingResponseReasoningSummaryPartAddedUpdate(JsonElement element, BinaryData data, ModelReaderWriterOptions options) { if (element.ValueKind == JsonValueKind.Null) { @@ -127,7 +127,7 @@ internal static InternalResponseReasoningSummaryPartDoneEvent DeserializeInterna } patch.Set([.. "$."u8, .. Encoding.UTF8.GetBytes(prop.Name)], prop.Value.GetUtf8Bytes()); } - return new InternalResponseReasoningSummaryPartDoneEvent( + return new StreamingResponseReasoningSummaryPartAddedUpdate( kind, sequenceNumber, patch, @@ -137,38 +137,38 @@ internal static InternalResponseReasoningSummaryPartDoneEvent DeserializeInterna part); } - BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); + BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": return ModelReaderWriter.Write(this, options, OpenAIContext.Default); default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartDoneEvent)} does not support writing '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartAddedUpdate)} does not support writing '{options.Format}' format."); } } - InternalResponseReasoningSummaryPartDoneEvent IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryPartDoneEvent)PersistableModelCreateCore(data, options); + StreamingResponseReasoningSummaryPartAddedUpdate IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryPartAddedUpdate)PersistableModelCreateCore(data, options); protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": using (JsonDocument document = JsonDocument.Parse(data)) { - return DeserializeInternalResponseReasoningSummaryPartDoneEvent(document.RootElement, data, options); + return DeserializeStreamingResponseReasoningSummaryPartAddedUpdate(document.RootElement, data, options); } default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartDoneEvent)} does not support reading '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartAddedUpdate)} does not support reading '{options.Format}' format."); } } - string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; + string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. private bool PropagateGet(ReadOnlySpan jsonPath, out JsonPatch.EncodedValue value) diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartDoneEvent.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartAddedUpdate.cs similarity index 55% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryPartDoneEvent.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartAddedUpdate.cs index f557366e9..051c9c3af 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartDoneEvent.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartAddedUpdate.cs @@ -3,12 +3,14 @@ #nullable disable using System.ClientModel.Primitives; +using System.Diagnostics.CodeAnalysis; namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryPartDoneEvent : StreamingResponseUpdate + [Experimental("OPENAI001")] + public partial class StreamingResponseReasoningSummaryPartAddedUpdate : StreamingResponseUpdate { - internal InternalResponseReasoningSummaryPartDoneEvent(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(InternalResponseStreamEventType.ResponseReasoningSummaryPartDone, sequenceNumber) + internal StreamingResponseReasoningSummaryPartAddedUpdate(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(InternalResponseStreamEventType.ResponseReasoningSummaryPartAdded, sequenceNumber) { ItemId = itemId; OutputIndex = outputIndex; @@ -17,7 +19,7 @@ internal InternalResponseReasoningSummaryPartDoneEvent(int sequenceNumber, strin } #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. - internal InternalResponseReasoningSummaryPartDoneEvent(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(kind, sequenceNumber, patch) + internal StreamingResponseReasoningSummaryPartAddedUpdate(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(kind, sequenceNumber, patch) { ItemId = itemId; OutputIndex = outputIndex; diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartAddedEvent.Serialization.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartDoneUpdate.Serialization.cs similarity index 71% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryPartAddedEvent.Serialization.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartDoneUpdate.Serialization.cs index 160b37caf..b49f959c0 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartAddedEvent.Serialization.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartDoneUpdate.Serialization.cs @@ -10,13 +10,13 @@ namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryPartAddedEvent : StreamingResponseUpdate, IJsonModel + public partial class StreamingResponseReasoningSummaryPartDoneUpdate : StreamingResponseUpdate, IJsonModel { - internal InternalResponseReasoningSummaryPartAddedEvent() : this(InternalResponseStreamEventType.ResponseReasoningSummaryPartAdded, default, default, null, default, default, null) + internal StreamingResponseReasoningSummaryPartDoneUpdate() : this(InternalResponseStreamEventType.ResponseReasoningSummaryPartDone, default, default, null, default, default, null) { } - void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) + void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) { #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. if (Patch.Contains("$"u8)) @@ -33,10 +33,10 @@ void IJsonModel.Write(Utf8JsonWr protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartAddedEvent)} does not support writing '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartDoneUpdate)} does not support writing '{format}' format."); } base.JsonModelWriteCore(writer, options); #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. @@ -65,20 +65,20 @@ protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWri #pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. } - InternalResponseReasoningSummaryPartAddedEvent IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryPartAddedEvent)JsonModelCreateCore(ref reader, options); + StreamingResponseReasoningSummaryPartDoneUpdate IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryPartDoneUpdate)JsonModelCreateCore(ref reader, options); protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartAddedEvent)} does not support reading '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartDoneUpdate)} does not support reading '{format}' format."); } using JsonDocument document = JsonDocument.ParseValue(ref reader); - return DeserializeInternalResponseReasoningSummaryPartAddedEvent(document.RootElement, null, options); + return DeserializeStreamingResponseReasoningSummaryPartDoneUpdate(document.RootElement, null, options); } - internal static InternalResponseReasoningSummaryPartAddedEvent DeserializeInternalResponseReasoningSummaryPartAddedEvent(JsonElement element, BinaryData data, ModelReaderWriterOptions options) + internal static StreamingResponseReasoningSummaryPartDoneUpdate DeserializeStreamingResponseReasoningSummaryPartDoneUpdate(JsonElement element, BinaryData data, ModelReaderWriterOptions options) { if (element.ValueKind == JsonValueKind.Null) { @@ -127,7 +127,7 @@ internal static InternalResponseReasoningSummaryPartAddedEvent DeserializeIntern } patch.Set([.. "$."u8, .. Encoding.UTF8.GetBytes(prop.Name)], prop.Value.GetUtf8Bytes()); } - return new InternalResponseReasoningSummaryPartAddedEvent( + return new StreamingResponseReasoningSummaryPartDoneUpdate( kind, sequenceNumber, patch, @@ -137,38 +137,38 @@ internal static InternalResponseReasoningSummaryPartAddedEvent DeserializeIntern part); } - BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); + BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": return ModelReaderWriter.Write(this, options, OpenAIContext.Default); default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartAddedEvent)} does not support writing '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartDoneUpdate)} does not support writing '{options.Format}' format."); } } - InternalResponseReasoningSummaryPartAddedEvent IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryPartAddedEvent)PersistableModelCreateCore(data, options); + StreamingResponseReasoningSummaryPartDoneUpdate IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryPartDoneUpdate)PersistableModelCreateCore(data, options); protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": using (JsonDocument document = JsonDocument.Parse(data)) { - return DeserializeInternalResponseReasoningSummaryPartAddedEvent(document.RootElement, data, options); + return DeserializeStreamingResponseReasoningSummaryPartDoneUpdate(document.RootElement, data, options); } default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryPartAddedEvent)} does not support reading '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryPartDoneUpdate)} does not support reading '{options.Format}' format."); } } - string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; + string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. private bool PropagateGet(ReadOnlySpan jsonPath, out JsonPatch.EncodedValue value) diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartAddedEvent.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartDoneUpdate.cs similarity index 55% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryPartAddedEvent.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartDoneUpdate.cs index 806397f59..46a3953c0 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryPartAddedEvent.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryPartDoneUpdate.cs @@ -3,12 +3,14 @@ #nullable disable using System.ClientModel.Primitives; +using System.Diagnostics.CodeAnalysis; namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryPartAddedEvent : StreamingResponseUpdate + [Experimental("OPENAI001")] + public partial class StreamingResponseReasoningSummaryPartDoneUpdate : StreamingResponseUpdate { - internal InternalResponseReasoningSummaryPartAddedEvent(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(InternalResponseStreamEventType.ResponseReasoningSummaryPartAdded, sequenceNumber) + internal StreamingResponseReasoningSummaryPartDoneUpdate(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(InternalResponseStreamEventType.ResponseReasoningSummaryPartDone, sequenceNumber) { ItemId = itemId; OutputIndex = outputIndex; @@ -17,7 +19,7 @@ internal InternalResponseReasoningSummaryPartAddedEvent(int sequenceNumber, stri } #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. - internal InternalResponseReasoningSummaryPartAddedEvent(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(kind, sequenceNumber, patch) + internal StreamingResponseReasoningSummaryPartDoneUpdate(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, ReasoningSummaryPart part) : base(kind, sequenceNumber, patch) { ItemId = itemId; OutputIndex = outputIndex; diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDeltaEvent.Serialization.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDeltaUpdate.Serialization.cs similarity index 66% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDeltaEvent.Serialization.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDeltaUpdate.Serialization.cs index 62f33e593..a7bb498f5 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDeltaEvent.Serialization.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDeltaUpdate.Serialization.cs @@ -10,13 +10,13 @@ namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryTextDeltaEvent : StreamingResponseUpdate, IJsonModel + public partial class StreamingResponseReasoningSummaryTextDeltaUpdate : StreamingResponseUpdate, IJsonModel { - internal InternalResponseReasoningSummaryTextDeltaEvent() : this(InternalResponseStreamEventType.ResponseReasoningSummaryTextDelta, default, default, null, default, default, null) + internal StreamingResponseReasoningSummaryTextDeltaUpdate() : this(InternalResponseStreamEventType.ResponseReasoningSummaryTextDelta, default, default, null, default, default, null) { } - void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) + void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) { #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. if (Patch.Contains("$"u8)) @@ -33,10 +33,10 @@ void IJsonModel.Write(Utf8JsonWr protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDeltaEvent)} does not support writing '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDeltaUpdate)} does not support writing '{format}' format."); } base.JsonModelWriteCore(writer, options); #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. @@ -65,20 +65,20 @@ protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWri #pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. } - InternalResponseReasoningSummaryTextDeltaEvent IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryTextDeltaEvent)JsonModelCreateCore(ref reader, options); + StreamingResponseReasoningSummaryTextDeltaUpdate IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryTextDeltaUpdate)JsonModelCreateCore(ref reader, options); protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDeltaEvent)} does not support reading '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDeltaUpdate)} does not support reading '{format}' format."); } using JsonDocument document = JsonDocument.ParseValue(ref reader); - return DeserializeInternalResponseReasoningSummaryTextDeltaEvent(document.RootElement, null, options); + return DeserializeStreamingResponseReasoningSummaryTextDeltaUpdate(document.RootElement, null, options); } - internal static InternalResponseReasoningSummaryTextDeltaEvent DeserializeInternalResponseReasoningSummaryTextDeltaEvent(JsonElement element, BinaryData data, ModelReaderWriterOptions options) + internal static StreamingResponseReasoningSummaryTextDeltaUpdate DeserializeStreamingResponseReasoningSummaryTextDeltaUpdate(JsonElement element, BinaryData data, ModelReaderWriterOptions options) { if (element.ValueKind == JsonValueKind.Null) { @@ -127,7 +127,7 @@ internal static InternalResponseReasoningSummaryTextDeltaEvent DeserializeIntern } patch.Set([.. "$."u8, .. Encoding.UTF8.GetBytes(prop.Name)], prop.Value.GetUtf8Bytes()); } - return new InternalResponseReasoningSummaryTextDeltaEvent( + return new StreamingResponseReasoningSummaryTextDeltaUpdate( kind, sequenceNumber, patch, @@ -137,37 +137,37 @@ internal static InternalResponseReasoningSummaryTextDeltaEvent DeserializeIntern delta); } - BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); + BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": return ModelReaderWriter.Write(this, options, OpenAIContext.Default); default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDeltaEvent)} does not support writing '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDeltaUpdate)} does not support writing '{options.Format}' format."); } } - InternalResponseReasoningSummaryTextDeltaEvent IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryTextDeltaEvent)PersistableModelCreateCore(data, options); + StreamingResponseReasoningSummaryTextDeltaUpdate IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryTextDeltaUpdate)PersistableModelCreateCore(data, options); protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": using (JsonDocument document = JsonDocument.Parse(data)) { - return DeserializeInternalResponseReasoningSummaryTextDeltaEvent(document.RootElement, data, options); + return DeserializeStreamingResponseReasoningSummaryTextDeltaUpdate(document.RootElement, data, options); } default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDeltaEvent)} does not support reading '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDeltaUpdate)} does not support reading '{options.Format}' format."); } } - string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; + string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; } } diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDeltaEvent.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDeltaUpdate.cs similarity index 56% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDeltaEvent.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDeltaUpdate.cs index c4ae45aa7..934b0179a 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDeltaEvent.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDeltaUpdate.cs @@ -3,12 +3,14 @@ #nullable disable using System.ClientModel.Primitives; +using System.Diagnostics.CodeAnalysis; namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryTextDeltaEvent : StreamingResponseUpdate + [Experimental("OPENAI001")] + public partial class StreamingResponseReasoningSummaryTextDeltaUpdate : StreamingResponseUpdate { - internal InternalResponseReasoningSummaryTextDeltaEvent(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, string delta) : base(InternalResponseStreamEventType.ResponseReasoningSummaryTextDelta, sequenceNumber) + internal StreamingResponseReasoningSummaryTextDeltaUpdate(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, string delta) : base(InternalResponseStreamEventType.ResponseReasoningSummaryTextDelta, sequenceNumber) { ItemId = itemId; OutputIndex = outputIndex; @@ -17,7 +19,7 @@ internal InternalResponseReasoningSummaryTextDeltaEvent(int sequenceNumber, stri } #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. - internal InternalResponseReasoningSummaryTextDeltaEvent(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, string delta) : base(kind, sequenceNumber, patch) + internal StreamingResponseReasoningSummaryTextDeltaUpdate(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, string delta) : base(kind, sequenceNumber, patch) { ItemId = itemId; OutputIndex = outputIndex; diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDoneEvent.Serialization.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDoneUpdate.Serialization.cs similarity index 66% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDoneEvent.Serialization.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDoneUpdate.Serialization.cs index fd7b3d493..d5c4f7a00 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDoneEvent.Serialization.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDoneUpdate.Serialization.cs @@ -10,13 +10,13 @@ namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryTextDoneEvent : StreamingResponseUpdate, IJsonModel + public partial class StreamingResponseReasoningSummaryTextDoneUpdate : StreamingResponseUpdate, IJsonModel { - internal InternalResponseReasoningSummaryTextDoneEvent() : this(InternalResponseStreamEventType.ResponseReasoningSummaryTextDone, default, default, null, default, default, null) + internal StreamingResponseReasoningSummaryTextDoneUpdate() : this(InternalResponseStreamEventType.ResponseReasoningSummaryTextDone, default, default, null, default, default, null) { } - void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) + void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) { #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. if (Patch.Contains("$"u8)) @@ -33,10 +33,10 @@ void IJsonModel.Write(Utf8JsonWri protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDoneEvent)} does not support writing '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDoneUpdate)} does not support writing '{format}' format."); } base.JsonModelWriteCore(writer, options); #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. @@ -65,20 +65,20 @@ protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWri #pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. } - InternalResponseReasoningSummaryTextDoneEvent IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryTextDoneEvent)JsonModelCreateCore(ref reader, options); + StreamingResponseReasoningSummaryTextDoneUpdate IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryTextDoneUpdate)JsonModelCreateCore(ref reader, options); protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; if (format != "J") { - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDoneEvent)} does not support reading '{format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDoneUpdate)} does not support reading '{format}' format."); } using JsonDocument document = JsonDocument.ParseValue(ref reader); - return DeserializeInternalResponseReasoningSummaryTextDoneEvent(document.RootElement, null, options); + return DeserializeStreamingResponseReasoningSummaryTextDoneUpdate(document.RootElement, null, options); } - internal static InternalResponseReasoningSummaryTextDoneEvent DeserializeInternalResponseReasoningSummaryTextDoneEvent(JsonElement element, BinaryData data, ModelReaderWriterOptions options) + internal static StreamingResponseReasoningSummaryTextDoneUpdate DeserializeStreamingResponseReasoningSummaryTextDoneUpdate(JsonElement element, BinaryData data, ModelReaderWriterOptions options) { if (element.ValueKind == JsonValueKind.Null) { @@ -127,7 +127,7 @@ internal static InternalResponseReasoningSummaryTextDoneEvent DeserializeInterna } patch.Set([.. "$."u8, .. Encoding.UTF8.GetBytes(prop.Name)], prop.Value.GetUtf8Bytes()); } - return new InternalResponseReasoningSummaryTextDoneEvent( + return new StreamingResponseReasoningSummaryTextDoneUpdate( kind, sequenceNumber, patch, @@ -137,37 +137,37 @@ internal static InternalResponseReasoningSummaryTextDoneEvent DeserializeInterna text); } - BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); + BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": return ModelReaderWriter.Write(this, options, OpenAIContext.Default); default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDoneEvent)} does not support writing '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDoneUpdate)} does not support writing '{options.Format}' format."); } } - InternalResponseReasoningSummaryTextDoneEvent IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (InternalResponseReasoningSummaryTextDoneEvent)PersistableModelCreateCore(data, options); + StreamingResponseReasoningSummaryTextDoneUpdate IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (StreamingResponseReasoningSummaryTextDoneUpdate)PersistableModelCreateCore(data, options); protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options) { - string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; switch (format) { case "J": using (JsonDocument document = JsonDocument.Parse(data)) { - return DeserializeInternalResponseReasoningSummaryTextDoneEvent(document.RootElement, data, options); + return DeserializeStreamingResponseReasoningSummaryTextDoneUpdate(document.RootElement, data, options); } default: - throw new FormatException($"The model {nameof(InternalResponseReasoningSummaryTextDoneEvent)} does not support reading '{options.Format}' format."); + throw new FormatException($"The model {nameof(StreamingResponseReasoningSummaryTextDoneUpdate)} does not support reading '{options.Format}' format."); } } - string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; + string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; } } diff --git a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDoneEvent.cs b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDoneUpdate.cs similarity index 56% rename from src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDoneEvent.cs rename to src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDoneUpdate.cs index ec69b0a88..b809b32a3 100644 --- a/src/Generated/Models/Responses/InternalResponseReasoningSummaryTextDoneEvent.cs +++ b/src/Generated/Models/Responses/StreamingResponseReasoningSummaryTextDoneUpdate.cs @@ -3,12 +3,14 @@ #nullable disable using System.ClientModel.Primitives; +using System.Diagnostics.CodeAnalysis; namespace OpenAI.Responses { - internal partial class InternalResponseReasoningSummaryTextDoneEvent : StreamingResponseUpdate + [Experimental("OPENAI001")] + public partial class StreamingResponseReasoningSummaryTextDoneUpdate : StreamingResponseUpdate { - internal InternalResponseReasoningSummaryTextDoneEvent(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, string text) : base(InternalResponseStreamEventType.ResponseReasoningSummaryTextDone, sequenceNumber) + internal StreamingResponseReasoningSummaryTextDoneUpdate(int sequenceNumber, string itemId, int outputIndex, int summaryIndex, string text) : base(InternalResponseStreamEventType.ResponseReasoningSummaryTextDone, sequenceNumber) { ItemId = itemId; OutputIndex = outputIndex; @@ -17,7 +19,7 @@ internal InternalResponseReasoningSummaryTextDoneEvent(int sequenceNumber, strin } #pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. - internal InternalResponseReasoningSummaryTextDoneEvent(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, string text) : base(kind, sequenceNumber, patch) + internal StreamingResponseReasoningSummaryTextDoneUpdate(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int summaryIndex, string text) : base(kind, sequenceNumber, patch) { ItemId = itemId; OutputIndex = outputIndex; diff --git a/src/Generated/Models/Responses/StreamingResponseReasoningTextDeltaUpdate.Serialization.cs b/src/Generated/Models/Responses/StreamingResponseReasoningTextDeltaUpdate.Serialization.cs new file mode 100644 index 000000000..fb47df857 --- /dev/null +++ b/src/Generated/Models/Responses/StreamingResponseReasoningTextDeltaUpdate.Serialization.cs @@ -0,0 +1,173 @@ +// + +#nullable disable + +using System; +using System.ClientModel.Primitives; +using System.Text; +using System.Text.Json; +using OpenAI; + +namespace OpenAI.Responses +{ + public partial class StreamingResponseReasoningTextDeltaUpdate : StreamingResponseUpdate, IJsonModel + { + internal StreamingResponseReasoningTextDeltaUpdate() : this(InternalResponseStreamEventType.ResponseReasoningTextDelta, default, default, null, default, default, null) + { + } + + void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) + { +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + if (Patch.Contains("$"u8)) + { + writer.WriteRawValue(Patch.GetJson("$"u8)); + return; + } +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + + writer.WriteStartObject(); + JsonModelWriteCore(writer, options); + writer.WriteEndObject(); + } + + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + if (format != "J") + { + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDeltaUpdate)} does not support writing '{format}' format."); + } + base.JsonModelWriteCore(writer, options); +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + if (!Patch.Contains("$.item_id"u8)) + { + writer.WritePropertyName("item_id"u8); + writer.WriteStringValue(ItemId); + } + if (!Patch.Contains("$.output_index"u8)) + { + writer.WritePropertyName("output_index"u8); + writer.WriteNumberValue(OutputIndex); + } + if (!Patch.Contains("$.content_index"u8)) + { + writer.WritePropertyName("content_index"u8); + writer.WriteNumberValue(ContentIndex); + } + if (!Patch.Contains("$.delta"u8)) + { + writer.WritePropertyName("delta"u8); + writer.WriteStringValue(Delta); + } + + Patch.WriteTo(writer); +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + } + + StreamingResponseReasoningTextDeltaUpdate IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (StreamingResponseReasoningTextDeltaUpdate)JsonModelCreateCore(ref reader, options); + + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + if (format != "J") + { + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDeltaUpdate)} does not support reading '{format}' format."); + } + using JsonDocument document = JsonDocument.ParseValue(ref reader); + return DeserializeStreamingResponseReasoningTextDeltaUpdate(document.RootElement, null, options); + } + + internal static StreamingResponseReasoningTextDeltaUpdate DeserializeStreamingResponseReasoningTextDeltaUpdate(JsonElement element, BinaryData data, ModelReaderWriterOptions options) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + InternalResponseStreamEventType kind = default; + int sequenceNumber = default; +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + JsonPatch patch = new JsonPatch(data is null ? ReadOnlyMemory.Empty : data.ToMemory()); +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + string itemId = default; + int outputIndex = default; + int contentIndex = default; + string delta = default; + foreach (var prop in element.EnumerateObject()) + { + if (prop.NameEquals("type"u8)) + { + kind = new InternalResponseStreamEventType(prop.Value.GetString()); + continue; + } + if (prop.NameEquals("sequence_number"u8)) + { + sequenceNumber = prop.Value.GetInt32(); + continue; + } + if (prop.NameEquals("item_id"u8)) + { + itemId = prop.Value.GetString(); + continue; + } + if (prop.NameEquals("output_index"u8)) + { + outputIndex = prop.Value.GetInt32(); + continue; + } + if (prop.NameEquals("content_index"u8)) + { + contentIndex = prop.Value.GetInt32(); + continue; + } + if (prop.NameEquals("delta"u8)) + { + delta = prop.Value.GetString(); + continue; + } + patch.Set([.. "$."u8, .. Encoding.UTF8.GetBytes(prop.Name)], prop.Value.GetUtf8Bytes()); + } + return new StreamingResponseReasoningTextDeltaUpdate( + kind, + sequenceNumber, + patch, + itemId, + outputIndex, + contentIndex, + delta); + } + + BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); + + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + switch (format) + { + case "J": + return ModelReaderWriter.Write(this, options, OpenAIContext.Default); + default: + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDeltaUpdate)} does not support writing '{options.Format}' format."); + } + } + + StreamingResponseReasoningTextDeltaUpdate IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (StreamingResponseReasoningTextDeltaUpdate)PersistableModelCreateCore(data, options); + + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + switch (format) + { + case "J": + using (JsonDocument document = JsonDocument.Parse(data)) + { + return DeserializeStreamingResponseReasoningTextDeltaUpdate(document.RootElement, data, options); + } + default: + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDeltaUpdate)} does not support reading '{options.Format}' format."); + } + } + + string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; + } +} diff --git a/src/Generated/Models/Responses/StreamingResponseReasoningTextDeltaUpdate.cs b/src/Generated/Models/Responses/StreamingResponseReasoningTextDeltaUpdate.cs new file mode 100644 index 000000000..1aff54658 --- /dev/null +++ b/src/Generated/Models/Responses/StreamingResponseReasoningTextDeltaUpdate.cs @@ -0,0 +1,39 @@ +// + +#nullable disable + +using System.ClientModel.Primitives; +using System.Diagnostics.CodeAnalysis; + +namespace OpenAI.Responses +{ + [Experimental("OPENAI001")] + public partial class StreamingResponseReasoningTextDeltaUpdate : StreamingResponseUpdate + { + internal StreamingResponseReasoningTextDeltaUpdate(int sequenceNumber, string itemId, int outputIndex, int contentIndex, string delta) : base(InternalResponseStreamEventType.ResponseReasoningTextDelta, sequenceNumber) + { + ItemId = itemId; + OutputIndex = outputIndex; + ContentIndex = contentIndex; + Delta = delta; + } + +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + internal StreamingResponseReasoningTextDeltaUpdate(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int contentIndex, string delta) : base(kind, sequenceNumber, patch) + { + ItemId = itemId; + OutputIndex = outputIndex; + ContentIndex = contentIndex; + Delta = delta; + } +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + + public string ItemId { get; } + + public int OutputIndex { get; } + + public int ContentIndex { get; } + + public string Delta { get; } + } +} diff --git a/src/Generated/Models/Responses/StreamingResponseReasoningTextDoneUpdate.Serialization.cs b/src/Generated/Models/Responses/StreamingResponseReasoningTextDoneUpdate.Serialization.cs new file mode 100644 index 000000000..6506d5376 --- /dev/null +++ b/src/Generated/Models/Responses/StreamingResponseReasoningTextDoneUpdate.Serialization.cs @@ -0,0 +1,173 @@ +// + +#nullable disable + +using System; +using System.ClientModel.Primitives; +using System.Text; +using System.Text.Json; +using OpenAI; + +namespace OpenAI.Responses +{ + public partial class StreamingResponseReasoningTextDoneUpdate : StreamingResponseUpdate, IJsonModel + { + internal StreamingResponseReasoningTextDoneUpdate() : this(InternalResponseStreamEventType.ResponseReasoningTextDone, default, default, null, default, default, null) + { + } + + void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) + { +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + if (Patch.Contains("$"u8)) + { + writer.WriteRawValue(Patch.GetJson("$"u8)); + return; + } +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + + writer.WriteStartObject(); + JsonModelWriteCore(writer, options); + writer.WriteEndObject(); + } + + protected override void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + if (format != "J") + { + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDoneUpdate)} does not support writing '{format}' format."); + } + base.JsonModelWriteCore(writer, options); +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + if (!Patch.Contains("$.item_id"u8)) + { + writer.WritePropertyName("item_id"u8); + writer.WriteStringValue(ItemId); + } + if (!Patch.Contains("$.output_index"u8)) + { + writer.WritePropertyName("output_index"u8); + writer.WriteNumberValue(OutputIndex); + } + if (!Patch.Contains("$.content_index"u8)) + { + writer.WritePropertyName("content_index"u8); + writer.WriteNumberValue(ContentIndex); + } + if (!Patch.Contains("$.text"u8)) + { + writer.WritePropertyName("text"u8); + writer.WriteStringValue(Text); + } + + Patch.WriteTo(writer); +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + } + + StreamingResponseReasoningTextDoneUpdate IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) => (StreamingResponseReasoningTextDoneUpdate)JsonModelCreateCore(ref reader, options); + + protected override StreamingResponseUpdate JsonModelCreateCore(ref Utf8JsonReader reader, ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + if (format != "J") + { + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDoneUpdate)} does not support reading '{format}' format."); + } + using JsonDocument document = JsonDocument.ParseValue(ref reader); + return DeserializeStreamingResponseReasoningTextDoneUpdate(document.RootElement, null, options); + } + + internal static StreamingResponseReasoningTextDoneUpdate DeserializeStreamingResponseReasoningTextDoneUpdate(JsonElement element, BinaryData data, ModelReaderWriterOptions options) + { + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + InternalResponseStreamEventType kind = default; + int sequenceNumber = default; +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + JsonPatch patch = new JsonPatch(data is null ? ReadOnlyMemory.Empty : data.ToMemory()); +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + string itemId = default; + int outputIndex = default; + int contentIndex = default; + string text = default; + foreach (var prop in element.EnumerateObject()) + { + if (prop.NameEquals("type"u8)) + { + kind = new InternalResponseStreamEventType(prop.Value.GetString()); + continue; + } + if (prop.NameEquals("sequence_number"u8)) + { + sequenceNumber = prop.Value.GetInt32(); + continue; + } + if (prop.NameEquals("item_id"u8)) + { + itemId = prop.Value.GetString(); + continue; + } + if (prop.NameEquals("output_index"u8)) + { + outputIndex = prop.Value.GetInt32(); + continue; + } + if (prop.NameEquals("content_index"u8)) + { + contentIndex = prop.Value.GetInt32(); + continue; + } + if (prop.NameEquals("text"u8)) + { + text = prop.Value.GetString(); + continue; + } + patch.Set([.. "$."u8, .. Encoding.UTF8.GetBytes(prop.Name)], prop.Value.GetUtf8Bytes()); + } + return new StreamingResponseReasoningTextDoneUpdate( + kind, + sequenceNumber, + patch, + itemId, + outputIndex, + contentIndex, + text); + } + + BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) => PersistableModelWriteCore(options); + + protected override BinaryData PersistableModelWriteCore(ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + switch (format) + { + case "J": + return ModelReaderWriter.Write(this, options, OpenAIContext.Default); + default: + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDoneUpdate)} does not support writing '{options.Format}' format."); + } + } + + StreamingResponseReasoningTextDoneUpdate IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) => (StreamingResponseReasoningTextDoneUpdate)PersistableModelCreateCore(data, options); + + protected override StreamingResponseUpdate PersistableModelCreateCore(BinaryData data, ModelReaderWriterOptions options) + { + string format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + switch (format) + { + case "J": + using (JsonDocument document = JsonDocument.Parse(data)) + { + return DeserializeStreamingResponseReasoningTextDoneUpdate(document.RootElement, data, options); + } + default: + throw new FormatException($"The model {nameof(StreamingResponseReasoningTextDoneUpdate)} does not support reading '{options.Format}' format."); + } + } + + string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; + } +} diff --git a/src/Generated/Models/Responses/StreamingResponseReasoningTextDoneUpdate.cs b/src/Generated/Models/Responses/StreamingResponseReasoningTextDoneUpdate.cs new file mode 100644 index 000000000..e3ce1332f --- /dev/null +++ b/src/Generated/Models/Responses/StreamingResponseReasoningTextDoneUpdate.cs @@ -0,0 +1,39 @@ +// + +#nullable disable + +using System.ClientModel.Primitives; +using System.Diagnostics.CodeAnalysis; + +namespace OpenAI.Responses +{ + [Experimental("OPENAI001")] + public partial class StreamingResponseReasoningTextDoneUpdate : StreamingResponseUpdate + { + internal StreamingResponseReasoningTextDoneUpdate(int sequenceNumber, string itemId, int outputIndex, int contentIndex, string text) : base(InternalResponseStreamEventType.ResponseReasoningTextDone, sequenceNumber) + { + ItemId = itemId; + OutputIndex = outputIndex; + ContentIndex = contentIndex; + Text = text; + } + +#pragma warning disable SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + internal StreamingResponseReasoningTextDoneUpdate(InternalResponseStreamEventType kind, int sequenceNumber, in JsonPatch patch, string itemId, int outputIndex, int contentIndex, string text) : base(kind, sequenceNumber, patch) + { + ItemId = itemId; + OutputIndex = outputIndex; + ContentIndex = contentIndex; + Text = text; + } +#pragma warning restore SCME0001 // Type is for evaluation purposes only and is subject to change or removal in future updates. + + public string ItemId { get; } + + public int OutputIndex { get; } + + public int ContentIndex { get; } + + public string Text { get; } + } +} diff --git a/src/Generated/Models/Responses/StreamingResponseUpdate.Serialization.cs b/src/Generated/Models/Responses/StreamingResponseUpdate.Serialization.cs index b72194adc..d574bc766 100644 --- a/src/Generated/Models/Responses/StreamingResponseUpdate.Serialization.cs +++ b/src/Generated/Models/Responses/StreamingResponseUpdate.Serialization.cs @@ -114,13 +114,17 @@ internal static StreamingResponseUpdate DeserializeStreamingResponseUpdate(JsonE case "response.output_text.done": return StreamingResponseOutputTextDoneUpdate.DeserializeStreamingResponseOutputTextDoneUpdate(element, data, options); case "response.reasoning_summary_part.added": - return InternalResponseReasoningSummaryPartAddedEvent.DeserializeInternalResponseReasoningSummaryPartAddedEvent(element, data, options); + return StreamingResponseReasoningSummaryPartAddedUpdate.DeserializeStreamingResponseReasoningSummaryPartAddedUpdate(element, data, options); case "response.reasoning_summary_part.done": - return InternalResponseReasoningSummaryPartDoneEvent.DeserializeInternalResponseReasoningSummaryPartDoneEvent(element, data, options); + return StreamingResponseReasoningSummaryPartDoneUpdate.DeserializeStreamingResponseReasoningSummaryPartDoneUpdate(element, data, options); case "response.reasoning_summary_text.delta": - return InternalResponseReasoningSummaryTextDeltaEvent.DeserializeInternalResponseReasoningSummaryTextDeltaEvent(element, data, options); + return StreamingResponseReasoningSummaryTextDeltaUpdate.DeserializeStreamingResponseReasoningSummaryTextDeltaUpdate(element, data, options); case "response.reasoning_summary_text.done": - return InternalResponseReasoningSummaryTextDoneEvent.DeserializeInternalResponseReasoningSummaryTextDoneEvent(element, data, options); + return StreamingResponseReasoningSummaryTextDoneUpdate.DeserializeStreamingResponseReasoningSummaryTextDoneUpdate(element, data, options); + case "response.reasoning_text.delta": + return StreamingResponseReasoningTextDeltaUpdate.DeserializeStreamingResponseReasoningTextDeltaUpdate(element, data, options); + case "response.reasoning_text.done": + return StreamingResponseReasoningTextDoneUpdate.DeserializeStreamingResponseReasoningTextDoneUpdate(element, data, options); case "response.web_search_call.completed": return StreamingResponseWebSearchCallCompletedUpdate.DeserializeStreamingResponseWebSearchCallCompletedUpdate(element, data, options); case "response.web_search_call.in_progress": diff --git a/tests/Responses/ResponsesTests.cs b/tests/Responses/ResponsesTests.cs index 094d0301c..cecde07da 100644 --- a/tests/Responses/ResponsesTests.cs +++ b/tests/Responses/ResponsesTests.cs @@ -254,6 +254,66 @@ public async Task StreamingResponses() Assert.That(string.Concat(deltaTextSegments), Is.EqualTo(finalResponseText)); } + [RecordedTest] + public async Task StreamingResponsesWithReasoningSummary() + { + OpenAIResponseClient client = GetTestClient("o3-mini"); + + ResponseCreationOptions options = new() + { + ReasoningOptions = new() + { + ReasoningSummaryVerbosity = ResponseReasoningSummaryVerbosity.Auto, + ReasoningEffortLevel = ResponseReasoningEffortLevel.High, + }, + Instructions = "Perform reasoning over any questions asked by the user.", + }; + + List inputItems = [ResponseItem.CreateUserMessageItem("I’m visiting New York for 3 days and love food and art. What’s the best way to plan my trip?")]; + + var partsAdded = 0; + var partsDone = 0; + var inPart = false; + + var receivedTextDelta = false; + var receivedTextDone = false; + + List reasoningTexts = []; + string finalOutput = null; + + await foreach (StreamingResponseUpdate update in client.CreateResponseStreamingAsync(inputItems, options)) + { + if (update is StreamingResponseReasoningSummaryPartAddedUpdate partAdded) + { + partsAdded++; + inPart = true; + } + else if (update is StreamingResponseReasoningSummaryPartDoneUpdate partDone) + { + partsDone++; + inPart = false; + } + else if (update is StreamingResponseReasoningSummaryTextDeltaUpdate textDelta) + { + receivedTextDelta = true; + reasoningTexts.Add(textDelta.Delta); + } + else if (update is StreamingResponseReasoningSummaryTextDoneUpdate textDone) + { + receivedTextDone = true; + finalOutput = textDone.Text; + } + } + + Assert.That(partsAdded, Is.GreaterThanOrEqualTo(1), "No reasoning summary parts were added."); + Assert.That(partsDone, Is.EqualTo(partsAdded), "Parts added/done mismatch."); + Assert.That(receivedTextDelta, Is.True, "No reasoning summary text delta event received."); + Assert.That(receivedTextDone, Is.True, "No reasoning summary text done event received."); + Assert.That(reasoningTexts.Count, Is.GreaterThan(0), "No reasoning summary text accumulated."); + Assert.That(string.IsNullOrWhiteSpace(finalOutput), Is.False, "Final output text is empty."); + Assert.That(inPart, Is.False, "Ended while still inside a reasoning summary part."); + } + [RecordedTest] [TestCase("gpt-4o-mini")] [TestCase("computer-use-preview")] diff --git a/tests/SessionRecords/ResponsesTests/StreamingResponsesWithReasoningSummary.json b/tests/SessionRecords/ResponsesTests/StreamingResponsesWithReasoningSummary.json new file mode 100644 index 000000000..cdb0e8d3d --- /dev/null +++ b/tests/SessionRecords/ResponsesTests/StreamingResponsesWithReasoningSummary.json @@ -0,0 +1,3570 @@ +{ + "Entries": [ + { + "RequestUri": "https://api.openai.com/v1/responses", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json, text/event-stream", + "Authorization": "Sanitized", + "Content-Length": "336", + "Content-Type": "application/json", + "User-Agent": "OpenAI/2.6.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)" + }, + "RequestBody": { + "model": "o3-mini", + "reasoning": { + "effort": "high", + "summary": "auto" + }, + "instructions": "Perform reasoning over any questions asked by the user.", + "input": [ + { + "type": "message", + "role": "user", + "content": [ + { + "type": "input_text", + "text": "I’m visiting New York for 3 days and love food and art. What’s the best way to plan my trip?" + } + ] + } + ], + "stream": true + }, + "StatusCode": 200, + "ResponseHeaders": { + "Alt-Svc": "h3=\":443\"", + "cf-cache-status": "DYNAMIC", + "CF-RAY": "99980be0fd26b9c4-SEA", + "Connection": "keep-alive", + "Content-Type": "text/event-stream; charset=utf-8", + "Date": "Tue, 04 Nov 2025 23:56:10 GMT", + "openai-organization": "Sanitized", + "openai-processing-ms": "117", + "openai-project": "Sanitized", + "openai-version": "2020-10-01", + "Server": "cloudflare", + "Set-Cookie": [ + "Sanitized", + "Sanitized" + ], + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "150", + "X-Request-ID": "Sanitized" + }, + "ResponseBody": [ + "event: response.created\n", + "data: {\"type\":\"response.created\",\"sequence_number\":0,\"response\":{\"id\":\"resp_0287fead24f79e6800690a9299d7448195bc07c13a4292dc3c\",\"object\":\"response\",\"created_at\":1762300569,\"status\":\"in_progress\",\"background\":false,\"error\":null,\"incomplete_details\":null,\"instructions\":\"Perform reasoning over any questions asked by the user.\",\"max_output_tokens\":null,\"max_tool_calls\":null,\"model\":\"o3-mini-2025-01-31\",\"output\":[],\"parallel_tool_calls\":true,\"previous_response_id\":null,\"prompt_cache_key\":null,\"prompt_cache_retention\":null,\"reasoning\":{\"effort\":\"high\",\"summary\":\"detailed\"},\"safety_identifier\":null,\"service_tier\":\"auto\",\"store\":true,\"temperature\":1.0,\"text\":{\"format\":{\"type\":\"text\"},\"verbosity\":\"medium\"},\"tool_choice\":\"auto\",\"tools\":[],\"top_logprobs\":0,\"top_p\":1.0,\"truncation\":\"disabled\",\"usage\":null,\"user\":null,\"metadata\":{}}}\n\n", + "event: response.in_progress\n", + "data: {\"type\":\"response.in_progress\",\"sequence_number\":1,\"response\":{\"id\":\"resp_0287fead24f79e6800690a9299d7448195bc07c13a4292dc3c\",\"object\":\"response\",\"created_at\":1762300569,\"status\":\"in_progress\",\"background\":false,\"error\":null,\"incomplete_details\":null,\"instructions\":\"Perform reasoning over any questions asked by the user.\",\"max_output_tokens\":null,\"max_tool_calls\":null,\"model\":\"o3-mini-2025-01-31\",\"output\":[],\"parallel_tool_calls\":true,\"previous_response_id\":null,\"prompt_cache_key\":null,\"prompt_cache_retention\":null,\"reasoning\":{\"effort\":\"high\",\"summary\":\"detailed\"},\"safety_identifier\":null,\"service_tier\":\"auto\",\"store\":true,\"temperature\":1.0,\"text\":{\"format\":{\"type\":\"text\"},\"verbosity\":\"medium\"},\"tool_choice\":\"auto\",\"tools\":[],\"top_logprobs\":0,\"top_p\":1.0,\"truncation\":\"disabled\",\"usage\":null,\"user\":null,\"metadata\":{}}}\n\n", + "event: response.output_item.added\n", + "data: {\"type\":\"response.output_item.added\",\"sequence_number\":2,\"output_index\":0,\"item\":{\"id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"type\":\"reasoning\",\"summary\":[]}}\n\n", + "event: response.reasoning_summary_part.added\n", + "data: {\"type\":\"response.reasoning_summary_part.added\",\"sequence_number\":3,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"part\":{\"type\":\"summary_text\",\"text\":\"\"}}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":4,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"**Planning\",\"obfuscation\":\"jTX3sT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":5,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" a\",\"obfuscation\":\"xreymWuVSyqLaT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":6,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" New\",\"obfuscation\":\"xjBptyrwKyIn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":7,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" York\",\"obfuscation\":\"itWDMb2pYTo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":8,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" itinerary\",\"obfuscation\":\"sIUL5g\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":9,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"**\\n\\nThe\",\"obfuscation\":\"ioT33Nl2B\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":10,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" user\",\"obfuscation\":\"uEgXi0gPdfw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":11,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" is\",\"obfuscation\":\"HkCfr7af5taRW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":12,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" visiting\",\"obfuscation\":\"36AzRBi\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":13,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" New\",\"obfuscation\":\"xtcSxaDxsGwV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":14,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" York\",\"obfuscation\":\"rUcI5bc0wNt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":15,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" for\",\"obfuscation\":\"FsE5bGt7wl7t\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":16,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" three\",\"obfuscation\":\"GjPjRjUQ6b\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":17,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" days\",\"obfuscation\":\"KYiiQajJBc1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":18,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"WyFgSuwuiozp\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":19,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" loves\",\"obfuscation\":\"OQfTZP7uXn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":20,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" food\",\"obfuscation\":\"hgLXbExGU2r\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":21,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"3Xgydbz7hITP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":22,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" art\",\"obfuscation\":\"vthYaiQ2eP7l\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":23,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"KKdGluXz7PXZq0j\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":24,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" so\",\"obfuscation\":\"LzU77HEPEov6c\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":25,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" I\",\"obfuscation\":\"A67vH5VeGbWZBx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":26,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" need\",\"obfuscation\":\"ezil9OKGaun\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":27,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" to\",\"obfuscation\":\"TDD3sUrxMy1ne\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":28,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" create\",\"obfuscation\":\"g2CDzxbhH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":29,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" a\",\"obfuscation\":\"5vKHITJZYf5p0y\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":30,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" structured\",\"obfuscation\":\"DNSEo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":31,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" itinerary\",\"obfuscation\":\"VbaFyK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":32,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" that\",\"obfuscation\":\"QhAdg63tCWK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":33,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" highlights\",\"obfuscation\":\"YUhDh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":34,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" recommended\",\"obfuscation\":\"r2Ci\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":35,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" places\",\"obfuscation\":\"bjt9HriLu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":36,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\".\",\"obfuscation\":\"nJqw3iizrVdTUp2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":37,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" For\",\"obfuscation\":\"kNVHjjGQ0WkV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":38,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" art\",\"obfuscation\":\"vA3X5wjl95EF\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":39,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"3XAG798vRtvTGwk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":40,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" I'll\",\"obfuscation\":\"EXjokTsK9gu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":41,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" include\",\"obfuscation\":\"jeq5JqBt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":42,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" iconic\",\"obfuscation\":\"YqxPvoMov\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":43,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" spots\",\"obfuscation\":\"0zSf7qfipH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":44,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" like\",\"obfuscation\":\"Bc0969HmshM\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":45,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Mo\",\"obfuscation\":\"V0tBAb4SgSrW3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":46,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"MA\",\"obfuscation\":\"S7KhwB264F78WZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":47,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"cUBeyE2utk4nbjK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":48,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" the\",\"obfuscation\":\"JaWAXPmPCYlL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":49,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Metropolitan\",\"obfuscation\":\"a9y\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":50,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Museum\",\"obfuscation\":\"8aYNdh810\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":51,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" of\",\"obfuscation\":\"eKQ6DiiX8uAXh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":52,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Art\",\"obfuscation\":\"yQTaNf0K8yGq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":53,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"LDen2LsM3u6zPUO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":54,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"0fUJqfB0zKfZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":55,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" the\",\"obfuscation\":\"CF1W1ovt1kH5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":56,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Gug\",\"obfuscation\":\"jis6jU2BdFrp\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":57,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"gen\",\"obfuscation\":\"ASyW5BniKrJ53\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":58,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"heim\",\"obfuscation\":\"20DYTjnPaq6W\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":59,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\".\",\"obfuscation\":\"WiC25OBguMhhbqZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":60,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" I\",\"obfuscation\":\"36dX2L0hCN9xtR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":61,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" should\",\"obfuscation\":\"iGJZ1EEy4\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":62,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" also\",\"obfuscation\":\"YHIrkoeKPTB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":63,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" suggest\",\"obfuscation\":\"sLR22Fkq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":64,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" local\",\"obfuscation\":\"PMzTPkoji0\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":65,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" food\",\"obfuscation\":\"7vcJ3LbY32z\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":66,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" tours\",\"obfuscation\":\"P2BafgtXsP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":67,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"3rmXMEKY2cGCjlR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":68,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" considering\",\"obfuscation\":\"hvAY\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":69,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" different\",\"obfuscation\":\"ky3T01\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":70,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" borough\",\"obfuscation\":\"Ym8yKuIn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":71,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"s\",\"obfuscation\":\"va1xhvOsOiWvWtj\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":72,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"flnCO4Ki6EUaOEf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":73,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"xh5RuGT9qil0\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":74,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" tailor\",\"obfuscation\":\"jMLD8vXue\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":75,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" my\",\"obfuscation\":\"suP8fa75IfZU8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":76,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" recommendations\",\"obfuscation\":\"\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":77,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" to\",\"obfuscation\":\"wDOE5lUKvJTZe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":78,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" the\",\"obfuscation\":\"RtD4KH1xrDrL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":79,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" user's\",\"obfuscation\":\"WywSWCJ8z\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":80,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" time\",\"obfuscation\":\"Clgu309pHRK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":81,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" constraints\",\"obfuscation\":\"ksWD\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":82,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\".\",\"obfuscation\":\"eFgZ8roeCRiUDsG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":83,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Let's\",\"obfuscation\":\"dknIKoe7VZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":84,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" compile\",\"obfuscation\":\"u5PlMv7u\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":85,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" a\",\"obfuscation\":\"vhDZ3NLMq2J0oR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":86,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" three\",\"obfuscation\":\"7NamXXIR5U\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":87,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"-day\",\"obfuscation\":\"NKrZXVGDSmFJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":88,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" plan\",\"obfuscation\":\"4kfpFQzxZzK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":89,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" that\",\"obfuscation\":\"JvoZtoR4MHo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":90,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" balances\",\"obfuscation\":\"l700Pdd\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":91,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" their\",\"obfuscation\":\"D4lxtWqf8x\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":92,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" interests\",\"obfuscation\":\"zwcVjo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":93,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" in\",\"obfuscation\":\"71OH5DXVYq2q7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":94,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" food\",\"obfuscation\":\"XihkpS1cLEr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":95,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"nf8IhZfgTHFp\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":96,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" art\",\"obfuscation\":\"FV5wJUAtZ3Zu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":97,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\" effectively\",\"obfuscation\":\"1eFo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":98,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"delta\":\"!\",\"obfuscation\":\"3zqNeQaMcVWcz5H\"}\n\n", + "event: response.reasoning_summary_text.done\n", + "data: {\"type\":\"response.reasoning_summary_text.done\",\"sequence_number\":99,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"text\":\"**Planning a New York itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create a structured itinerary that highlights recommended places. For art, I'll include iconic spots like MoMA, the Metropolitan Museum of Art, and the Guggenheim. I should also suggest local food tours, considering different boroughs, and tailor my recommendations to the user's time constraints. Let's compile a three-day plan that balances their interests in food and art effectively!\"}\n\n", + "event: response.reasoning_summary_part.done\n", + "data: {\"type\":\"response.reasoning_summary_part.done\",\"sequence_number\":100,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":0,\"part\":{\"type\":\"summary_text\",\"text\":\"**Planning a New York itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create a structured itinerary that highlights recommended places. For art, I'll include iconic spots like MoMA, the Metropolitan Museum of Art, and the Guggenheim. I should also suggest local food tours, considering different boroughs, and tailor my recommendations to the user's time constraints. Let's compile a three-day plan that balances their interests in food and art effectively!\"}}\n\n", + "event: response.reasoning_summary_part.added\n", + "data: {\"type\":\"response.reasoning_summary_part.added\",\"sequence_number\":101,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"part\":{\"type\":\"summary_text\",\"text\":\"\"}}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":102,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"**Creating\",\"obfuscation\":\"513rTN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":103,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"gaJIs1UXkYCsVv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":104,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" 3\",\"obfuscation\":\"Q2ZG08YvZ3voCt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":105,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"-day\",\"obfuscation\":\"2PX1HfOAphph\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":106,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" NYC\",\"obfuscation\":\"jsGuIh1sn4Ym\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":107,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" itinerary\",\"obfuscation\":\"7Qlhd7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":108,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"**\\n\\nI\",\"obfuscation\":\"234N5XIHJYW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":109,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"’m\",\"obfuscation\":\"0WG2UGnwiQk6N3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":110,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" outlining\",\"obfuscation\":\"ph5pxs\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":111,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"4Ku6D27QvrgSui\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":112,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" three\",\"obfuscation\":\"2qlMRM0WfH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":113,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"-day\",\"obfuscation\":\"CbIqoXzhk431\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":114,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" itinerary\",\"obfuscation\":\"KRlsds\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":115,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" for\",\"obfuscation\":\"1draIzfk82pb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":116,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"AoKNmZcsA3Lx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":117,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" user\",\"obfuscation\":\"o0KXrYaZn5B\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":118,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"DKp7CerMDoLhlDg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":119,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" focusing\",\"obfuscation\":\"NJIuL3N\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":120,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" on\",\"obfuscation\":\"kvYz3mV26ukAP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":121,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" art\",\"obfuscation\":\"ZtuHwBPLvX7m\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":122,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" and\",\"obfuscation\":\"RvvERupKj2Cu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":123,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" food\",\"obfuscation\":\"F6j2zEsDWQn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":124,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"EZtjvmndfFQPROv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":125,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" On\",\"obfuscation\":\"s0h3uyJFDRGDm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":126,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Day\",\"obfuscation\":\"MBe91jqEMtau\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":127,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" 1\",\"obfuscation\":\"0vN5uoQNKwhnsn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":128,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"kmhKHVCAHaD1hMk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":129,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" I\",\"obfuscation\":\"yEpMQ7c3krRYsZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":130,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"’ll\",\"obfuscation\":\"a2porzmeoEHDq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":131,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" suggest\",\"obfuscation\":\"JET92wAl\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":132,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" starting\",\"obfuscation\":\"KAfeMrw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":133,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" in\",\"obfuscation\":\"5JGLrLrPujMzC\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":134,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Midtown\",\"obfuscation\":\"77EIsyf6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":135,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Manhattan\",\"obfuscation\":\"oWVzmj\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":136,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" with\",\"obfuscation\":\"LkoYXCN9D7s\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":137,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Central\",\"obfuscation\":\"gUaqxNTz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":138,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Park\",\"obfuscation\":\"pTX7bEGqegE\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":139,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"MF1MrTWzYDgZeT3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":140,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" then\",\"obfuscation\":\"19D4X3svT15\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":141,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" visiting\",\"obfuscation\":\"bFuwT0v\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":142,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Mo\",\"obfuscation\":\"ZkxogUF2QWKFY\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":143,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"MA\",\"obfuscation\":\"Yr570spmNYcS3X\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":144,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"0RIfun3pENzV65i\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":145,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" and\",\"obfuscation\":\"yltOHy1QnZKX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":146,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" perhaps\",\"obfuscation\":\"tLv6l97c\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":147,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" browsing\",\"obfuscation\":\"auESz3e\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":148,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" local\",\"obfuscation\":\"nax4iq19R1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":149,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" restaurants\",\"obfuscation\":\"EsE1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":150,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" for\",\"obfuscation\":\"8iNFXkdGMLCz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":151,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"19vcP7Z7A3YZQo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":152,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" meal\",\"obfuscation\":\"DzGlEdNIDGi\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":153,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"k1bajikFXaQXwhJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":154,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Day\",\"obfuscation\":\"heDSriZQRNMX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":155,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" 2\",\"obfuscation\":\"C65t6XaNjYTZs3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":156,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" could\",\"obfuscation\":\"PAa1xCd6TO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":157,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" include\",\"obfuscation\":\"4CSBrP96\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":158,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"An9G2AOjJKCQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":159,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Metropolitan\",\"obfuscation\":\"fUZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":160,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Museum\",\"obfuscation\":\"WI2MWmZvC\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":161,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" of\",\"obfuscation\":\"Bsgk5q42jE2oD\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":162,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Art\",\"obfuscation\":\"1fnbJjAJzxRr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":163,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" and\",\"obfuscation\":\"iq4Fau6Mguy5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":164,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"NgLxe5dfqiIzUP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":165,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" stroll\",\"obfuscation\":\"DzIuh7IkF\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":166,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" through\",\"obfuscation\":\"dCNJZoVW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":167,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Central\",\"obfuscation\":\"KXBd40SA\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":168,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Park\",\"obfuscation\":\"oBJREXcbztC\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":169,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"Abfg9nOfPYvPbVy\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":170,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" complemented\",\"obfuscation\":\"Xnn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":171,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" by\",\"obfuscation\":\"HujHRR2SoWp2F\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":172,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" neighborhood\",\"obfuscation\":\"ml4\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":173,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" food\",\"obfuscation\":\"hImmd0Ywlex\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":174,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" stops\",\"obfuscation\":\"TRqSvIR63B\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":175,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"rHLgDbuo5KihyGS\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":176,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" On\",\"obfuscation\":\"UyDcFYh3u1ZDk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":177,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Day\",\"obfuscation\":\"mD55IWlpXjRV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":178,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" 3\",\"obfuscation\":\"vdYX6CCGCtvGpc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":179,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"E1xFqd45zrEPxVN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":180,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"CC6TFxRIeuFi\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":181,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Whitney\",\"obfuscation\":\"6avfsOhO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":182,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" or\",\"obfuscation\":\"ULbTIsxfpNjWD\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":183,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"ZEATClDiAbSfni\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":184,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Brooklyn\",\"obfuscation\":\"RW5ppQx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":185,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" art\",\"obfuscation\":\"ZbaH1HMUCJrg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":186,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" scene\",\"obfuscation\":\"lSLAmmZyJh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":187,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" visit\",\"obfuscation\":\"r6XwqBOj7U\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":188,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" would\",\"obfuscation\":\"Jxokb5Lx7t\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":189,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" round\",\"obfuscation\":\"9ySpHgfDOz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":190,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" out\",\"obfuscation\":\"jCSb4wl37eID\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":191,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"DStS4GdrKTF9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":192,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" trip\",\"obfuscation\":\"HFEntJ3DxNf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":193,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"Lb9jkFcz6v00l8s\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":194,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" along\",\"obfuscation\":\"VHgAKaobpJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":195,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" with\",\"obfuscation\":\"jAVZzgfq9bX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":196,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" exploring\",\"obfuscation\":\"KIEUV6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":197,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Brooklyn\",\"obfuscation\":\"6UscxTI\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":198,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"'s\",\"obfuscation\":\"V5D3wiLFe5kGGU\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":199,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" food\",\"obfuscation\":\"wTLJbUnIAr7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":200,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" options\",\"obfuscation\":\"Dkb6zoj8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":201,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"UT4Z8xSlJsycOU9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":202,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" I'll\",\"obfuscation\":\"ECz5EKpq3KO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":203,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" include\",\"obfuscation\":\"RP7vORR1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":204,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" tips\",\"obfuscation\":\"zjJGSR25QIy\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":205,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" for\",\"obfuscation\":\"AD1Ufr9l5krV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":206,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" using\",\"obfuscation\":\"S3GDyRQFW0\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":207,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" public\",\"obfuscation\":\"3VIAzWgBU\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":208,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" transit\",\"obfuscation\":\"QoXm1VOt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":209,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" and\",\"obfuscation\":\"7L6l2UWNcXbX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":210,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" booking\",\"obfuscation\":\"GPwfF8x5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":211,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" tickets\",\"obfuscation\":\"wOcfz3CD\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":212,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" in\",\"obfuscation\":\"x88mixGbiiNNP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":213,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\" advance\",\"obfuscation\":\"2Jb6BRks\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":214,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"delta\":\"!\",\"obfuscation\":\"T9xSQKdw3MXA2Nu\"}\n\n", + "event: response.reasoning_summary_text.done\n", + "data: {\"type\":\"response.reasoning_summary_text.done\",\"sequence_number\":215,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"text\":\"**Creating a 3-day NYC itinerary**\\n\\nI’m outlining a three-day itinerary for the user, focusing on art and food. On Day 1, I’ll suggest starting in Midtown Manhattan with Central Park, then visiting MoMA, and perhaps browsing local restaurants for a meal. Day 2 could include the Metropolitan Museum of Art and a stroll through Central Park, complemented by neighborhood food stops. On Day 3, the Whitney or a Brooklyn art scene visit would round out the trip, along with exploring Brooklyn's food options. I'll include tips for using public transit and booking tickets in advance!\"}\n\n", + "event: response.reasoning_summary_part.done\n", + "data: {\"type\":\"response.reasoning_summary_part.done\",\"sequence_number\":216,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":1,\"part\":{\"type\":\"summary_text\",\"text\":\"**Creating a 3-day NYC itinerary**\\n\\nI’m outlining a three-day itinerary for the user, focusing on art and food. On Day 1, I’ll suggest starting in Midtown Manhattan with Central Park, then visiting MoMA, and perhaps browsing local restaurants for a meal. Day 2 could include the Metropolitan Museum of Art and a stroll through Central Park, complemented by neighborhood food stops. On Day 3, the Whitney or a Brooklyn art scene visit would round out the trip, along with exploring Brooklyn's food options. I'll include tips for using public transit and booking tickets in advance!\"}}\n\n", + "event: response.reasoning_summary_part.added\n", + "data: {\"type\":\"response.reasoning_summary_part.added\",\"sequence_number\":217,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"part\":{\"type\":\"summary_text\",\"text\":\"\"}}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":218,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"**Pro\",\"obfuscation\":\"sAQTi6Y77Gv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":219,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"posing\",\"obfuscation\":\"Kjli2UXIo2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":220,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" a\",\"obfuscation\":\"nV5viXEJuNsfRz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":221,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" NYC\",\"obfuscation\":\"ZoH5W9Qmgf3f\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":222,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" itinerary\",\"obfuscation\":\"MTTXRK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":223,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"**\\n\\nI\",\"obfuscation\":\"9EV5L4dlFwe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":224,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"’m\",\"obfuscation\":\"BcWJOEaCZ2Zcow\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":225,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" crafting\",\"obfuscation\":\"zKvhsO6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":226,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" a\",\"obfuscation\":\"eI3uHIBhB3qp9i\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":227,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" thoughtful\",\"obfuscation\":\"eJ6ip\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":228,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" three\",\"obfuscation\":\"YWmx35Lb3A\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":229,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"-day\",\"obfuscation\":\"OqwahKt2SvDF\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":230,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" itinerary\",\"obfuscation\":\"WoKAo5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":231,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" focusing\",\"obfuscation\":\"AiN7NO4\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":232,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" on\",\"obfuscation\":\"Y0BNmgydqQbpE\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":233,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" art\",\"obfuscation\":\"pRLyscbUXlUk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":234,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"JkjRWyvxc9tT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":235,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" food\",\"obfuscation\":\"AvP8Yxhxk7H\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":236,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" in\",\"obfuscation\":\"8pWMQnWe8zlmp\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":237,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" New\",\"obfuscation\":\"OMy6qC5VQ1k2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":238,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" York\",\"obfuscation\":\"9orIrmuY8Vm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":239,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" City\",\"obfuscation\":\"1ZdvfMFtvOU\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":240,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"lfJOfcgoqqySaFK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":241,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" For\",\"obfuscation\":\"xSHaXX0NeBsw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":242,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Day\",\"obfuscation\":\"zbGHtdzFnszy\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":243,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" 1\",\"obfuscation\":\"81XJ0ApxCAaUBI\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":244,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"e8eaAMBS1oLJ3jN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":245,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" I\",\"obfuscation\":\"gQaNWyyzI1KTMT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":246,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" suggest\",\"obfuscation\":\"IivwVEpT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":247,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" starting\",\"obfuscation\":\"IADM7op\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":248,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" in\",\"obfuscation\":\"CxSS9b8jh5FTP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":249,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Manhattan\",\"obfuscation\":\"vQyimI\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":250,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"’s\",\"obfuscation\":\"rqY9twJdrgPU13\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":251,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Museum\",\"obfuscation\":\"WP9bWJoPR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":252,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Mile\",\"obfuscation\":\"X32b2es5hai\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":253,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"VNSRuZMb5QPCYvB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":254,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" with\",\"obfuscation\":\"wFYSMAPgeCu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":255,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" breakfast\",\"obfuscation\":\"q6gzHh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":256,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" in\",\"obfuscation\":\"qXkUEBg8TgPKY\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":257,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"rviKRJKWPEzx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":258,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Upper\",\"obfuscation\":\"h15yyeFjBP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":259,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" East\",\"obfuscation\":\"OURv9RTzQEX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":260,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Side\",\"obfuscation\":\"p3PglZOpJwV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":261,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"GOq2y3IoaFz9IhT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":262,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" visiting\",\"obfuscation\":\"N1jawfF\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":263,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" The\",\"obfuscation\":\"8ixuWp6LOICq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":264,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Met\",\"obfuscation\":\"cOlHhj12Hik6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":265,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"xuyXpTDDBavWGcV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":266,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"8GffUKi7f0Cq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":267,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" then\",\"obfuscation\":\"34ptNAC342r\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":268,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" lunch\",\"obfuscation\":\"DLqdh3cmQV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":269,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" at\",\"obfuscation\":\"DawkBsS4msiRY\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":270,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" a\",\"obfuscation\":\"gsqffzMBb5Xq1x\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":271,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" local\",\"obfuscation\":\"v6Bfy2tFCh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":272,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" eat\",\"obfuscation\":\"p3k6RYdWvhbu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":273,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"ery\",\"obfuscation\":\"8CPOX6ut4iljC\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":274,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"vcNGyU5nmgiwG7v\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":275,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" In\",\"obfuscation\":\"lohGAKikItrQV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":276,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"zsU1T66VxT1m\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":277,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" afternoon\",\"obfuscation\":\"8ZKCij\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":278,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"GGx5SVnvMfyL9ip\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":279,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" exploring\",\"obfuscation\":\"lhEJlW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":280,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"WroDbsjmmjj6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":281,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Gug\",\"obfuscation\":\"9kbJCQtJKevd\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":282,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"gen\",\"obfuscation\":\"giCQ2qvphSvAX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":283,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"heim\",\"obfuscation\":\"2Z2mCIFzRbbk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":284,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" or\",\"obfuscation\":\"aKhwrZha6A76B\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":285,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" taking\",\"obfuscation\":\"CZwuP9NWT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":286,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" a\",\"obfuscation\":\"KXcZUvLBXihtV2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":287,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" stroll\",\"obfuscation\":\"hrErr9Lx2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":288,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" in\",\"obfuscation\":\"3F0dDEH3r83VR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":289,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Central\",\"obfuscation\":\"7fdgBpg1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":290,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Park\",\"obfuscation\":\"MM5EbWN7WWf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":291,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" would\",\"obfuscation\":\"1MMNsz6kiQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":292,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" be\",\"obfuscation\":\"885UJHcc1KDJt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":293,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" great\",\"obfuscation\":\"nGMsKLqJUq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":294,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"Xj5IGERxwV1F3pT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":295,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Day\",\"obfuscation\":\"teI9HciOckPf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":296,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" 2\",\"obfuscation\":\"vNbg7R2AF2NmGc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":297,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" could\",\"obfuscation\":\"3i5AGMPgZN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":298,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" center\",\"obfuscation\":\"QAaQpKVDa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":299,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" on\",\"obfuscation\":\"LfoGKZadgRSmP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":300,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" modern\",\"obfuscation\":\"6GakEUYks\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":301,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" art\",\"obfuscation\":\"k5Ecf36UDnJg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":302,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" in\",\"obfuscation\":\"eMc9dri8mXz85\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":303,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Chelsea\",\"obfuscation\":\"vM9jhliz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":304,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"vRXQBfuDQFoXwIV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":305,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" with\",\"obfuscation\":\"LxdRN3ryfGV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":306,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" visits\",\"obfuscation\":\"Nhh5Jczez\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":307,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" to\",\"obfuscation\":\"CHzTqRdTHBPnZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":308,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" galleries\",\"obfuscation\":\"O9bVMR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":309,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"hb0yH1c0s4e7CPL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":310,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"z3aEEk3qxbip\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":311,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" High\",\"obfuscation\":\"cRK5v6XUupb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":312,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Line\",\"obfuscation\":\"0bBULqXOOg1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":313,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"ZTT65VpHi4E8lIg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":314,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"NVldyRLItiVm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":315,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" lunch\",\"obfuscation\":\"dBbogEOG2y\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":316,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" at\",\"obfuscation\":\"Gt6Sc1t2Za1A3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":317,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Chelsea\",\"obfuscation\":\"25F4Zb24\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":318,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Market\",\"obfuscation\":\"hxyq3WUBf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":319,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"zgBOi7scEbiDWMG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":320,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" On\",\"obfuscation\":\"wDoZYqcNAfAey\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":321,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Day\",\"obfuscation\":\"jb4Drg7gm3Ne\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":322,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" 3\",\"obfuscation\":\"fSeyltbHOc8Lb5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":323,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"0Z7MqTjRKYn117P\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":324,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" I\",\"obfuscation\":\"EBuGk5ksQs63YK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":325,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"’ll\",\"obfuscation\":\"HaRHFD9QjWGxO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":326,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" explore\",\"obfuscation\":\"W718aKZ3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":327,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Lower\",\"obfuscation\":\"aBLArxvmCW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":328,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Manhattan\",\"obfuscation\":\"Nf0En9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":329,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"BYFjQdsxGTKm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":330,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Brooklyn\",\"obfuscation\":\"nYgKnAK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":331,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"eApQn4WlIFNrT0y\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":332,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" mixing\",\"obfuscation\":\"1bUZTfdIS\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":333,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" art\",\"obfuscation\":\"jgyz1D3ily5I\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":334,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" exhibitions\",\"obfuscation\":\"bKX9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":335,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" with\",\"obfuscation\":\"fzfTlU7CsvI\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":336,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" food\",\"obfuscation\":\"iwqJMXk4Ml1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":337,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" tours\",\"obfuscation\":\"BDBl1aEmhS\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":338,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" to\",\"obfuscation\":\"TwxTmfiMRuXD0\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":339,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" wrap\",\"obfuscation\":\"OlthTIJ0YMT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":340,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" up\",\"obfuscation\":\"9jJHD84G1Alm9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":341,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"KARuS2Iz5Zyt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":342,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\" experience\",\"obfuscation\":\"y0XIh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":343,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"delta\":\"!\",\"obfuscation\":\"VvDvYU6hiyCHqkt\"}\n\n", + "event: response.reasoning_summary_text.done\n", + "data: {\"type\":\"response.reasoning_summary_text.done\",\"sequence_number\":344,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"text\":\"**Proposing a NYC itinerary**\\n\\nI’m crafting a thoughtful three-day itinerary focusing on art and food in New York City. For Day 1, I suggest starting in Manhattan’s Museum Mile, with breakfast in the Upper East Side, visiting The Met, and then lunch at a local eatery. In the afternoon, exploring the Guggenheim or taking a stroll in Central Park would be great. Day 2 could center on modern art in Chelsea, with visits to galleries, the High Line, and lunch at Chelsea Market. On Day 3, I’ll explore Lower Manhattan and Brooklyn, mixing art exhibitions with food tours to wrap up the experience!\"}\n\n", + "event: response.reasoning_summary_part.done\n", + "data: {\"type\":\"response.reasoning_summary_part.done\",\"sequence_number\":345,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":2,\"part\":{\"type\":\"summary_text\",\"text\":\"**Proposing a NYC itinerary**\\n\\nI’m crafting a thoughtful three-day itinerary focusing on art and food in New York City. For Day 1, I suggest starting in Manhattan’s Museum Mile, with breakfast in the Upper East Side, visiting The Met, and then lunch at a local eatery. In the afternoon, exploring the Guggenheim or taking a stroll in Central Park would be great. Day 2 could center on modern art in Chelsea, with visits to galleries, the High Line, and lunch at Chelsea Market. On Day 3, I’ll explore Lower Manhattan and Brooklyn, mixing art exhibitions with food tours to wrap up the experience!\"}}\n\n", + "event: response.reasoning_summary_part.added\n", + "data: {\"type\":\"response.reasoning_summary_part.added\",\"sequence_number\":346,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"part\":{\"type\":\"summary_text\",\"text\":\"\"}}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":347,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"**Creating\",\"obfuscation\":\"Qrmynb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":348,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" an\",\"obfuscation\":\"pWkN0PxhWoKQP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":349,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" NYC\",\"obfuscation\":\"kNpDsjPbO8Uk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":350,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" trip\",\"obfuscation\":\"QwYkMqWN1eK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":351,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" itinerary\",\"obfuscation\":\"BFdxtu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":352,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"**\\n\\nI\",\"obfuscation\":\"8MuDSRU4iwH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":353,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"’m\",\"obfuscation\":\"yQeoPBqh5hpnwi\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":354,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" putting\",\"obfuscation\":\"wSSkjR5p\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":355,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" together\",\"obfuscation\":\"pIKz9JN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":356,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" a\",\"obfuscation\":\"Oyfhl4kYkENjot\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":357,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" 3\",\"obfuscation\":\"9AkI5QOObv3Q5K\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":358,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"-day\",\"obfuscation\":\"eYGxxdWsO2v1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":359,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" itinerary\",\"obfuscation\":\"mSpf32\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":360,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" for\",\"obfuscation\":\"jZbZZPzuIFlr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":361,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" the\",\"obfuscation\":\"UlmQtdtqmkvH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":362,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" user\",\"obfuscation\":\"jRHWyjTM3WU\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":363,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" visiting\",\"obfuscation\":\"nFVe3i4\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":364,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" NYC\",\"obfuscation\":\"YYRfs2z3FLF3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":365,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"OwwcuV2fVdt2jk2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":366,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" focusing\",\"obfuscation\":\"ApRYVMm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":367,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" on\",\"obfuscation\":\"ni1rAsTMLOavv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":368,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" art\",\"obfuscation\":\"zWg3wOTkrtS6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":369,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" and\",\"obfuscation\":\"EMiegaBfmZ4F\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":370,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" food\",\"obfuscation\":\"cAmfimJ0cVh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":371,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\".\",\"obfuscation\":\"66jbFJpsM2EIrpY\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":372,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" I\",\"obfuscation\":\"sJkxJHGmUd5Rjn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":373,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" want\",\"obfuscation\":\"9RwULSv6OpJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":374,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" to\",\"obfuscation\":\"PzssZmqmFEj26\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":375,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" suggest\",\"obfuscation\":\"hbyLaXzr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":376,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" practical\",\"obfuscation\":\"6FRpgK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":377,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" tips\",\"obfuscation\":\"C9GfgVcdkid\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":378,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" like\",\"obfuscation\":\"QWBGW1pMVDr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":379,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" downloading\",\"obfuscation\":\"cpzs\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":380,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" map\",\"obfuscation\":\"zCbcoXQ35O99\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":381,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" apps\",\"obfuscation\":\"CjcjFbQmZA5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":382,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"OljLIQ7f6405Htq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":383,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" checking\",\"obfuscation\":\"QxMtu1Z\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":384,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" exhibit\",\"obfuscation\":\"fhopIoo6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":385,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" schedules\",\"obfuscation\":\"eAV4MF\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":386,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"NflBucb0Y3jNqQQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":387,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" and\",\"obfuscation\":\"jbpUOflnNSQO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":388,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" reserv\",\"obfuscation\":\"SDZXtHmTM\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":389,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"ing\",\"obfuscation\":\"4txW7ucpkIdTo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":390,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" dining\",\"obfuscation\":\"DZEahrg9F\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":391,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" spots\",\"obfuscation\":\"akLE3hUt2z\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":392,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" in\",\"obfuscation\":\"eUfpyewH5mkT1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":393,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" advance\",\"obfuscation\":\"Yp6ixEAl\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":394,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\".\",\"obfuscation\":\"64IKKd3jSZKG98A\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":395,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" \\n\\nDay\",\"obfuscation\":\"sfm4akewNm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":396,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" 1\",\"obfuscation\":\"pswAtpWwLBnFrq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":397,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" will\",\"obfuscation\":\"Y4mKxb6fRt7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":398,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" cover\",\"obfuscation\":\"PEd4hUUuRi\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":399,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Museum\",\"obfuscation\":\"jwjfksfGG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":400,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Mile\",\"obfuscation\":\"CA8iEVTDUhq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":401,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" with\",\"obfuscation\":\"0P3Yt3lEMSr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":402,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" visits\",\"obfuscation\":\"qyEK2HFKV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":403,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" to\",\"obfuscation\":\"JiHAytoeVTwjh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":404,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" The\",\"obfuscation\":\"aV7vD4rJpiRP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":405,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Met\",\"obfuscation\":\"jO9us8CygurZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":406,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" and\",\"obfuscation\":\"itM2CNgZkmgo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":407,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Gug\",\"obfuscation\":\"Q4C9G778Ych2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":408,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"gen\",\"obfuscation\":\"bVysUwxlFPGzZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":409,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"heim\",\"obfuscation\":\"6xlUrYqldsS8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":410,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"sGebXu0Ol6tdP8y\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":411,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" followed\",\"obfuscation\":\"BOW5SA9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":412,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" by\",\"obfuscation\":\"uxQYWPtXGts3s\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":413,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" a\",\"obfuscation\":\"lZ5uJ8vt9FUMsd\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":414,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" stroll\",\"obfuscation\":\"0frYPsl2l\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":415,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" in\",\"obfuscation\":\"MHEVEnFcgWtSA\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":416,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Central\",\"obfuscation\":\"D4LgwLwX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":417,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Park\",\"obfuscation\":\"8ypdjqcM96I\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":418,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" and\",\"obfuscation\":\"zyYB4x66p56c\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":419,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" dining\",\"obfuscation\":\"lc9EIBwt4\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":420,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" in\",\"obfuscation\":\"mjVhYO3GaQDLE\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":421,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Midtown\",\"obfuscation\":\"wCEQJriG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":422,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\".\",\"obfuscation\":\"SwhS1tBtSDKbKoR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":423,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" \\n\\nDay\",\"obfuscation\":\"oXucaN7CnL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":424,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" 2\",\"obfuscation\":\"qRO91eytQR2IKv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":425,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" will\",\"obfuscation\":\"R3Kr1BxlG6V\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":426,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" explore\",\"obfuscation\":\"CikCDOmB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":427,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Chelsea\",\"obfuscation\":\"BYoa1wF9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":428,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" with\",\"obfuscation\":\"Ky8nNDDQeoL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":429,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" art\",\"obfuscation\":\"03mumFkmkm7Y\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":430,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" galleries\",\"obfuscation\":\"modaQr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":431,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"ntO2HeE6rkdOBNw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":432,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" the\",\"obfuscation\":\"9Sgh1FSeekhw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":433,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" High\",\"obfuscation\":\"YAPBSmEjPSR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":434,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Line\",\"obfuscation\":\"BjWj8ZlXdb5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":435,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"DPy5V5jKX3fvIZW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":436,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" and\",\"obfuscation\":\"y498KSB2hlvg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":437,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" fun\",\"obfuscation\":\"ipmeKQpDOl5d\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":438,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" at\",\"obfuscation\":\"Bk0sGuNtF8Sp8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":439,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Chelsea\",\"obfuscation\":\"0Jc1l45G\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":440,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Market\",\"obfuscation\":\"o4TnJ0b5a\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":441,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\".\",\"obfuscation\":\"f5qwbm4SinTuHcC\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":442,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" \\n\\nFor\",\"obfuscation\":\"ZHpwj96pko\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":443,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Day\",\"obfuscation\":\"O97YUzxOK1C6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":444,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" 3\",\"obfuscation\":\"3cmstHYuClYhzd\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":445,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"vHE6Xf8BDu64myw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":446,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" I'm\",\"obfuscation\":\"qjWgVJXkTlIL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":447,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" considering\",\"obfuscation\":\"wDCa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":448,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Brooklyn\",\"obfuscation\":\"mHidfG1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":449,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"'s\",\"obfuscation\":\"YzpnOLFBoBkNlT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":450,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" art\",\"obfuscation\":\"6V0DwAltwNxm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":451,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" scene\",\"obfuscation\":\"bb3n7dxHfL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":452,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"vUhMwOqTXBoCVTO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":453,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" a\",\"obfuscation\":\"A4iudYQYnmgWEd\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":454,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" food\",\"obfuscation\":\"2pTR0RnlcJa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":455,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" tour\",\"obfuscation\":\"aTS9hhK2kyX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":456,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" in\",\"obfuscation\":\"aA8nFq81WdjA6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":457,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Lower\",\"obfuscation\":\"QpWzdBl9JL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":458,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" Manhattan\",\"obfuscation\":\"SdILFw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":459,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\",\",\"obfuscation\":\"Rc9JNoOzhMu59y0\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":460,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" and\",\"obfuscation\":\"O6lqW1jMV4Bz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":461,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" recommendations\",\"obfuscation\":\"\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":462,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" for\",\"obfuscation\":\"M2zA7SJCKo4z\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":463,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" local\",\"obfuscation\":\"43eJk95Cmr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":464,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" dining\",\"obfuscation\":\"9LQ78kr2F\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":465,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" options\",\"obfuscation\":\"WdlZEHOw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":466,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\".\",\"obfuscation\":\"iIW3ZINMwRStJYz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":467,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" I'll\",\"obfuscation\":\"Sbg3gBGrPlo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":468,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" also\",\"obfuscation\":\"IAGrKEMeQOo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":469,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" remind\",\"obfuscation\":\"cJE9c3Pz6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":470,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" the\",\"obfuscation\":\"srWfwbl0sQTB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":471,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" user\",\"obfuscation\":\"hh7MYPdQpFJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":472,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" to\",\"obfuscation\":\"6ge0updm28LVx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":473,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" use\",\"obfuscation\":\"UKh3TZwrGFt3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":474,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" public\",\"obfuscation\":\"7dozLV3qL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":475,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" transit\",\"obfuscation\":\"N48isNRK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":476,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" for\",\"obfuscation\":\"VqRL5JBuXNcE\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":477,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\" ease\",\"obfuscation\":\"s1mfXi3rJpQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":478,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"delta\":\"!\",\"obfuscation\":\"IfQfvJFC1Y3QjTd\"}\n\n", + "event: response.reasoning_summary_text.done\n", + "data: {\"type\":\"response.reasoning_summary_text.done\",\"sequence_number\":479,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"text\":\"**Creating an NYC trip itinerary**\\n\\nI’m putting together a 3-day itinerary for the user visiting NYC, focusing on art and food. I want to suggest practical tips like downloading map apps, checking exhibit schedules, and reserving dining spots in advance. \\n\\nDay 1 will cover Museum Mile with visits to The Met and Guggenheim, followed by a stroll in Central Park and dining in Midtown. \\n\\nDay 2 will explore Chelsea with art galleries, the High Line, and fun at Chelsea Market. \\n\\nFor Day 3, I'm considering Brooklyn's art scene, a food tour in Lower Manhattan, and recommendations for local dining options. I'll also remind the user to use public transit for ease!\"}\n\n", + "event: response.reasoning_summary_part.done\n", + "data: {\"type\":\"response.reasoning_summary_part.done\",\"sequence_number\":480,\"item_id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"output_index\":0,\"summary_index\":3,\"part\":{\"type\":\"summary_text\",\"text\":\"**Creating an NYC trip itinerary**\\n\\nI’m putting together a 3-day itinerary for the user visiting NYC, focusing on art and food. I want to suggest practical tips like downloading map apps, checking exhibit schedules, and reserving dining spots in advance. \\n\\nDay 1 will cover Museum Mile with visits to The Met and Guggenheim, followed by a stroll in Central Park and dining in Midtown. \\n\\nDay 2 will explore Chelsea with art galleries, the High Line, and fun at Chelsea Market. \\n\\nFor Day 3, I'm considering Brooklyn's art scene, a food tour in Lower Manhattan, and recommendations for local dining options. I'll also remind the user to use public transit for ease!\"}}\n\n", + "event: response.output_item.done\n", + "data: {\"type\":\"response.output_item.done\",\"sequence_number\":481,\"output_index\":0,\"item\":{\"id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"type\":\"reasoning\",\"summary\":[{\"type\":\"summary_text\",\"text\":\"**Planning a New York itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create a structured itinerary that highlights recommended places. For art, I'll include iconic spots like MoMA, the Metropolitan Museum of Art, and the Guggenheim. I should also suggest local food tours, considering different boroughs, and tailor my recommendations to the user's time constraints. Let's compile a three-day plan that balances their interests in food and art effectively!\"},{\"type\":\"summary_text\",\"text\":\"**Creating a 3-day NYC itinerary**\\n\\nI’m outlining a three-day itinerary for the user, focusing on art and food. On Day 1, I’ll suggest starting in Midtown Manhattan with Central Park, then visiting MoMA, and perhaps browsing local restaurants for a meal. Day 2 could include the Metropolitan Museum of Art and a stroll through Central Park, complemented by neighborhood food stops. On Day 3, the Whitney or a Brooklyn art scene visit would round out the trip, along with exploring Brooklyn's food options. I'll include tips for using public transit and booking tickets in advance!\"},{\"type\":\"summary_text\",\"text\":\"**Proposing a NYC itinerary**\\n\\nI’m crafting a thoughtful three-day itinerary focusing on art and food in New York City. For Day 1, I suggest starting in Manhattan’s Museum Mile, with breakfast in the Upper East Side, visiting The Met, and then lunch at a local eatery. In the afternoon, exploring the Guggenheim or taking a stroll in Central Park would be great. Day 2 could center on modern art in Chelsea, with visits to galleries, the High Line, and lunch at Chelsea Market. On Day 3, I’ll explore Lower Manhattan and Brooklyn, mixing art exhibitions with food tours to wrap up the experience!\"},{\"type\":\"summary_text\",\"text\":\"**Creating an NYC trip itinerary**\\n\\nI’m putting together a 3-day itinerary for the user visiting NYC, focusing on art and food. I want to suggest practical tips like downloading map apps, checking exhibit schedules, and reserving dining spots in advance. \\n\\nDay 1 will cover Museum Mile with visits to The Met and Guggenheim, followed by a stroll in Central Park and dining in Midtown. \\n\\nDay 2 will explore Chelsea with art galleries, the High Line, and fun at Chelsea Market. \\n\\nFor Day 3, I'm considering Brooklyn's art scene, a food tour in Lower Manhattan, and recommendations for local dining options. I'll also remind the user to use public transit for ease!\"}]}}\n\n", + "event: response.output_item.added\n", + "data: {\"type\":\"response.output_item.added\",\"sequence_number\":482,\"output_index\":1,\"item\":{\"id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"type\":\"message\",\"status\":\"in_progress\",\"content\":[],\"role\":\"assistant\"}}\n\n", + "event: response.content_part.added\n", + "data: {\"type\":\"response.content_part.added\",\"sequence_number\":483,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"part\":{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"\"}}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":484,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"New\",\"logprobs\":[],\"obfuscation\":\"mQksRteyr5iPU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":485,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"pkaGsHGDkp7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":486,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" City\",\"logprobs\":[],\"obfuscation\":\"MHh2dVV8adn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":487,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" offers\",\"logprobs\":[],\"obfuscation\":\"xyxXc8NSh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":488,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" an\",\"logprobs\":[],\"obfuscation\":\"cSFuBtl4Sd0vR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":489,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" incredible\",\"logprobs\":[],\"obfuscation\":\"XBGmw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":490,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" blend\",\"logprobs\":[],\"obfuscation\":\"8emOMvBtzy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":491,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"WFoSsWRghBJ49\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":492,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"zfPEnZnBCHjR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":493,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"tTGGLKY5favH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":494,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"AMvMILOT7Jb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":495,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"mlQMR5JxOfmWNXq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":496,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"KqcBt4LnRexK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":497,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"ZjfVT6PKPgg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":498,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" just\",\"logprobs\":[],\"obfuscation\":\"MwEK29qhqzD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":499,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" three\",\"logprobs\":[],\"obfuscation\":\"FXAYxaQ1OP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":500,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" days\",\"logprobs\":[],\"obfuscation\":\"NFLn5vRpbq6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":501,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"BHmKjOp7Gx1u\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":502,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’ll\",\"logprobs\":[],\"obfuscation\":\"Zc3BfVXDHAySg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":503,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" want\",\"logprobs\":[],\"obfuscation\":\"ueNbyFMFlsf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":504,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"AeETwn8tTMgOi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":505,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" structure\",\"logprobs\":[],\"obfuscation\":\"8LWtHU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":506,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"rOKDo6GAt5i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":507,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" time\",\"logprobs\":[],\"obfuscation\":\"jZmGTavWEPu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":508,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"G9CoQjySu4Dru\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":509,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" minimize\",\"logprobs\":[],\"obfuscation\":\"vRMdMVE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":510,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" travel\",\"logprobs\":[],\"obfuscation\":\"xXYvtf4C5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":511,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" between\",\"logprobs\":[],\"obfuscation\":\"iIKgMvob\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":512,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhoods\",\"logprobs\":[],\"obfuscation\":\"eG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":513,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" while\",\"logprobs\":[],\"obfuscation\":\"kbDIfIGoUt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":514,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" still\",\"logprobs\":[],\"obfuscation\":\"wFUNkaWNDC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":515,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" savor\",\"logprobs\":[],\"obfuscation\":\"9XoWOauNZC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":516,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ing\",\"logprobs\":[],\"obfuscation\":\"NtPdFfpQOsMOv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":517,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" as\",\"logprobs\":[],\"obfuscation\":\"AQC12zltvKmZ3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":518,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" much\",\"logprobs\":[],\"obfuscation\":\"CbtHR1hFRN9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":519,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" as\",\"logprobs\":[],\"obfuscation\":\"CBefvoYxlFI8C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":520,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"ys2I8APIdaAs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":521,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"ETGjJcXBMu6h\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":522,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"mIbKOTJwclcAkot\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":523,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Here\",\"logprobs\":[],\"obfuscation\":\"qDpyLDQZ2gV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":524,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"ONsZCLOlE28Msu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":525,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"pB8l8uHRPbrvv1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":526,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" plan\",\"logprobs\":[],\"obfuscation\":\"eSyk5465IuD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":527,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"TX21VIO2m6DJj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":528,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" help\",\"logprobs\":[],\"obfuscation\":\"A2lYhu3TP5b\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":529,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"OBOsXeKS5FoU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":530,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" balance\",\"logprobs\":[],\"obfuscation\":\"Imtnahq4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":531,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" museum\",\"logprobs\":[],\"obfuscation\":\"vE3O7IXAv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":532,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" visits\",\"logprobs\":[],\"obfuscation\":\"A9mlrfzRa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":533,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"OsZr4pusMvyZU8x\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":534,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" gallery\",\"logprobs\":[],\"obfuscation\":\"47EGzXCu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":535,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" stroll\",\"logprobs\":[],\"obfuscation\":\"eUdSZXMhd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":536,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"s\",\"logprobs\":[],\"obfuscation\":\"rXS4fjjp9l1tYg7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":537,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"8p3ZkpjxOcyB23L\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":538,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"wJRmpt7OhQ3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":539,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" markets\",\"logprobs\":[],\"obfuscation\":\"yi92jg8H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":540,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"ljoc1QDHpYFxtlM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":541,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"THXCj9EcWHyU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":542,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"Fjo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":543,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exploration\",\"logprobs\":[],\"obfuscation\":\"NrhG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":544,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\\n\",\"logprobs\":[],\"obfuscation\":\"0E6mpZx2NsTYw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":545,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":546,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"KtYiR94X\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":547,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"3vKVYDTCv9zQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":548,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"dvLUim66MZB3ao\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":549,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"qnBzWbUAgwW0NiB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":550,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"1\",\"logprobs\":[],\"obfuscation\":\"wC0Ldl11LrDicLs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":551,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"VEuZyUv40fidUhb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":552,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Do\",\"logprobs\":[],\"obfuscation\":\"GON1bPEHOe78c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":553,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Some\",\"logprobs\":[],\"obfuscation\":\"1n9SFnpqSvp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":554,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Pre\",\"logprobs\":[],\"obfuscation\":\"Wwd29v6ytHpe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":555,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-\",\"logprobs\":[],\"obfuscation\":\"j4aRNMPidgB2ZS6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":556,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Trip\",\"logprobs\":[],\"obfuscation\":\"pAV0UceZ79pq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":557,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Research\",\"logprobs\":[],\"obfuscation\":\"ZEmZz87\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":558,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"pXckVIUFe3qkfP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":559,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Booking\",\"logprobs\":[],\"obfuscation\":\"9ljmVueB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":560,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"23YMqO4WcGTs1Il\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":561,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":562,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"gA1edLcP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":563,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"JBfV2kgfn1vx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":564,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"9ozxJkaHaXnojk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":565,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"laEJifO5lQQaCgS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":566,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"2RTCbsIqH2rnYTb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":567,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Decide\",\"logprobs\":[],\"obfuscation\":\"EawbPg6Hx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":568,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" on\",\"logprobs\":[],\"obfuscation\":\"10UJ6UmnA4nos\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":569,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" “\",\"logprobs\":[],\"obfuscation\":\"fqq9cpKXyRI35P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":570,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"must\",\"logprobs\":[],\"obfuscation\":\"UhN6g4CFUHft\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":571,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-see\",\"logprobs\":[],\"obfuscation\":\"vvRjl3uLyj3d\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":572,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"”\",\"logprobs\":[],\"obfuscation\":\"jmfco8KhGMJgeiq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":573,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"HIoyBhQFUpAM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":574,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spots\",\"logprobs\":[],\"obfuscation\":\"fATGFshXOl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":575,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"rzdrHWPXLlbe54\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":576,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"large\",\"logprobs\":[],\"obfuscation\":\"cTSLgnGcOjC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":577,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" museums\",\"logprobs\":[],\"obfuscation\":\"NSeMc4yj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":578,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" vs\",\"logprobs\":[],\"obfuscation\":\"ynNhxvyWSPcRP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":579,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"NL0avyWKmT8Ytu2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":580,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" smaller\",\"logprobs\":[],\"obfuscation\":\"dlGPXtec\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":581,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"C6kWO2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":582,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"3KQFAV5H8pFx8or\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":583,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"W86rgxHw7j0V\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":584,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" key\",\"logprobs\":[],\"obfuscation\":\"vcK9j1uc0q1c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":585,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"n1xvXvUYKMn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":586,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" experiences\",\"logprobs\":[],\"obfuscation\":\"GJgp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":587,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"02nimyKoX7jgKJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":588,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"food\",\"logprobs\":[],\"obfuscation\":\"GhDucgXpydJD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":589,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" markets\",\"logprobs\":[],\"obfuscation\":\"pMdi7pp1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":590,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"mdz8RSLTOpwDYC1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":591,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" signature\",\"logprobs\":[],\"obfuscation\":\"Yc12Fo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":592,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurants\",\"logprobs\":[],\"obfuscation\":\"FY6T\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":593,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"TsnsMAM7VUkfdMC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":594,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"G7sWf9UWTl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":595,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" street\",\"logprobs\":[],\"obfuscation\":\"mdxc8bq2E\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":596,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" fare\",\"logprobs\":[],\"obfuscation\":\"3EST2rfoXqM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":597,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"MkBWATVLLAbbH87\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":598,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"eO6RDwp7feH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":599,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" excite\",\"logprobs\":[],\"obfuscation\":\"45SL8953S\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":600,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"mBS6JP4dFmg0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":601,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"iTcZkkv4RVVOIcK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":602,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \\n\",\"logprobs\":[],\"obfuscation\":\"CeHoVYZnSgdq1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":603,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"F9D7BqAu3qDm1nX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":604,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Check\",\"logprobs\":[],\"obfuscation\":\"bS74AtDm03\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":605,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" opening\",\"logprobs\":[],\"obfuscation\":\"T8lSF96u\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":606,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" hours\",\"logprobs\":[],\"obfuscation\":\"dNny5yM5uG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":607,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"ntjaXEOU3rV3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":608,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" book\",\"logprobs\":[],\"obfuscation\":\"yGRhFCiN3Sn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":609,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tickets\",\"logprobs\":[],\"obfuscation\":\"uU491vTl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":610,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" online\",\"logprobs\":[],\"obfuscation\":\"PIWL22lzs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":611,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"cOjmTBzQm1pV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":612,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" popular\",\"logprobs\":[],\"obfuscation\":\"3I0c7Dx8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":613,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" museums\",\"logprobs\":[],\"obfuscation\":\"BrTsx3Tk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":614,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"RzUC8fOLAd2bY8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":615,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"like\",\"logprobs\":[],\"obfuscation\":\"c8866YVsIhDj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":616,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"nt9JqG6AP67L\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":617,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Metropolitan\",\"logprobs\":[],\"obfuscation\":\"8rS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":618,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"NLz5IXIwG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":619,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"9NAAfYmRjif8F\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":620,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Art\",\"logprobs\":[],\"obfuscation\":\"nRivrquAckmw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":621,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"MTplGaNnuRxgJoP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":622,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Mo\",\"logprobs\":[],\"obfuscation\":\"Td5WXiXVs58LN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":623,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"MA\",\"logprobs\":[],\"obfuscation\":\"cQn044DfkicX27\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":624,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"yB3n7DlMVdcS5I0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":625,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Gug\",\"logprobs\":[],\"obfuscation\":\"D6jCL4QKiX4C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":626,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"gen\",\"logprobs\":[],\"obfuscation\":\"gOwPsP2wMS2dq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":627,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"heim\",\"logprobs\":[],\"obfuscation\":\"GxgXcmcEVU88\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":628,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"3yl5xywE89zZVcU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":629,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"GWtZ8X0C91RqA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":630,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"b8nhWldXq3rA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":631,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Whitney\",\"logprobs\":[],\"obfuscation\":\"6bwf7Kzm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":632,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"W6momnNjtJv4cwT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":633,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"KDbyquJvI4cVD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":634,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" avoid\",\"logprobs\":[],\"obfuscation\":\"aECdjUwKGf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":635,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" long\",\"logprobs\":[],\"obfuscation\":\"GmAZB6zRjBx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":636,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" lines\",\"logprobs\":[],\"obfuscation\":\"WlojAgKbJ6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":637,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"7Rr85fvF6UaXPmI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":638,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \\n\",\"logprobs\":[],\"obfuscation\":\"InnIMXZCPEHuV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":639,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"W012LJT24K1jxBk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":640,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Look\",\"logprobs\":[],\"obfuscation\":\"yYMpAx4KO4H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":641,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"w2KIEVQgQQD7V\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":642,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" guided\",\"logprobs\":[],\"obfuscation\":\"U4cOLlQ8I\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":643,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tours\",\"logprobs\":[],\"obfuscation\":\"F3VdoyjVLL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":644,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"1KssuZaRwzonEw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":645,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"art\",\"logprobs\":[],\"obfuscation\":\"0xyw9DQkfKKNU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":646,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-focused\",\"logprobs\":[],\"obfuscation\":\"lMArUpox\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":647,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" walking\",\"logprobs\":[],\"obfuscation\":\"UWglTxAd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":648,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tours\",\"logprobs\":[],\"obfuscation\":\"eu4gSKguFX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":649,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"3CvUXVEwGzVq6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":650,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"TMjhPenIh91\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":651,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tours\",\"logprobs\":[],\"obfuscation\":\"IyyBxClqlD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":652,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"6y5ZiU9zmF4JFxO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":653,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"Pp1rwlWGzf3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":654,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"Fy6ZPJM3RnuV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":655,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" give\",\"logprobs\":[],\"obfuscation\":\"GF28A00hwrv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":656,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"qJum1PDI7xY3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":657,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" insider\",\"logprobs\":[],\"obfuscation\":\"TbfcPlfT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":658,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" insights\",\"logprobs\":[],\"obfuscation\":\"50lxMUx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":659,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" about\",\"logprobs\":[],\"obfuscation\":\"X3hWlZswfk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":660,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhoods\",\"logprobs\":[],\"obfuscation\":\"o1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":661,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" like\",\"logprobs\":[],\"obfuscation\":\"hqsSPBK3OYR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":662,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"eO0zsg6y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":663,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"pjsSkhL73usXU2t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":664,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"wuSLQvjjelkk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":665,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Lower\",\"logprobs\":[],\"obfuscation\":\"VmdQ8bXfZc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":666,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" East\",\"logprobs\":[],\"obfuscation\":\"0DSxZTUgAS1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":667,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Side\",\"logprobs\":[],\"obfuscation\":\"w0oOI7VsP8W\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":668,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"0Nui5K7ZUQFWEAJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":669,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Williamsburg\",\"logprobs\":[],\"obfuscation\":\"VVi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":670,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"jRQqM20Qr9PwDI9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":671,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"Gr09uCKRHx3CB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":672,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bush\",\"logprobs\":[],\"obfuscation\":\"LlooodHD3M8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":673,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"wick\",\"logprobs\":[],\"obfuscation\":\"wmMFPLVTeTEN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":674,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"mbcMWjXwIWRYzxP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":675,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \\n\",\"logprobs\":[],\"obfuscation\":\"E3JL82pFBH9Yj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":676,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"GW6co7lgl6XJ4xE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":677,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Download\",\"logprobs\":[],\"obfuscation\":\"22dxUAx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":678,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"qXRhkzQ2aeOOvY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":679,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" transit\",\"logprobs\":[],\"obfuscation\":\"WhzQ5PR1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":680,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" app\",\"logprobs\":[],\"obfuscation\":\"uNn7yJD4tj6W\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":681,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"MKovOmJCim6Yi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":682,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" use\",\"logprobs\":[],\"obfuscation\":\"GkDZrON8yMom\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":683,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Google\",\"logprobs\":[],\"obfuscation\":\"q3dpcwx5G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":684,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Maps\",\"logprobs\":[],\"obfuscation\":\"LPsemgg2CSy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":685,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"F3vBeY0WTywE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":686,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" real\",\"logprobs\":[],\"obfuscation\":\"AGVESTAkrl1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":687,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-time\",\"logprobs\":[],\"obfuscation\":\"1xaq8QofWEE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":688,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" subway\",\"logprobs\":[],\"obfuscation\":\"BrZb2Yg4P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":689,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"fMuOm5vAMsNC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":690,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" walking\",\"logprobs\":[],\"obfuscation\":\"fRGuIxja\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":691,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" directions\",\"logprobs\":[],\"obfuscation\":\"5uyjg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":692,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"QHJBgBAzFXO8X\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":693,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":694,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"ZepIKlK3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":695,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"8CLHXrft0fck\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":696,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"qSxNStCTU78r45\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":697,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"1l92R0rDI2AKuF4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":698,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"2\",\"logprobs\":[],\"obfuscation\":\"EBLdAgic8vLvM7C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":699,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"XdIRVuN9A8Il9vh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":700,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Group\",\"logprobs\":[],\"obfuscation\":\"g4dCXtcT2R\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":701,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"6NYGQBCl8ShAg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":702,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Neighborhood\",\"logprobs\":[],\"obfuscation\":\"n04\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":703,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"ks3mHKN3k0zAM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":704,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Max\",\"logprobs\":[],\"obfuscation\":\"v34RlFPIFO1f\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":705,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"imize\",\"logprobs\":[],\"obfuscation\":\"BBpVnrCsDYh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":706,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Your\",\"logprobs\":[],\"obfuscation\":\"t8hOq98TO43\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":707,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Time\",\"logprobs\":[],\"obfuscation\":\"Znsy5bWG40t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":708,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"fbhKVSsbq2FYPYD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":709,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":710,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"AKvNfh1A\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":711,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"dKDuNjMqwfSG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":712,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"fmYVkfdMvRruDz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":713,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"Fkw41gJi5keqjFR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":714,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"New\",\"logprobs\":[],\"obfuscation\":\"uQ3HUborV3tCw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":715,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"wbWw10DqrZE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":716,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"h2yJvWOc4wspp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":717,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spread\",\"logprobs\":[],\"obfuscation\":\"XkB5YaWGM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":718,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" out\",\"logprobs\":[],\"obfuscation\":\"Oild2Z2eLW2F\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":719,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"bfZuHYoOklZNKvz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":720,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" so\",\"logprobs\":[],\"obfuscation\":\"DWXq6aCQbF7Id\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":721,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" planning\",\"logprobs\":[],\"obfuscation\":\"yQP96v5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":722,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"HSmFygWAiDpjo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":723,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" area\",\"logprobs\":[],\"obfuscation\":\"j5k7czyvn49\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":724,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"DmUNcDh8pm0gx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":725,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" key\",\"logprobs\":[],\"obfuscation\":\"aX5XiPW7HYrD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":726,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"NJ8VGyBI0iJNapO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":727,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Here\",\"logprobs\":[],\"obfuscation\":\"FDnG1qnUlKP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":728,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"AUt8pthzIKR5eY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":729,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" one\",\"logprobs\":[],\"obfuscation\":\"yYZSFdrIb3lv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":730,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" way\",\"logprobs\":[],\"obfuscation\":\"qFoYep1wlUSr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":731,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"1JvTeQRRWuY1G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":732,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" break\",\"logprobs\":[],\"obfuscation\":\"2ZzoLFbyhX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":733,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"leDiF936pllp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":734,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" three\",\"logprobs\":[],\"obfuscation\":\"b3Qyjd3ped\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":735,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" days\",\"logprobs\":[],\"obfuscation\":\"BnJ8DvoRfAL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":736,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" into\",\"logprobs\":[],\"obfuscation\":\"NiZ6smJkuMI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":737,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" thematic\",\"logprobs\":[],\"obfuscation\":\"C7v5NdC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":738,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" areas\",\"logprobs\":[],\"obfuscation\":\"Etz2IM2SMz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":739,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" where\",\"logprobs\":[],\"obfuscation\":\"KvFdU25O6B\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":740,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"3FyzAbwCxzct\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":741,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"zcHeUkt8ox3S\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":742,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"5a6EFWAaTJm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":743,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" overlap\",\"logprobs\":[],\"obfuscation\":\"yb8DB2rS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":744,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" nicely\",\"logprobs\":[],\"obfuscation\":\"qUpsEDyra\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":745,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\\n\",\"logprobs\":[],\"obfuscation\":\"4udJ7XwbruDWd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":746,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":747,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"odzxVY6n\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":748,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"k5GnN2DmS6XG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":749,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"4gdOqnVyPgcAuH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":750,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"NLZe0kARl71WXRI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":751,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Day\",\"logprobs\":[],\"obfuscation\":\"Ad6cmnSOf2qjn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":752,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"BjxNFdp5C2tIDbL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":753,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"1\",\"logprobs\":[],\"obfuscation\":\"hCd8WVCI181ewUP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":754,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"vX89vRwehrCiYpE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":755,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"tFvRxXFZW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":756,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Mile\",\"logprobs\":[],\"obfuscation\":\"U8DKWNsaXwb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":757,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"Njm8FZJM5rl3BM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":758,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Upper\",\"logprobs\":[],\"obfuscation\":\"d77WvS1fGl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":759,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" East\",\"logprobs\":[],\"obfuscation\":\"XUnIDxmFclj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":760,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Side\",\"logprobs\":[],\"obfuscation\":\"oIOZzFbk3jr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":761,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"BtOlEyZW7ePMA6D\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":762,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":763,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"SrDtQtEk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":764,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"aIvdalps9RO8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":765,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"kxGb1F0awteRaf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":766,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"pPbJLGQoReu9JHN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":767,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Morning\",\"logprobs\":[],\"obfuscation\":\"EOwRmJEnV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":768,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"auO9X5qyyNX06B\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":769,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"sTDSpDtzKfG7JvF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":770,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Begin\",\"logprobs\":[],\"obfuscation\":\"9sDKAAhKDX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":771,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"dUg5BUHb2uy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":772,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"5BGa0Wi7WwhLYk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":773,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" relaxed\",\"logprobs\":[],\"obfuscation\":\"1q1meajw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":774,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" breakfast\",\"logprobs\":[],\"obfuscation\":\"a0Exo4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":775,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"VjKpi5p3pOeax\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":776,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"OuWqLH6WZQq4GQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":777,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"40WQr4VYUf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":778,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Upper\",\"logprobs\":[],\"obfuscation\":\"sMsky69aiz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":779,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" East\",\"logprobs\":[],\"obfuscation\":\"Yg8pyb75Nih\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":780,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Side\",\"logprobs\":[],\"obfuscation\":\"s0JutCIfxZJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":781,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" café\",\"logprobs\":[],\"obfuscation\":\"juWPf4uvZmH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":782,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"bLcvYBOF4U5SM9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":783,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"tqXYau27fwOKskj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":784,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Head\",\"logprobs\":[],\"obfuscation\":\"iZRfkzrsSqe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":785,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"8R1PCp2Xxluid\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":786,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"pPCGkSCjpckW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":787,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Metropolitan\",\"logprobs\":[],\"obfuscation\":\"LQk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":788,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"xUUD4qL0U\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":789,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"SVvgWje7WIQos\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":790,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Art\",\"logprobs\":[],\"obfuscation\":\"MI0R7vt8sSsY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":791,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"XZq8N8Z30TtrMw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":792,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"The\",\"logprobs\":[],\"obfuscation\":\"dII3HkYwUbVEr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":793,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Met\",\"logprobs\":[],\"obfuscation\":\"n00ZwrfwUW5n\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":794,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"IzIO9bGNWbk5O3D\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":795,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"pWxWP5LMRMxBA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":796,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" immerse\",\"logprobs\":[],\"obfuscation\":\"GxX1RiyD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":797,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" yourself\",\"logprobs\":[],\"obfuscation\":\"fFDoa27\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":798,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"8vIaomRah3XLb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":799,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" centuries\",\"logprobs\":[],\"obfuscation\":\"kq0yOq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":800,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"wwqEHbKhKMN7w\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":801,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"2d0tScwyuYGm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":802,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"LzHmd7lcafCNATc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":803,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Plan\",\"logprobs\":[],\"obfuscation\":\"vBhCjzTtXtW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":804,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"Os9mcKFwhopVM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":805,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spend\",\"logprobs\":[],\"obfuscation\":\"PVaFu4xf5z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":806,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"9tfuqYh3sahMvjP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":807,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"2\",\"logprobs\":[],\"obfuscation\":\"2YjELWUlwa30bgC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":808,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"–\",\"logprobs\":[],\"obfuscation\":\"LfXFbIAIBhixrZu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":809,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"3\",\"logprobs\":[],\"obfuscation\":\"50TRybZZ4PvO0Dp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":810,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" hours\",\"logprobs\":[],\"obfuscation\":\"GsC3GSvoqG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":811,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" here\",\"logprobs\":[],\"obfuscation\":\"1VBbAdmYwou\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":812,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"C3aZwmcqQWHSP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":813,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mid\",\"logprobs\":[],\"obfuscation\":\"IWV5iLjM6pMKp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":814,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"day\",\"logprobs\":[],\"obfuscation\":\"1Ehd16roPP0NG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":815,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"cXuUfUpgAQy7my\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":816,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"5DLPzHgQuOHQJ4J\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":817,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" If\",\"logprobs\":[],\"obfuscation\":\"PRjHK2FqiShRN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":818,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"huDHhnyJXQ9T\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":819,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"QX0fbxBwFUZ2G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":820,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"2oo7GptfSB0JFQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":821,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" fan\",\"logprobs\":[],\"obfuscation\":\"LjHhcG9qtk4G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":822,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"0efmqtKHFk80P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":823,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" modern\",\"logprobs\":[],\"obfuscation\":\"WW8GuNuOs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":824,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"rgjfIns6tt0p\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":825,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" impression\",\"logprobs\":[],\"obfuscation\":\"tyzRA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":826,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ist\",\"logprobs\":[],\"obfuscation\":\"Tc6hpRuykGnpG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":827,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"0fFj4UShFzTk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":828,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"fWuAtcjyhU7wQrR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":829,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" consider\",\"logprobs\":[],\"obfuscation\":\"cps0yAf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":830,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" walking\",\"logprobs\":[],\"obfuscation\":\"ApiCQqPg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":831,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"vxK7s0fYEeUaF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":832,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"5J3NqR0u7R19\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":833,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Gug\",\"logprobs\":[],\"obfuscation\":\"wMXOKH7JCe0O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":834,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"gen\",\"logprobs\":[],\"obfuscation\":\"7WkCwGkd53b7H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":835,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"heim\",\"logprobs\":[],\"obfuscation\":\"uUNnt6Cf4BPJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":836,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"lNsISRfsjqYbB3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":837,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"a\",\"logprobs\":[],\"obfuscation\":\"u7buWm1hy4pBFVZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":838,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" short\",\"logprobs\":[],\"obfuscation\":\"IcwsYqCjv5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":839,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" stroll\",\"logprobs\":[],\"obfuscation\":\"7SUroWxrd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":840,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" away\",\"logprobs\":[],\"obfuscation\":\"sZLektxrmxz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":841,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"is3Vd4Kkyiou7xl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":842,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"18jVGLzQIHEiQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":843,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" appreciate\",\"logprobs\":[],\"obfuscation\":\"Xxn4m\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":844,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" its\",\"logprobs\":[],\"obfuscation\":\"PsgPEhb1P5Ct\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":845,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" architecture\",\"logprobs\":[],\"obfuscation\":\"p38\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":846,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"GNZYGKoNSO7l\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":847,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" curated\",\"logprobs\":[],\"obfuscation\":\"SueliYtp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":848,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" collection\",\"logprobs\":[],\"obfuscation\":\"Pqdi8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":849,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"tS10quGZMFj5Is\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":850,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"xaZpDQeNNpJ2c6M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":851,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"1PDioun3FH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":852,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" lunch\",\"logprobs\":[],\"obfuscation\":\"O068JH8uCZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":853,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"qQaMkGnhftvSj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":854,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"8k3TA3S9v0LLtB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":855,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" nearby\",\"logprobs\":[],\"obfuscation\":\"jHaEqsr72\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":856,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" eat\",\"logprobs\":[],\"obfuscation\":\"IT0etopqfYVi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":857,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ery\",\"logprobs\":[],\"obfuscation\":\"NaCRbufcxmOg6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":858,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"mH4Luae1WOAVd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":859,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" within\",\"logprobs\":[],\"obfuscation\":\"Tdn7q4GvB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":860,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" one\",\"logprobs\":[],\"obfuscation\":\"SgAYMYN5LPPG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":861,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"UZdFPfJbEIw5t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":862,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"rW8hL92MvKQx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":863,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" museum\",\"logprobs\":[],\"obfuscation\":\"QbcFCtlFN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":864,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" cafés\",\"logprobs\":[],\"obfuscation\":\"xH3ageLw6w\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":865,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" where\",\"logprobs\":[],\"obfuscation\":\"phWmNjVTfI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":866,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"Ejfutuievv1f\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":867,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"GPODtro3avqE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":868,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" savor\",\"logprobs\":[],\"obfuscation\":\"BT8Y80Gg5P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":869,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" classic\",\"logprobs\":[],\"obfuscation\":\"vCoI2VCE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":870,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"20VClTZAYjSI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":871,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"Szr9OdUwEcW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":872,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" bites\",\"logprobs\":[],\"obfuscation\":\"MPDkCefiX3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":873,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"fxsqsxKtdcOHy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":874,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Af\",\"logprobs\":[],\"obfuscation\":\"cm7ruhF63bpqgY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":875,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ternoon\",\"logprobs\":[],\"obfuscation\":\"9SbUhh497\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":876,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"r0BiV7uvWLkGEf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":877,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"0zj1RiY7CBWF1If\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":878,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Take\",\"logprobs\":[],\"obfuscation\":\"8JQ8nxih2bo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":879,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"gAHp2z5ZOBXx8h\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":880,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" leisurely\",\"logprobs\":[],\"obfuscation\":\"lyUiHj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":881,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" stroll\",\"logprobs\":[],\"obfuscation\":\"WFyKliiYC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":882,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" through\",\"logprobs\":[],\"obfuscation\":\"RQ1GkByq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":883,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Central\",\"logprobs\":[],\"obfuscation\":\"Hv1l3Ss2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":884,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Park\",\"logprobs\":[],\"obfuscation\":\"KRpfzVJGNda\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":885,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"aXMGa6Y57d4M2q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":886,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"right\",\"logprobs\":[],\"obfuscation\":\"ihlBrBeVtOW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":887,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" next\",\"logprobs\":[],\"obfuscation\":\"hOoIDbiO4yP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":888,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" door\",\"logprobs\":[],\"obfuscation\":\"hjHjWVo5TzW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":889,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"ZYv9SRxN3KSxNxj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":890,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"mz8Uj7Ra9zjq6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":891,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" clear\",\"logprobs\":[],\"obfuscation\":\"GXgVIj7gSA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":892,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"9UQxPZ8a6i4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":893,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" mind\",\"logprobs\":[],\"obfuscation\":\"FJ2eiOnZtmX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":894,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"tfikC0T4uXD6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":895,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" enjoy\",\"logprobs\":[],\"obfuscation\":\"RthGKHl1sX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":896,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" some\",\"logprobs\":[],\"obfuscation\":\"5Ll7fwG8xD6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":897,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" outdoor\",\"logprobs\":[],\"obfuscation\":\"SpHoPnYv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":898,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"v5exkkFu4hib\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":899,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"HS49agwAiLMVD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":900,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"Rsctu3UASiDp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":901,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" form\",\"logprobs\":[],\"obfuscation\":\"NmXCD77DAAv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":902,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"iY9WO8nvtACSB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":903,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" sculptures\",\"logprobs\":[],\"obfuscation\":\"snkpB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":904,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"zP7ufr1ZKiyn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":905,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" picturesque\",\"logprobs\":[],\"obfuscation\":\"9yqv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":906,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" views\",\"logprobs\":[],\"obfuscation\":\"6m7ky6q7J5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":907,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"wq4vFZ6VfsV4d\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":908,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Even\",\"logprobs\":[],\"obfuscation\":\"vfrwVGnSSWsN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":909,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ing\",\"logprobs\":[],\"obfuscation\":\"ybHIfQ95xNLDo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":910,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"YoXvQ4CKPSxKFn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":911,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"Djw8sK7SD9ZWem9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":912,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Transition\",\"logprobs\":[],\"obfuscation\":\"E3kuO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":913,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"fd1lswlHi8uqI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":914,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Midtown\",\"logprobs\":[],\"obfuscation\":\"uu9QJzem\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":915,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"JrvoZHmdPnXM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":916,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" choose\",\"logprobs\":[],\"obfuscation\":\"gAeKCRbT3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":917,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"TNYFgUl5EdA3nV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":918,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" dinner\",\"logprobs\":[],\"obfuscation\":\"BEfkXHnn4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":919,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spot\",\"logprobs\":[],\"obfuscation\":\"g7wQpcEFvlp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":920,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"—from\",\"logprobs\":[],\"obfuscation\":\"vilEpCZ5N2T\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":921,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"Mr7qy4FG6nV8fN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":922,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" trendy\",\"logprobs\":[],\"obfuscation\":\"XIiNBM7Yt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":923,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" b\",\"logprobs\":[],\"obfuscation\":\"Ex4TmBh8ovTuBo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":924,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"istro\",\"logprobs\":[],\"obfuscation\":\"HANrC6OvMn2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":925,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"OldBhKeprJ2kR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":926,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Hell\",\"logprobs\":[],\"obfuscation\":\"5YxKTE2EMl8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":927,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"537mdB34jY8ZSY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":928,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Kitchen\",\"logprobs\":[],\"obfuscation\":\"QrknTixC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":929,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"zcekyay4Dd8JR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":930,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"3l4eWjVegkil6d\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":931,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" classic\",\"logprobs\":[],\"obfuscation\":\"EocwaaXV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":932,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"cCbNTXFUJXK3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":933,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"QJnN8js9MzR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":934,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" deli\",\"logprobs\":[],\"obfuscation\":\"TeNybcJDDZR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":935,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"Jr8FEux1G0jSMzp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":936,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" St\",\"logprobs\":[],\"obfuscation\":\"2KsVahP13IyI1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":937,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"rolling\",\"logprobs\":[],\"obfuscation\":\"A1Tip0y2g\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":938,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Times\",\"logprobs\":[],\"obfuscation\":\"RxV8czvkm0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":939,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Square\",\"logprobs\":[],\"obfuscation\":\"ZRv3W0Rfk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":940,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" might\",\"logprobs\":[],\"obfuscation\":\"6Z5TRT7vmN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":941,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" be\",\"logprobs\":[],\"obfuscation\":\"y7cFFNphmDS00\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":942,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" fun\",\"logprobs\":[],\"obfuscation\":\"rI6pBln3HDni\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":943,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" if\",\"logprobs\":[],\"obfuscation\":\"XbjBmZuBvzpNh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":944,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"L1GSVSKeRuZ7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":945,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"maz4nmXWwusIt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":946,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" up\",\"logprobs\":[],\"obfuscation\":\"XathYLGrM0uqM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":947,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"KO1kpwzPVXgo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":948,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"tHaOAj0qig70Sp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":949,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" lively\",\"logprobs\":[],\"obfuscation\":\"VZh2pzTrX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":950,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" evening\",\"logprobs\":[],\"obfuscation\":\"8losquBJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":951,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"E4jNV7D4uyYB0bs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":952,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" even\",\"logprobs\":[],\"obfuscation\":\"QBIgtTlwGQR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":953,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" if\",\"logprobs\":[],\"obfuscation\":\"KjnUtQkGJpuOg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":954,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" it\",\"logprobs\":[],\"obfuscation\":\"aFmw07KB9GJuf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":955,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"Jeeu4SoKt9ii9Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":956,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" just\",\"logprobs\":[],\"obfuscation\":\"feOYLHDaiCb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":957,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"RFXnm9EOKfTL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":958,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"qvl2qVPlm33uk9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":959,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" taste\",\"logprobs\":[],\"obfuscation\":\"I4I1Wo1kI2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":960,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"6YZbXDwQ5pkZ6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":961,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"7lFWtLfz9qWR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":962,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" city\",\"logprobs\":[],\"obfuscation\":\"NaofZmmU4y0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":963,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"wk3pBiErL90wmn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":964,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" energy\",\"logprobs\":[],\"obfuscation\":\"idYhc9kK8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":965,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"DLINgAAqHMIs4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":966,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":967,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"QFdAwEA6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":968,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"7s0WlqcDZ0EF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":969,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"OCvSUgYX2kaI6R\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":970,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"OFvlNuqXWOlNSQp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":971,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Day\",\"logprobs\":[],\"obfuscation\":\"FGt7C0kMFivaw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":972,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"DpPZ9Yl1BgrHDhB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":973,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"2\",\"logprobs\":[],\"obfuscation\":\"988HUs0PBryfC6q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":974,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"x0qBxItn5CXLJjg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":975,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"i7uBb6xz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":976,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"iFuvqct2biwq1bv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":977,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"NM5OMoZ1ZeS5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":978,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" High\",\"logprobs\":[],\"obfuscation\":\"9JlC3p8lhjH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":979,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Line\",\"logprobs\":[],\"obfuscation\":\"bSlr8Ieei7Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":980,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"cmKOx2ITPj2V9E\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":981,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" West\",\"logprobs\":[],\"obfuscation\":\"cpM3p1x3koi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":982,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Village\",\"logprobs\":[],\"obfuscation\":\"ghSfyz1P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":983,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"goyv3Ha0kjtejYq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":984,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":985,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"1cFQzzjM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":986,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"AoTPAPhMD57c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":987,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"uubtIyFioR16o3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":988,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"VMUJoU0fQYv7Z2H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":989,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Morning\",\"logprobs\":[],\"obfuscation\":\"IGtvdwdrz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":990,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"DDW5UuoiU8LTMU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":991,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"XEHErJoCTqJPp9h\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":992,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Start\",\"logprobs\":[],\"obfuscation\":\"YJXIQdNV4S\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":993,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"f1ooT7DbZcU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":994,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" day\",\"logprobs\":[],\"obfuscation\":\"j4Om6hJvSkRi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":995,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"SL7oWQXZaFjHj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":996,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"1cmBYuBf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":997,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"5bNJZYM6yIe73G7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":998,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"lcaYszjj9y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":999,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" breakfast\",\"logprobs\":[],\"obfuscation\":\"aACf4R\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1000,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"Rg2Ipzatz8Aj8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1001,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"rNi7F40GiQ7lN6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1002,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"4cRZnvMshk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1003,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" café\",\"logprobs\":[],\"obfuscation\":\"fWLtlutGyoW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1004,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" before\",\"logprobs\":[],\"obfuscation\":\"ZiC5OuKcj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1005,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exploring\",\"logprobs\":[],\"obfuscation\":\"ypxURu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1006,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" its\",\"logprobs\":[],\"obfuscation\":\"qQGZdBc17jWD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1007,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" renowned\",\"logprobs\":[],\"obfuscation\":\"gQigleF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1008,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" contemporary\",\"logprobs\":[],\"obfuscation\":\"HzZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1009,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"pw69aqC4QPCk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1010,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"LWp9kj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1011,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"WgfRcEhGnoBX8I\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1012,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"UswpciGPdsY3TRz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1013,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Walk\",\"logprobs\":[],\"obfuscation\":\"gaEqpEJjM6V\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1014,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" around\",\"logprobs\":[],\"obfuscation\":\"jRin9OArM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1015,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"xWa29rSX0ztT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1016,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"9EIhyWOh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1017,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"Qnb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1018,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"mvBgC34qAPwdE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1019,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" discover\",\"logprobs\":[],\"obfuscation\":\"ei115fs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1020,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" pop\",\"logprobs\":[],\"obfuscation\":\"fI84VRTKYDsX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1021,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-up\",\"logprobs\":[],\"obfuscation\":\"J5qqLtoRShji4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1022,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exhibits\",\"logprobs\":[],\"obfuscation\":\"2G1WsXR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1023,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"MqaWvsr4okVg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1024,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" smaller\",\"logprobs\":[],\"obfuscation\":\"BSyL20HI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1025,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"GOghWh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1026,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"DIvX6alWdBZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1027,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" often\",\"logprobs\":[],\"obfuscation\":\"LVF1Z974Yx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1028,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" feature\",\"logprobs\":[],\"obfuscation\":\"XuryMT3M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1029,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" emerging\",\"logprobs\":[],\"obfuscation\":\"brkL01W\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1030,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" artists\",\"logprobs\":[],\"obfuscation\":\"xOlI8NS3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1031,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"kfi3C5l4KN46O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1032,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mid\",\"logprobs\":[],\"obfuscation\":\"Get2HwZMMV2nC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1033,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"day\",\"logprobs\":[],\"obfuscation\":\"ZgTKOOw8B643z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1034,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"yr9U3lOnrtwoh4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1035,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"y6TcEEWD7s66Mry\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1036,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Head\",\"logprobs\":[],\"obfuscation\":\"XZvql68pMAZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1037,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"B1F6NF63g4DiQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1038,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"pF80pX1n\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1039,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Market\",\"logprobs\":[],\"obfuscation\":\"sXm4lRH0Z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1040,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"—a\",\"logprobs\":[],\"obfuscation\":\"HB1NIaS7YGrn1A\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1041,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"EJEPQtBVv8v\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1042,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" hall\",\"logprobs\":[],\"obfuscation\":\"a7LtWhEjrXq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1043,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" packed\",\"logprobs\":[],\"obfuscation\":\"OQncjVlvL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1044,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"puhbJy7HOeW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1045,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" artis\",\"logprobs\":[],\"obfuscation\":\"QVnH0Fuibt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1046,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"anal\",\"logprobs\":[],\"obfuscation\":\"7m9rDstPHtzJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1047,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" vendors\",\"logprobs\":[],\"obfuscation\":\"LdsWBAys\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1048,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"kMJNagMCusY6alL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1049,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" international\",\"logprobs\":[],\"obfuscation\":\"ee\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1050,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" cuisines\",\"logprobs\":[],\"obfuscation\":\"Ob1x5Pt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1051,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"VtjV1U5N7Z6GnQ8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1052,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"5ZGiI27CdmTI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1053,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"3lWRaezYnw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1054,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" treats\",\"logprobs\":[],\"obfuscation\":\"k4A5ziWqv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1055,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"XUvBdXkO5wJy64Z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1056,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" It\",\"logprobs\":[],\"obfuscation\":\"OBv8wSaIx4m6U\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1057,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"CDie4UzKVOGKhi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1058,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"hPA1sMQ9qzu5J8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1059,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" perfect\",\"logprobs\":[],\"obfuscation\":\"GzL6QzV5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1060,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spot\",\"logprobs\":[],\"obfuscation\":\"osK0Phq4dJQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1061,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"MTh1fe99cfe1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1062,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" lunch\",\"logprobs\":[],\"obfuscation\":\"iqm0jCxdLB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1063,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" while\",\"logprobs\":[],\"obfuscation\":\"Pvn0Z7ztUd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1064,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"zhylyGx9g7V4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1065,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" soak\",\"logprobs\":[],\"obfuscation\":\"rdWF0vpz8I0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1066,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"jeHv2NtLRRn1r\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1067,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" some\",\"logprobs\":[],\"obfuscation\":\"V5EJYqNl1Mz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1068,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" city\",\"logprobs\":[],\"obfuscation\":\"Cc31Fy3TYn9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1069,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" life\",\"logprobs\":[],\"obfuscation\":\"oGRMAws8hd9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1070,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"mX3Tpt1TdXFRbd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1071,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"nkrhwGHiwl0aKcZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1072,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" After\",\"logprobs\":[],\"obfuscation\":\"1WjX2QXrms\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1073,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" lunch\",\"logprobs\":[],\"obfuscation\":\"3JmQdvfREz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1074,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"WFld31uKh5XECv2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1075,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" take\",\"logprobs\":[],\"obfuscation\":\"YR2uDU0e9sm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1076,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"HNpo6vHtCZn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1077,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"8eVPBfkv3Qn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1078,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"Mhz6JnnQE9qH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1079,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"OVPFczloSBsd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1080,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" experience\",\"logprobs\":[],\"obfuscation\":\"zuT2Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1081,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" outdoors\",\"logprobs\":[],\"obfuscation\":\"sClg4Or\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1082,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"jEsqX7o6eo6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1083,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"kIhqqajISFS3LX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1084,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" walk\",\"logprobs\":[],\"obfuscation\":\"nT9pGPSryKj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1085,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" along\",\"logprobs\":[],\"obfuscation\":\"xc7AI639gv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1086,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"AWwowlLnNa2V\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1087,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" High\",\"logprobs\":[],\"obfuscation\":\"VnjmmtaOnWf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1088,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Line\",\"logprobs\":[],\"obfuscation\":\"f2xGzvlpCDu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1089,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"trqpq7NQiTUJiQV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1090,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" This\",\"logprobs\":[],\"obfuscation\":\"geRwHUfVUJy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1091,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" elevated\",\"logprobs\":[],\"obfuscation\":\"8fNWt0x\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1092,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" park\",\"logprobs\":[],\"obfuscation\":\"289HEcOKJyA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1093,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"tg38F8IKAHOjL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1094,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" filled\",\"logprobs\":[],\"obfuscation\":\"ZCrZg4nK3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1095,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"Whm6Ydphvfr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1096,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"Wfa2Vx09TzTM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1097,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" installations\",\"logprobs\":[],\"obfuscation\":\"ta\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1098,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"vTzJFfgFveQpTIM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1099,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" green\",\"logprobs\":[],\"obfuscation\":\"6wh9f6DdON\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1100,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spaces\",\"logprobs\":[],\"obfuscation\":\"m2mgDZbJH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1101,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"xBsRcpksdX1UFKx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1102,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"SfRtzGW9Dli6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1103,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" incredible\",\"logprobs\":[],\"obfuscation\":\"QFz8j\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1104,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" views\",\"logprobs\":[],\"obfuscation\":\"eekPVTNEFM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1105,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"uTLE0V72E9wDW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1106,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"uov8eYBjeSSW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1107,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" city\",\"logprobs\":[],\"obfuscation\":\"pBX654kylkv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1108,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"gkHdPAo7gVNE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1109,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"NjLneYnq8lG5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1110,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Hudson\",\"logprobs\":[],\"obfuscation\":\"QMi9yJwl0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1111,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" River\",\"logprobs\":[],\"obfuscation\":\"WW7820Qhac\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1112,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"hd2V0u4qXTdLX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1113,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Af\",\"logprobs\":[],\"obfuscation\":\"MOmWLmTC0RM88W\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1114,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ternoon\",\"logprobs\":[],\"obfuscation\":\"yfHt1AbVU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1115,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"CPEZWMqjxuiYAL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1116,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Evening\",\"logprobs\":[],\"obfuscation\":\"21fa2x3A\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1117,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"CyxnvqbXz4SLeT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1118,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"Sfyh0XXakcKX07p\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1119,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" If\",\"logprobs\":[],\"obfuscation\":\"pb2opOwQ0a87F\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1120,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" time\",\"logprobs\":[],\"obfuscation\":\"GXSnqnXOuSR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1121,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" permits\",\"logprobs\":[],\"obfuscation\":\"Sn0nz6vD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1122,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"LRSIUZWlDBzATCN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1123,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" visit\",\"logprobs\":[],\"obfuscation\":\"97dXpwYuVo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1124,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"9F2ZzvqhLeQS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1125,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Whitney\",\"logprobs\":[],\"obfuscation\":\"OKMekdol\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1126,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"VUD1fNqIQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1127,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"aaNIyE1C52uwW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1128,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" American\",\"logprobs\":[],\"obfuscation\":\"7CZW7rT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1129,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Art\",\"logprobs\":[],\"obfuscation\":\"8D5TOLlDPZOC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1130,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"X6wg2F7dsmwRVmp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1131,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" located\",\"logprobs\":[],\"obfuscation\":\"xwXexskQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1132,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"RJp2p8HHgjS7n\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1133,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"tj7r6qyfsy3L\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1134,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" southern\",\"logprobs\":[],\"obfuscation\":\"AJ42WF4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1135,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" end\",\"logprobs\":[],\"obfuscation\":\"G2iOCy41A5cU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1136,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"Imkpok3n33AYw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1137,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"xg3TewaqKKWU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1138,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" High\",\"logprobs\":[],\"obfuscation\":\"ubanZJ5b38G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1139,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Line\",\"logprobs\":[],\"obfuscation\":\"7KkYzMAGwvG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1140,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"9OdcdZ0skOX7cpL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1141,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \\n\",\"logprobs\":[],\"obfuscation\":\"sxmYElG2oFFfW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1142,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"rVCtgTpaedJw52g\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1143,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Later\",\"logprobs\":[],\"obfuscation\":\"6H4Qla5Lbp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1144,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"DMKxqUAh6jrepMb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1145,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" venture\",\"logprobs\":[],\"obfuscation\":\"xnoJvG9a\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1146,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" into\",\"logprobs\":[],\"obfuscation\":\"bgqQqNrWaB3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1147,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"7jSjcmYhyEVF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1148,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" West\",\"logprobs\":[],\"obfuscation\":\"uRlmTP3DBe1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1149,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Village\",\"logprobs\":[],\"obfuscation\":\"gR43vlqi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1150,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"WQUQC8QwIyNAhKV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1151,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" where\",\"logprobs\":[],\"obfuscation\":\"aIJdSuAs52\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1152,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"LGPHcF3UEUu5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1153,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"amb00VaEvmNW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1154,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" choose\",\"logprobs\":[],\"obfuscation\":\"oz7ivKxYp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1155,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" from\",\"logprobs\":[],\"obfuscation\":\"sG4hcfrQSvW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1156,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" an\",\"logprobs\":[],\"obfuscation\":\"JnbHcjl9hQ2Ey\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1157,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" array\",\"logprobs\":[],\"obfuscation\":\"K5AaFur5BO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1158,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"slT1DpXWyFk0M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1159,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" dinner\",\"logprobs\":[],\"obfuscation\":\"lz13CdjBg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1160,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spots\",\"logprobs\":[],\"obfuscation\":\"kqPTmH5Tyk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1161,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"—from\",\"logprobs\":[],\"obfuscation\":\"tpiOkPgGNOY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1162,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" innovative\",\"logprobs\":[],\"obfuscation\":\"0WQDy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1163,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"hrtcoohYBLXX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1164,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" American\",\"logprobs\":[],\"obfuscation\":\"q49s69o\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1165,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurants\",\"logprobs\":[],\"obfuscation\":\"SYek\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1166,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"J0tlVZgPt5hVN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1167,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" cozy\",\"logprobs\":[],\"obfuscation\":\"0HDCiClPRrg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1168,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Italian\",\"logprobs\":[],\"obfuscation\":\"rT415TLr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1169,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tratt\",\"logprobs\":[],\"obfuscation\":\"AJh1q7B0Jt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1170,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"orias\",\"logprobs\":[],\"obfuscation\":\"cyfzwBeoeqG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1171,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"OWGuEXYplV7j1m\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1172,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"erdHciTrJC2fGjZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1173,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"WP0wg9h4Y40z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1174,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" West\",\"logprobs\":[],\"obfuscation\":\"GLewzJokCCt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1175,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Village\",\"logprobs\":[],\"obfuscation\":\"PxT2aWvM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1176,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"J02nUCRSEPGU54\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1177,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" quaint\",\"logprobs\":[],\"obfuscation\":\"MA4TZKdXM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1178,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" streets\",\"logprobs\":[],\"obfuscation\":\"HdqTMFoV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1179,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" also\",\"logprobs\":[],\"obfuscation\":\"AsvEYN0MkFF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1180,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" host\",\"logprobs\":[],\"obfuscation\":\"cirYRYwuYH8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1181,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"V8hKAtXmXiVZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1182,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"lPWGuy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1183,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"jQ7N7KghrPJR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1184,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" boutique\",\"logprobs\":[],\"obfuscation\":\"a6alFTc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1185,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" shops\",\"logprobs\":[],\"obfuscation\":\"gEZH6btgyM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1186,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"UMp0yeRDNs6Og5B\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1187,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" offering\",\"logprobs\":[],\"obfuscation\":\"7S8m0a9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1188,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"hI79pvfYnrGxwT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1189,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" relaxed\",\"logprobs\":[],\"obfuscation\":\"rEUsy0n8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1190,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" evening\",\"logprobs\":[],\"obfuscation\":\"ruoHgywj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1191,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" wander\",\"logprobs\":[],\"obfuscation\":\"8y4ieLx4U\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1192,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"0HkqCRh3WQXmD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1193,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1194,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"It9jnLYg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1195,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"ZABjPRrs16rD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1196,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"SQdEXqjgD7MVuL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1197,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"It717ybhB6Wy7FK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1198,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Day\",\"logprobs\":[],\"obfuscation\":\"Qgw6IC4idB5hB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1199,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"eirdJGB5BL8m5KK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1200,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"3\",\"logprobs\":[],\"obfuscation\":\"SW56ozUf8BLK67g\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1201,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"4ainTBqrboTmTJw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1202,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"vYNVUuS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1203,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"t8PXmin9mPdOu0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1204,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Lower\",\"logprobs\":[],\"obfuscation\":\"A3M56LvX3u\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1205,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"sGVdZI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1206,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" V\",\"logprobs\":[],\"obfuscation\":\"bKFdsof7p4efCH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1207,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ibes\",\"logprobs\":[],\"obfuscation\":\"shWRyP8AatyH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1208,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"WvN3hCXhHsvuDWo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1209,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1210,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"qrdUZ4sh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1211,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"MofBpsEMvPf8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1212,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"kAeOl9ZZfLlNKO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1213,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"KaambL5seUKhgow\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1214,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"This\",\"logprobs\":[],\"obfuscation\":\"dsjTgPAEeC0b\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1215,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" day\",\"logprobs\":[],\"obfuscation\":\"MhTUuvc1rzGN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1216,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"xd0U0YV9HMYe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1217,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" be\",\"logprobs\":[],\"obfuscation\":\"09bH6FuEaeSA9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1218,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" split\",\"logprobs\":[],\"obfuscation\":\"yBtCYOsBhf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1219,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" between\",\"logprobs\":[],\"obfuscation\":\"fzJEOJkb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1220,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" continuing\",\"logprobs\":[],\"obfuscation\":\"swAAr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1221,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"K6F03UJsaPurT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1222,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" explore\",\"logprobs\":[],\"obfuscation\":\"GYXv8UEA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1223,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"KSY117AvWZdL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1224,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"rlsJ9XtrBRUw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1225,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" scene\",\"logprobs\":[],\"obfuscation\":\"pUDCoBkR8O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1226,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"lX2px9ER57Ci\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1227,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" sampling\",\"logprobs\":[],\"obfuscation\":\"Ok0bTdw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1228,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" more\",\"logprobs\":[],\"obfuscation\":\"eA6g8QtIO4c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1229,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" diverse\",\"logprobs\":[],\"obfuscation\":\"NBauIyKE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1230,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"XTqkkGbbqod\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1231,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" experiences\",\"logprobs\":[],\"obfuscation\":\"utLj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1232,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\\n\",\"logprobs\":[],\"obfuscation\":\"IC960LPOy8K78\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1233,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Option\",\"logprobs\":[],\"obfuscation\":\"yGCyvzjGNi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1234,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" A\",\"logprobs\":[],\"obfuscation\":\"QwCQcSkpdS1pHs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1235,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" –\",\"logprobs\":[],\"obfuscation\":\"zmatwO98ZYYJ7y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1236,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"s73kUJW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1237,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Focus\",\"logprobs\":[],\"obfuscation\":\"Zbzeu0WGPK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1238,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"caO9hh6WcYUWkV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1239,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Morning\",\"logprobs\":[],\"obfuscation\":\"AyoWSrHOk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1240,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"RIcKYriIeOgnPz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1241,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"wTcHOzJrRIJhrWr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1242,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Begin\",\"logprobs\":[],\"obfuscation\":\"vgL0oWcgn9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1243,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"9H2dSSeZrej1C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1244,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"Q1UqM5L\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1245,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"OmIDZpaqUcOJ5T\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1246,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"choose\",\"logprobs\":[],\"obfuscation\":\"I6NeBgA873\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1247,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"vp6Zc8kgCyPyp0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1248,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"3w4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1249,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" like\",\"logprobs\":[],\"obfuscation\":\"456vFOsaRrt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1250,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Williamsburg\",\"logprobs\":[],\"obfuscation\":\"PT5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1251,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"5w5o8jJItUpNL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1252,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bush\",\"logprobs\":[],\"obfuscation\":\"TDXcV8fkNIV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1253,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"wick\",\"logprobs\":[],\"obfuscation\":\"DNE7wKUolcU6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1254,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"bRZxbAAB8wbuyQv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1255,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" which\",\"logprobs\":[],\"obfuscation\":\"IRxBHjlCKt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1256,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" has\",\"logprobs\":[],\"obfuscation\":\"u86inD21hKgc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1257,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" become\",\"logprobs\":[],\"obfuscation\":\"P0bcQBfmL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1258,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" famous\",\"logprobs\":[],\"obfuscation\":\"P57ey4IaY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1259,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"T4iIv6KvbUQJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1260,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" its\",\"logprobs\":[],\"obfuscation\":\"K5ZBbuxpDhWf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1261,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" street\",\"logprobs\":[],\"obfuscation\":\"4zYMzMwYG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1262,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"JQOgK4W9bUcn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1263,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"fXFN6jxmCOHM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1264,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" mural\",\"logprobs\":[],\"obfuscation\":\"ERKu1Xh192\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1265,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-covered\",\"logprobs\":[],\"obfuscation\":\"RdeJi95q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1266,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" walls\",\"logprobs\":[],\"obfuscation\":\"izCb06kuzC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1267,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"pPLBy2y3tJ8ROWe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1268,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"tF1E6U02nb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1269,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"yXIEiO1bPpzxvp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1270,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"F4BSb081on\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1271,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" brunch\",\"logprobs\":[],\"obfuscation\":\"uxExQyMP2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1272,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"HMOS87oTNM3cx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1273,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" one\",\"logprobs\":[],\"obfuscation\":\"TC4yix0YRSUq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1274,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"wsEe3QdpxQtgy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1275,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"3BseuGCEaw9y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1276,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" hip\",\"logprobs\":[],\"obfuscation\":\"dMueIj2er9Ur\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1277,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" cafés\",\"logprobs\":[],\"obfuscation\":\"D2DisAB8wp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1278,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"9IANrw8YUJYInC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1279,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"lTA2CzAGbBFxTUz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1280,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Consider\",\"logprobs\":[],\"obfuscation\":\"O9lFgAo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1281,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" joining\",\"logprobs\":[],\"obfuscation\":\"Y8Bm9wyR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1282,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"wZ9Zb5nzgXnp6J\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1283,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" guided\",\"logprobs\":[],\"obfuscation\":\"NuXmLitDZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1284,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" street\",\"logprobs\":[],\"obfuscation\":\"FvVTvD6Z1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1285,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"zgdeURBpz1do\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1286,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tour\",\"logprobs\":[],\"obfuscation\":\"bi6nRByEQR5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1287,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"pkKkOKRIYB2TT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1288,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" understand\",\"logprobs\":[],\"obfuscation\":\"zANDb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1289,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"DELbOiroNnVw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1290,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" stories\",\"logprobs\":[],\"obfuscation\":\"ziJAF3xN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1291,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" behind\",\"logprobs\":[],\"obfuscation\":\"RRc0h0jqM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1292,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"hcn6yYOjk7fc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1293,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" murals\",\"logprobs\":[],\"obfuscation\":\"DAXHxCaDS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1294,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"jgP97urJVMIfj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1295,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mid\",\"logprobs\":[],\"obfuscation\":\"6HTxVgbMdfp7U\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1296,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"day\",\"logprobs\":[],\"obfuscation\":\"sK0gbww0hhzoo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1297,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"YtEqxPBdsAksgl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1298,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"lfSw0pQlDA9fe6u\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1299,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Explore\",\"logprobs\":[],\"obfuscation\":\"Frde0byB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1300,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"V4cak0SzaV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1301,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"gcJEQo2TWYCh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1302,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" studios\",\"logprobs\":[],\"obfuscation\":\"u7iP7mOh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1303,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"o2eOENQSWCwu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1304,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"GIpuf3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1305,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"AhRj9cllYWOi8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1306,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"OOwFvOkhooqT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1307,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" area\",\"logprobs\":[],\"obfuscation\":\"vg0HyrEBVTZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1308,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"L3cvd32ZJe26rOy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1309,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"x1HHKav\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1310,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"YOgVAeiunzM1d7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1311,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" creative\",\"logprobs\":[],\"obfuscation\":\"0Kwivpv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1312,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" energy\",\"logprobs\":[],\"obfuscation\":\"zzOb8cBc7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1313,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"9W5IB16Jl4UgT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1314,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" palpable\",\"logprobs\":[],\"obfuscation\":\"Q1mMgPx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1315,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"JQ5L0Kl47JvOW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1316,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" smaller\",\"logprobs\":[],\"obfuscation\":\"QWbSFCN9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1317,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"FlJYJVuQ1jHvnTf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1318,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" independent\",\"logprobs\":[],\"obfuscation\":\"3xID\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1319,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spaces\",\"logprobs\":[],\"obfuscation\":\"ZSxvBNXqa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1320,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"0MD34SgW1LcOsi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1321,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"XsSWgQFl1dKDyn4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1322,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Grab\",\"logprobs\":[],\"obfuscation\":\"rhtZ1ZKMODR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1323,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"qVJGXCMRLzscrp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1324,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" casual\",\"logprobs\":[],\"obfuscation\":\"cYYwweJGY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1325,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" lunch\",\"logprobs\":[],\"obfuscation\":\"fwb5S68KN3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1326,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"xvV2iFLyaWPrO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1327,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"777DOMGbEAPHtM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1328,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" trendy\",\"logprobs\":[],\"obfuscation\":\"q489LXSW6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1329,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" eat\",\"logprobs\":[],\"obfuscation\":\"xPkkOuDiITDn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1330,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ery\",\"logprobs\":[],\"obfuscation\":\"QrapSTQjR6Jn1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1331,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"rqI6V45KvM8GI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1332,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"12XN1xBqprn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1333,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" truck\",\"logprobs\":[],\"obfuscation\":\"r7rCd73PFl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1334,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"GDMVVi4G1iRYHb0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1335,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" sampling\",\"logprobs\":[],\"obfuscation\":\"LMa78A4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1336,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" artis\",\"logprobs\":[],\"obfuscation\":\"aerkIGYIeG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1337,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"anal\",\"logprobs\":[],\"obfuscation\":\"9Dq6s8IWMTEA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1338,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" pizza\",\"logprobs\":[],\"obfuscation\":\"IHZb5gtNew\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1339,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"AOeHpibTDYDalNk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1340,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tacos\",\"logprobs\":[],\"obfuscation\":\"yeNRKrkFCd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1341,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"TmJtEGhNVFrutfP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1342,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"vgDUCvtdCPuym\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1343,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" specialty\",\"logprobs\":[],\"obfuscation\":\"p9QqKv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1344,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" coffee\",\"logprobs\":[],\"obfuscation\":\"s6kNQ4nAF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1345,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"Fw59A9ARYH3JH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1346,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Af\",\"logprobs\":[],\"obfuscation\":\"TiwqeM9l4afSFz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1347,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ternoon\",\"logprobs\":[],\"obfuscation\":\"6Mo1LT5pH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1348,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"RuqJZKfastbAJ0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1349,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Evening\",\"logprobs\":[],\"obfuscation\":\"wNJRAYXp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1350,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"eErhA4h6T7Oqpn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1351,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"KUICo0Lx4UsBmzn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1352,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Transition\",\"logprobs\":[],\"obfuscation\":\"Q9ksA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1353,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" later\",\"logprobs\":[],\"obfuscation\":\"4zkWQBDcAJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1354,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"0eTgMC0dt0XUE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1355,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"1qiUaeICfEqq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1356,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" day\",\"logprobs\":[],\"obfuscation\":\"eAjLSIr6KoPx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1357,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"U8IKm4WjowMhJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1358,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Lower\",\"logprobs\":[],\"obfuscation\":\"AGTQ1DD6cQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1359,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"Bz11MW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1360,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"WHZ7I2oJRrz9VUi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1361,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Visit\",\"logprobs\":[],\"obfuscation\":\"MJqNZbD8Le\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1362,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"w2Bierr5Gdff\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1363,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spots\",\"logprobs\":[],\"obfuscation\":\"Rm2HHy4tea\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1364,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" like\",\"logprobs\":[],\"obfuscation\":\"NfyKyAj0oGe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1365,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"nnELZx6jQjJX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1366,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"JMOBzLOUCNZu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1367,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"JwA3KlN3v\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1368,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"fneP7JTASzc3I\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1369,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"b25T6CHWmpfP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1370,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bow\",\"logprobs\":[],\"obfuscation\":\"lEXra4FpHJlV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1371,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ery\",\"logprobs\":[],\"obfuscation\":\"EKNdtpM7kVsX9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1372,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" if\",\"logprobs\":[],\"obfuscation\":\"DggeVSU6DYa1r\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1373,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"K9xvqnTPbALb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1374,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"q2N9gPcHDMLyN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1375,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" into\",\"logprobs\":[],\"obfuscation\":\"lYoqsZ6SRp7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1376,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" edgy\",\"logprobs\":[],\"obfuscation\":\"7u1LnVQDsWg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1377,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"Vun1k9K59BICjCl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1378,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" contemporary\",\"logprobs\":[],\"obfuscation\":\"7h6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1379,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exhibits\",\"logprobs\":[],\"obfuscation\":\"sqa1pjQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1380,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"ngloxVGn7HCH9a\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1381,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"bE8YXEXHoOYqJzc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1382,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Wrap\",\"logprobs\":[],\"obfuscation\":\"Poc5ryxgGQt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1383,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" up\",\"logprobs\":[],\"obfuscation\":\"jya3343JLTUCU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1384,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"D1Z0kSlRSys\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1385,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" day\",\"logprobs\":[],\"obfuscation\":\"mzlCQCVMdDdi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1386,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"juprLY2vubv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1387,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"nnqeuy11DsCSOB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1388,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"gqMRRzvidfN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1389,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tour\",\"logprobs\":[],\"obfuscation\":\"sl2cOkBYvtp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1390,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"nmPtUJzdFF7Ga9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1391,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"the\",\"logprobs\":[],\"obfuscation\":\"I8F6jsTpkijTt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1392,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Lower\",\"logprobs\":[],\"obfuscation\":\"fy1hcSijlK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1393,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" East\",\"logprobs\":[],\"obfuscation\":\"XvBwSNSorQB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1394,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Side\",\"logprobs\":[],\"obfuscation\":\"pUKbDLBr1jp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1395,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" has\",\"logprobs\":[],\"obfuscation\":\"nPBvsFqugPrv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1396,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" excellent\",\"logprobs\":[],\"obfuscation\":\"r95AYS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1397,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tours\",\"logprobs\":[],\"obfuscation\":\"sRP6cAcssy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1398,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"ZYovuFizWgf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1399,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" showcase\",\"logprobs\":[],\"obfuscation\":\"ZqnryDr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1400,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" classic\",\"logprobs\":[],\"obfuscation\":\"BSKU3C4O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1401,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"AR4D8pkkgDnu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1402,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"GlTz1ZQU9lY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1403,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" flavors\",\"logprobs\":[],\"obfuscation\":\"qdZwB2xJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1404,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"—\",\"logprobs\":[],\"obfuscation\":\"23KPM628SvUKzOU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1405,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"think\",\"logprobs\":[],\"obfuscation\":\"gO6BkOA7JpU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1406,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" bag\",\"logprobs\":[],\"obfuscation\":\"L94eIiGL8su0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1407,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"els\",\"logprobs\":[],\"obfuscation\":\"fX3HwApHJBUqd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1408,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"Jpuxvc2g5GJDkDW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1409,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" deli\",\"logprobs\":[],\"obfuscation\":\"UVfwiyXQD4U\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1410,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" sandwiches\",\"logprobs\":[],\"obfuscation\":\"yiasN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1411,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"0nVOwyYBE0pVJLM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1412,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"9opTngtFSzO4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1413,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" ethnic\",\"logprobs\":[],\"obfuscation\":\"bV83CdUWn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1414,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" eats\",\"logprobs\":[],\"obfuscation\":\"v2HEYslrwsG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1415,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"9oP8OdE5wmENh4w\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1416,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"hvmkPXa8t3F5o\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1417,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" dine\",\"logprobs\":[],\"obfuscation\":\"aAyrJx3mUBu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1418,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"tTIqptvjiF0GO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1419,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" one\",\"logprobs\":[],\"obfuscation\":\"X4IGNnH4lKn0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1420,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"GHuDuGrrRX4JQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1421,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"6jBFsY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1422,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"8QRcgadPiO1vto\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1423,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" celebrated\",\"logprobs\":[],\"obfuscation\":\"h9haP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1424,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurants\",\"logprobs\":[],\"obfuscation\":\"V4W4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1425,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"r8S7EfMofnjPX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1426,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Option\",\"logprobs\":[],\"obfuscation\":\"lSOy22pIl8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1427,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" B\",\"logprobs\":[],\"obfuscation\":\"pbBLQ6luWF4py0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1428,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" –\",\"logprobs\":[],\"obfuscation\":\"BizeIljKg9xCuE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1429,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Lower\",\"logprobs\":[],\"obfuscation\":\"TFjnCNMdsm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1430,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"KrmApB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1431,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Focus\",\"logprobs\":[],\"obfuscation\":\"U7i6NoYu4O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1432,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"b0nCogEA7nKwSq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1433,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Morning\",\"logprobs\":[],\"obfuscation\":\"1hRJL6Lay\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1434,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"m9InzpZBLAuLD5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1435,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"CEc7bA4IwAVHMpe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1436,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Start\",\"logprobs\":[],\"obfuscation\":\"UvUQmFdts9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1437,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"4BNhVDdW7cOCG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1438,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Lower\",\"logprobs\":[],\"obfuscation\":\"1XiyJTOCai\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1439,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"0LysTF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1440,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"Dw4POuv7cV6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1441,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"DjTdm8tL26Nne8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1442,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"jHnZBc7S49\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1443,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" breakfast\",\"logprobs\":[],\"obfuscation\":\"hz5Prv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1444,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"gwOQae8XMi5Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1445,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" then\",\"logprobs\":[],\"obfuscation\":\"Pu4duopRRAG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1446,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" visit\",\"logprobs\":[],\"obfuscation\":\"gpNGF1yyfw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1447,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"PpSDmD0a5e2ZC1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1448,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" museum\",\"logprobs\":[],\"obfuscation\":\"OgGL7Yc6Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1449,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" like\",\"logprobs\":[],\"obfuscation\":\"QvYUECpMRYu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1450,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"mlFJQTIh1ptk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1451,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"htRkMilRBhhl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1452,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"G25d7XnJX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1453,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"5uz4BBLTRAMpmt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1454,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"lnO5sD8IkfeWd9O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1455,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" St\",\"logprobs\":[],\"obfuscation\":\"kBv1sb5y9AiP5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1456,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"roll\",\"logprobs\":[],\"obfuscation\":\"7tuxsAmgzFsk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1457,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" through\",\"logprobs\":[],\"obfuscation\":\"JBxLgb34\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1458,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhoods\",\"logprobs\":[],\"obfuscation\":\"nV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1459,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" known\",\"logprobs\":[],\"obfuscation\":\"tkNl4JUzGc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1460,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"RsrjIabvHeoa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1461,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"D0jVDnBKXJqrlU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1462,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" mix\",\"logprobs\":[],\"obfuscation\":\"cU87OGKkZTFP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1463,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"h6UPVzPGEFVaF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1464,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"8dvjuOOf1O2r\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1465,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"QjxOQi9gXBBr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1466,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" history\",\"logprobs\":[],\"obfuscation\":\"lgCpO79J\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1467,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"RiNul7CLsc8H7v\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1468,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mid\",\"logprobs\":[],\"obfuscation\":\"66tnZiTT1zqhk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1469,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"day\",\"logprobs\":[],\"obfuscation\":\"ZUOrRsNsPOUPQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1470,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"tx9hw0adQitmAx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1471,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"GqR9W5Nyg47W9Ym\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1472,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Emb\",\"logprobs\":[],\"obfuscation\":\"F5APjs0hbPM7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1473,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ark\",\"logprobs\":[],\"obfuscation\":\"3LDISgj2hcd63\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1474,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" on\",\"logprobs\":[],\"obfuscation\":\"uhUrRTJcooKUQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1475,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"pWyQW4vlII4GaS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1476,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"sUxxYNCcXn6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1477,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" tour\",\"logprobs\":[],\"obfuscation\":\"npNRn2WRFuf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1478,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"KRDk8DwSCmY6n\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1479,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"udUwLDqd6pkI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1480,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Lower\",\"logprobs\":[],\"obfuscation\":\"HApGaR8j32\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1481,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" East\",\"logprobs\":[],\"obfuscation\":\"exfqKdo1Gfj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1482,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Side\",\"logprobs\":[],\"obfuscation\":\"53YU82Do3Up\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1483,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"EEhBLISwa5Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1484,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" blends\",\"logprobs\":[],\"obfuscation\":\"Ybr1hPABb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1485,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" iconic\",\"logprobs\":[],\"obfuscation\":\"246KprvxG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1486,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" eateries\",\"logprobs\":[],\"obfuscation\":\"J65x7f1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1487,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"aOJtjUHq70i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1488,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" hidden\",\"logprobs\":[],\"obfuscation\":\"01blXTmQK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1489,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" gems\",\"logprobs\":[],\"obfuscation\":\"NhCz2jLWQCB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1490,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"I7RiLK28fQDzcT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1491,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Af\",\"logprobs\":[],\"obfuscation\":\"e1oNogwZxYQ0Px\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1492,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ternoon\",\"logprobs\":[],\"obfuscation\":\"hQwJMvC6V\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1493,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"g9pKpZraMxxVrW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1494,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Evening\",\"logprobs\":[],\"obfuscation\":\"GGSoD1aC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1495,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"OVwkZLUoY2RSwg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1496,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"a22t4MIY7GM523G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1497,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"kReJD99Mch\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1498,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" some\",\"logprobs\":[],\"obfuscation\":\"IrNJxuEmyzp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1499,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" leisurely\",\"logprobs\":[],\"obfuscation\":\"aDubKt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1500,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" time\",\"logprobs\":[],\"obfuscation\":\"rJmNhePFbyC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1501,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exploring\",\"logprobs\":[],\"obfuscation\":\"RJ1XZg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1502,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"LytVnF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1503,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"NZlia773wxJk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1504,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" street\",\"logprobs\":[],\"obfuscation\":\"VdoWOE7UC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1505,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"737p91CmBYd1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1506,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" installations\",\"logprobs\":[],\"obfuscation\":\"wB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1507,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" as\",\"logprobs\":[],\"obfuscation\":\"8geEonjKKzlqg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1508,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"Xy33VCEucPJV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1509,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" finish\",\"logprobs\":[],\"obfuscation\":\"dvRmjFQ7K\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1510,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" off\",\"logprobs\":[],\"obfuscation\":\"KgWa0keW1ug8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1511,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"lY4OgQyidKL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1512,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"VJ6z7lxQ4u05\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1513,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"kb9UBL6mRvo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1514,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" visit\",\"logprobs\":[],\"obfuscation\":\"x6Xh57oTz2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1515,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"UuBvvFwQHeOyj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1516,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"Am929hMyilatdF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1517,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" culinary\",\"logprobs\":[],\"obfuscation\":\"cAqoR3E\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1518,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"smnSx2ivBsGL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1519,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" artistic\",\"logprobs\":[],\"obfuscation\":\"L0I15Eg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1520,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" feast\",\"logprobs\":[],\"obfuscation\":\"SVyquTMCYK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1521,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"YaxOB0rNTHtqZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1522,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1523,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"DJSPPDk3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1524,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"CJShTo1NgHfS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1525,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"5tcnbj3ncmeu4V\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1526,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"ygx1SJWZMUlo02q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1527,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Additional\",\"logprobs\":[],\"obfuscation\":\"pF9HOG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1528,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Tips\",\"logprobs\":[],\"obfuscation\":\"TaWOuOLT8yI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1529,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"ktdLPF5g3ZuPPjA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1530,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1531,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"aZlo9712\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1532,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"ln6SHdE1KmnI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1533,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"sqjrZbNyLxX5Pt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1534,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"vxvhvla3peGLLi5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1535,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"25KG9RTVuAM797o\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1536,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Transportation\",\"logprobs\":[],\"obfuscation\":\"c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1537,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"jxTQ5kPwG94ewsd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1538,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Use\",\"logprobs\":[],\"obfuscation\":\"GPaU1jLQRiLR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1539,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"rDqI49H2GOTM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1540,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" subway\",\"logprobs\":[],\"obfuscation\":\"lTs05UcJe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1541,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"—it\",\"logprobs\":[],\"obfuscation\":\"81q5nnWTY13rP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1542,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"OjN6utMUIZFYDW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1543,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" efficient\",\"logprobs\":[],\"obfuscation\":\"hqoLHg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1544,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"dtlygYHyEwQx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1545,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" helps\",\"logprobs\":[],\"obfuscation\":\"FhChb1nevG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1546,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"OHMoGDYgShSn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1547,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" get\",\"logprobs\":[],\"obfuscation\":\"B8M8RWx74F4y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1548,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"ppchFPd9bGUrW4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1549,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"58sKTYdzhl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1550,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" feel\",\"logprobs\":[],\"obfuscation\":\"YCH7Yqr0VE9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1551,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"RtK4UGukpX9pseX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1552,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Alternatively\",\"logprobs\":[],\"obfuscation\":\"D0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1553,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"G4f7mPw7snqNipe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1554,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" rides\",\"logprobs\":[],\"obfuscation\":\"cEqHgMBzgB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1555,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"hares\",\"logprobs\":[],\"obfuscation\":\"2CEBR1RaBK9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1556,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"oYef2yHJxTAc7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1557,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" even\",\"logprobs\":[],\"obfuscation\":\"Kkx8eOyF4QI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1558,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" walking\",\"logprobs\":[],\"obfuscation\":\"tE4O7hIM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1559,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"7eLnvvywgoHv7M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1560,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"when\",\"logprobs\":[],\"obfuscation\":\"4MI8rYP7339Z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1561,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" weather\",\"logprobs\":[],\"obfuscation\":\"COeB9Oe6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1562,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" permits\",\"logprobs\":[],\"obfuscation\":\"rDhIDYtr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1563,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"a2Jjr4fXO2KEYeA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1564,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"kVJimSUV3ArF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1565,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" be\",\"logprobs\":[],\"obfuscation\":\"wBkcm8bw9O1QG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1566,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"D0J9PTy2qXD6sV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1567,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" great\",\"logprobs\":[],\"obfuscation\":\"yHMmrRwIKu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1568,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" way\",\"logprobs\":[],\"obfuscation\":\"hsRoOkOvhwXH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1569,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"vzUArRHpuECv9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1570,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" transition\",\"logprobs\":[],\"obfuscation\":\"qlD9r\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1571,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" between\",\"logprobs\":[],\"obfuscation\":\"7G9Ok7pm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1572,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spots\",\"logprobs\":[],\"obfuscation\":\"000ToPCsxQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1573,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"X2F5OyIZfu6ayy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1574,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"uOd30Lmd1yjPSC8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1575,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Flex\",\"logprobs\":[],\"obfuscation\":\"JJf9Sy4We7d\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1576,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ibility\",\"logprobs\":[],\"obfuscation\":\"Pycg1R0lu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1577,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"44RYWweyJ7zomNJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1578,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Build\",\"logprobs\":[],\"obfuscation\":\"WoCY6kUhGK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1579,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" some\",\"logprobs\":[],\"obfuscation\":\"HJmBDAFfhPP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1580,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" time\",\"logprobs\":[],\"obfuscation\":\"mwULcIRpqMk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1581,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" into\",\"logprobs\":[],\"obfuscation\":\"82t9t4yhjpV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1582,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"FMobbx7friY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1583,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" schedule\",\"logprobs\":[],\"obfuscation\":\"9p4wirg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1584,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"o6VqEMYTguYG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1585,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spontaneous\",\"logprobs\":[],\"obfuscation\":\"VNtH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1586,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" discoveries\",\"logprobs\":[],\"obfuscation\":\"vqMu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1587,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"—\",\"logprobs\":[],\"obfuscation\":\"wsZMrzBYak06MCc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1588,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"NY\",\"logprobs\":[],\"obfuscation\":\"BIWMaexBU96S2s\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1589,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"C\",\"logprobs\":[],\"obfuscation\":\"bGtA5kILGziDzT5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1590,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"HE9nTukytCryR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1591,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" full\",\"logprobs\":[],\"obfuscation\":\"mVBrkjrUURv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1592,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"SIfs9ArPRUK03\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1593,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" pop\",\"logprobs\":[],\"obfuscation\":\"zECM8m2CkNcu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1594,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-up\",\"logprobs\":[],\"obfuscation\":\"8CyAxF1TGDVea\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1595,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"3cZ7BAHdSoQW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1596,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exhibitions\",\"logprobs\":[],\"obfuscation\":\"QRmn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1597,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"dLjt8OG6QPTP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1598,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"RQskIVk1OyH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1599,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" trucks\",\"logprobs\":[],\"obfuscation\":\"TlJCFvj2j\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1600,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"5z3m6HbdKix\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1601,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"xw6dVPDFzAQ5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1602,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" become\",\"logprobs\":[],\"obfuscation\":\"N0itycvkY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1603,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"6SGSvFQ9E7EU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1604,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" highlight\",\"logprobs\":[],\"obfuscation\":\"LExmam\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1605,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"DfHOAJVhei8VH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1606,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"MPVKy5vyKll\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1607,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" visit\",\"logprobs\":[],\"obfuscation\":\"SkzBHqNuxp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1608,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"6xyPZCXN6AlkXm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1609,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"U2fJ77oTDymfWcx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1610,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Reservations\",\"logprobs\":[],\"obfuscation\":\"adv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1611,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"LWbIFMtFrUXBj6M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1612,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" For\",\"logprobs\":[],\"obfuscation\":\"y1Ty9TERC5Rt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1613,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" dining\",\"logprobs\":[],\"obfuscation\":\"Cn6MDOSqU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1614,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"frYe14LyxZ7yZDm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1615,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" especially\",\"logprobs\":[],\"obfuscation\":\"BvzxL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1616,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"7O128MM6fZG3N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1617,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" popular\",\"logprobs\":[],\"obfuscation\":\"CWfAqilh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1618,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" areas\",\"logprobs\":[],\"obfuscation\":\"zqqe62RLRE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1619,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"5x6dNb3hbqTeZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1620,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurants\",\"logprobs\":[],\"obfuscation\":\"bdFB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1621,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"LgTZ4WQxhOA9Q15\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1622,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" make\",\"logprobs\":[],\"obfuscation\":\"XUwFE93payT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1623,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" reservations\",\"logprobs\":[],\"obfuscation\":\"N3C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1624,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"EiGouEsdGzHrB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1625,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" advance\",\"logprobs\":[],\"obfuscation\":\"gbeNGvab\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1626,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"SJZuc5lOhvyHb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1627,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" avoid\",\"logprobs\":[],\"obfuscation\":\"6oAzkwpnvs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1628,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" long\",\"logprobs\":[],\"obfuscation\":\"qmo1f42rBCC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1629,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" waits\",\"logprobs\":[],\"obfuscation\":\"3wvRRoRE5W\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1630,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"1unALIQoAnIAea\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1631,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"GyFPULUsDkGVB8N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1632,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Local\",\"logprobs\":[],\"obfuscation\":\"gTcNwbcIsj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1633,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Events\",\"logprobs\":[],\"obfuscation\":\"E49QnZtVu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1634,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"ErJ3ycxaLm2HJ3b\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1635,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Check\",\"logprobs\":[],\"obfuscation\":\"ovQyOaOVPV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1636,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"DIQ3uuoBHq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1637,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" listings\",\"logprobs\":[],\"obfuscation\":\"dbzHbeZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1638,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"JVs16sG4z7sI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1639,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" any\",\"logprobs\":[],\"obfuscation\":\"HNc0RB7oHdVR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1640,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" temporary\",\"logprobs\":[],\"obfuscation\":\"9TPMzV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1641,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"pl9TFdXC4zKd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1642,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exhibitions\",\"logprobs\":[],\"obfuscation\":\"xxSu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1643,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"OQHDnbgvaWqo1dR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1644,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" gallery\",\"logprobs\":[],\"obfuscation\":\"vsRjRHcr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1645,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" openings\",\"logprobs\":[],\"obfuscation\":\"wgxHtoh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1646,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"hXtWZZCHWBzdliJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1647,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"R8hDhwHkmqKBF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1648,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"JIITxaA6jOy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1649,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" festivals\",\"logprobs\":[],\"obfuscation\":\"zYXSui\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1650,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" during\",\"logprobs\":[],\"obfuscation\":\"pwbzYWeKl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1651,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"mQNvGYVsZpX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1652,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" stay\",\"logprobs\":[],\"obfuscation\":\"1XOvF2rDxSO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1653,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"bwJgvg9BAS18l\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1654,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1655,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"81Q2mCXZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1656,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"2Xj95fic4taa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1657,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"1qyFVWii512xaS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1658,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"KutqigyKzLPEPiD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1659,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"In\",\"logprobs\":[],\"obfuscation\":\"ekzGmjthHfp76A\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1660,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Summary\",\"logprobs\":[],\"obfuscation\":\"rr27r0yq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1661,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"1SBwBqGAMg7vSfI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1662,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1663,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"vxZd7A4a\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1664,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"M8hxGO8V3YS4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1665,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"HvWFdXqpkRff0u\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1666,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"9wTP0VmoJMG8RcV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1667,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Plan\",\"logprobs\":[],\"obfuscation\":\"2UxtUdvW89xZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1668,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"2dj9ZSyGBzD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1669,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" three\",\"logprobs\":[],\"obfuscation\":\"3w120Vt8yE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1670,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" days\",\"logprobs\":[],\"obfuscation\":\"22ZuSoo2Ps9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1671,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"8N31IFWeRcILf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1672,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" grouping\",\"logprobs\":[],\"obfuscation\":\"1IY7rS7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1673,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" nearby\",\"logprobs\":[],\"obfuscation\":\"IUd3UEjkl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1674,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" attractions\",\"logprobs\":[],\"obfuscation\":\"Yed0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1675,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"—\",\"logprobs\":[],\"obfuscation\":\"6GwuSDWTwXI0NDp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1676,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"mix\",\"logprobs\":[],\"obfuscation\":\"DKDETYyY5bpZl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1677,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ing\",\"logprobs\":[],\"obfuscation\":\"ypDgthv3tdBaF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1678,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" iconic\",\"logprobs\":[],\"obfuscation\":\"4Ljnq4rR7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1679,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" museums\",\"logprobs\":[],\"obfuscation\":\"vzOVZkFw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1680,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"is5M3Go6fH1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1681,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"VWL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1682,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"6VKf8N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1683,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"PgMGg1QpDDFA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1684,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" world\",\"logprobs\":[],\"obfuscation\":\"d9PSuO41Kc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1685,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"-class\",\"logprobs\":[],\"obfuscation\":\"uDOMgRQaRm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1686,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" dining\",\"logprobs\":[],\"obfuscation\":\"o3eRgUeOM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1687,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" experiences\",\"logprobs\":[],\"obfuscation\":\"23sr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1688,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"8WXaoi2sXic9MYk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1689,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" This\",\"logprobs\":[],\"obfuscation\":\"IfJQbeoKxjM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1690,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" way\",\"logprobs\":[],\"obfuscation\":\"4op3wmjsT4eH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1691,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"UGLImypKcPhRic3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1692,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"qT2mUJit2PYN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1693,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"eG2l99kuhMWG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1694,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" immerse\",\"logprobs\":[],\"obfuscation\":\"GFTniTVL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1695,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" yourself\",\"logprobs\":[],\"obfuscation\":\"tdoZIEL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1696,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"AT3My6gMJa35t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1697,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"ILOEgo1ScE44\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1698,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"qprasFczsoZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1699,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"Q6zdA9S65yDivv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1700,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"q6Xc0KbcORU9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1701,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" scene\",\"logprobs\":[],\"obfuscation\":\"t842Uh4hr1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1702,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" while\",\"logprobs\":[],\"obfuscation\":\"Fjlr7N0fLb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1703,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" savor\",\"logprobs\":[],\"obfuscation\":\"aYIry4PzM2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1704,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"ing\",\"logprobs\":[],\"obfuscation\":\"kDYgPcrI6nGHD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1705,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" its\",\"logprobs\":[],\"obfuscation\":\"Y1yCoJTNCwgm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1706,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" diverse\",\"logprobs\":[],\"obfuscation\":\"OzFAOste\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1707,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" culinary\",\"logprobs\":[],\"obfuscation\":\"c1gpsJR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1708,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" landscape\",\"logprobs\":[],\"obfuscation\":\"PAgadI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1709,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" without\",\"logprobs\":[],\"obfuscation\":\"OgexzY5J\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1710,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" feeling\",\"logprobs\":[],\"obfuscation\":\"mOVGZKJW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1711,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" rushed\",\"logprobs\":[],\"obfuscation\":\"vdIJHmHXM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1712,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"ZeH0MzlVjqIvXng\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1713,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"dQnuX9pWBM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1714,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"xVbZWhQIIlT3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1715,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" city\",\"logprobs\":[],\"obfuscation\":\"NkSVl8aSRbi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1716,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"FEeMk8TfAiiiV3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1717,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" energy\",\"logprobs\":[],\"obfuscation\":\"rgg6n4Nf1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1718,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"DzsH19IMTQo2Pu4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1719,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"bZEB6zscd3ww\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1720,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" let\",\"logprobs\":[],\"obfuscation\":\"YT0uvXAjXBcJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1721,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"ADYflnKv4KJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1722,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" itinerary\",\"logprobs\":[],\"obfuscation\":\"JyjuMf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1723,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" evolve\",\"logprobs\":[],\"obfuscation\":\"qRtPFwDvd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1724,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" as\",\"logprobs\":[],\"obfuscation\":\"sQD8yrMUOCgxy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1725,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"vzczGLNc9DYr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1726,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" discover\",\"logprobs\":[],\"obfuscation\":\"p0ZWlC4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1727,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"ePiqqPT3owr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1728,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" own\",\"logprobs\":[],\"obfuscation\":\"qEaWvo1tZVZ0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1729,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" favorite\",\"logprobs\":[],\"obfuscation\":\"uC1HObn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1730,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" spots\",\"logprobs\":[],\"obfuscation\":\"F4sVmZwBek\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1731,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" along\",\"logprobs\":[],\"obfuscation\":\"QW7AhUyxiR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1732,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"Fmyk8kNAFuxW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1733,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" way\",\"logprobs\":[],\"obfuscation\":\"UZ8w6eDWpHoI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1734,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"!\\n\\n\",\"logprobs\":[],\"obfuscation\":\"RermQ4ZTaSL5M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1735,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"Have\",\"logprobs\":[],\"obfuscation\":\"JQOWsAg0fSf0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1736,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"2I2swB7DpJQxg1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1737,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" fantastic\",\"logprobs\":[],\"obfuscation\":\"pWimhG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1738,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" trip\",\"logprobs\":[],\"obfuscation\":\"SFUQJpA95iC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1739,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" exploring\",\"logprobs\":[],\"obfuscation\":\"HJVvnO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1740,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"SmGd8dI0wfna\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1741,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"1AS5BcmaTEZc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1742,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"UiFGVHb5DrG2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1743,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" flavors\",\"logprobs\":[],\"obfuscation\":\"1fKeCp8x\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1744,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"GLU6qoBueZT8Y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1745,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"ZwTz9LqxpJoi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1746,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"8lYPo4f0znw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1747,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\" City\",\"logprobs\":[],\"obfuscation\":\"32zdWivXOph\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1748,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"delta\":\"!\",\"logprobs\":[],\"obfuscation\":\"UP6mP9nNrexqANR\"}\n\n", + "event: response.output_text.done\n", + "data: {\"type\":\"response.output_text.done\",\"sequence_number\":1749,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"text\":\"New York City offers an incredible blend of art and food, and with just three days you’ll want to structure your time to minimize travel between neighborhoods while still savoring as much as you can. Here’s a plan to help you balance museum visits, gallery strolls, food markets, and neighborhood exploration:\\n\\n──────────────────────────────\\n1. Do Some Pre-Trip Research & Booking\\n──────────────────────────────\\n• Decide on “must-see” art spots (large museums vs. smaller galleries) and key food experiences (food markets, signature restaurants, local street fare) that excite you. \\n• Check opening hours and book tickets online for popular museums (like The Metropolitan Museum of Art, MoMA, Guggenheim, or the Whitney) to avoid long lines. \\n• Look at guided tours (art-focused walking tours or food tours) that can give you insider insights about neighborhoods like Chelsea, the Lower East Side, Williamsburg, or Bushwick. \\n• Download a transit app or use Google Maps for real-time subway and walking directions.\\n\\n──────────────────────────────\\n2. Group by Neighborhood to Maximize Your Time\\n──────────────────────────────\\nNew York is spread out, so planning by area is key. Here’s one way to break the three days into thematic areas where art and food overlap nicely:\\n\\n──────────────────────────────\\nDay 1: Museum Mile & Upper East Side\\n──────────────────────────────\\nMorning:\\n• Begin with a relaxed breakfast at a local Upper East Side café.\\n• Head to The Metropolitan Museum of Art (The Met) to immerse yourself in centuries of art. Plan to spend 2–3 hours here.\\n\\nMidday:\\n• If you’re a fan of modern and impressionist art, consider walking to the Guggenheim (a short stroll away) to appreciate its architecture and curated collection.\\n• Enjoy lunch at a nearby eatery or within one of the museum cafés where you can savor classic New York bites.\\n\\nAfternoon:\\n• Take a leisurely stroll through Central Park (right next door) to clear your mind and enjoy some outdoor art in the form of sculptures and picturesque views.\\n\\nEvening:\\n• Transition to Midtown and choose a dinner spot—from a trendy bistro in Hell’s Kitchen to a classic New York deli. Strolling Times Square might be fun if you’re up for a lively evening, even if it’s just for a taste of the city’s energy.\\n\\n──────────────────────────────\\nDay 2: Chelsea, the High Line & West Village\\n──────────────────────────────\\nMorning:\\n• Start your day in Chelsea. Enjoy breakfast at a local café before exploring its renowned contemporary art galleries.\\n• Walk around the Chelsea neighborhood to discover pop-up exhibits and smaller galleries that often feature emerging artists.\\n\\nMidday:\\n• Head to Chelsea Market—a food hall packed with artisanal vendors, international cuisines, and local treats. It’s a perfect spot for lunch while you soak in some city life.\\n• After lunch, take your food and art experience outdoors with a walk along the High Line. This elevated park is filled with art installations, green spaces, and incredible views of the city and the Hudson River.\\n\\nAfternoon & Evening:\\n• If time permits, visit the Whitney Museum of American Art, located at the southern end of the High Line. \\n• Later, venture into the West Village, where you can choose from an array of dinner spots—from innovative New American restaurants to cozy Italian trattorias.\\n• The West Village’s quaint streets also host art galleries and boutique shops, offering a relaxed evening wander.\\n\\n──────────────────────────────\\nDay 3: Brooklyn & Lower Manhattan Vibes\\n──────────────────────────────\\nThis day can be split between continuing to explore the art scene and sampling more diverse food experiences:\\n\\nOption A – Brooklyn Focus:\\nMorning:\\n• Begin in Brooklyn (choose a neighborhood like Williamsburg or Bushwick) which has become famous for its street art and mural-covered walls. Enjoy a local brunch at one of the hip cafés.\\n• Consider joining a guided street art tour to understand the stories behind the murals.\\n\\nMidday:\\n• Explore local art studios and galleries in the area. Brooklyn’s creative energy is palpable in smaller, independent spaces.\\n• Grab a casual lunch at a trendy eatery or food truck, sampling artisanal pizza, tacos, or specialty coffee.\\n\\nAfternoon & Evening:\\n• Transition later in the day to Lower Manhattan. Visit art spots like the New Museum in the Bowery if you’re into edgy, contemporary exhibits.\\n• Wrap up your day with a food tour (the Lower East Side has excellent tours that showcase classic New York flavors—think bagels, deli sandwiches, and ethnic eats) or dine at one of Manhattan’s celebrated restaurants.\\n\\nOption B – Lower Manhattan Focus:\\nMorning:\\n• Start in Lower Manhattan with a local breakfast and then visit a museum like the New Museum.\\n• Stroll through neighborhoods known for a mix of art and history.\\nMidday:\\n• Embark on a food tour in the Lower East Side that blends iconic eateries with hidden gems.\\nAfternoon & Evening:\\n• Enjoy some leisurely time exploring galleries and street art installations as you finish off your New York visit in a culinary and artistic feast.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n• Transportation: Use the subway—it’s efficient and helps you get a local feel. Alternatively, rideshares or even walking (when weather permits) can be a great way to transition between spots.\\n• Flexibility: Build some time into your schedule for spontaneous discoveries—NYC is full of pop-up art exhibitions and food trucks that can become the highlight of your visit.\\n• Reservations: For dining, especially in popular areas or restaurants, make reservations in advance to avoid long waits.\\n• Local Events: Check local listings for any temporary art exhibitions, gallery openings, or food festivals during your stay.\\n\\n──────────────────────────────\\nIn Summary\\n──────────────────────────────\\nPlan your three days by grouping nearby attractions—mixing iconic museums with neighborhood galleries and world-class dining experiences. This way, you can immerse yourself in New York’s art scene while savoring its diverse culinary landscape without feeling rushed. Enjoy the city’s energy, and let your itinerary evolve as you discover your own favorite spots along the way!\\n\\nHave a fantastic trip exploring the art and flavors of New York City!\",\"logprobs\":[]}\n\n", + "event: response.content_part.done\n", + "data: {\"type\":\"response.content_part.done\",\"sequence_number\":1750,\"item_id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"output_index\":1,\"content_index\":0,\"part\":{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"New York City offers an incredible blend of art and food, and with just three days you’ll want to structure your time to minimize travel between neighborhoods while still savoring as much as you can. Here’s a plan to help you balance museum visits, gallery strolls, food markets, and neighborhood exploration:\\n\\n──────────────────────────────\\n1. Do Some Pre-Trip Research & Booking\\n──────────────────────────────\\n• Decide on “must-see” art spots (large museums vs. smaller galleries) and key food experiences (food markets, signature restaurants, local street fare) that excite you. \\n• Check opening hours and book tickets online for popular museums (like The Metropolitan Museum of Art, MoMA, Guggenheim, or the Whitney) to avoid long lines. \\n• Look at guided tours (art-focused walking tours or food tours) that can give you insider insights about neighborhoods like Chelsea, the Lower East Side, Williamsburg, or Bushwick. \\n• Download a transit app or use Google Maps for real-time subway and walking directions.\\n\\n──────────────────────────────\\n2. Group by Neighborhood to Maximize Your Time\\n──────────────────────────────\\nNew York is spread out, so planning by area is key. Here’s one way to break the three days into thematic areas where art and food overlap nicely:\\n\\n──────────────────────────────\\nDay 1: Museum Mile & Upper East Side\\n──────────────────────────────\\nMorning:\\n• Begin with a relaxed breakfast at a local Upper East Side café.\\n• Head to The Metropolitan Museum of Art (The Met) to immerse yourself in centuries of art. Plan to spend 2–3 hours here.\\n\\nMidday:\\n• If you’re a fan of modern and impressionist art, consider walking to the Guggenheim (a short stroll away) to appreciate its architecture and curated collection.\\n• Enjoy lunch at a nearby eatery or within one of the museum cafés where you can savor classic New York bites.\\n\\nAfternoon:\\n• Take a leisurely stroll through Central Park (right next door) to clear your mind and enjoy some outdoor art in the form of sculptures and picturesque views.\\n\\nEvening:\\n• Transition to Midtown and choose a dinner spot—from a trendy bistro in Hell’s Kitchen to a classic New York deli. Strolling Times Square might be fun if you’re up for a lively evening, even if it’s just for a taste of the city’s energy.\\n\\n──────────────────────────────\\nDay 2: Chelsea, the High Line & West Village\\n──────────────────────────────\\nMorning:\\n• Start your day in Chelsea. Enjoy breakfast at a local café before exploring its renowned contemporary art galleries.\\n• Walk around the Chelsea neighborhood to discover pop-up exhibits and smaller galleries that often feature emerging artists.\\n\\nMidday:\\n• Head to Chelsea Market—a food hall packed with artisanal vendors, international cuisines, and local treats. It’s a perfect spot for lunch while you soak in some city life.\\n• After lunch, take your food and art experience outdoors with a walk along the High Line. This elevated park is filled with art installations, green spaces, and incredible views of the city and the Hudson River.\\n\\nAfternoon & Evening:\\n• If time permits, visit the Whitney Museum of American Art, located at the southern end of the High Line. \\n• Later, venture into the West Village, where you can choose from an array of dinner spots—from innovative New American restaurants to cozy Italian trattorias.\\n• The West Village’s quaint streets also host art galleries and boutique shops, offering a relaxed evening wander.\\n\\n──────────────────────────────\\nDay 3: Brooklyn & Lower Manhattan Vibes\\n──────────────────────────────\\nThis day can be split between continuing to explore the art scene and sampling more diverse food experiences:\\n\\nOption A – Brooklyn Focus:\\nMorning:\\n• Begin in Brooklyn (choose a neighborhood like Williamsburg or Bushwick) which has become famous for its street art and mural-covered walls. Enjoy a local brunch at one of the hip cafés.\\n• Consider joining a guided street art tour to understand the stories behind the murals.\\n\\nMidday:\\n• Explore local art studios and galleries in the area. Brooklyn’s creative energy is palpable in smaller, independent spaces.\\n• Grab a casual lunch at a trendy eatery or food truck, sampling artisanal pizza, tacos, or specialty coffee.\\n\\nAfternoon & Evening:\\n• Transition later in the day to Lower Manhattan. Visit art spots like the New Museum in the Bowery if you’re into edgy, contemporary exhibits.\\n• Wrap up your day with a food tour (the Lower East Side has excellent tours that showcase classic New York flavors—think bagels, deli sandwiches, and ethnic eats) or dine at one of Manhattan’s celebrated restaurants.\\n\\nOption B – Lower Manhattan Focus:\\nMorning:\\n• Start in Lower Manhattan with a local breakfast and then visit a museum like the New Museum.\\n• Stroll through neighborhoods known for a mix of art and history.\\nMidday:\\n• Embark on a food tour in the Lower East Side that blends iconic eateries with hidden gems.\\nAfternoon & Evening:\\n• Enjoy some leisurely time exploring galleries and street art installations as you finish off your New York visit in a culinary and artistic feast.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n• Transportation: Use the subway—it’s efficient and helps you get a local feel. Alternatively, rideshares or even walking (when weather permits) can be a great way to transition between spots.\\n• Flexibility: Build some time into your schedule for spontaneous discoveries—NYC is full of pop-up art exhibitions and food trucks that can become the highlight of your visit.\\n• Reservations: For dining, especially in popular areas or restaurants, make reservations in advance to avoid long waits.\\n• Local Events: Check local listings for any temporary art exhibitions, gallery openings, or food festivals during your stay.\\n\\n──────────────────────────────\\nIn Summary\\n──────────────────────────────\\nPlan your three days by grouping nearby attractions—mixing iconic museums with neighborhood galleries and world-class dining experiences. This way, you can immerse yourself in New York’s art scene while savoring its diverse culinary landscape without feeling rushed. Enjoy the city’s energy, and let your itinerary evolve as you discover your own favorite spots along the way!\\n\\nHave a fantastic trip exploring the art and flavors of New York City!\"}}\n\n", + "event: response.output_item.done\n", + "data: {\"type\":\"response.output_item.done\",\"sequence_number\":1751,\"output_index\":1,\"item\":{\"id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"type\":\"message\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"New York City offers an incredible blend of art and food, and with just three days you’ll want to structure your time to minimize travel between neighborhoods while still savoring as much as you can. Here’s a plan to help you balance museum visits, gallery strolls, food markets, and neighborhood exploration:\\n\\n──────────────────────────────\\n1. Do Some Pre-Trip Research & Booking\\n──────────────────────────────\\n• Decide on “must-see” art spots (large museums vs. smaller galleries) and key food experiences (food markets, signature restaurants, local street fare) that excite you. \\n• Check opening hours and book tickets online for popular museums (like The Metropolitan Museum of Art, MoMA, Guggenheim, or the Whitney) to avoid long lines. \\n• Look at guided tours (art-focused walking tours or food tours) that can give you insider insights about neighborhoods like Chelsea, the Lower East Side, Williamsburg, or Bushwick. \\n• Download a transit app or use Google Maps for real-time subway and walking directions.\\n\\n──────────────────────────────\\n2. Group by Neighborhood to Maximize Your Time\\n──────────────────────────────\\nNew York is spread out, so planning by area is key. Here’s one way to break the three days into thematic areas where art and food overlap nicely:\\n\\n──────────────────────────────\\nDay 1: Museum Mile & Upper East Side\\n──────────────────────────────\\nMorning:\\n• Begin with a relaxed breakfast at a local Upper East Side café.\\n• Head to The Metropolitan Museum of Art (The Met) to immerse yourself in centuries of art. Plan to spend 2–3 hours here.\\n\\nMidday:\\n• If you’re a fan of modern and impressionist art, consider walking to the Guggenheim (a short stroll away) to appreciate its architecture and curated collection.\\n• Enjoy lunch at a nearby eatery or within one of the museum cafés where you can savor classic New York bites.\\n\\nAfternoon:\\n• Take a leisurely stroll through Central Park (right next door) to clear your mind and enjoy some outdoor art in the form of sculptures and picturesque views.\\n\\nEvening:\\n• Transition to Midtown and choose a dinner spot—from a trendy bistro in Hell’s Kitchen to a classic New York deli. Strolling Times Square might be fun if you’re up for a lively evening, even if it’s just for a taste of the city’s energy.\\n\\n──────────────────────────────\\nDay 2: Chelsea, the High Line & West Village\\n──────────────────────────────\\nMorning:\\n• Start your day in Chelsea. Enjoy breakfast at a local café before exploring its renowned contemporary art galleries.\\n• Walk around the Chelsea neighborhood to discover pop-up exhibits and smaller galleries that often feature emerging artists.\\n\\nMidday:\\n• Head to Chelsea Market—a food hall packed with artisanal vendors, international cuisines, and local treats. It’s a perfect spot for lunch while you soak in some city life.\\n• After lunch, take your food and art experience outdoors with a walk along the High Line. This elevated park is filled with art installations, green spaces, and incredible views of the city and the Hudson River.\\n\\nAfternoon & Evening:\\n• If time permits, visit the Whitney Museum of American Art, located at the southern end of the High Line. \\n• Later, venture into the West Village, where you can choose from an array of dinner spots—from innovative New American restaurants to cozy Italian trattorias.\\n• The West Village’s quaint streets also host art galleries and boutique shops, offering a relaxed evening wander.\\n\\n──────────────────────────────\\nDay 3: Brooklyn & Lower Manhattan Vibes\\n──────────────────────────────\\nThis day can be split between continuing to explore the art scene and sampling more diverse food experiences:\\n\\nOption A – Brooklyn Focus:\\nMorning:\\n• Begin in Brooklyn (choose a neighborhood like Williamsburg or Bushwick) which has become famous for its street art and mural-covered walls. Enjoy a local brunch at one of the hip cafés.\\n• Consider joining a guided street art tour to understand the stories behind the murals.\\n\\nMidday:\\n• Explore local art studios and galleries in the area. Brooklyn’s creative energy is palpable in smaller, independent spaces.\\n• Grab a casual lunch at a trendy eatery or food truck, sampling artisanal pizza, tacos, or specialty coffee.\\n\\nAfternoon & Evening:\\n• Transition later in the day to Lower Manhattan. Visit art spots like the New Museum in the Bowery if you’re into edgy, contemporary exhibits.\\n• Wrap up your day with a food tour (the Lower East Side has excellent tours that showcase classic New York flavors—think bagels, deli sandwiches, and ethnic eats) or dine at one of Manhattan’s celebrated restaurants.\\n\\nOption B – Lower Manhattan Focus:\\nMorning:\\n• Start in Lower Manhattan with a local breakfast and then visit a museum like the New Museum.\\n• Stroll through neighborhoods known for a mix of art and history.\\nMidday:\\n• Embark on a food tour in the Lower East Side that blends iconic eateries with hidden gems.\\nAfternoon & Evening:\\n• Enjoy some leisurely time exploring galleries and street art installations as you finish off your New York visit in a culinary and artistic feast.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n• Transportation: Use the subway—it’s efficient and helps you get a local feel. Alternatively, rideshares or even walking (when weather permits) can be a great way to transition between spots.\\n• Flexibility: Build some time into your schedule for spontaneous discoveries—NYC is full of pop-up art exhibitions and food trucks that can become the highlight of your visit.\\n• Reservations: For dining, especially in popular areas or restaurants, make reservations in advance to avoid long waits.\\n• Local Events: Check local listings for any temporary art exhibitions, gallery openings, or food festivals during your stay.\\n\\n──────────────────────────────\\nIn Summary\\n──────────────────────────────\\nPlan your three days by grouping nearby attractions—mixing iconic museums with neighborhood galleries and world-class dining experiences. This way, you can immerse yourself in New York’s art scene while savoring its diverse culinary landscape without feeling rushed. Enjoy the city’s energy, and let your itinerary evolve as you discover your own favorite spots along the way!\\n\\nHave a fantastic trip exploring the art and flavors of New York City!\"}],\"role\":\"assistant\"}}\n\n", + "event: response.completed\n", + "data: {\"type\":\"response.completed\",\"sequence_number\":1752,\"response\":{\"id\":\"resp_0287fead24f79e6800690a9299d7448195bc07c13a4292dc3c\",\"object\":\"response\",\"created_at\":1762300569,\"status\":\"completed\",\"background\":false,\"error\":null,\"incomplete_details\":null,\"instructions\":\"Perform reasoning over any questions asked by the user.\",\"max_output_tokens\":null,\"max_tool_calls\":null,\"model\":\"o3-mini-2025-01-31\",\"output\":[{\"id\":\"rs_0287fead24f79e6800690a92b01bf081959d0cfa3d2d08a836\",\"type\":\"reasoning\",\"summary\":[{\"type\":\"summary_text\",\"text\":\"**Planning a New York itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create a structured itinerary that highlights recommended places. For art, I'll include iconic spots like MoMA, the Metropolitan Museum of Art, and the Guggenheim. I should also suggest local food tours, considering different boroughs, and tailor my recommendations to the user's time constraints. Let's compile a three-day plan that balances their interests in food and art effectively!\"},{\"type\":\"summary_text\",\"text\":\"**Creating a 3-day NYC itinerary**\\n\\nI’m outlining a three-day itinerary for the user, focusing on art and food. On Day 1, I’ll suggest starting in Midtown Manhattan with Central Park, then visiting MoMA, and perhaps browsing local restaurants for a meal. Day 2 could include the Metropolitan Museum of Art and a stroll through Central Park, complemented by neighborhood food stops. On Day 3, the Whitney or a Brooklyn art scene visit would round out the trip, along with exploring Brooklyn's food options. I'll include tips for using public transit and booking tickets in advance!\"},{\"type\":\"summary_text\",\"text\":\"**Proposing a NYC itinerary**\\n\\nI’m crafting a thoughtful three-day itinerary focusing on art and food in New York City. For Day 1, I suggest starting in Manhattan’s Museum Mile, with breakfast in the Upper East Side, visiting The Met, and then lunch at a local eatery. In the afternoon, exploring the Guggenheim or taking a stroll in Central Park would be great. Day 2 could center on modern art in Chelsea, with visits to galleries, the High Line, and lunch at Chelsea Market. On Day 3, I’ll explore Lower Manhattan and Brooklyn, mixing art exhibitions with food tours to wrap up the experience!\"},{\"type\":\"summary_text\",\"text\":\"**Creating an NYC trip itinerary**\\n\\nI’m putting together a 3-day itinerary for the user visiting NYC, focusing on art and food. I want to suggest practical tips like downloading map apps, checking exhibit schedules, and reserving dining spots in advance. \\n\\nDay 1 will cover Museum Mile with visits to The Met and Guggenheim, followed by a stroll in Central Park and dining in Midtown. \\n\\nDay 2 will explore Chelsea with art galleries, the High Line, and fun at Chelsea Market. \\n\\nFor Day 3, I'm considering Brooklyn's art scene, a food tour in Lower Manhattan, and recommendations for local dining options. I'll also remind the user to use public transit for ease!\"}]},{\"id\":\"msg_0287fead24f79e6800690a92bff2c48195881326801a038270\",\"type\":\"message\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"New York City offers an incredible blend of art and food, and with just three days you’ll want to structure your time to minimize travel between neighborhoods while still savoring as much as you can. Here’s a plan to help you balance museum visits, gallery strolls, food markets, and neighborhood exploration:\\n\\n──────────────────────────────\\n1. Do Some Pre-Trip Research & Booking\\n──────────────────────────────\\n• Decide on “must-see” art spots (large museums vs. smaller galleries) and key food experiences (food markets, signature restaurants, local street fare) that excite you. \\n• Check opening hours and book tickets online for popular museums (like The Metropolitan Museum of Art, MoMA, Guggenheim, or the Whitney) to avoid long lines. \\n• Look at guided tours (art-focused walking tours or food tours) that can give you insider insights about neighborhoods like Chelsea, the Lower East Side, Williamsburg, or Bushwick. \\n• Download a transit app or use Google Maps for real-time subway and walking directions.\\n\\n──────────────────────────────\\n2. Group by Neighborhood to Maximize Your Time\\n──────────────────────────────\\nNew York is spread out, so planning by area is key. Here’s one way to break the three days into thematic areas where art and food overlap nicely:\\n\\n──────────────────────────────\\nDay 1: Museum Mile & Upper East Side\\n──────────────────────────────\\nMorning:\\n• Begin with a relaxed breakfast at a local Upper East Side café.\\n• Head to The Metropolitan Museum of Art (The Met) to immerse yourself in centuries of art. Plan to spend 2–3 hours here.\\n\\nMidday:\\n• If you’re a fan of modern and impressionist art, consider walking to the Guggenheim (a short stroll away) to appreciate its architecture and curated collection.\\n• Enjoy lunch at a nearby eatery or within one of the museum cafés where you can savor classic New York bites.\\n\\nAfternoon:\\n• Take a leisurely stroll through Central Park (right next door) to clear your mind and enjoy some outdoor art in the form of sculptures and picturesque views.\\n\\nEvening:\\n• Transition to Midtown and choose a dinner spot—from a trendy bistro in Hell’s Kitchen to a classic New York deli. Strolling Times Square might be fun if you’re up for a lively evening, even if it’s just for a taste of the city’s energy.\\n\\n──────────────────────────────\\nDay 2: Chelsea, the High Line & West Village\\n──────────────────────────────\\nMorning:\\n• Start your day in Chelsea. Enjoy breakfast at a local café before exploring its renowned contemporary art galleries.\\n• Walk around the Chelsea neighborhood to discover pop-up exhibits and smaller galleries that often feature emerging artists.\\n\\nMidday:\\n• Head to Chelsea Market—a food hall packed with artisanal vendors, international cuisines, and local treats. It’s a perfect spot for lunch while you soak in some city life.\\n• After lunch, take your food and art experience outdoors with a walk along the High Line. This elevated park is filled with art installations, green spaces, and incredible views of the city and the Hudson River.\\n\\nAfternoon & Evening:\\n• If time permits, visit the Whitney Museum of American Art, located at the southern end of the High Line. \\n• Later, venture into the West Village, where you can choose from an array of dinner spots—from innovative New American restaurants to cozy Italian trattorias.\\n• The West Village’s quaint streets also host art galleries and boutique shops, offering a relaxed evening wander.\\n\\n──────────────────────────────\\nDay 3: Brooklyn & Lower Manhattan Vibes\\n──────────────────────────────\\nThis day can be split between continuing to explore the art scene and sampling more diverse food experiences:\\n\\nOption A – Brooklyn Focus:\\nMorning:\\n• Begin in Brooklyn (choose a neighborhood like Williamsburg or Bushwick) which has become famous for its street art and mural-covered walls. Enjoy a local brunch at one of the hip cafés.\\n• Consider joining a guided street art tour to understand the stories behind the murals.\\n\\nMidday:\\n• Explore local art studios and galleries in the area. Brooklyn’s creative energy is palpable in smaller, independent spaces.\\n• Grab a casual lunch at a trendy eatery or food truck, sampling artisanal pizza, tacos, or specialty coffee.\\n\\nAfternoon & Evening:\\n• Transition later in the day to Lower Manhattan. Visit art spots like the New Museum in the Bowery if you’re into edgy, contemporary exhibits.\\n• Wrap up your day with a food tour (the Lower East Side has excellent tours that showcase classic New York flavors—think bagels, deli sandwiches, and ethnic eats) or dine at one of Manhattan’s celebrated restaurants.\\n\\nOption B – Lower Manhattan Focus:\\nMorning:\\n• Start in Lower Manhattan with a local breakfast and then visit a museum like the New Museum.\\n• Stroll through neighborhoods known for a mix of art and history.\\nMidday:\\n• Embark on a food tour in the Lower East Side that blends iconic eateries with hidden gems.\\nAfternoon & Evening:\\n• Enjoy some leisurely time exploring galleries and street art installations as you finish off your New York visit in a culinary and artistic feast.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n• Transportation: Use the subway—it’s efficient and helps you get a local feel. Alternatively, rideshares or even walking (when weather permits) can be a great way to transition between spots.\\n• Flexibility: Build some time into your schedule for spontaneous discoveries—NYC is full of pop-up art exhibitions and food trucks that can become the highlight of your visit.\\n• Reservations: For dining, especially in popular areas or restaurants, make reservations in advance to avoid long waits.\\n• Local Events: Check local listings for any temporary art exhibitions, gallery openings, or food festivals during your stay.\\n\\n──────────────────────────────\\nIn Summary\\n──────────────────────────────\\nPlan your three days by grouping nearby attractions—mixing iconic museums with neighborhood galleries and world-class dining experiences. This way, you can immerse yourself in New York’s art scene while savoring its diverse culinary landscape without feeling rushed. Enjoy the city’s energy, and let your itinerary evolve as you discover your own favorite spots along the way!\\n\\nHave a fantastic trip exploring the art and flavors of New York City!\"}],\"role\":\"assistant\"}],\"parallel_tool_calls\":true,\"previous_response_id\":null,\"prompt_cache_key\":null,\"prompt_cache_retention\":null,\"reasoning\":{\"effort\":\"high\",\"summary\":\"detailed\"},\"safety_identifier\":null,\"service_tier\":\"default\",\"store\":true,\"temperature\":1.0,\"text\":{\"format\":{\"type\":\"text\"},\"verbosity\":\"medium\"},\"tool_choice\":\"auto\",\"tools\":[],\"top_logprobs\":0,\"top_p\":1.0,\"truncation\":\"disabled\",\"usage\":{\"input_tokens\":45,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3506,\"output_tokens_details\":{\"reasoning_tokens\":2240},\"total_tokens\":3551},\"user\":null,\"metadata\":{}}}\n\n" + ] + } + ], + "Variables": { + "OPEN-API-KEY": "api-key" + } +} diff --git a/tests/SessionRecords/ResponsesTests/StreamingResponsesWithReasoningSummaryAsync.json b/tests/SessionRecords/ResponsesTests/StreamingResponsesWithReasoningSummaryAsync.json new file mode 100644 index 000000000..a369f0cdb --- /dev/null +++ b/tests/SessionRecords/ResponsesTests/StreamingResponsesWithReasoningSummaryAsync.json @@ -0,0 +1,2908 @@ +{ + "Entries": [ + { + "RequestUri": "https://api.openai.com/v1/responses", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json, text/event-stream", + "Authorization": "Sanitized", + "Content-Length": "336", + "Content-Type": "application/json", + "User-Agent": "OpenAI/2.6.0 (.NET 9.0.10; Microsoft Windows 10.0.26200)" + }, + "RequestBody": { + "model": "o3-mini", + "reasoning": { + "effort": "high", + "summary": "auto" + }, + "instructions": "Perform reasoning over any questions asked by the user.", + "input": [ + { + "type": "message", + "role": "user", + "content": [ + { + "type": "input_text", + "text": "I’m visiting New York for 3 days and love food and art. What’s the best way to plan my trip?" + } + ] + } + ], + "stream": true + }, + "StatusCode": 200, + "ResponseHeaders": { + "Alt-Svc": "h3=\":443\"", + "cf-cache-status": "DYNAMIC", + "CF-RAY": "99980cf30e30b9c4-SEA", + "Connection": "keep-alive", + "Content-Type": "text/event-stream; charset=utf-8", + "Date": "Tue, 04 Nov 2025 23:56:53 GMT", + "openai-organization": "Sanitized", + "openai-processing-ms": "119", + "openai-project": "Sanitized", + "openai-version": "2020-10-01", + "Server": "cloudflare", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "137", + "X-Request-ID": "Sanitized" + }, + "ResponseBody": [ + "event: response.created\n", + "data: {\"type\":\"response.created\",\"sequence_number\":0,\"response\":{\"id\":\"resp_0a9a71e1c891114200690a92c5add08194a3411a0b37e8d7bc\",\"object\":\"response\",\"created_at\":1762300613,\"status\":\"in_progress\",\"background\":false,\"error\":null,\"incomplete_details\":null,\"instructions\":\"Perform reasoning over any questions asked by the user.\",\"max_output_tokens\":null,\"max_tool_calls\":null,\"model\":\"o3-mini-2025-01-31\",\"output\":[],\"parallel_tool_calls\":true,\"previous_response_id\":null,\"prompt_cache_key\":null,\"prompt_cache_retention\":null,\"reasoning\":{\"effort\":\"high\",\"summary\":\"detailed\"},\"safety_identifier\":null,\"service_tier\":\"auto\",\"store\":true,\"temperature\":1.0,\"text\":{\"format\":{\"type\":\"text\"},\"verbosity\":\"medium\"},\"tool_choice\":\"auto\",\"tools\":[],\"top_logprobs\":0,\"top_p\":1.0,\"truncation\":\"disabled\",\"usage\":null,\"user\":null,\"metadata\":{}}}\n\n", + "event: response.in_progress\n", + "data: {\"type\":\"response.in_progress\",\"sequence_number\":1,\"response\":{\"id\":\"resp_0a9a71e1c891114200690a92c5add08194a3411a0b37e8d7bc\",\"object\":\"response\",\"created_at\":1762300613,\"status\":\"in_progress\",\"background\":false,\"error\":null,\"incomplete_details\":null,\"instructions\":\"Perform reasoning over any questions asked by the user.\",\"max_output_tokens\":null,\"max_tool_calls\":null,\"model\":\"o3-mini-2025-01-31\",\"output\":[],\"parallel_tool_calls\":true,\"previous_response_id\":null,\"prompt_cache_key\":null,\"prompt_cache_retention\":null,\"reasoning\":{\"effort\":\"high\",\"summary\":\"detailed\"},\"safety_identifier\":null,\"service_tier\":\"auto\",\"store\":true,\"temperature\":1.0,\"text\":{\"format\":{\"type\":\"text\"},\"verbosity\":\"medium\"},\"tool_choice\":\"auto\",\"tools\":[],\"top_logprobs\":0,\"top_p\":1.0,\"truncation\":\"disabled\",\"usage\":null,\"user\":null,\"metadata\":{}}}\n\n", + "event: response.output_item.added\n", + "data: {\"type\":\"response.output_item.added\",\"sequence_number\":2,\"output_index\":0,\"item\":{\"id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"type\":\"reasoning\",\"summary\":[]}}\n\n", + "event: response.reasoning_summary_part.added\n", + "data: {\"type\":\"response.reasoning_summary_part.added\",\"sequence_number\":3,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"part\":{\"type\":\"summary_text\",\"text\":\"\"}}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":4,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"**Planning\",\"obfuscation\":\"exwWmq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":5,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" NYC\",\"obfuscation\":\"Uzj6hl4ONNqx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":6,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" It\",\"obfuscation\":\"qvsQZ1yYQtyTJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":7,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"inerary\",\"obfuscation\":\"solUPkDkk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":8,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"**\\n\\nThe\",\"obfuscation\":\"iQpq07dBo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":9,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" user\",\"obfuscation\":\"CtcsKdcZxJe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":10,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" is\",\"obfuscation\":\"yoSclzkNlXe7G\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":11,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" visiting\",\"obfuscation\":\"Osr2lcS\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":12,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" New\",\"obfuscation\":\"IyK09nfqJciH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":13,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" York\",\"obfuscation\":\"SapLRALMZPa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":14,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" for\",\"obfuscation\":\"7HHw39hdpcNl\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":15,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" three\",\"obfuscation\":\"ypWKS7uMXR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":16,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" days\",\"obfuscation\":\"qnX4zlMExB1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":17,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"hh5RN3WLnFoA\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":18,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" loves\",\"obfuscation\":\"ORD9UtXFGX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":19,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" food\",\"obfuscation\":\"mH61ZO2bS12\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":20,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"PbW6VujNe90Z\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":21,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" art\",\"obfuscation\":\"R61zBsSiSOpx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":22,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"kJoMg1iWXhkuEyz\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":23,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" so\",\"obfuscation\":\"9yb4XspejlHwt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":24,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" I\",\"obfuscation\":\"4QxP64O5mEHYCe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":25,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" need\",\"obfuscation\":\"Hos3TIQzGOa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":26,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" to\",\"obfuscation\":\"oaYHmmAyPooWG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":27,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" create\",\"obfuscation\":\"M4d4rEeqe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":28,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" an\",\"obfuscation\":\"BYOoMtl49blvR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":29,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" itinerary\",\"obfuscation\":\"jx9c3r\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":30,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" focused\",\"obfuscation\":\"6y6te0Me\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":31,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" on\",\"obfuscation\":\"odmOoeVUc8Hvw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":32,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" those\",\"obfuscation\":\"GVx9Uki85U\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":33,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" interests\",\"obfuscation\":\"7uYkni\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":34,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\".\",\"obfuscation\":\"bLCRNxmTUxhSxOv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":35,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" For\",\"obfuscation\":\"pNxQw9FCsaY6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":36,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Day\",\"obfuscation\":\"q2OVblcZVpHy\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":37,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" 1\",\"obfuscation\":\"6DpwFTAUBJ0jzc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":38,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"hVSpdZ7SkjKthU1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":39,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" I\",\"obfuscation\":\"WdqPYAjtpAWP1k\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":40,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"’ll\",\"obfuscation\":\"cBKmxfN8b14Rx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":41,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" suggest\",\"obfuscation\":\"vAo0GYh7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":42,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" exploring\",\"obfuscation\":\"NyxoWh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":43,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" prominent\",\"obfuscation\":\"U4VbSb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":44,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" art\",\"obfuscation\":\"dTFqhAzrUxcb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":45,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" museums\",\"obfuscation\":\"MrNIkdH6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":46,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" like\",\"obfuscation\":\"Z0KY8oj5CVl\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":47,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Mo\",\"obfuscation\":\"z6ocQa2RfISxt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":48,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"MA\",\"obfuscation\":\"Hm7Q1eLosDC2Ui\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":49,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" or\",\"obfuscation\":\"2sJK5Kxmb4mJb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":50,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" The\",\"obfuscation\":\"IGODQgjP2mvm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":51,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Met\",\"obfuscation\":\"BmZkemFpLkji\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":52,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" in\",\"obfuscation\":\"I9mZjE2UIwztu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":53,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" the\",\"obfuscation\":\"YKPzXwr76s8B\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":54,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" morning\",\"obfuscation\":\"lefqMhUa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":55,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"uAdpkn1GHgGaoD5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":56,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" followed\",\"obfuscation\":\"su6Wbym\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":57,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" by\",\"obfuscation\":\"0KQ3SadRAanC2\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":58,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" brunch\",\"obfuscation\":\"5MMgvfyRn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":59,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" at\",\"obfuscation\":\"bw2AwqghiWj93\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":60,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" places\",\"obfuscation\":\"3FLCR35QR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":61,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" like\",\"obfuscation\":\"e4FQXmasI4C\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":62,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" B\",\"obfuscation\":\"7HDzsxvGB599qe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":63,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"alth\",\"obfuscation\":\"26k8ebPRX9D0\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":64,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"azar\",\"obfuscation\":\"a8DY0kFGtB3X\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":65,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" or\",\"obfuscation\":\"7bYzuVPMa97jL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":66,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" The\",\"obfuscation\":\"DXsv2g1zV8tO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":67,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Smith\",\"obfuscation\":\"t8Og1TQDpw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":68,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\".\",\"obfuscation\":\"TSO7QTLLrg9xiyG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":69,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" It\",\"obfuscation\":\"17EWcku6uGzNO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":70,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" could\",\"obfuscation\":\"TcpayrwTKq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":71,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" also\",\"obfuscation\":\"T7J6rfBmXEG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":72,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" be\",\"obfuscation\":\"TakvKHOuScri7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":73,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" great\",\"obfuscation\":\"iCYwNwtj9O\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":74,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" to\",\"obfuscation\":\"7BsCY8KyLlXTM\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":75,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" check\",\"obfuscation\":\"IJVEM4yuaq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":76,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" out\",\"obfuscation\":\"Ea3hZZOPgNBs\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":77,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" local\",\"obfuscation\":\"v8rlPDuDeO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":78,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" galleries\",\"obfuscation\":\"ntRYay\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":79,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" in\",\"obfuscation\":\"nwPUaiHhegW4T\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":80,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Chelsea\",\"obfuscation\":\"5Z0mpxxR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":81,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\".\",\"obfuscation\":\"eLHCZhZ2jlzqiap\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":82,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" On\",\"obfuscation\":\"51rckaEq9wms6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":83,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" Day\",\"obfuscation\":\"OOmEztKlQDdf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":84,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" 2\",\"obfuscation\":\"rJHkK6Ks995MXW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":85,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\",\",\"obfuscation\":\"zsC2UkBruJzCZwJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":86,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" exploring\",\"obfuscation\":\"c1PCBu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":87,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" neighborhoods\",\"obfuscation\":\"7f\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":88,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" renowned\",\"obfuscation\":\"lr9nzLG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":89,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" for\",\"obfuscation\":\"2ibF5Cz6Lnm1\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":90,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" art\",\"obfuscation\":\"sbf0HmoES841\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":91,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" and\",\"obfuscation\":\"VRpbKlukHjvq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":92,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" food\",\"obfuscation\":\"zSGhYAP32Q8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":93,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" seems\",\"obfuscation\":\"GMRp3We9Jg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":94,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" like\",\"obfuscation\":\"AoymMNNBo5h\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":95,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" a\",\"obfuscation\":\"mmJXBqCwc1QD4X\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":96,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" fun\",\"obfuscation\":\"H56thyNcTnPA\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":97,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\" idea\",\"obfuscation\":\"qdSKOujHdsA\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":98,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"delta\":\"!\",\"obfuscation\":\"i54R3Sy7IHLkGLM\"}\n\n", + "event: response.reasoning_summary_text.done\n", + "data: {\"type\":\"response.reasoning_summary_text.done\",\"sequence_number\":99,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"text\":\"**Planning NYC Itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create an itinerary focused on those interests. For Day 1, I’ll suggest exploring prominent art museums like MoMA or The Met in the morning, followed by brunch at places like Balthazar or The Smith. It could also be great to check out local galleries in Chelsea. On Day 2, exploring neighborhoods renowned for art and food seems like a fun idea!\"}\n\n", + "event: response.reasoning_summary_part.done\n", + "data: {\"type\":\"response.reasoning_summary_part.done\",\"sequence_number\":100,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":0,\"part\":{\"type\":\"summary_text\",\"text\":\"**Planning NYC Itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create an itinerary focused on those interests. For Day 1, I’ll suggest exploring prominent art museums like MoMA or The Met in the morning, followed by brunch at places like Balthazar or The Smith. It could also be great to check out local galleries in Chelsea. On Day 2, exploring neighborhoods renowned for art and food seems like a fun idea!\"}}\n\n", + "event: response.reasoning_summary_part.added\n", + "data: {\"type\":\"response.reasoning_summary_part.added\",\"sequence_number\":101,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"part\":{\"type\":\"summary_text\",\"text\":\"\"}}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":102,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"**Creating\",\"obfuscation\":\"Jrcm91\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":103,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"zelBC26sIHhmOG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":104,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" 3\",\"obfuscation\":\"HQF5qWgulLCZz6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":105,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"-Day\",\"obfuscation\":\"7BVYdEmQHBVr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":106,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" It\",\"obfuscation\":\"02y5p83v3gfOG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":107,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"inerary\",\"obfuscation\":\"37nCHQgsx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":108,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"**\\n\\nFor\",\"obfuscation\":\"y3XjI32Cy\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":109,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"BplQPe9i3pqP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":110,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" user\",\"obfuscation\":\"HBnmyjA12Fp\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":111,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"’s\",\"obfuscation\":\"8eAw5dguxQ9AqJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":112,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" trip\",\"obfuscation\":\"b8dYw6Ci23J\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":113,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" to\",\"obfuscation\":\"kKkNnrLvawFie\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":114,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" New\",\"obfuscation\":\"ESbURMEYS90E\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":115,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" York\",\"obfuscation\":\"iU3ieH97ZsN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":116,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"0jlRqmPPYAAzOpq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":117,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" it's\",\"obfuscation\":\"0zUo7cC75oQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":118,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" great\",\"obfuscation\":\"5sDuEPsRTO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":119,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" to\",\"obfuscation\":\"aMs95y93Rp2kW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":120,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" include\",\"obfuscation\":\"4TAc9PEV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":121,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" art\",\"obfuscation\":\"ANqt5HwbcVQF\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":122,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" galleries\",\"obfuscation\":\"r2GiPa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":123,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" in\",\"obfuscation\":\"UN1pOjcTyZTUN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":124,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Chelsea\",\"obfuscation\":\"fs2v6lk3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":125,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" and\",\"obfuscation\":\"Bo6pxJMes7Eg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":126,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"jQarMt2LvZLr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":127,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Lower\",\"obfuscation\":\"Ouyiy63L0C\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":128,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" East\",\"obfuscation\":\"9u1Glewpp2f\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":129,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Side\",\"obfuscation\":\"uaW19HY7OxI\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":130,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"0XpzAWbns426lFQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":131,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" plus\",\"obfuscation\":\"TVulQgEwHE8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":132,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"jOi40LXKGboMtl\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":133,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" visit\",\"obfuscation\":\"ehnVvIumnU\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":134,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" to\",\"obfuscation\":\"ysGxfixzAHvIR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":135,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"pMtj0yxOG4EZ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":136,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" New\",\"obfuscation\":\"lW1dVup6p9Ps\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":137,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Museum\",\"obfuscation\":\"WbD6dUpdg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":138,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" in\",\"obfuscation\":\"vEhtQf0zaq039\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":139,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"n8jd4qonQTFg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":140,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Bow\",\"obfuscation\":\"nB3AmWEZw2ng\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":141,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"ery\",\"obfuscation\":\"S7WJBm4wQynJm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":142,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"IvSGSeIodnLW8Ri\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":143,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" A\",\"obfuscation\":\"vOrbVtRuATFEk5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":144,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" must\",\"obfuscation\":\"MYziK5VN3b5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":145,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"-\",\"obfuscation\":\"8EgDem4XMYr1igJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":146,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"try\",\"obfuscation\":\"5y0Alx7XGE8Ho\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":147,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" for\",\"obfuscation\":\"GEGNVrCeI5d9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":148,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" food\",\"obfuscation\":\"vXIOG9ADUZ5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":149,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" is\",\"obfuscation\":\"wTqGPNa5NmXDw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":150,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Chelsea\",\"obfuscation\":\"MUpMR5wo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":151,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Market\",\"obfuscation\":\"db47Y0RFR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":152,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"pRWOYrNrXTwycL6\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":153,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" perfect\",\"obfuscation\":\"AG6Gp9uh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":154,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" for\",\"obfuscation\":\"RlO7kDQn74KV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":155,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" lunch\",\"obfuscation\":\"q9daWQfoy5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":156,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" with\",\"obfuscation\":\"vlGhicOAbLP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":157,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"DXB3XefMsyo9m5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":158,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" variety\",\"obfuscation\":\"8QtorBoB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":159,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" of\",\"obfuscation\":\"k3mOBiWsMVolR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":160,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" options\",\"obfuscation\":\"0qeYsOEc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":161,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"fYkyI5sxXEHUVtV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":162,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" For\",\"obfuscation\":\"ILgE3uDFBJeK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":163,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"DqIHxxDtGFk0\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":164,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" evening\",\"obfuscation\":\"AKdmRWBU\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":165,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"623wxu5V2VmLAeL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":166,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" dinner\",\"obfuscation\":\"hD9twjZxg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":167,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" in\",\"obfuscation\":\"o69OQvTWb2i4M\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":168,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"vHZcAE452d0i\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":169,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" West\",\"obfuscation\":\"aIggp5XZqcc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":170,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Village\",\"obfuscation\":\"tEszXt4V\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":171,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" sounds\",\"obfuscation\":\"jVCWxDM2Y\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":172,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" ideal\",\"obfuscation\":\"gOEhRXM9VG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":173,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"owzijcbwyYKQ0wh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":174,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" On\",\"obfuscation\":\"m1rNKVLaMKFjR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":175,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Day\",\"obfuscation\":\"xHmVs8kPmUkw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":176,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" 3\",\"obfuscation\":\"UWofJnx9LDWVko\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":177,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\",\",\"obfuscation\":\"mB7sbRq6QbSM9uc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":178,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" exploring\",\"obfuscation\":\"pzTJRd\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":179,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Brooklyn\",\"obfuscation\":\"1U2LiCG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":180,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"'s\",\"obfuscation\":\"fJX1MGcK2mR5Q4\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":181,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" art\",\"obfuscation\":\"yGlEvrbrOPoq\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":182,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" scene\",\"obfuscation\":\"yu3kNZUaJj\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":183,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" at\",\"obfuscation\":\"Lo7bdrzvPxtr3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":184,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"wkbL95AYtO0u\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":185,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Brooklyn\",\"obfuscation\":\"D5jGN69\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":186,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Museum\",\"obfuscation\":\"W0vkhFXP7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":187,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" and\",\"obfuscation\":\"Yo9TNVQRAYNF\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":188,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Prospect\",\"obfuscation\":\"E9uk9LJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":189,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Park\",\"obfuscation\":\"WEicUavc5NG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":190,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" is\",\"obfuscation\":\"YKZprufVtcmrs\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":191,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" a\",\"obfuscation\":\"8tm1mYJuXGRYnJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":192,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" fabulous\",\"obfuscation\":\"TyF2ASQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":193,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" choice\",\"obfuscation\":\"WH7XJSCBJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":194,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\".\",\"obfuscation\":\"2Gr31lWx3Q4kSgX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":195,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" Adding\",\"obfuscation\":\"uUut6sjl9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":196,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" local\",\"obfuscation\":\"JSGRYv4uwa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":197,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" food\",\"obfuscation\":\"9AFFjHqcDB3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":198,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" spots\",\"obfuscation\":\"8cRQz76qZh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":199,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" and\",\"obfuscation\":\"NwinUyMc55DN\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":200,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" markets\",\"obfuscation\":\"B2NN1xXg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":201,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" could\",\"obfuscation\":\"XjF46y6WBK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":202,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" enhance\",\"obfuscation\":\"Qzk9vWSi\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":203,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" the\",\"obfuscation\":\"Rbt4I8gtD3BW\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":204,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" culinary\",\"obfuscation\":\"VjMcUTP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":205,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\" experience\",\"obfuscation\":\"I5lFT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":206,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"delta\":\"!\",\"obfuscation\":\"qZ9qF0sasS86kCW\"}\n\n", + "event: response.reasoning_summary_text.done\n", + "data: {\"type\":\"response.reasoning_summary_text.done\",\"sequence_number\":207,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"text\":\"**Creating a 3-Day Itinerary**\\n\\nFor the user’s trip to New York, it's great to include art galleries in Chelsea and the Lower East Side, plus a visit to the New Museum in the Bowery. A must-try for food is Chelsea Market, perfect for lunch with a variety of options. For the evening, dinner in the West Village sounds ideal. On Day 3, exploring Brooklyn's art scene at the Brooklyn Museum and Prospect Park is a fabulous choice. Adding local food spots and markets could enhance the culinary experience!\"}\n\n", + "event: response.reasoning_summary_part.done\n", + "data: {\"type\":\"response.reasoning_summary_part.done\",\"sequence_number\":208,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":1,\"part\":{\"type\":\"summary_text\",\"text\":\"**Creating a 3-Day Itinerary**\\n\\nFor the user’s trip to New York, it's great to include art galleries in Chelsea and the Lower East Side, plus a visit to the New Museum in the Bowery. A must-try for food is Chelsea Market, perfect for lunch with a variety of options. For the evening, dinner in the West Village sounds ideal. On Day 3, exploring Brooklyn's art scene at the Brooklyn Museum and Prospect Park is a fabulous choice. Adding local food spots and markets could enhance the culinary experience!\"}}\n\n", + "event: response.reasoning_summary_part.added\n", + "data: {\"type\":\"response.reasoning_summary_part.added\",\"sequence_number\":209,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"part\":{\"type\":\"summary_text\",\"text\":\"\"}}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":210,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"**Travel\",\"obfuscation\":\"ozWPFP2i\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":211,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Planning\",\"obfuscation\":\"Drfsdgw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":212,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Guidance\",\"obfuscation\":\"SpctjET\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":213,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"**\\n\\nI\",\"obfuscation\":\"WC4zoaWXjsG\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":214,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" need\",\"obfuscation\":\"VusOAsUlcTS\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":215,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" to\",\"obfuscation\":\"Fo6bAfXHrbi6i\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":216,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" provide\",\"obfuscation\":\"ZgeV4l0b\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":217,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"giY9vwFKJwSd\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":218,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" user\",\"obfuscation\":\"NJYpoALS6V5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":219,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" with\",\"obfuscation\":\"1DRUWFIfoDg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":220,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" practical\",\"obfuscation\":\"cIaLYA\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":221,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" travel\",\"obfuscation\":\"xxYuuMrtv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":222,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" suggestions\",\"obfuscation\":\"ne2V\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":223,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" along\",\"obfuscation\":\"pyrYhjuS0G\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":224,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" with\",\"obfuscation\":\"mijer3DzTJD\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":225,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" recommended\",\"obfuscation\":\"KdTb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":226,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" websites\",\"obfuscation\":\"ORtiKPL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":227,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" for\",\"obfuscation\":\"D4ZzpUo5bYMr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":228,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" planning\",\"obfuscation\":\"2lYIVTO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":229,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"l7sL0R4STsDqFwe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":230,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" like\",\"obfuscation\":\"KWEi12yDrQh\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":231,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Trip\",\"obfuscation\":\"1cJlSpA88DP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":232,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"Advisor\",\"obfuscation\":\"kS57xnzu9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":233,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" or\",\"obfuscation\":\"mdbtVUmNZEOFV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":234,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Yelp\",\"obfuscation\":\"KIHM4L8M4XT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":235,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"Bm552Jlllxsa2zM\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":236,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Since\",\"obfuscation\":\"S1c3eRLLFr\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":237,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" they\",\"obfuscation\":\"kB1vsqZJLgv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":238,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"’re\",\"obfuscation\":\"pLWCXhGCdHrIn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":239,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" asking\",\"obfuscation\":\"GrO0KQ2uK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":240,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" about\",\"obfuscation\":\"nFzGXejbsB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":241,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"B0pxsIJORDsQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":242,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" best\",\"obfuscation\":\"zrGvqvLfx1j\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":243,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" way\",\"obfuscation\":\"4wAgriLjdVhV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":244,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" to\",\"obfuscation\":\"O4yxAfcnRilEw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":245,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" plan\",\"obfuscation\":\"QgRBMjbON8g\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":246,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" their\",\"obfuscation\":\"4xdX9J3SBt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":247,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" trip\",\"obfuscation\":\"WDmSl8dKlts\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":248,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"qxfRdxiRwBpjPYH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":249,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" I\",\"obfuscation\":\"YVK1M5uuka8OMD\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":250,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"’ll\",\"obfuscation\":\"gHCIcX4lDHWwB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":251,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" advise\",\"obfuscation\":\"hLKqkpyyj\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":252,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" on\",\"obfuscation\":\"1xitXkDqdGJTQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":253,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" booking\",\"obfuscation\":\"MxwK3O4v\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":254,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" tickets\",\"obfuscation\":\"DJIEplPb\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":255,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" in\",\"obfuscation\":\"bHmSGlFB4vI9D\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":256,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" advance\",\"obfuscation\":\"jVDbzWBa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":257,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" for\",\"obfuscation\":\"4KW2DVspizVg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":258,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" museums\",\"obfuscation\":\"SApHUBxI\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":259,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"xS55Ut0krqGK\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":260,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" using\",\"obfuscation\":\"4PEdfNsnVw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":261,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" apps\",\"obfuscation\":\"GPXIvbBxvNQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":262,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"Ta6nVnsccuSnA3r\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":263,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" A\",\"obfuscation\":\"JxKHNNsrUH6wPk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":264,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" well\",\"obfuscation\":\"ztZzFDLGJTg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":265,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"-\",\"obfuscation\":\"NDi52R5BhXB5aM8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":266,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"structured\",\"obfuscation\":\"OJDWwx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":267,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" itinerary\",\"obfuscation\":\"RworCs\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":268,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" is\",\"obfuscation\":\"gEgrWzvEUTCJu\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":269,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" essential\",\"obfuscation\":\"7rvoV8\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":270,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"DQcu8KPIg0x5bVf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":271,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" especially\",\"obfuscation\":\"9mnEg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":272,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" for\",\"obfuscation\":\"sNJCqzzbZj7H\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":273,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" three\",\"obfuscation\":\"uYCfwD2ZDk\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":274,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" days\",\"obfuscation\":\"ZLQleA456Pe\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":275,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"V1ojcHmv2Fy5A8h\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":276,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" so\",\"obfuscation\":\"vn3KNh8PM64y7\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":277,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" I'll\",\"obfuscation\":\"Yj8QZIT6Hrn\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":278,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" balance\",\"obfuscation\":\"01IXTlMV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":279,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" art\",\"obfuscation\":\"aOJhTH2lfV5R\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":280,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"xmW3xpNPPyHm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":281,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" food\",\"obfuscation\":\"bsxbNqLhtKR\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":282,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" visits\",\"obfuscation\":\"Nkb7zKYRc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":283,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"UrIovZgyg6rRI0M\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":284,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" For\",\"obfuscation\":\"mw2TBY7Grfzc\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":285,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Day\",\"obfuscation\":\"ABZ0D3LvSuD3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":286,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" 1\",\"obfuscation\":\"502Rz8Cxl33GzY\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":287,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"nvE30G0IJAMcodo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":288,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" visiting\",\"obfuscation\":\"nV9PBZ3\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":289,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" The\",\"obfuscation\":\"MuWu16Ded7jt\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":290,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Met\",\"obfuscation\":\"Bj2HWyN93Ell\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":291,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"9csZNUwa8p5i\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":292,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" exploring\",\"obfuscation\":\"uBHLMa\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":293,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Central\",\"obfuscation\":\"Xyx9W22C\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":294,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Park\",\"obfuscation\":\"vS2GlodwE7M\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":295,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" sounds\",\"obfuscation\":\"OacMdx6ac\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":296,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" like\",\"obfuscation\":\"nULKznskB5a\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":297,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" a\",\"obfuscation\":\"9ddFQg5FsvCgHJ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":298,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" solid\",\"obfuscation\":\"olr7byDOMY\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":299,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" plan\",\"obfuscation\":\"nvNu2KWv7si\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":300,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"zunFgdx8seijVAT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":301,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" followed\",\"obfuscation\":\"9tPAYgj\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":302,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" by\",\"obfuscation\":\"HVxawE9vMGlvV\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":303,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" dinner\",\"obfuscation\":\"wmiDZ8SFQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":304,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" in\",\"obfuscation\":\"iqCtNiyNUMGg5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":305,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Midtown\",\"obfuscation\":\"wEmi7X1z\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":306,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"oHDDhWkeCPsPgW5\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":307,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" On\",\"obfuscation\":\"vPLdjKZl0cTDB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":308,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Day\",\"obfuscation\":\"JlQQTF0ALosX\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":309,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" 2\",\"obfuscation\":\"YdMDo7weD2GQzH\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":310,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"21zlo0NJlV2v45J\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":311,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" exploring\",\"obfuscation\":\"pyK6iw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":312,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Chelsea\",\"obfuscation\":\"5mT6462E\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":313,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"QGTL7YarEcbmuju\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":314,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"py2Uyc83gWAQ\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":315,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Whitney\",\"obfuscation\":\"uzEAsltj\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":316,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Museum\",\"obfuscation\":\"iue6cCkVL\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":317,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"H5hsawIVgF7qOCA\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":318,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" and\",\"obfuscation\":\"WwrncoL7Rmvm\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":319,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" enjoying\",\"obfuscation\":\"xR34ByC\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":320,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" the\",\"obfuscation\":\"ocF0EOAPBGvo\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":321,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" High\",\"obfuscation\":\"6TA4ECL8Atw\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":322,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Line\",\"obfuscation\":\"NR4RCqX9KNB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":323,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" would\",\"obfuscation\":\"tEvd4kYe5E\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":324,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" be\",\"obfuscation\":\"h6FAbuNudFZJ4\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":325,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" delightful\",\"obfuscation\":\"IXrta\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":326,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\".\",\"obfuscation\":\"GOPXoRH85RmHLVv\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":327,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Finally\",\"obfuscation\":\"sWVJdJhf\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":328,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\",\",\"obfuscation\":\"iW9EveElnYGZpDO\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":329,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Day\",\"obfuscation\":\"zCJRM8kyG1zx\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":330,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" 3\",\"obfuscation\":\"mx9LPPZU0SJJZg\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":331,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" can\",\"obfuscation\":\"4EHijZLN6Mra\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":332,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" focus\",\"obfuscation\":\"gYr8h071eT\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":333,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" on\",\"obfuscation\":\"4F3jxViFFrTgP\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":334,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" Brooklyn\",\"obfuscation\":\"TH5phch\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":335,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"’s\",\"obfuscation\":\"sFLrn05MA5EZEB\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":336,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" cultural\",\"obfuscation\":\"1BmdMpD\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":337,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\" offerings\",\"obfuscation\":\"M9o7e9\"}\n\n", + "event: response.reasoning_summary_text.delta\n", + "data: {\"type\":\"response.reasoning_summary_text.delta\",\"sequence_number\":338,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"delta\":\"!\",\"obfuscation\":\"2UbRrTCQCXW8xnB\"}\n\n", + "event: response.reasoning_summary_text.done\n", + "data: {\"type\":\"response.reasoning_summary_text.done\",\"sequence_number\":339,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"text\":\"**Travel Planning Guidance**\\n\\nI need to provide the user with practical travel suggestions along with recommended websites for planning, like TripAdvisor or Yelp. Since they’re asking about the best way to plan their trip, I’ll advise on booking tickets in advance for museums and using apps. A well-structured itinerary is essential, especially for three days, so I'll balance art and food visits. For Day 1, visiting The Met and exploring Central Park sounds like a solid plan, followed by dinner in Midtown. On Day 2, exploring Chelsea, the Whitney Museum, and enjoying the High Line would be delightful. Finally, Day 3 can focus on Brooklyn’s cultural offerings!\"}\n\n", + "event: response.reasoning_summary_part.done\n", + "data: {\"type\":\"response.reasoning_summary_part.done\",\"sequence_number\":340,\"item_id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"output_index\":0,\"summary_index\":2,\"part\":{\"type\":\"summary_text\",\"text\":\"**Travel Planning Guidance**\\n\\nI need to provide the user with practical travel suggestions along with recommended websites for planning, like TripAdvisor or Yelp. Since they’re asking about the best way to plan their trip, I’ll advise on booking tickets in advance for museums and using apps. A well-structured itinerary is essential, especially for three days, so I'll balance art and food visits. For Day 1, visiting The Met and exploring Central Park sounds like a solid plan, followed by dinner in Midtown. On Day 2, exploring Chelsea, the Whitney Museum, and enjoying the High Line would be delightful. Finally, Day 3 can focus on Brooklyn’s cultural offerings!\"}}\n\n", + "event: response.output_item.done\n", + "data: {\"type\":\"response.output_item.done\",\"sequence_number\":341,\"output_index\":0,\"item\":{\"id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"type\":\"reasoning\",\"summary\":[{\"type\":\"summary_text\",\"text\":\"**Planning NYC Itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create an itinerary focused on those interests. For Day 1, I’ll suggest exploring prominent art museums like MoMA or The Met in the morning, followed by brunch at places like Balthazar or The Smith. It could also be great to check out local galleries in Chelsea. On Day 2, exploring neighborhoods renowned for art and food seems like a fun idea!\"},{\"type\":\"summary_text\",\"text\":\"**Creating a 3-Day Itinerary**\\n\\nFor the user’s trip to New York, it's great to include art galleries in Chelsea and the Lower East Side, plus a visit to the New Museum in the Bowery. A must-try for food is Chelsea Market, perfect for lunch with a variety of options. For the evening, dinner in the West Village sounds ideal. On Day 3, exploring Brooklyn's art scene at the Brooklyn Museum and Prospect Park is a fabulous choice. Adding local food spots and markets could enhance the culinary experience!\"},{\"type\":\"summary_text\",\"text\":\"**Travel Planning Guidance**\\n\\nI need to provide the user with practical travel suggestions along with recommended websites for planning, like TripAdvisor or Yelp. Since they’re asking about the best way to plan their trip, I’ll advise on booking tickets in advance for museums and using apps. A well-structured itinerary is essential, especially for three days, so I'll balance art and food visits. For Day 1, visiting The Met and exploring Central Park sounds like a solid plan, followed by dinner in Midtown. On Day 2, exploring Chelsea, the Whitney Museum, and enjoying the High Line would be delightful. Finally, Day 3 can focus on Brooklyn’s cultural offerings!\"}]}}\n\n", + "event: response.output_item.added\n", + "data: {\"type\":\"response.output_item.added\",\"sequence_number\":342,\"output_index\":1,\"item\":{\"id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"type\":\"message\",\"status\":\"in_progress\",\"content\":[],\"role\":\"assistant\"}}\n\n", + "event: response.content_part.added\n", + "data: {\"type\":\"response.content_part.added\",\"sequence_number\":343,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"part\":{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"\"}}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":344,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"New\",\"logprobs\":[],\"obfuscation\":\"fnIUCGIKfwPhD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":345,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"qFZotFakgTK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":346,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" City\",\"logprobs\":[],\"obfuscation\":\"pcmv7hT23pA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":347,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"qJA0sdJJk98iW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":348,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" huge\",\"logprobs\":[],\"obfuscation\":\"Ijpc3cOnTLY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":349,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"2mb1l3s7LpcoPyO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":350,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" so\",\"logprobs\":[],\"obfuscation\":\"uf3U5fqwa12Lv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":351,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" it\",\"logprobs\":[],\"obfuscation\":\"TOktKZlEquWPm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":352,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" helps\",\"logprobs\":[],\"obfuscation\":\"HbmjMaxcbM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":353,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"cUJgkKkJJDjvA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":354,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" group\",\"logprobs\":[],\"obfuscation\":\"GFf7onehG6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":355,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" experiences\",\"logprobs\":[],\"obfuscation\":\"FFwD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":356,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" both\",\"logprobs\":[],\"obfuscation\":\"cV6dRGtj2Fy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":357,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"YUuDKfanjnn1N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":358,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" theme\",\"logprobs\":[],\"obfuscation\":\"7vW0UGFwZl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":359,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"zwVWclTNysNa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":360,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"C191beLSZMHFl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":361,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"VmI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":362,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"lN3dPkXN2JSrzdV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":363,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Since\",\"logprobs\":[],\"obfuscation\":\"jlPfaJR6Tu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":364,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"VP9qp2j1EQM9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":365,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" love\",\"logprobs\":[],\"obfuscation\":\"wob7QRhAHmd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":366,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" both\",\"logprobs\":[],\"obfuscation\":\"O9xiBIecOGu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":367,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"T0AOtkJfBNKq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":368,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"OfnckbNauay1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":369,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"pCPCS1eGqnC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":370,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"ZkRgGp1c8JGxioq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":371,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"vaTeYDWWWNTb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":372,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"sGVh9KSohJ9f\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":373,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" plan\",\"logprobs\":[],\"obfuscation\":\"pPazNx82BfW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":374,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"WWYKUAgZKhG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":375,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"UCCfCmMFTa6tlXp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":376,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"3\",\"logprobs\":[],\"obfuscation\":\"M09hNIHBangTDjn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":377,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" days\",\"logprobs\":[],\"obfuscation\":\"BKZVzZUrtjw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":378,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" so\",\"logprobs\":[],\"obfuscation\":\"jZ2ETd7r0iKyd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":379,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"iBWUWINMWmo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":380,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"qlyjCkWyrJ4O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":381,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" explore\",\"logprobs\":[],\"obfuscation\":\"5DVfWZae\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":382,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" clusters\",\"logprobs\":[],\"obfuscation\":\"PtAeJ7q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":383,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" where\",\"logprobs\":[],\"obfuscation\":\"YKr2cap7K4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":384,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" world\",\"logprobs\":[],\"obfuscation\":\"4LlYs3bYLE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":385,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-class\",\"logprobs\":[],\"obfuscation\":\"fx2ypxqzrw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":386,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" museums\",\"logprobs\":[],\"obfuscation\":\"s7swYYKc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":387,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"bAivlvgqDLlsrKy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":388,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"bTf46i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":389,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"jdRSwqUJjlRGo5n\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":390,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"wcsFSsy5lHGJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":391,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"KXNcy5rOU5s\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":392,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" scenes\",\"logprobs\":[],\"obfuscation\":\"geQ1R1zbU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":393,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" meet\",\"logprobs\":[],\"obfuscation\":\"8Zq4rOu9xPP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":394,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"oebj8OXLFWLmqmh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":395,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Here\",\"logprobs\":[],\"obfuscation\":\"4UMwc41lVTx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":396,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"SnCoVLodkZpObI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":397,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" one\",\"logprobs\":[],\"obfuscation\":\"AIFq8LeuHMC5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":398,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" way\",\"logprobs\":[],\"obfuscation\":\"jpkFhCR7sKe7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":399,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"Jdh9eeXVtBWAH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":400,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" organize\",\"logprobs\":[],\"obfuscation\":\"QeWyEik\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":401,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"7IDQM6h6o1i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":402,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" trip\",\"logprobs\":[],\"obfuscation\":\"tfNsMdJ1sFF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":403,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" without\",\"logprobs\":[],\"obfuscation\":\"igXsvwMg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":404,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" feeling\",\"logprobs\":[],\"obfuscation\":\"t52AnxFK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":405,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" rushed\",\"logprobs\":[],\"obfuscation\":\"tlvwIZjSw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":406,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\\n\",\"logprobs\":[],\"obfuscation\":\"5h69P5i0tnnME\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":407,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":408,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"wiUyRwoI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":409,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"GZXaW8WXDX41\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":410,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"g85586UM98OHDp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":411,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"2s5LkoieS19VqVd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":412,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"DSoYDYFpr1IYgw5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":413,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Before\",\"logprobs\":[],\"obfuscation\":\"nOUDftGtW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":414,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" You\",\"logprobs\":[],\"obfuscation\":\"vrFUWQGlHDlv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":415,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Go\",\"logprobs\":[],\"obfuscation\":\"PShpLVR3M3Oz1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":416,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"GZgaIyzlRsYNq5G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":417,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":418,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"qVhimtsZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":419,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"YqfUGVgcgjGU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":420,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"64G8ahmNf8Yfnf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":421,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"shNTOKpmxS9jtz1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":422,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"▪\",\"logprobs\":[],\"obfuscation\":\"FQrrz4tV6lyhNjr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":423,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Read\",\"logprobs\":[],\"obfuscation\":\"TKaMYxcWrss\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":424,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" up\",\"logprobs\":[],\"obfuscation\":\"kb8JfEx0NjgXv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":425,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" on\",\"logprobs\":[],\"obfuscation\":\"MwUdIkeAQlXW9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":426,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" current\",\"logprobs\":[],\"obfuscation\":\"ZGHbDnEh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":427,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" exhibits\",\"logprobs\":[],\"obfuscation\":\"XvhPqNU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":428,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"Cuks0T1Ep2Nj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":429,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" pop\",\"logprobs\":[],\"obfuscation\":\"3jNbLbM4lasq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":430,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-up\",\"logprobs\":[],\"obfuscation\":\"PlBAMG2JE4SLQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":431,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" events\",\"logprobs\":[],\"obfuscation\":\"IaEKw71yo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":432,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"WtbWiKT3HzWtc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":433,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" checking\",\"logprobs\":[],\"obfuscation\":\"i93cCbT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":434,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" websites\",\"logprobs\":[],\"obfuscation\":\"gg3Tqhh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":435,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" like\",\"logprobs\":[],\"obfuscation\":\"TNpqGHeV5PD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":436,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" NYC\",\"logprobs\":[],\"obfuscation\":\"ht3RFmjxg5oE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":437,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"go\",\"logprobs\":[],\"obfuscation\":\"Rcms2og5eCJqvL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":438,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"OYNoSMKogkeiB2j\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":439,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Time\",\"logprobs\":[],\"obfuscation\":\"bG83gApnUGd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":440,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Out\",\"logprobs\":[],\"obfuscation\":\"pY214qtifES4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":441,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" NY\",\"logprobs\":[],\"obfuscation\":\"PP8dJ71kFzrhE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":442,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"jeSu3AQHPbHl4Wk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":443,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"y48do1CnGZrOW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":444,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"w2wz1rf0x7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":445,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"noIwwgvLBzy8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":446,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" blogs\",\"logprobs\":[],\"obfuscation\":\"7I3ANRCz5h\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":447,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"EJbzN52aQFckgr9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":448,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Many\",\"logprobs\":[],\"obfuscation\":\"HklWyK7kgcg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":449,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" museums\",\"logprobs\":[],\"obfuscation\":\"teXPM4rP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":450,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"RQ2k6xRWmSblXQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":451,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"and\",\"logprobs\":[],\"obfuscation\":\"3Gdw30OPVODgv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":452,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" even\",\"logprobs\":[],\"obfuscation\":\"hxZ9nj84LGd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":453,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" some\",\"logprobs\":[],\"obfuscation\":\"MiuJRnntngM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":454,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"Qb0NA5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":455,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"D3GjenEuuuUrdFd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":456,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" require\",\"logprobs\":[],\"obfuscation\":\"FQyQsGDf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":457,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" timed\",\"logprobs\":[],\"obfuscation\":\"7M7pT8S4Yd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":458,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-entry\",\"logprobs\":[],\"obfuscation\":\"hRyWCCvFPn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":459,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" tickets\",\"logprobs\":[],\"obfuscation\":\"IQb98kki\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":460,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"—\",\"logprobs\":[],\"obfuscation\":\"ISjnidduJEnclAA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":461,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"booking\",\"logprobs\":[],\"obfuscation\":\"9noM2qZzQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":462,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" these\",\"logprobs\":[],\"obfuscation\":\"JU411JVzMp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":463,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"VRN2uIstVTgRH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":464,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" advance\",\"logprobs\":[],\"obfuscation\":\"Vy0ZkjVs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":465,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" saves\",\"logprobs\":[],\"obfuscation\":\"XzZBn1oklq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":466,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"D9ZHsTZzjyT4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":467,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" waiting\",\"logprobs\":[],\"obfuscation\":\"TMTnfZns\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":468,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" time\",\"logprobs\":[],\"obfuscation\":\"17TxxhKIp2Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":469,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"I1vMllFUWaBc6w\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":470,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"▪\",\"logprobs\":[],\"obfuscation\":\"hoF2lN3arK0dpcV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":471,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Use\",\"logprobs\":[],\"obfuscation\":\"XBC5PX1k2a8g\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":472,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"oPqyyAFuOPKZwP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":473,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" mapping\",\"logprobs\":[],\"obfuscation\":\"JRs9rYzn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":474,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" app\",\"logprobs\":[],\"obfuscation\":\"DRbJ3UX4vuXB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":475,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"vqElWHTnM2bW7P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":476,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Google\",\"logprobs\":[],\"obfuscation\":\"3oxOX8grvI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":477,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Maps\",\"logprobs\":[],\"obfuscation\":\"mcko3p5Dh5v\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":478,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"c098DUDAmRNOq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":479,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" City\",\"logprobs\":[],\"obfuscation\":\"Iqdr5NVHHpN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":480,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"mapper\",\"logprobs\":[],\"obfuscation\":\"pNqfvwrp2I\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":481,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"fFwe6gvWZYnzyrF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":482,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"f1zeF28WOe53B\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":483,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" plan\",\"logprobs\":[],\"obfuscation\":\"BtfTzYj5OQc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":484,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"blmZIygDZFQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":485,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" subway\",\"logprobs\":[],\"obfuscation\":\"ie9xVATht\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":486,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"DJLauBIt2lhKu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":487,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" walking\",\"logprobs\":[],\"obfuscation\":\"qwn0itt7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":488,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" routes\",\"logprobs\":[],\"obfuscation\":\"AGQODbjPg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":489,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"aWsIpigzX4Uc377\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":490,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"rknocHjSS2fD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":491,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"9enIVlt8XV4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":492,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhoods\",\"logprobs\":[],\"obfuscation\":\"Zm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":493,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" are\",\"logprobs\":[],\"obfuscation\":\"fORDSUDxRIHy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":494,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" best\",\"logprobs\":[],\"obfuscation\":\"nsChjHYv5s2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":495,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" enjoyed\",\"logprobs\":[],\"obfuscation\":\"YVcQXgDi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":496,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" on\",\"logprobs\":[],\"obfuscation\":\"vZxLh8x4XOZGw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":497,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" foot\",\"logprobs\":[],\"obfuscation\":\"J9YwDZ6i5IA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":498,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"!\\n\",\"logprobs\":[],\"obfuscation\":\"ZZfOd5QnUadZPr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":499,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"▪\",\"logprobs\":[],\"obfuscation\":\"OrqTXSkIqWZcMu6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":500,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Consider\",\"logprobs\":[],\"obfuscation\":\"L1T8Kza\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":501,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" joining\",\"logprobs\":[],\"obfuscation\":\"rfScSgci\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":502,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"ObQ9E91MXT40jA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":503,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" guided\",\"logprobs\":[],\"obfuscation\":\"AJeuWTdAw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":504,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" walking\",\"logprobs\":[],\"obfuscation\":\"vRi7X6ui\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":505,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" tour\",\"logprobs\":[],\"obfuscation\":\"9Lrg46DTE3m\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":506,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"IszDBdVp9dnqaB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":507,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"for\",\"logprobs\":[],\"obfuscation\":\"oJR1Xy79exHtQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":508,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" either\",\"logprobs\":[],\"obfuscation\":\"UpEqdBwAz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":509,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"c4YHkeLoybSD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":510,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"gtTkiq9qu4p4k\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":511,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"buLNEryRK5c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":512,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"),\",\"logprobs\":[],\"obfuscation\":\"zJh2ADjpJilQTb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":513,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" which\",\"logprobs\":[],\"obfuscation\":\"1aY2opD7Vo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":514,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"aeL3KB2qYBI2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":515,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" fill\",\"logprobs\":[],\"obfuscation\":\"mUxwuZ5BmL0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":516,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"OftxyCQn5kzbY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":517,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"jFTQ5mmkYk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":518,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" insights\",\"logprobs\":[],\"obfuscation\":\"kNqsyUX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":519,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"WoqEzp3BXlvq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":520,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" hidden\",\"logprobs\":[],\"obfuscation\":\"6bIemrycI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":521,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" gems\",\"logprobs\":[],\"obfuscation\":\"Qn9VD7Ys2Gb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":522,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"uq89riZ8gdKtF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":523,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":524,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"rhY6EJZX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":525,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"wQxqWCXNCSPE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":526,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"sw2bmQleQmkl68\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":527,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"PAlWxyyRty0lTU5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":528,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Day\",\"logprobs\":[],\"obfuscation\":\"80JCC1oKxAvXO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":529,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"HP4KQUh8kAhahRg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":530,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"1\",\"logprobs\":[],\"obfuscation\":\"nnAqbqItUKoQykB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":531,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"VRgZqljN8s7O2Bi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":532,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Icon\",\"logprobs\":[],\"obfuscation\":\"OR8pXVFtYSW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":533,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ic\",\"logprobs\":[],\"obfuscation\":\"6ClAcgnfytre4O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":534,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"TkZAj1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":535,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Art\",\"logprobs\":[],\"obfuscation\":\"LbC9K7VrN9wq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":536,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"bp539cAT47U4Y0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":537,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Classic\",\"logprobs\":[],\"obfuscation\":\"oL9ztbte\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":538,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Eats\",\"logprobs\":[],\"obfuscation\":\"HdpUMfdB8Nu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":539,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"wKIy7g1dNuqLkgl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":540,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":541,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"oGboot8N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":542,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"SAqKSgXqCgUB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":543,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"LixMd1wU66sdIr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":544,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"kJZsrMRx7L8Us69\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":545,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Morning\",\"logprobs\":[],\"obfuscation\":\"xLworahvH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":546,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"CqHAtI4rom4mM6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":547,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"kvNRL7mNV8jM5tq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":548,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"B65mMYwKmQnWB4j\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":549,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Start\",\"logprobs\":[],\"obfuscation\":\"324dLWredr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":550,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"uukwDELR9ue07\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":551,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" an\",\"logprobs\":[],\"obfuscation\":\"sRMoXYgmdNQ6M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":552,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"exIIdRSTCST5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":553,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" institution\",\"logprobs\":[],\"obfuscation\":\"MD17\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":554,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" like\",\"logprobs\":[],\"obfuscation\":\"zpNbaaTCVOr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":555,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"DKK7GB0lybA2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":556,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Metropolitan\",\"logprobs\":[],\"obfuscation\":\"TM2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":557,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"8DgkfouNb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":558,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"dh1uZUIR5aM7X\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":559,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Art\",\"logprobs\":[],\"obfuscation\":\"uhPFTTUm3Wap\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":560,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"nyPGdBugxQqRN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":561,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"bS8iI4oGkwup\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":562,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"ybiIDZiP1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":563,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"IkSX5eEi10cXu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":564,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Modern\",\"logprobs\":[],\"obfuscation\":\"Pnh3Xp8BF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":565,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Art\",\"logprobs\":[],\"obfuscation\":\"Z36uwVyfW4GV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":566,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"7bupqLflAFxnwr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":567,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mo\",\"logprobs\":[],\"obfuscation\":\"msCqXQXR31CwAz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":568,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"MA\",\"logprobs\":[],\"obfuscation\":\"fGaRoeWkYTy3ip\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":569,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\").\",\"logprobs\":[],\"obfuscation\":\"kP6shbTtVXQmht\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":570,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Both\",\"logprobs\":[],\"obfuscation\":\"pUuGQKLQvB0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":571,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" house\",\"logprobs\":[],\"obfuscation\":\"vz5EpdDaCt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":572,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" extensive\",\"logprobs\":[],\"obfuscation\":\"2ku8E6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":573,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" collections\",\"logprobs\":[],\"obfuscation\":\"zFUq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":574,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"nKgHcKxS7r6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":575,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"SPlGGxxZTgUA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":576,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" easily\",\"logprobs\":[],\"obfuscation\":\"6I1UVMnob\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":577,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" occupy\",\"logprobs\":[],\"obfuscation\":\"y7CCXOfra\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":578,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"1ndScXYp9Gep4A\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":579,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" few\",\"logprobs\":[],\"obfuscation\":\"ygUKTwUtreyX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":580,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" hours\",\"logprobs\":[],\"obfuscation\":\"G62FlqIUqm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":581,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"xj4Vy2o6Kpc5mD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":582,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"ISQC7BNLhQsI9jq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":583,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"0zLfnt1vWxt79j2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":584,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Grab\",\"logprobs\":[],\"obfuscation\":\"QhhpDR88GPD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":585,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"Vuw91p4XTh6HaN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":586,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" mid\",\"logprobs\":[],\"obfuscation\":\"RCxMb7Znn4qJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":587,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-m\",\"logprobs\":[],\"obfuscation\":\"mK1EkdQvj3A1b5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":588,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"orning\",\"logprobs\":[],\"obfuscation\":\"ntjJX27I2c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":589,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" coffee\",\"logprobs\":[],\"obfuscation\":\"C6Wb7p52J\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":590,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"z908DSNY4dtMK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":591,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" light\",\"logprobs\":[],\"obfuscation\":\"dzY9cuY9fW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":592,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" snack\",\"logprobs\":[],\"obfuscation\":\"lwQQPTNmKZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":593,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" nearby\",\"logprobs\":[],\"obfuscation\":\"cBwfEZVD6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":594,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" –\",\"logprobs\":[],\"obfuscation\":\"N59mhaIBsCU3YK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":595,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" there\",\"logprobs\":[],\"obfuscation\":\"um1Zcickp6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":596,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" are\",\"logprobs\":[],\"obfuscation\":\"iMSsaW8GWPHU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":597,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" plenty\",\"logprobs\":[],\"obfuscation\":\"Irp9y3nQi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":598,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"R7S2zfpIBYraR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":599,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cafes\",\"logprobs\":[],\"obfuscation\":\"9lC7B4uaPo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":600,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" around\",\"logprobs\":[],\"obfuscation\":\"lINjX0BB8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":601,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Midtown\",\"logprobs\":[],\"obfuscation\":\"yAv6G0zi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":602,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"lWUGEkWuDsD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":603,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"ZiFppVGgy9mrfa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":604,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" creative\",\"logprobs\":[],\"obfuscation\":\"sb7PCdP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":605,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" vibe\",\"logprobs\":[],\"obfuscation\":\"hxVzZox59cD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":606,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"zHxNvgVsnLcZVO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":607,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mid\",\"logprobs\":[],\"obfuscation\":\"0NgLKeMy8x0qa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":608,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"day\",\"logprobs\":[],\"obfuscation\":\"wnqMPk6FleHVu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":609,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"X7yndqd8bb11RF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":610,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"IiOJaCQvcDrwoFX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":611,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"4i1okkqJAYLFtNR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":612,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Take\",\"logprobs\":[],\"obfuscation\":\"b5KiRgCWVh5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":613,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"hMEjzlqFX8DVEN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":614,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" stroll\",\"logprobs\":[],\"obfuscation\":\"ler1Qdnu0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":615,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" through\",\"logprobs\":[],\"obfuscation\":\"gR4SlBfz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":616,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Central\",\"logprobs\":[],\"obfuscation\":\"C9GNZRn5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":617,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Park\",\"logprobs\":[],\"obfuscation\":\"iMXqour1wPq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":618,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" if\",\"logprobs\":[],\"obfuscation\":\"H3ymx1zrxECWb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":619,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"o5CL40Qtttoh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":620,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" choose\",\"logprobs\":[],\"obfuscation\":\"eQvLbHAlu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":621,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"cWl3ophnul5N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":622,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Met\",\"logprobs\":[],\"obfuscation\":\"vhkKEzW2BOtc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":623,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"GOHUhHRwC4yYIY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":624,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"it\",\"logprobs\":[],\"obfuscation\":\"UGEKFuJ6FdS5bu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":625,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"h4b9WTxvgqRiXY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":626,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" right\",\"logprobs\":[],\"obfuscation\":\"Zrl9oaES83\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":627,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"2eVqkErOuq6J2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":628,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"YBQLFHKcA3Cg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":629,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" park\",\"logprobs\":[],\"obfuscation\":\"CKogzsSt2bo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":630,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"9g9vYBykbNgBoM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":631,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" edge\",\"logprobs\":[],\"obfuscation\":\"IyiLxleozO5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":632,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"XDwdvxV5scerdmQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":633,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"5IwRxK1D7o5kO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":634,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" enjoy\",\"logprobs\":[],\"obfuscation\":\"t3KhTExpgN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":635,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" sculptures\",\"logprobs\":[],\"obfuscation\":\"Pubdg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":636,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"lVGFX1Cm8DhU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":637,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" outdoor\",\"logprobs\":[],\"obfuscation\":\"mAz0EUmz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":638,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" installations\",\"logprobs\":[],\"obfuscation\":\"ix\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":639,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"KJAxQJse37ZfJo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":640,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"p9RBjZr3U4PIx81\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":641,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"EQ05oxcPFwy8BiJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":642,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Alternatively\",\"logprobs\":[],\"obfuscation\":\"if\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":643,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"GEPTqzaSP0LFJet\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":644,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" if\",\"logprobs\":[],\"obfuscation\":\"x6JJbxBhuImzr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":645,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"kbMzI0jRS3N4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":646,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"9YGzrT1jY0bgw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":647,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" near\",\"logprobs\":[],\"obfuscation\":\"qPJNneQVioj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":648,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Mo\",\"logprobs\":[],\"obfuscation\":\"0Lwir5KW29jwv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":649,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"MA\",\"logprobs\":[],\"obfuscation\":\"cT2YxtcuF4CdCr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":650,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"o2mJXt8FAScJPQe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":651,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" consider\",\"logprobs\":[],\"obfuscation\":\"OXHcVaL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":652,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"GtkJLxAUt24zny\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":653,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" quick\",\"logprobs\":[],\"obfuscation\":\"TxIz6HfIxS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":654,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" bite\",\"logprobs\":[],\"obfuscation\":\"sJdEeo7eoJo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":655,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"2ELnkFU2o3759\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":656,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" nearby\",\"logprobs\":[],\"obfuscation\":\"JGNHTlF3h\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":657,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" eateries\",\"logprobs\":[],\"obfuscation\":\"qz9lAWX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":658,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" such\",\"logprobs\":[],\"obfuscation\":\"6NVfuhOVhKj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":659,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" as\",\"logprobs\":[],\"obfuscation\":\"agUqvTBuZX7JB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":660,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"qsovfUYKWEYJ7j\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":661,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" trendy\",\"logprobs\":[],\"obfuscation\":\"qxdwZUvGV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":662,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" deli\",\"logprobs\":[],\"obfuscation\":\"AhapUjCjagg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":663,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"oZZdtaZiFeyJJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":664,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" b\",\"logprobs\":[],\"obfuscation\":\"RnX68MvavE8r3a\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":665,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"istro\",\"logprobs\":[],\"obfuscation\":\"hQB8TaM5d36\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":666,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"bPUCY6tzjtFPFT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":667,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Af\",\"logprobs\":[],\"obfuscation\":\"AXbxJ3TfpVA1ef\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":668,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ternoon\",\"logprobs\":[],\"obfuscation\":\"cb94uOmBd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":669,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"sZqVD81XYZYWYM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":670,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"hMQCekGGqnn1qPx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":671,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"GdJImGC0l7zQRQU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":672,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Explore\",\"logprobs\":[],\"obfuscation\":\"TdDl0lOK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":673,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Midtown\",\"logprobs\":[],\"obfuscation\":\"HNu5eQV1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":674,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"szBvcrRyqFqtji\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":675,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" smaller\",\"logprobs\":[],\"obfuscation\":\"vgEUYpEb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":676,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"akiDyK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":677,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"ZojNpaijoF2a8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":678,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"fHEDOVCDMkl9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":679,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" installations\",\"logprobs\":[],\"obfuscation\":\"iU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":680,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"xxw3PmtBHBXNn7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":681,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"check\",\"logprobs\":[],\"obfuscation\":\"3imJlD0bBys\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":682,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" out\",\"logprobs\":[],\"obfuscation\":\"Vxatgt4Zsl93\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":683,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" installations\",\"logprobs\":[],\"obfuscation\":\"fN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":684,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"nAcspCjIjzuMr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":685,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" public\",\"logprobs\":[],\"obfuscation\":\"FwXFpJa7e\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":686,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" spaces\",\"logprobs\":[],\"obfuscation\":\"ivZlFaFx2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":687,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"k1xR0xuQhJOnD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":688,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" even\",\"logprobs\":[],\"obfuscation\":\"VzhflQQQ2k6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":689,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" some\",\"logprobs\":[],\"obfuscation\":\"XT8hmq91Zq9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":690,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" street\",\"logprobs\":[],\"obfuscation\":\"cc0bnqZN7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":691,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"DSE11kZIqwUq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":692,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"bEht0pTA6lCMu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":693,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" unexpected\",\"logprobs\":[],\"obfuscation\":\"AaMOn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":694,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" corners\",\"logprobs\":[],\"obfuscation\":\"sgEf6jlL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":695,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\").\\n\",\"logprobs\":[],\"obfuscation\":\"MnN3e5YSo4mN9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":696,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"GWXOk7Q2YoA4KzJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":697,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"zwni0aqMnHfOQgy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":698,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" If\",\"logprobs\":[],\"obfuscation\":\"QDJWF0C7x3mLk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":699,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"U39X8oriPQdu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":700,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"UH5x5spO7dawU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":701,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" up\",\"logprobs\":[],\"obfuscation\":\"juZ0xz14jMDh9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":702,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"qvNmlBnjjiWx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":703,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" it\",\"logprobs\":[],\"obfuscation\":\"rcLZJfZjjtUZN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":704,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"EhOBWpAO4g5FTJs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":705,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" visit\",\"logprobs\":[],\"obfuscation\":\"CvvaqvayK2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":706,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"5Po15q0OGhGbZH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":707,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" related\",\"logprobs\":[],\"obfuscation\":\"JbrjOCAr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":708,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" gallery\",\"logprobs\":[],\"obfuscation\":\"Oup9YeeH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":709,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"jl4qbnUM6P4Cn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":710,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"G4Bh2fXkgGQP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":711,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" space\",\"logprobs\":[],\"obfuscation\":\"El3uogKnJE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":712,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" before\",\"logprobs\":[],\"obfuscation\":\"4vSYzduJl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":713,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" dinner\",\"logprobs\":[],\"obfuscation\":\"YzQdHfKt2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":714,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"smeFAhX3HgCLfU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":715,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Even\",\"logprobs\":[],\"obfuscation\":\"FpoJ9OQjEuyv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":716,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ing\",\"logprobs\":[],\"obfuscation\":\"91sm8ufW3pqvU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":717,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"ugCBWVwjU288VU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":718,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"wlNZtZwwnRle41c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":719,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"MlFxaTGmYVEIgHE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":720,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"q26PZKuBkO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":721,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"N5kEoZsZI4uu7H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":722,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" dinner\",\"logprobs\":[],\"obfuscation\":\"3EgNfQdlx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":723,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"mtJYaLCetJUwZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":724,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"CrInbSL9mcEgbE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":725,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" classic\",\"logprobs\":[],\"obfuscation\":\"Pf3osS80\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":726,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"PvzO2VdZqQG6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":727,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"fBYcbuLU0sv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":728,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" spot\",\"logprobs\":[],\"obfuscation\":\"eM902T2XuFH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":729,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"—\",\"logprobs\":[],\"obfuscation\":\"oti9SlLDHHLBL8C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":730,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"perhaps\",\"logprobs\":[],\"obfuscation\":\"NOfWUklTI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":731,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"ie39RPf1Y2HQCC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":732,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurant\",\"logprobs\":[],\"obfuscation\":\"Pcfc2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":733,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" that\",\"logprobs\":[],\"obfuscation\":\"05JW3krX7QI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":734,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" meld\",\"logprobs\":[],\"obfuscation\":\"K9sfUEE1lOr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":735,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"s\",\"logprobs\":[],\"obfuscation\":\"ZK7DJNezJ6F8Dog\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":736,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" artistic\",\"logprobs\":[],\"obfuscation\":\"pVWlPgs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":737,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" design\",\"logprobs\":[],\"obfuscation\":\"F7lpVaZdw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":738,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"W7dL0Vb3c8o\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":739,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" award\",\"logprobs\":[],\"obfuscation\":\"8UAOBigO0c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":740,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-winning\",\"logprobs\":[],\"obfuscation\":\"guN1SB7e\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":741,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cuisine\",\"logprobs\":[],\"obfuscation\":\"vda5j4IR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":742,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"TiLGbl6gCmeG7H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":743,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"for\",\"logprobs\":[],\"obfuscation\":\"IPy5jXJ7p63ak\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":744,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" example\",\"logprobs\":[],\"obfuscation\":\"6pScYASw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":745,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"iRj3JHcHTI72n7A\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":746,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurants\",\"logprobs\":[],\"obfuscation\":\"A6DN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":747,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" near\",\"logprobs\":[],\"obfuscation\":\"qR9sxtUSf6r\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":748,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Times\",\"logprobs\":[],\"obfuscation\":\"dnRfP5ighW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":749,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Square\",\"logprobs\":[],\"obfuscation\":\"yTuWZsp8l\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":750,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"MYya4aF32DseE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":751,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Hell\",\"logprobs\":[],\"obfuscation\":\"Qcbt4yKyBlx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":752,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"nHorFSCXpcaxn0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":753,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Kitchen\",\"logprobs\":[],\"obfuscation\":\"kEdjzy7K\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":754,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" often\",\"logprobs\":[],\"obfuscation\":\"CHtcHnZzuF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":755,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" offer\",\"logprobs\":[],\"obfuscation\":\"dXNChUGlWu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":756,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" both\",\"logprobs\":[],\"obfuscation\":\"vKgwdoBOPV7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":757,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" ambience\",\"logprobs\":[],\"obfuscation\":\"kKvXJ6N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":758,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"tiDWEoXiWfuR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":759,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" culinary\",\"logprobs\":[],\"obfuscation\":\"LbhQhhC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":760,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" flair\",\"logprobs\":[],\"obfuscation\":\"atoZVp7xjZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":761,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\").\\n\\n\",\"logprobs\":[],\"obfuscation\":\"HkLlEOTWQQpw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":762,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":763,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"cVVLp6Iy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":764,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"rgQhAo8ovgvg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":765,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"KT62ZWPHx8bcRd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":766,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"y3rWtA85EGFFkWk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":767,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Day\",\"logprobs\":[],\"obfuscation\":\"UidBEL0W83wnk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":768,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"ew67cs3zPqiNQ2w\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":769,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"2\",\"logprobs\":[],\"obfuscation\":\"AYysg4W7XZc24UJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":770,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"JajA5iy15ULImJK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":771,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"fCbxqt0y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":772,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"TpxwbHcOlFYDq2b\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":773,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"mHDurN3uGt7x\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":774,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" High\",\"logprobs\":[],\"obfuscation\":\"XlhltHQw4Ps\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":775,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Line\",\"logprobs\":[],\"obfuscation\":\"OGBwMmqhxqU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":776,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"nIPvbRrGIMdLte\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":777,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" West\",\"logprobs\":[],\"obfuscation\":\"euCMyysXuKS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":778,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Village\",\"logprobs\":[],\"obfuscation\":\"cmYVAiuD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":779,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Fl\",\"logprobs\":[],\"obfuscation\":\"zjvM3nGKnkDiN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":780,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"avors\",\"logprobs\":[],\"obfuscation\":\"ZWoxW1fLN7t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":781,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"HzV38Ro1pJHadTQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":782,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":783,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"YraS7Owo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":784,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"RfEjHSUpFcSB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":785,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"lRGmOiBojZqXt5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":786,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"8VbIKDHqKt9bKlB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":787,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Morning\",\"logprobs\":[],\"obfuscation\":\"7KRYcaqy4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":788,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"ySEcD2U8MfqW3o\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":789,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"g1Zs5qAdOjCw16Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":790,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"WDPJdY61mRFeu7D\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":791,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Head\",\"logprobs\":[],\"obfuscation\":\"xN2r2gBzGme\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":792,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"CKFexA3qSojq0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":793,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"5WXF4nqz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":794,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"xTPhYYVgOd65\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":795,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" start\",\"logprobs\":[],\"obfuscation\":\"3tK9raq83H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":796,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"mrmt5IlAqQR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":797,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" day\",\"logprobs\":[],\"obfuscation\":\"SRxxFcArenqc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":798,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"r8xB6gIdz0E\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":799,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"8bPQ0bXvlUTUWp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":800,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" brunch\",\"logprobs\":[],\"obfuscation\":\"yL1tPnP6M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":801,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" experience\",\"logprobs\":[],\"obfuscation\":\"fextx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":802,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"guITVzJSkW96Y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":803,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"8gckKmvL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":804,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Market\",\"logprobs\":[],\"obfuscation\":\"Z8MqLuLZZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":805,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"GLvC5dtJTxDs8dm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":806,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"6S6vZ4t3PgIS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":807,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" market\",\"logprobs\":[],\"obfuscation\":\"tTsvbkjKS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":808,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"gKkJPeStv8wc2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":809,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" filled\",\"logprobs\":[],\"obfuscation\":\"slFBPKEGb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":810,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"ZcNwP2D8giS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":811,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" artisan\",\"logprobs\":[],\"obfuscation\":\"OsnBSiE8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":812,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"GKZmrKFZO9X\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":813,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" stalls\",\"logprobs\":[],\"obfuscation\":\"iJOg6Ir6o\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":814,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"GQuqHlhBNIsC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":815,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"8SiJHta07l\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":816,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" specialties\",\"logprobs\":[],\"obfuscation\":\"aBIq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":817,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"fDn35SoAHJHLit\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":818,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"y9tmz1lQz7effXU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":819,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"J01Rzxt5pr1NXH0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":820,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" After\",\"logprobs\":[],\"obfuscation\":\"JsM8HAsE3N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":821,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" brunch\",\"logprobs\":[],\"obfuscation\":\"3qacVTGj9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":822,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"lO9wviDD6EhbHb2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":823,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" stroll\",\"logprobs\":[],\"obfuscation\":\"c6QhWw6Lt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":824,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" through\",\"logprobs\":[],\"obfuscation\":\"hsgflnkP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":825,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"FasO2ByR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":826,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"7nhZVkPdTeNevu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":827,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" many\",\"logprobs\":[],\"obfuscation\":\"k20fkgXx2LF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":828,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" contemporary\",\"logprobs\":[],\"obfuscation\":\"oUR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":829,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"50gEXJLM8a0t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":830,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"mBZtTd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":831,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"xG9Q80vzmZGnzji\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":832,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" The\",\"logprobs\":[],\"obfuscation\":\"oIFlGgupEZpf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":833,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"aaT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":834,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"zfX2q27YHMQsT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":835,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" famous\",\"logprobs\":[],\"obfuscation\":\"yeSh1BHNk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":836,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"uM2cJcJc42EI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":837,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" its\",\"logprobs\":[],\"obfuscation\":\"NmTGDyjzpmvr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":838,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" clustered\",\"logprobs\":[],\"obfuscation\":\"O4URPZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":839,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"gicD3C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":840,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" featuring\",\"logprobs\":[],\"obfuscation\":\"CHAnFi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":841,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cutting\",\"logprobs\":[],\"obfuscation\":\"hlAo8ngy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":842,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-edge\",\"logprobs\":[],\"obfuscation\":\"6CSnBeR60yn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":843,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"1IvGj7rhmtrr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":844,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"uUF2izRb12ClXw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":845,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mid\",\"logprobs\":[],\"obfuscation\":\"4MnkARF2S60Vs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":846,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"day\",\"logprobs\":[],\"obfuscation\":\"43lYiN3h4h7Qn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":847,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"hYYlKqSydpQv2I\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":848,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"RPnJiYpcvrYelwC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":849,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"GTqT8D0jxsbsNxt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":850,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Walk\",\"logprobs\":[],\"obfuscation\":\"ospXVlhwIEl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":851,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"bi3K3U3i4L1f\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":852,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" High\",\"logprobs\":[],\"obfuscation\":\"vsQrcRWW6V5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":853,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Line\",\"logprobs\":[],\"obfuscation\":\"xBKWEDM9dCm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":854,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"—the\",\"logprobs\":[],\"obfuscation\":\"mMTqiTBGqLel\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":855,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" elevated\",\"logprobs\":[],\"obfuscation\":\"FxmF7BQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":856,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" park\",\"logprobs\":[],\"obfuscation\":\"nfoHNngSqtg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":857,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" built\",\"logprobs\":[],\"obfuscation\":\"KBUyZT6Yi5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":858,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" on\",\"logprobs\":[],\"obfuscation\":\"UUE5zAubQqcQX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":859,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"XYQMG6DIt1tUoQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":860,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" historic\",\"logprobs\":[],\"obfuscation\":\"CjwSCdM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":861,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" rail\",\"logprobs\":[],\"obfuscation\":\"Ncu5U8gVXMD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":862,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" line\",\"logprobs\":[],\"obfuscation\":\"oyIbDJeN6KU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":863,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"7iR7E7KRQw2PKeA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":864,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" It\",\"logprobs\":[],\"obfuscation\":\"7MQKVvjPeImYf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":865,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"ykGSWw44oNMGLK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":866,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" an\",\"logprobs\":[],\"obfuscation\":\"mZtGCWCKfJmks\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":867,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" outdoor\",\"logprobs\":[],\"obfuscation\":\"3zOqAXjr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":868,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" gallery\",\"logprobs\":[],\"obfuscation\":\"so4MmAFB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":869,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"8qhS76EuZetwb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":870,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" itself\",\"logprobs\":[],\"obfuscation\":\"QmzTBclMj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":871,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"NrKLQW5gH8nnoSa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":872,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"a6afbr7dISu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":873,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" rotating\",\"logprobs\":[],\"obfuscation\":\"ldOyXlt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":874,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" public\",\"logprobs\":[],\"obfuscation\":\"1LihykmJR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":875,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"MuaXYav05NDM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":876,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" installations\",\"logprobs\":[],\"obfuscation\":\"kC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":877,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"UP8ltyhUptAo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":878,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" incredible\",\"logprobs\":[],\"obfuscation\":\"wBWw7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":879,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" city\",\"logprobs\":[],\"obfuscation\":\"8P3vmp2JjOF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":880,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" views\",\"logprobs\":[],\"obfuscation\":\"5w76p3VgBD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":881,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"AZw3HKNEChUR3Z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":882,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"7NaDAvfe6AkxE1N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":883,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"6Mn2oIbGopVbh0U\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":884,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Stop\",\"logprobs\":[],\"obfuscation\":\"7BTBMRGGspC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":885,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"cPkRsI3vxPbca\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":886,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"DerOq9q9k223\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":887,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Whitney\",\"logprobs\":[],\"obfuscation\":\"xTw5GQVZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":888,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"JFAjM83rE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":889,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"r8uLB0oMcmirM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":890,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" American\",\"logprobs\":[],\"obfuscation\":\"J9Hgbc2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":891,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Art\",\"logprobs\":[],\"obfuscation\":\"0PKr0bDftwjx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":892,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"XejMeIj73Tmw71\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":893,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"located\",\"logprobs\":[],\"obfuscation\":\"ENEIhyj1F\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":894,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" just\",\"logprobs\":[],\"obfuscation\":\"efA02LVbxXs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":895,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"VUkWu4ssLOQIWA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":896,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" short\",\"logprobs\":[],\"obfuscation\":\"11XZ9u5lo9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":897,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" walk\",\"logprobs\":[],\"obfuscation\":\"qrB4XY99EeO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":898,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" from\",\"logprobs\":[],\"obfuscation\":\"W7a7QkpSElL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":899,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"sIXXPEC3c6mG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":900,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" southern\",\"logprobs\":[],\"obfuscation\":\"cOB5Lck\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":901,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" end\",\"logprobs\":[],\"obfuscation\":\"MQo5zNy1yKHl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":902,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"2lwRrygLno7BN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":903,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"99oUcAbxOoY6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":904,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" High\",\"logprobs\":[],\"obfuscation\":\"YGRHaXZKGl2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":905,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Line\",\"logprobs\":[],\"obfuscation\":\"d2rDILdW9gF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":906,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"0vHMayqw0MMADd5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":907,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" if\",\"logprobs\":[],\"obfuscation\":\"lASaCtyknwqaP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":908,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"BxvYlNRB3N4q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":909,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"qfSHeNnJJP253\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":910,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"U2abFlQdoPYy4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":911,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"krRd8RceXKas\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":912,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" mood\",\"logprobs\":[],\"obfuscation\":\"HtO6Vp07SHz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":913,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"LMu8BsjZmeW9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":914,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" more\",\"logprobs\":[],\"obfuscation\":\"O5PXhkYrZTj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":915,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" curated\",\"logprobs\":[],\"obfuscation\":\"W8iBoVr8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":916,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"fTsPqWvOGE5o\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":917,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"Ro1LYpZyDbw8lC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":918,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Af\",\"logprobs\":[],\"obfuscation\":\"4tg3EVC4IXqn3i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":919,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ternoon\",\"logprobs\":[],\"obfuscation\":\"qnysgm4Eh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":920,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"knuwwjs3XSBmj7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":921,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"BboOFXlC9A0qTY5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":922,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"PIwWJj5O1NDROyH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":923,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"T2Oxr4Lkud\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":924,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" some\",\"logprobs\":[],\"obfuscation\":\"Q176UyT4wA8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":925,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" more\",\"logprobs\":[],\"obfuscation\":\"SRqFNHHyc5z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":926,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" time\",\"logprobs\":[],\"obfuscation\":\"CedJ72HnY3y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":927,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" wandering\",\"logprobs\":[],\"obfuscation\":\"u0VYHh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":928,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" through\",\"logprobs\":[],\"obfuscation\":\"AFfTg83M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":929,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"G4vhxj4O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":930,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"QfI5p7BW9EQKj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":931,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" even\",\"logprobs\":[],\"obfuscation\":\"ludh6TmTIbp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":932,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" nearby\",\"logprobs\":[],\"obfuscation\":\"UB7b4BXVc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":933,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Meat\",\"logprobs\":[],\"obfuscation\":\"JgnzCeDs6Xz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":934,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"packing\",\"logprobs\":[],\"obfuscation\":\"yCDHmjPyq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":935,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" District\",\"logprobs\":[],\"obfuscation\":\"f610ZsP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":936,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"Zboi0EDF0zL7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":937,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" visual\",\"logprobs\":[],\"obfuscation\":\"XMzr2enEq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":938,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"hTcHBb7gHkj3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":939,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" culinary\",\"logprobs\":[],\"obfuscation\":\"v5FzHsB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":940,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" surprises\",\"logprobs\":[],\"obfuscation\":\"IbQt5t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":941,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"OaZGva4VzO0uo8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":942,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Even\",\"logprobs\":[],\"obfuscation\":\"ABqCw32cjfOs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":943,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ing\",\"logprobs\":[],\"obfuscation\":\"Y4yQHTrDPAWgc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":944,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"GS2woUpXyM5Qw1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":945,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"vxMb5pxl2Hym7ME\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":946,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"g1hzrs8sputBQRL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":947,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Make\",\"logprobs\":[],\"obfuscation\":\"UavhMG0EROn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":948,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"kBQ1FvGcUT1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":949,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" way\",\"logprobs\":[],\"obfuscation\":\"70UmG7Esxr7w\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":950,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"4nLU1PUvEM2PB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":951,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"Td5sAfee62OQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":952,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" West\",\"logprobs\":[],\"obfuscation\":\"GcBfgJNFNqh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":953,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Village\",\"logprobs\":[],\"obfuscation\":\"pCG2sZ9q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":954,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"X9oejXiYx3Ep\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":955,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" dinner\",\"logprobs\":[],\"obfuscation\":\"BmAcj2pkH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":956,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"L2DfF2HPGFPoFSW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":957,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" This\",\"logprobs\":[],\"obfuscation\":\"PxLGQpgodMP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":958,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" area\",\"logprobs\":[],\"obfuscation\":\"PlopjUE2GFl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":959,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" features\",\"logprobs\":[],\"obfuscation\":\"cY9t5iv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":960,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" intimate\",\"logprobs\":[],\"obfuscation\":\"EXx0oXo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":961,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" b\",\"logprobs\":[],\"obfuscation\":\"CU3oETDdDSuSNM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":962,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"istros\",\"logprobs\":[],\"obfuscation\":\"F7a0k7efCT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":963,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"4hR08X9PxDQJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":964,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurants\",\"logprobs\":[],\"obfuscation\":\"ryyk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":965,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"imwmVEImWEv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":966,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" unique\",\"logprobs\":[],\"obfuscation\":\"MeZhotVxK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":967,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" décor\",\"logprobs\":[],\"obfuscation\":\"m5agtBsw6e\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":968,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"0cv2htsTWfWE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":969,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" often\",\"logprobs\":[],\"obfuscation\":\"WAFDe9kdvf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":970,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" live\",\"logprobs\":[],\"obfuscation\":\"AUNowfNNlx4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":971,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" music\",\"logprobs\":[],\"obfuscation\":\"ieG4NSWPa1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":972,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"—a\",\"logprobs\":[],\"obfuscation\":\"pVdPhwB6YspLBg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":973,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" perfect\",\"logprobs\":[],\"obfuscation\":\"6g9Y0mH6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":974,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" fusion\",\"logprobs\":[],\"obfuscation\":\"n3A4eWXLg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":975,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"juLgK0UvvFoA2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":976,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"ZKaBG3vz006p\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":977,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"YSGwam8OA5Oc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":978,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"cXVibR9cNIF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":979,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"c7p9vGvd91kfW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":980,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"SfcSAlKIlLQIEX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":981,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cozy\",\"logprobs\":[],\"obfuscation\":\"DtPgzWPgXqt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":982,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" setting\",\"logprobs\":[],\"obfuscation\":\"cX6GOY4b\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":983,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"wblG5Pw2lUACk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":984,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":985,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"pcKWBNn0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":986,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"ci4guRAN2LCu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":987,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"mjtTfhpI6wmKpF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":988,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"41uJSKYzO9kkTEI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":989,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Day\",\"logprobs\":[],\"obfuscation\":\"jvrTCcmLySh1S\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":990,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" \",\"logprobs\":[],\"obfuscation\":\"QxCnnEePIDNKVX9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":991,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"3\",\"logprobs\":[],\"obfuscation\":\"onX0Q0tCDqIJIZh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":992,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"oEJHM45c79W5oVJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":993,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"BA3CwBc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":994,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"Ew9ucS3rgsbgrv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":995,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Creative\",\"logprobs\":[],\"obfuscation\":\"efMMMqw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":996,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" V\",\"logprobs\":[],\"obfuscation\":\"08UQt1i7sBQaxu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":997,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ibe\",\"logprobs\":[],\"obfuscation\":\"o0UDHirdUcLI6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":998,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" &\",\"logprobs\":[],\"obfuscation\":\"qaiFrVpg35eC8j\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":999,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Street\",\"logprobs\":[],\"obfuscation\":\"pknweNYlY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1000,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Food\",\"logprobs\":[],\"obfuscation\":\"0wF9Qae1tzh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1001,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Scene\",\"logprobs\":[],\"obfuscation\":\"Xf79haSmqu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1002,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"6JS5suTNsOhxRzf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1003,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1004,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"YClz8RFT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1005,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"xLFMgY4ue7Zm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1006,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"SmrAFRbeKlWnDe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1007,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"RxZ3JnSgKqtUB3G\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1008,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Morning\",\"logprobs\":[],\"obfuscation\":\"JRP1cVOkT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1009,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"Zt3G4N2l1h486y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1010,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"mHAkqLO1pYAMVl7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1011,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"E5ZYGUlC7iyWhNd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1012,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Cross\",\"logprobs\":[],\"obfuscation\":\"Wrsk7utZIo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1013,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" over\",\"logprobs\":[],\"obfuscation\":\"3wvaWMgiAtJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1014,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"zQJHAS2M4sOZk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1015,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"QsynrGI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1016,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"—\",\"logprobs\":[],\"obfuscation\":\"ErMdZsgCpDx7brO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1017,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"start\",\"logprobs\":[],\"obfuscation\":\"Bi91x5NihhQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1018,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"11O2j2n1raV0D\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1019,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Williamsburg\",\"logprobs\":[],\"obfuscation\":\"8VL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1020,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"CUsK3yMPaYvQW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1021,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bush\",\"logprobs\":[],\"obfuscation\":\"fdkFZdABIhn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1022,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"wick\",\"logprobs\":[],\"obfuscation\":\"wmKLdLoUIIig\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1023,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"SF5q4RSBUx4C0II\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1024,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhoods\",\"logprobs\":[],\"obfuscation\":\"uq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1025,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" known\",\"logprobs\":[],\"obfuscation\":\"dlMKy0AftF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1026,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"30bxEuG1GYdP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1027,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" their\",\"logprobs\":[],\"obfuscation\":\"6JWfSYMccj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1028,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" vibrant\",\"logprobs\":[],\"obfuscation\":\"QbUoth2F\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1029,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" street\",\"logprobs\":[],\"obfuscation\":\"1PBA3k7yJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1030,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"bRBdthV57AqK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1031,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"CCEYqoKxfBybiq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1032,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"EmqUYT8zuOjpXCl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1033,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"YhRoKd7i1h6RlLU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1034,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" For\",\"logprobs\":[],\"obfuscation\":\"evsMZ1QBdaCM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1035,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"LPdgEPuFePUw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1036,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" lovers\",\"logprobs\":[],\"obfuscation\":\"BXxnZhK5h\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1037,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"5lO05fGbXJo8IDh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1038,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" consider\",\"logprobs\":[],\"obfuscation\":\"aJDJmUR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1039,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"DeIf1rud0Lga9C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1040,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" self\",\"logprobs\":[],\"obfuscation\":\"7x8uNQJWJDa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1041,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-guid\",\"logprobs\":[],\"obfuscation\":\"34VkCSmfsuc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1042,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ed\",\"logprobs\":[],\"obfuscation\":\"HO0RRliofB5RZu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1043,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" mural\",\"logprobs\":[],\"obfuscation\":\"KtESJyos5y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1044,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" tour\",\"logprobs\":[],\"obfuscation\":\"l5FO34laBHz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1045,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"fi23hwTW5vCWV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1046,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bush\",\"logprobs\":[],\"obfuscation\":\"boRUTfBjtXp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1047,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"wick\",\"logprobs\":[],\"obfuscation\":\"6cYF2Jwn5l8r\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1048,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"231wLKVaYnkuzp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1049,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"the\",\"logprobs\":[],\"obfuscation\":\"tSJZozBFpW6ai\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1050,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bush\",\"logprobs\":[],\"obfuscation\":\"hQuEMe9A7jY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1051,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"wick\",\"logprobs\":[],\"obfuscation\":\"7eTZo27mIaoI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1052,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Collective\",\"logprobs\":[],\"obfuscation\":\"1xN1T\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1053,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"9h9NFIhLFWlXb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1054,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"7uel8IlJQIlWH7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1055,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" great\",\"logprobs\":[],\"obfuscation\":\"CjUX92S3DH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1056,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" starting\",\"logprobs\":[],\"obfuscation\":\"mNd6znK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1057,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" point\",\"logprobs\":[],\"obfuscation\":\"Zb65OLmOzG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1058,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\").\",\"logprobs\":[],\"obfuscation\":\"ohDozoKu1trccR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1059,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Alternatively\",\"logprobs\":[],\"obfuscation\":\"Ol\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1060,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"VN3zSlJGg7O32AS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1061,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" visit\",\"logprobs\":[],\"obfuscation\":\"0ZL5ALP2me\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1062,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"yVwruB8ygbAA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1063,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"06NBIws\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1064,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Museum\",\"logprobs\":[],\"obfuscation\":\"KckCiQmYc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1065,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" if\",\"logprobs\":[],\"obfuscation\":\"E1q8XNnjDMFrz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1066,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"9E1SViJA4wTS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1067,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"D9kWdT8oRg34H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1068,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" interested\",\"logprobs\":[],\"obfuscation\":\"PtRRl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1069,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"AU42hzUJbMCd0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1070,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" larger\",\"logprobs\":[],\"obfuscation\":\"OUPv1r8S4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1071,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"6fhoyskTjn9JO26\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1072,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" more\",\"logprobs\":[],\"obfuscation\":\"jBTJX0DHPIS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1073,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" classical\",\"logprobs\":[],\"obfuscation\":\"D8Uy1B\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1074,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" collections\",\"logprobs\":[],\"obfuscation\":\"GX9g\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1075,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"CLmBZ5tVTDuwz7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1076,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Mid\",\"logprobs\":[],\"obfuscation\":\"CS7tOdsreI1up\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1077,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"day\",\"logprobs\":[],\"obfuscation\":\"Pbw3KHCnduydo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1078,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"DT4IR50SxzZZ7H\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1079,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"Kxl7vwv1EfB75jY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1080,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"DPtAD3c9ew5KWiU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1081,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"TzSGD3Kh6Y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1082,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" brunch\",\"logprobs\":[],\"obfuscation\":\"4sFzcNaQC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1083,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"NcQVqjIDp8ClA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1084,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" lunch\",\"logprobs\":[],\"obfuscation\":\"TdduwXUlvc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1085,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" at\",\"logprobs\":[],\"obfuscation\":\"Rs3MEtgi9s1bj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1086,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" one\",\"logprobs\":[],\"obfuscation\":\"cKBbZ3JYWc4E\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1087,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"5RtaKT6HChrKX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1088,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"4kJsSIo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1089,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"O9Tawd55fvYFPZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1090,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" trendy\",\"logprobs\":[],\"obfuscation\":\"evi89VaQN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1091,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cafes\",\"logprobs\":[],\"obfuscation\":\"8ePfJHRgQk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1092,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"JiyN1qerqBJbi\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1093,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" artis\",\"logprobs\":[],\"obfuscation\":\"HMbLdsS93N\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1094,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"anal\",\"logprobs\":[],\"obfuscation\":\"5vZnlVSJ0iJw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1095,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" eateries\",\"logprobs\":[],\"obfuscation\":\"5Kkl4h8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1096,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"56oa3ryNt1n58qc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1097,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Williamsburg\",\"logprobs\":[],\"obfuscation\":\"Lqc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1098,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"qPdXWQZYbVH7ZCo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1099,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"Jq4xlu7AMSRYt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1100,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" particular\",\"logprobs\":[],\"obfuscation\":\"QqRGG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1101,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"TbOSPq9gFHa7Itw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1102,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" has\",\"logprobs\":[],\"obfuscation\":\"204sJFATcPc3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1103,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"mRQyhFfJRNxjLj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1104,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" dynamic\",\"logprobs\":[],\"obfuscation\":\"WIONVbEB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1105,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"oyfDVgjWw4x\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1106,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" scene\",\"logprobs\":[],\"obfuscation\":\"K3pTnqTJbO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1107,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"QpafVCTX726\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1108,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" everything\",\"logprobs\":[],\"obfuscation\":\"G4f59\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1109,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" from\",\"logprobs\":[],\"obfuscation\":\"5CsMSgSi5RL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1110,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" gourmet\",\"logprobs\":[],\"obfuscation\":\"GAO1QfKt\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1111,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" dough\",\"logprobs\":[],\"obfuscation\":\"KzLidAhFD7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1112,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"nuts\",\"logprobs\":[],\"obfuscation\":\"5bm93RFuT6uH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1113,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"WnjaguVeZ9nc6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1114,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" innovative\",\"logprobs\":[],\"obfuscation\":\"57ShL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1115,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" farm\",\"logprobs\":[],\"obfuscation\":\"nSZ9b82W9Tz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1116,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-to\",\"logprobs\":[],\"obfuscation\":\"OpW8sqBNWcFko\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1117,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-table\",\"logprobs\":[],\"obfuscation\":\"cimqXcgj83\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1118,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cuisine\",\"logprobs\":[],\"obfuscation\":\"7bU1sVIk\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1119,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"tdRHtLqzn55f63\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1120,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Af\",\"logprobs\":[],\"obfuscation\":\"U79SnLGd7HSklD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1121,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ternoon\",\"logprobs\":[],\"obfuscation\":\"QjveTtS2O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1122,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"uWPfHED9D4Clrf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1123,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"m1vdPPqaisPzmTB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1124,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"MUdkp7n991UM9pj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1125,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Explore\",\"logprobs\":[],\"obfuscation\":\"yLPPX2Q7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1126,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"BBhw0WZqKRBT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1127,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" artistic\",\"logprobs\":[],\"obfuscation\":\"j1A5YVg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1128,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" energy\",\"logprobs\":[],\"obfuscation\":\"BhDiLWoRl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1129,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"ojVPf8YBoyEru\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1130,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" D\",\"logprobs\":[],\"obfuscation\":\"wWvzzT9ntGsKoG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1131,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"UM\",\"logprobs\":[],\"obfuscation\":\"TZq2brHROkpCYB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1132,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"BO\",\"logprobs\":[],\"obfuscation\":\"WdYBzGIhCoXBq9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1133,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"FDRMzaF12tbR6C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1134,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Down\",\"logprobs\":[],\"obfuscation\":\"8oCPDsxVvB2Q\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1135,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Under\",\"logprobs\":[],\"obfuscation\":\"JAudgyfSJf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1136,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"iGXEAXvoKeHH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1137,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"GPB8QN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1138,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bridge\",\"logprobs\":[],\"obfuscation\":\"7KzfH6INY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1139,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Over\",\"logprobs\":[],\"obfuscation\":\"nTHwD9qu6rQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1140,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"pass\",\"logprobs\":[],\"obfuscation\":\"bZvsnAuYPh8M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1141,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\").\",\"logprobs\":[],\"obfuscation\":\"dR10rO8R1pCOz4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1142,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" With\",\"logprobs\":[],\"obfuscation\":\"Rm5puZ0lDoa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1143,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" its\",\"logprobs\":[],\"obfuscation\":\"6c9CWzrYNgqW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1144,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cob\",\"logprobs\":[],\"obfuscation\":\"kG9k9WUbqtWo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1145,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"bl\",\"logprobs\":[],\"obfuscation\":\"HBO642AlBRz7UF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1146,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"estone\",\"logprobs\":[],\"obfuscation\":\"2AxA63Y4rM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1147,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" streets\",\"logprobs\":[],\"obfuscation\":\"0CyvwxIy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1148,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"UPQvBAWUTUCC8F9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1149,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" stunning\",\"logprobs\":[],\"obfuscation\":\"YRu1OSJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1150,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" waterfront\",\"logprobs\":[],\"obfuscation\":\"gKH2F\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1151,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" views\",\"logprobs\":[],\"obfuscation\":\"NLfqMVsPUm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1152,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"9udxou1MekbajDZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1153,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"rNGR09cRU1kP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1154,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"ezMAyW8CfNcm\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1155,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" installations\",\"logprobs\":[],\"obfuscation\":\"II\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1156,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"W7kfd5X3P14GTjd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1157,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" it\",\"logprobs\":[],\"obfuscation\":\"5Zm90D2OqIaYE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1158,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"isKlNN9ev85R5W\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1159,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" great\",\"logprobs\":[],\"obfuscation\":\"HJYoSczbhu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1160,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"mEmaCP9eFDDT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1161,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" photography\",\"logprobs\":[],\"obfuscation\":\"lhWb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1162,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"QFqRNT6meORU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1163,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" laid\",\"logprobs\":[],\"obfuscation\":\"S5QN7PaJnuL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1164,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-back\",\"logprobs\":[],\"obfuscation\":\"Im6cqpVr5dM\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1165,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" strolling\",\"logprobs\":[],\"obfuscation\":\"dpvVaX\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1166,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"ZZKCjJztgj6g0i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1167,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"tfCsSrfD5RLgoEd\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1168,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"YhSfeWF0uPG4UtY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1169,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" You\",\"logprobs\":[],\"obfuscation\":\"1jMx4T2DXPKq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1170,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" might\",\"logprobs\":[],\"obfuscation\":\"XbijFDS5q8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1171,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" also\",\"logprobs\":[],\"obfuscation\":\"a9a9mh9ayaZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1172,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" check\",\"logprobs\":[],\"obfuscation\":\"xNbvcvGFNw\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1173,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" out\",\"logprobs\":[],\"obfuscation\":\"ut8NLMiBNnua\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1174,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" local\",\"logprobs\":[],\"obfuscation\":\"7H7bhtpLhy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1175,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" boutiques\",\"logprobs\":[],\"obfuscation\":\"i7po1i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1176,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"UcoaNd9BPMP0X\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1177,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" pop\",\"logprobs\":[],\"obfuscation\":\"IZfJHEHacLq7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1178,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-up\",\"logprobs\":[],\"obfuscation\":\"FX69cIHFoHOH9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1179,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" galleries\",\"logprobs\":[],\"obfuscation\":\"myrhCn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1180,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" as\",\"logprobs\":[],\"obfuscation\":\"wp4QW3QU2WP7m\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1181,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"qwtMnkZCXloJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1182,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" wander\",\"logprobs\":[],\"obfuscation\":\"9QJVQGoci\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1183,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"AQOXxzLsOEqs9P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1184,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Even\",\"logprobs\":[],\"obfuscation\":\"ecvA3EfCvn3m\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1185,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ing\",\"logprobs\":[],\"obfuscation\":\"mE9eyN3mDatWu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1186,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\\n\",\"logprobs\":[],\"obfuscation\":\"XAGvfD7x1TGJ6m\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1187,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"fY1mN5TgqX7mvYL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1188,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"UnEoKdYqDvSDQge\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1189,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Wrap\",\"logprobs\":[],\"obfuscation\":\"vyRTHSf3Btv\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1190,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" up\",\"logprobs\":[],\"obfuscation\":\"vflYyyfVF0he6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1191,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"Mfj94HqVDL6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1192,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" trip\",\"logprobs\":[],\"obfuscation\":\"hXR74dtDfdA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1193,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" with\",\"logprobs\":[],\"obfuscation\":\"MGli76hX91k\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1194,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"3O1BaQ9Qx3exxW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1195,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" memorable\",\"logprobs\":[],\"obfuscation\":\"6Em9rl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1196,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" dinner\",\"logprobs\":[],\"obfuscation\":\"XOZkzZWAO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1197,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"IDKNtBwyd7DYH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1198,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"1LgS9G7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1199,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"iZCQLY4wzwFTBgR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1200,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Whether\",\"logprobs\":[],\"obfuscation\":\"EUk7kVpT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1201,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"EuUJhVzafrFb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1202,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" choose\",\"logprobs\":[],\"obfuscation\":\"EeP4sWihG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1203,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"FfAHOWNl2VosZ2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1204,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" classic\",\"logprobs\":[],\"obfuscation\":\"ixGm7dls\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1205,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" pizza\",\"logprobs\":[],\"obfuscation\":\"uWV1i4ONW3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1206,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" joint\",\"logprobs\":[],\"obfuscation\":\"szWieOs5Jp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1207,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"PyHmkhpdOb3P9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1208,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" one\",\"logprobs\":[],\"obfuscation\":\"QJ4s32ADAz1k\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1209,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"gfkyMDVaPGzVA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1210,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"AYObKHyZJA9W\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1211,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"For\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1212,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"bt27fSZLAAinrh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1213,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" innovative\",\"logprobs\":[],\"obfuscation\":\"Ox6pa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1214,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" restaurants\",\"logprobs\":[],\"obfuscation\":\"Opu3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1215,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"QQDq0nfbQUaJB4P\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1216,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"iGDQJCXrFp0Y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1217,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’ll\",\"logprobs\":[],\"obfuscation\":\"eeUv0LVRbkQvy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1218,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" get\",\"logprobs\":[],\"obfuscation\":\"T8mdD7iqJ20u\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1219,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"JM637Hze3kyvBN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1220,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" taste\",\"logprobs\":[],\"obfuscation\":\"3GgQMQCTVG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1221,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"SBCfENbwEJtQj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1222,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"Vl0emBenyTzT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1223,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" borough\",\"logprobs\":[],\"obfuscation\":\"XGMI0Eba\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1224,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"Pmd1X0eGkn2aW6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1225,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" creative\",\"logprobs\":[],\"obfuscation\":\"d2413BP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1226,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" culinary\",\"logprobs\":[],\"obfuscation\":\"XsiSyCy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1227,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" spirit\",\"logprobs\":[],\"obfuscation\":\"3LixHI4V6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1228,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"yI09FAGjjOYIpp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1229,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\u2003\",\"logprobs\":[],\"obfuscation\":\"ygKJFdwTolUnhcG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1230,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"•\",\"logprobs\":[],\"obfuscation\":\"T9ZEZSN3Ju1ZxvJ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1231,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" If\",\"logprobs\":[],\"obfuscation\":\"UPtBkzkoxaG3D\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1232,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"ZaukSE8Q5Rte\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1233,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’re\",\"logprobs\":[],\"obfuscation\":\"FWQgo2vFeHkkA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1234,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" up\",\"logprobs\":[],\"obfuscation\":\"pOLIOQ4ryWdwe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1235,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"n2wyKOsdYZBY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1236,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" it\",\"logprobs\":[],\"obfuscation\":\"KJOpUWHnD55pR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1237,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"dYY1NU14ops2ui5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1238,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"f6hgNQLdY1YgTW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1239,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" nighttime\",\"logprobs\":[],\"obfuscation\":\"rMIT9x\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1240,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" walk\",\"logprobs\":[],\"obfuscation\":\"A9PRj6EsXaj\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1241,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" along\",\"logprobs\":[],\"obfuscation\":\"NTf97wZOU7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1242,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"IEMjqa4r7pY3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1243,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"wm9FqQU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1244,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Bridge\",\"logprobs\":[],\"obfuscation\":\"6rLvcjCQF\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1245,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" back\",\"logprobs\":[],\"obfuscation\":\"iEFndc8GFyT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1246,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"tduxzdz4s5AMN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1247,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Manhattan\",\"logprobs\":[],\"obfuscation\":\"QH0WnI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1248,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" offers\",\"logprobs\":[],\"obfuscation\":\"3u3EKItq3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1249,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"u9XpFbaNkIcHmo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1250,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" breathtaking\",\"logprobs\":[],\"obfuscation\":\"TKB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1251,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" view\",\"logprobs\":[],\"obfuscation\":\"0xEQKX7kHdQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1252,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"vsae1i1X4L5AO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1253,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"i0QAfWNXeGuW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1254,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" skyline\",\"logprobs\":[],\"obfuscation\":\"l61dsTNa\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1255,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"—a\",\"logprobs\":[],\"obfuscation\":\"oKAY67WkRsA8VL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1256,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" perfect\",\"logprobs\":[],\"obfuscation\":\"AvmSnt53\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1257,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" end\",\"logprobs\":[],\"obfuscation\":\"ga9xWGehpdCO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1258,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"cUzEEizm5Cb2c\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1259,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"Lfg7G5mEIuQ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1260,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"zaG7LmlgInh1\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1261,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-and\",\"logprobs\":[],\"obfuscation\":\"IXMqHknmR4Em\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1262,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-food\",\"logprobs\":[],\"obfuscation\":\"TQLrtyYYrHr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1263,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" adventure\",\"logprobs\":[],\"obfuscation\":\"cFgs4Z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1264,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"i1rhH1lzUh86h\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1265,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1266,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"Xl6Fy6tN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1267,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"sMo5mRztoUAZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1268,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"yKIV7yMS0GnCFR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1269,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"dHw0ezX7GO13ear\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1270,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Additional\",\"logprobs\":[],\"obfuscation\":\"lvF3Pe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1271,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Tips\",\"logprobs\":[],\"obfuscation\":\"LGbsPE47LAy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1272,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"uFjoRKfR5lw9wlD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1273,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1274,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"oat8Fl3K\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1275,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"wEIyQEWcmMMV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1276,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"FPPi561SIjwzWl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1277,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"JYytQxJc023rXcC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1278,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"▪\",\"logprobs\":[],\"obfuscation\":\"fqlUFUF9t5S85mZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1279,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Be\",\"logprobs\":[],\"obfuscation\":\"ja90M08GRhLu0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1280,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" flexible\",\"logprobs\":[],\"obfuscation\":\"eL4uDb3\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1281,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\":\",\"logprobs\":[],\"obfuscation\":\"MZmfcyjh6EGHnnb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1282,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" If\",\"logprobs\":[],\"obfuscation\":\"wEFD5hcNVogLe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1283,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"qDaGtNvsrsXk0C\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1284,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" gallery\",\"logprobs\":[],\"obfuscation\":\"RsbQt1Ro\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1285,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"64VG23nGrTyoK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1286,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" museum\",\"logprobs\":[],\"obfuscation\":\"0VaNVoPgp\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1287,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" catches\",\"logprobs\":[],\"obfuscation\":\"bCFzLyXS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1288,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"mrCpIMzHb5l\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1289,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" eye\",\"logprobs\":[],\"obfuscation\":\"VSH5GWcOkYgO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1290,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"HbAnAvA7Zw3rIYn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1291,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" let\",\"logprobs\":[],\"obfuscation\":\"nqdPFexqDHya\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1292,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"N6t4P6NJvCG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1293,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" schedule\",\"logprobs\":[],\"obfuscation\":\"l129Jhf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1294,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" flow\",\"logprobs\":[],\"obfuscation\":\"N801Mg0qbfS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1295,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"—\",\"logprobs\":[],\"obfuscation\":\"k0v3aRxnLZplcEy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1296,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"some\",\"logprobs\":[],\"obfuscation\":\"IjSwIknaA9Zo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1297,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" places\",\"logprobs\":[],\"obfuscation\":\"64sNH6RqN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1298,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" are\",\"logprobs\":[],\"obfuscation\":\"2yQyX1a0LRw4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1299,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" meant\",\"logprobs\":[],\"obfuscation\":\"gB3N07kkQz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1300,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"4AiTwrPbS0xJT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1301,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" be\",\"logprobs\":[],\"obfuscation\":\"CPTRIJfOd7hG6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1302,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" sav\",\"logprobs\":[],\"obfuscation\":\"6rjxqxR2BgcY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1303,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"ored\",\"logprobs\":[],\"obfuscation\":\"uBDpNDZrP1Zr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1304,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"GIWhLcTn1a7mFb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1305,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"▪\",\"logprobs\":[],\"obfuscation\":\"awHYFEh8uNU8m2i\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1306,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Ask\",\"logprobs\":[],\"obfuscation\":\"rxN42CBxoPPL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1307,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" locals\",\"logprobs\":[],\"obfuscation\":\"2NpDnTLwn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1308,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"pFSVXj7bucUY6\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1309,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"SWsF1lNkshB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1310,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" concierge\",\"logprobs\":[],\"obfuscation\":\"M3wjTr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1311,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" about\",\"logprobs\":[],\"obfuscation\":\"rcIcxlc0lf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1312,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" any\",\"logprobs\":[],\"obfuscation\":\"oLxM8KB3KXYc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1313,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" temporary\",\"logprobs\":[],\"obfuscation\":\"Hmankq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1314,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" exhibitions\",\"logprobs\":[],\"obfuscation\":\"DFAN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1315,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"Tznv18PhsSff4t7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1316,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" pop\",\"logprobs\":[],\"obfuscation\":\"rG9cwjM9SiQY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1317,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"-up\",\"logprobs\":[],\"obfuscation\":\"4P6iRx5HxkbOU\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1318,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"iI3amR1zTOd7\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1319,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" events\",\"logprobs\":[],\"obfuscation\":\"TU0SX44WY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1320,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"vnFPwRsbAqaR6Sr\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1321,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" or\",\"logprobs\":[],\"obfuscation\":\"qunhCt1AUrSB4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1322,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"UyYwdKNpft4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1323,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" festivals\",\"logprobs\":[],\"obfuscation\":\"5ZMY4I\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1324,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" during\",\"logprobs\":[],\"obfuscation\":\"UdFTCmCGY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1325,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"tLsSQxj7hIh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1326,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" visit\",\"logprobs\":[],\"obfuscation\":\"LfNFEODkJW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1327,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\",\"logprobs\":[],\"obfuscation\":\"S14OHXcfKHIHg2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1328,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"▪\",\"logprobs\":[],\"obfuscation\":\"OYt2tkZKUIylpVc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1329,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Stay\",\"logprobs\":[],\"obfuscation\":\"IahiklcEifq\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1330,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" aware\",\"logprobs\":[],\"obfuscation\":\"zkNXBk8z6z\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1331,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"ZEdGWrZiIaAmS\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1332,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" travel\",\"logprobs\":[],\"obfuscation\":\"g3SYcxcax\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1333,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" times\",\"logprobs\":[],\"obfuscation\":\"6PRlGLREwY\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1334,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"dfWqUdOlKxx0O46\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1335,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"D272RvZ2ia2l\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1336,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"Xz2MqD7pEdN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1337,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"’s\",\"logprobs\":[],\"obfuscation\":\"mXQ4rPGZqTtH8m\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1338,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" subway\",\"logprobs\":[],\"obfuscation\":\"IEk5PB3Pf\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1339,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" system\",\"logprobs\":[],\"obfuscation\":\"4QqUJj38J\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1340,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" is\",\"logprobs\":[],\"obfuscation\":\"fQc6pr846VtSE\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1341,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" efficient\",\"logprobs\":[],\"obfuscation\":\"iKhZXD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1342,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"9Dc8vsSrOU0t\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1343,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" lets\",\"logprobs\":[],\"obfuscation\":\"nTv7Sa97ac8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1344,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"Odp7HxAngSWV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1345,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" cover\",\"logprobs\":[],\"obfuscation\":\"vgtYk1epc2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1346,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"Wv24AoyYcKkAdH\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1347,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" lot\",\"logprobs\":[],\"obfuscation\":\"4agpbQjj2e5O\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1348,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" of\",\"logprobs\":[],\"obfuscation\":\"kzWPYjygMqYvx\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1349,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" ground\",\"logprobs\":[],\"obfuscation\":\"uaBfbR3Vs\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1350,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"9SrMv6KknVrubzb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1351,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" but\",\"logprobs\":[],\"obfuscation\":\"t7RNxX8ATAuN\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1352,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" planning\",\"logprobs\":[],\"obfuscation\":\"5sVj0gO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1353,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"AMNGKu0O0KK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1354,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" route\",\"logprobs\":[],\"obfuscation\":\"VorJxnFlX4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1355,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" by\",\"logprobs\":[],\"obfuscation\":\"qFEkAMorTvzVb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1356,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhood\",\"logprobs\":[],\"obfuscation\":\"c0M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1357,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" (\",\"logprobs\":[],\"obfuscation\":\"PZTNfodpmPIBua\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1358,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"as\",\"logprobs\":[],\"obfuscation\":\"yiBQp0bwJshorz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1359,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" above\",\"logprobs\":[],\"obfuscation\":\"3eFP4yemYz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1360,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\")\",\"logprobs\":[],\"obfuscation\":\"ju9RlL9vyB9QmrG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1361,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" minimizes\",\"logprobs\":[],\"obfuscation\":\"nfrnQ9\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1362,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" travel\",\"logprobs\":[],\"obfuscation\":\"6CeLWvBlG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1363,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" time\",\"logprobs\":[],\"obfuscation\":\"r4q6T6WVs7M\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1364,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\\n\\n\",\"logprobs\":[],\"obfuscation\":\"2imMV9jAoNcKL\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1365,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────────────\",\"logprobs\":[],\"obfuscation\":\"\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1366,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────────\",\"logprobs\":[],\"obfuscation\":\"xJrTokKb\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1367,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"────\",\"logprobs\":[],\"obfuscation\":\"b7ySBHzMqHeT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1368,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"──\",\"logprobs\":[],\"obfuscation\":\"TGAtk0zj0zkLZn\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1369,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"\\n\",\"logprobs\":[],\"obfuscation\":\"e4dC2VmnlAc0Gq0\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1370,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"By\",\"logprobs\":[],\"obfuscation\":\"XCpV7f6NvOfGdR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1371,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" clustering\",\"logprobs\":[],\"obfuscation\":\"ndn4K\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1372,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" experiences\",\"logprobs\":[],\"obfuscation\":\"KByo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1373,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"uTpstrAWfkMfV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1374,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" neighborhoods\",\"logprobs\":[],\"obfuscation\":\"IP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1375,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" like\",\"logprobs\":[],\"obfuscation\":\"xvaKw2PS0km\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1376,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Midtown\",\"logprobs\":[],\"obfuscation\":\"OR0qPwsg\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1377,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"u718J9L6ejgogsc\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1378,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Chelsea\",\"logprobs\":[],\"obfuscation\":\"lfpPMvXA\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1379,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"/\",\"logprobs\":[],\"obfuscation\":\"LdlVXzzmpQtjjg4\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1380,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"Me\",\"logprobs\":[],\"obfuscation\":\"SPfnHF5qtQ9wJ2\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1381,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"at\",\"logprobs\":[],\"obfuscation\":\"kwLuzmg2jDvT9Y\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1382,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"packing\",\"logprobs\":[],\"obfuscation\":\"9CrsixMXG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1383,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"pXGTLCMwsSKiaS8\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1384,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"WTn6NrsEpSUO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1385,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Brooklyn\",\"logprobs\":[],\"obfuscation\":\"wjcNKcD\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1386,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"TDePJhqJTC8hmAP\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1387,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" you\",\"logprobs\":[],\"obfuscation\":\"frv4Ilnj4jKe\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1388,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" can\",\"logprobs\":[],\"obfuscation\":\"LrLjOEVoX7Qo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1389,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" truly\",\"logprobs\":[],\"obfuscation\":\"bmFpb9OInR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1390,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" immerse\",\"logprobs\":[],\"obfuscation\":\"9LlOehQu\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1391,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" yourself\",\"logprobs\":[],\"obfuscation\":\"fd4nysB\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1392,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" in\",\"logprobs\":[],\"obfuscation\":\"135ctpxTg8Isl\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1393,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" what\",\"logprobs\":[],\"obfuscation\":\"MUVIrHynHCR\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1394,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" makes\",\"logprobs\":[],\"obfuscation\":\"yA105ynk3D\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1395,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" New\",\"logprobs\":[],\"obfuscation\":\"43VqCXsz9PR5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1396,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" York\",\"logprobs\":[],\"obfuscation\":\"gNYJ3ZV43zG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1397,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" a\",\"logprobs\":[],\"obfuscation\":\"8YIQlLqydwu7VO\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1398,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" global\",\"logprobs\":[],\"obfuscation\":\"PRvutGlxT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1399,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" hub\",\"logprobs\":[],\"obfuscation\":\"0vXyeTFFM1ML\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1400,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" for\",\"logprobs\":[],\"obfuscation\":\"0Gd9jvHs9kuz\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1401,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" both\",\"logprobs\":[],\"obfuscation\":\"GeZcPDL9phW\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1402,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" art\",\"logprobs\":[],\"obfuscation\":\"3Seg3tzKRULh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1403,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"FsbmYphyVL9b\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1404,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" food\",\"logprobs\":[],\"obfuscation\":\"tdj7THM78wy\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1405,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\".\",\"logprobs\":[],\"obfuscation\":\"a6JurU8iYOGBjac\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1406,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" Enjoy\",\"logprobs\":[],\"obfuscation\":\"6tJdVAzAsI\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1407,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" your\",\"logprobs\":[],\"obfuscation\":\"Q8L8jk0DiQG\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1408,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" trip\",\"logprobs\":[],\"obfuscation\":\"e3gXdrJxjfT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1409,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\",\",\"logprobs\":[],\"obfuscation\":\"XUivaRoNjdFywKK\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1410,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" and\",\"logprobs\":[],\"obfuscation\":\"wHC67oqGexvT\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1411,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" be\",\"logprobs\":[],\"obfuscation\":\"P5JTdBObhWUzV\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1412,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" open\",\"logprobs\":[],\"obfuscation\":\"X3QYPI4axOZ\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1413,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" to\",\"logprobs\":[],\"obfuscation\":\"IHhtziFFiL4Uo\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1414,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" spontaneous\",\"logprobs\":[],\"obfuscation\":\"nyzh\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1415,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" discoveries\",\"logprobs\":[],\"obfuscation\":\"VPur\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1416,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" along\",\"logprobs\":[],\"obfuscation\":\"3EaInQpZio\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1417,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" the\",\"logprobs\":[],\"obfuscation\":\"Tew34DNlPHmC\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1418,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\" way\",\"logprobs\":[],\"obfuscation\":\"cOOP820IKuQ5\"}\n\n", + "event: response.output_text.delta\n", + "data: {\"type\":\"response.output_text.delta\",\"sequence_number\":1419,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"delta\":\"!\",\"logprobs\":[],\"obfuscation\":\"UtuA9Do0eUx0O5L\"}\n\n", + "event: response.output_text.done\n", + "data: {\"type\":\"response.output_text.done\",\"sequence_number\":1420,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"text\":\"New York City is huge, so it helps to group experiences both by theme and by neighborhood. Since you love both art and food, you can plan your 3 days so that you explore clusters where world-class museums, galleries, and food scenes meet. Here’s one way to organize your trip without feeling rushed:\\n\\n──────────────────────────────\\n• Before You Go\\n──────────────────────────────\\n▪ Read up on current exhibits and pop-up events by checking websites like NYCgo, Time Out NY, or local art blogs. Many museums (and even some galleries) require timed-entry tickets—booking these in advance saves you waiting time.\\n▪ Use a mapping app (Google Maps or Citymapper) to plan your subway or walking routes. New York neighborhoods are best enjoyed on foot!\\n▪ Consider joining a guided walking tour (for either art or food), which can fill in local insights and hidden gems.\\n\\n──────────────────────────────\\nDay 1: Iconic Manhattan Art & Classic Eats\\n──────────────────────────────\\nMorning:\\n\u2003• Start at an art institution like The Metropolitan Museum of Art or the Museum of Modern Art (MoMA). Both house extensive collections that can easily occupy a few hours.\\n\u2003• Grab a mid-morning coffee or light snack nearby – there are plenty of cafes around Midtown with a creative vibe.\\nMidday:\\n\u2003• Take a stroll through Central Park if you choose The Met (it’s right at the park’s edge) to enjoy sculptures and outdoor installations.\\n\u2003• Alternatively, if you’re near MoMA, consider a quick bite at nearby eateries such as a trendy deli or bistro.\\nAfternoon:\\n\u2003• Explore Midtown’s smaller galleries or art installations (check out installations in public spaces or even some street art in unexpected corners).\\n\u2003• If you’re up for it, visit a related gallery or art space before dinner.\\nEvening:\\n\u2003• Enjoy a dinner in a classic New York spot—perhaps a restaurant that melds artistic design with award-winning cuisine (for example, restaurants near Times Square or Hell’s Kitchen often offer both ambience and culinary flair).\\n\\n──────────────────────────────\\nDay 2: Chelsea, The High Line & West Village Flavors\\n──────────────────────────────\\nMorning:\\n\u2003• Head to Chelsea and start your day with a brunch experience in Chelsea Market. The market is filled with artisan food stalls and local specialties.\\n\u2003• After brunch, stroll through Chelsea’s many contemporary art galleries. The neighborhood is famous for its clustered galleries featuring cutting-edge art.\\nMidday:\\n\u2003• Walk the High Line—the elevated park built on a historic rail line. It’s an outdoor gallery in itself, with rotating public art installations and incredible city views.\\n\u2003• Stop by the Whitney Museum of American Art (located just a short walk from the southern end of the High Line) if you’re in the mood for more curated art.\\nAfternoon:\\n\u2003• Enjoy some more time wandering through Chelsea or even nearby Meatpacking District for visual and culinary surprises.\\nEvening:\\n\u2003• Make your way to the West Village for dinner. This area features intimate bistros and restaurants with unique décor and often live music—a perfect fusion of art and food in a cozy setting.\\n\\n──────────────────────────────\\nDay 3: Brooklyn’s Creative Vibe & Street Food Scene\\n──────────────────────────────\\nMorning:\\n\u2003• Cross over to Brooklyn—start in Williamsburg or Bushwick, neighborhoods known for their vibrant street art.\\n\u2003• For art lovers, consider a self-guided mural tour in Bushwick (the Bushwick Collective is a great starting point). Alternatively, visit the Brooklyn Museum if you’re interested in larger, more classical collections.\\nMidday:\\n\u2003• Enjoy brunch or lunch at one of Brooklyn’s trendy cafes or artisanal eateries. Williamsburg, in particular, has a dynamic food scene with everything from gourmet doughnuts to innovative farm-to-table cuisine.\\nAfternoon:\\n\u2003• Explore the artistic energy in DUMBO (Down Under the Manhattan Bridge Overpass). With its cobblestone streets, stunning waterfront views, and art installations, it’s great for photography and laid-back strolling.\\n\u2003• You might also check out local boutiques or pop-up galleries as you wander.\\nEvening:\\n\u2003• Wrap up your trip with a memorable dinner in Brooklyn. Whether you choose a classic pizza joint or one of the neighborhood’s innovative restaurants, you’ll get a taste of the borough’s creative culinary spirit.\\n\u2003• If you’re up for it, a nighttime walk along the Brooklyn Bridge back to Manhattan offers a breathtaking view of the skyline—a perfect end to your art-and-food adventure.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n▪ Be flexible: If a gallery or museum catches your eye, let your schedule flow—some places are meant to be savored.\\n▪ Ask locals or your concierge about any temporary exhibitions, pop-up art events, or food festivals during your visit.\\n▪ Stay aware of travel times. New York’s subway system is efficient and lets you cover a lot of ground, but planning your route by neighborhood (as above) minimizes travel time.\\n\\n──────────────────────────────\\nBy clustering experiences in neighborhoods like Midtown, Chelsea/Meatpacking, and Brooklyn, you can truly immerse yourself in what makes New York a global hub for both art and food. Enjoy your trip, and be open to spontaneous discoveries along the way!\",\"logprobs\":[]}\n\n", + "event: response.content_part.done\n", + "data: {\"type\":\"response.content_part.done\",\"sequence_number\":1421,\"item_id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"output_index\":1,\"content_index\":0,\"part\":{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"New York City is huge, so it helps to group experiences both by theme and by neighborhood. Since you love both art and food, you can plan your 3 days so that you explore clusters where world-class museums, galleries, and food scenes meet. Here’s one way to organize your trip without feeling rushed:\\n\\n──────────────────────────────\\n• Before You Go\\n──────────────────────────────\\n▪ Read up on current exhibits and pop-up events by checking websites like NYCgo, Time Out NY, or local art blogs. Many museums (and even some galleries) require timed-entry tickets—booking these in advance saves you waiting time.\\n▪ Use a mapping app (Google Maps or Citymapper) to plan your subway or walking routes. New York neighborhoods are best enjoyed on foot!\\n▪ Consider joining a guided walking tour (for either art or food), which can fill in local insights and hidden gems.\\n\\n──────────────────────────────\\nDay 1: Iconic Manhattan Art & Classic Eats\\n──────────────────────────────\\nMorning:\\n\u2003• Start at an art institution like The Metropolitan Museum of Art or the Museum of Modern Art (MoMA). Both house extensive collections that can easily occupy a few hours.\\n\u2003• Grab a mid-morning coffee or light snack nearby – there are plenty of cafes around Midtown with a creative vibe.\\nMidday:\\n\u2003• Take a stroll through Central Park if you choose The Met (it’s right at the park’s edge) to enjoy sculptures and outdoor installations.\\n\u2003• Alternatively, if you’re near MoMA, consider a quick bite at nearby eateries such as a trendy deli or bistro.\\nAfternoon:\\n\u2003• Explore Midtown’s smaller galleries or art installations (check out installations in public spaces or even some street art in unexpected corners).\\n\u2003• If you’re up for it, visit a related gallery or art space before dinner.\\nEvening:\\n\u2003• Enjoy a dinner in a classic New York spot—perhaps a restaurant that melds artistic design with award-winning cuisine (for example, restaurants near Times Square or Hell’s Kitchen often offer both ambience and culinary flair).\\n\\n──────────────────────────────\\nDay 2: Chelsea, The High Line & West Village Flavors\\n──────────────────────────────\\nMorning:\\n\u2003• Head to Chelsea and start your day with a brunch experience in Chelsea Market. The market is filled with artisan food stalls and local specialties.\\n\u2003• After brunch, stroll through Chelsea’s many contemporary art galleries. The neighborhood is famous for its clustered galleries featuring cutting-edge art.\\nMidday:\\n\u2003• Walk the High Line—the elevated park built on a historic rail line. It’s an outdoor gallery in itself, with rotating public art installations and incredible city views.\\n\u2003• Stop by the Whitney Museum of American Art (located just a short walk from the southern end of the High Line) if you’re in the mood for more curated art.\\nAfternoon:\\n\u2003• Enjoy some more time wandering through Chelsea or even nearby Meatpacking District for visual and culinary surprises.\\nEvening:\\n\u2003• Make your way to the West Village for dinner. This area features intimate bistros and restaurants with unique décor and often live music—a perfect fusion of art and food in a cozy setting.\\n\\n──────────────────────────────\\nDay 3: Brooklyn’s Creative Vibe & Street Food Scene\\n──────────────────────────────\\nMorning:\\n\u2003• Cross over to Brooklyn—start in Williamsburg or Bushwick, neighborhoods known for their vibrant street art.\\n\u2003• For art lovers, consider a self-guided mural tour in Bushwick (the Bushwick Collective is a great starting point). Alternatively, visit the Brooklyn Museum if you’re interested in larger, more classical collections.\\nMidday:\\n\u2003• Enjoy brunch or lunch at one of Brooklyn’s trendy cafes or artisanal eateries. Williamsburg, in particular, has a dynamic food scene with everything from gourmet doughnuts to innovative farm-to-table cuisine.\\nAfternoon:\\n\u2003• Explore the artistic energy in DUMBO (Down Under the Manhattan Bridge Overpass). With its cobblestone streets, stunning waterfront views, and art installations, it’s great for photography and laid-back strolling.\\n\u2003• You might also check out local boutiques or pop-up galleries as you wander.\\nEvening:\\n\u2003• Wrap up your trip with a memorable dinner in Brooklyn. Whether you choose a classic pizza joint or one of the neighborhood’s innovative restaurants, you’ll get a taste of the borough’s creative culinary spirit.\\n\u2003• If you’re up for it, a nighttime walk along the Brooklyn Bridge back to Manhattan offers a breathtaking view of the skyline—a perfect end to your art-and-food adventure.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n▪ Be flexible: If a gallery or museum catches your eye, let your schedule flow—some places are meant to be savored.\\n▪ Ask locals or your concierge about any temporary exhibitions, pop-up art events, or food festivals during your visit.\\n▪ Stay aware of travel times. New York’s subway system is efficient and lets you cover a lot of ground, but planning your route by neighborhood (as above) minimizes travel time.\\n\\n──────────────────────────────\\nBy clustering experiences in neighborhoods like Midtown, Chelsea/Meatpacking, and Brooklyn, you can truly immerse yourself in what makes New York a global hub for both art and food. Enjoy your trip, and be open to spontaneous discoveries along the way!\"}}\n\n", + "event: response.output_item.done\n", + "data: {\"type\":\"response.output_item.done\",\"sequence_number\":1422,\"output_index\":1,\"item\":{\"id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"type\":\"message\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"New York City is huge, so it helps to group experiences both by theme and by neighborhood. Since you love both art and food, you can plan your 3 days so that you explore clusters where world-class museums, galleries, and food scenes meet. Here’s one way to organize your trip without feeling rushed:\\n\\n──────────────────────────────\\n• Before You Go\\n──────────────────────────────\\n▪ Read up on current exhibits and pop-up events by checking websites like NYCgo, Time Out NY, or local art blogs. Many museums (and even some galleries) require timed-entry tickets—booking these in advance saves you waiting time.\\n▪ Use a mapping app (Google Maps or Citymapper) to plan your subway or walking routes. New York neighborhoods are best enjoyed on foot!\\n▪ Consider joining a guided walking tour (for either art or food), which can fill in local insights and hidden gems.\\n\\n──────────────────────────────\\nDay 1: Iconic Manhattan Art & Classic Eats\\n──────────────────────────────\\nMorning:\\n\u2003• Start at an art institution like The Metropolitan Museum of Art or the Museum of Modern Art (MoMA). Both house extensive collections that can easily occupy a few hours.\\n\u2003• Grab a mid-morning coffee or light snack nearby – there are plenty of cafes around Midtown with a creative vibe.\\nMidday:\\n\u2003• Take a stroll through Central Park if you choose The Met (it’s right at the park’s edge) to enjoy sculptures and outdoor installations.\\n\u2003• Alternatively, if you’re near MoMA, consider a quick bite at nearby eateries such as a trendy deli or bistro.\\nAfternoon:\\n\u2003• Explore Midtown’s smaller galleries or art installations (check out installations in public spaces or even some street art in unexpected corners).\\n\u2003• If you’re up for it, visit a related gallery or art space before dinner.\\nEvening:\\n\u2003• Enjoy a dinner in a classic New York spot—perhaps a restaurant that melds artistic design with award-winning cuisine (for example, restaurants near Times Square or Hell’s Kitchen often offer both ambience and culinary flair).\\n\\n──────────────────────────────\\nDay 2: Chelsea, The High Line & West Village Flavors\\n──────────────────────────────\\nMorning:\\n\u2003• Head to Chelsea and start your day with a brunch experience in Chelsea Market. The market is filled with artisan food stalls and local specialties.\\n\u2003• After brunch, stroll through Chelsea’s many contemporary art galleries. The neighborhood is famous for its clustered galleries featuring cutting-edge art.\\nMidday:\\n\u2003• Walk the High Line—the elevated park built on a historic rail line. It’s an outdoor gallery in itself, with rotating public art installations and incredible city views.\\n\u2003• Stop by the Whitney Museum of American Art (located just a short walk from the southern end of the High Line) if you’re in the mood for more curated art.\\nAfternoon:\\n\u2003• Enjoy some more time wandering through Chelsea or even nearby Meatpacking District for visual and culinary surprises.\\nEvening:\\n\u2003• Make your way to the West Village for dinner. This area features intimate bistros and restaurants with unique décor and often live music—a perfect fusion of art and food in a cozy setting.\\n\\n──────────────────────────────\\nDay 3: Brooklyn’s Creative Vibe & Street Food Scene\\n──────────────────────────────\\nMorning:\\n\u2003• Cross over to Brooklyn—start in Williamsburg or Bushwick, neighborhoods known for their vibrant street art.\\n\u2003• For art lovers, consider a self-guided mural tour in Bushwick (the Bushwick Collective is a great starting point). Alternatively, visit the Brooklyn Museum if you’re interested in larger, more classical collections.\\nMidday:\\n\u2003• Enjoy brunch or lunch at one of Brooklyn’s trendy cafes or artisanal eateries. Williamsburg, in particular, has a dynamic food scene with everything from gourmet doughnuts to innovative farm-to-table cuisine.\\nAfternoon:\\n\u2003• Explore the artistic energy in DUMBO (Down Under the Manhattan Bridge Overpass). With its cobblestone streets, stunning waterfront views, and art installations, it’s great for photography and laid-back strolling.\\n\u2003• You might also check out local boutiques or pop-up galleries as you wander.\\nEvening:\\n\u2003• Wrap up your trip with a memorable dinner in Brooklyn. Whether you choose a classic pizza joint or one of the neighborhood’s innovative restaurants, you’ll get a taste of the borough’s creative culinary spirit.\\n\u2003• If you’re up for it, a nighttime walk along the Brooklyn Bridge back to Manhattan offers a breathtaking view of the skyline—a perfect end to your art-and-food adventure.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n▪ Be flexible: If a gallery or museum catches your eye, let your schedule flow—some places are meant to be savored.\\n▪ Ask locals or your concierge about any temporary exhibitions, pop-up art events, or food festivals during your visit.\\n▪ Stay aware of travel times. New York’s subway system is efficient and lets you cover a lot of ground, but planning your route by neighborhood (as above) minimizes travel time.\\n\\n──────────────────────────────\\nBy clustering experiences in neighborhoods like Midtown, Chelsea/Meatpacking, and Brooklyn, you can truly immerse yourself in what makes New York a global hub for both art and food. Enjoy your trip, and be open to spontaneous discoveries along the way!\"}],\"role\":\"assistant\"}}\n\n", + "event: response.completed\n", + "data: {\"type\":\"response.completed\",\"sequence_number\":1423,\"response\":{\"id\":\"resp_0a9a71e1c891114200690a92c5add08194a3411a0b37e8d7bc\",\"object\":\"response\",\"created_at\":1762300613,\"status\":\"completed\",\"background\":false,\"error\":null,\"incomplete_details\":null,\"instructions\":\"Perform reasoning over any questions asked by the user.\",\"max_output_tokens\":null,\"max_tool_calls\":null,\"model\":\"o3-mini-2025-01-31\",\"output\":[{\"id\":\"rs_0a9a71e1c891114200690a92dafccc819488e98345187d82c9\",\"type\":\"reasoning\",\"summary\":[{\"type\":\"summary_text\",\"text\":\"**Planning NYC Itinerary**\\n\\nThe user is visiting New York for three days and loves food and art, so I need to create an itinerary focused on those interests. For Day 1, I’ll suggest exploring prominent art museums like MoMA or The Met in the morning, followed by brunch at places like Balthazar or The Smith. It could also be great to check out local galleries in Chelsea. On Day 2, exploring neighborhoods renowned for art and food seems like a fun idea!\"},{\"type\":\"summary_text\",\"text\":\"**Creating a 3-Day Itinerary**\\n\\nFor the user’s trip to New York, it's great to include art galleries in Chelsea and the Lower East Side, plus a visit to the New Museum in the Bowery. A must-try for food is Chelsea Market, perfect for lunch with a variety of options. For the evening, dinner in the West Village sounds ideal. On Day 3, exploring Brooklyn's art scene at the Brooklyn Museum and Prospect Park is a fabulous choice. Adding local food spots and markets could enhance the culinary experience!\"},{\"type\":\"summary_text\",\"text\":\"**Travel Planning Guidance**\\n\\nI need to provide the user with practical travel suggestions along with recommended websites for planning, like TripAdvisor or Yelp. Since they’re asking about the best way to plan their trip, I’ll advise on booking tickets in advance for museums and using apps. A well-structured itinerary is essential, especially for three days, so I'll balance art and food visits. For Day 1, visiting The Met and exploring Central Park sounds like a solid plan, followed by dinner in Midtown. On Day 2, exploring Chelsea, the Whitney Museum, and enjoying the High Line would be delightful. Finally, Day 3 can focus on Brooklyn’s cultural offerings!\"}]},{\"id\":\"msg_0a9a71e1c891114200690a92ea357881949649d6991f03972b\",\"type\":\"message\",\"status\":\"completed\",\"content\":[{\"type\":\"output_text\",\"annotations\":[],\"logprobs\":[],\"text\":\"New York City is huge, so it helps to group experiences both by theme and by neighborhood. Since you love both art and food, you can plan your 3 days so that you explore clusters where world-class museums, galleries, and food scenes meet. Here’s one way to organize your trip without feeling rushed:\\n\\n──────────────────────────────\\n• Before You Go\\n──────────────────────────────\\n▪ Read up on current exhibits and pop-up events by checking websites like NYCgo, Time Out NY, or local art blogs. Many museums (and even some galleries) require timed-entry tickets—booking these in advance saves you waiting time.\\n▪ Use a mapping app (Google Maps or Citymapper) to plan your subway or walking routes. New York neighborhoods are best enjoyed on foot!\\n▪ Consider joining a guided walking tour (for either art or food), which can fill in local insights and hidden gems.\\n\\n──────────────────────────────\\nDay 1: Iconic Manhattan Art & Classic Eats\\n──────────────────────────────\\nMorning:\\n\u2003• Start at an art institution like The Metropolitan Museum of Art or the Museum of Modern Art (MoMA). Both house extensive collections that can easily occupy a few hours.\\n\u2003• Grab a mid-morning coffee or light snack nearby – there are plenty of cafes around Midtown with a creative vibe.\\nMidday:\\n\u2003• Take a stroll through Central Park if you choose The Met (it’s right at the park’s edge) to enjoy sculptures and outdoor installations.\\n\u2003• Alternatively, if you’re near MoMA, consider a quick bite at nearby eateries such as a trendy deli or bistro.\\nAfternoon:\\n\u2003• Explore Midtown’s smaller galleries or art installations (check out installations in public spaces or even some street art in unexpected corners).\\n\u2003• If you’re up for it, visit a related gallery or art space before dinner.\\nEvening:\\n\u2003• Enjoy a dinner in a classic New York spot—perhaps a restaurant that melds artistic design with award-winning cuisine (for example, restaurants near Times Square or Hell’s Kitchen often offer both ambience and culinary flair).\\n\\n──────────────────────────────\\nDay 2: Chelsea, The High Line & West Village Flavors\\n──────────────────────────────\\nMorning:\\n\u2003• Head to Chelsea and start your day with a brunch experience in Chelsea Market. The market is filled with artisan food stalls and local specialties.\\n\u2003• After brunch, stroll through Chelsea’s many contemporary art galleries. The neighborhood is famous for its clustered galleries featuring cutting-edge art.\\nMidday:\\n\u2003• Walk the High Line—the elevated park built on a historic rail line. It’s an outdoor gallery in itself, with rotating public art installations and incredible city views.\\n\u2003• Stop by the Whitney Museum of American Art (located just a short walk from the southern end of the High Line) if you’re in the mood for more curated art.\\nAfternoon:\\n\u2003• Enjoy some more time wandering through Chelsea or even nearby Meatpacking District for visual and culinary surprises.\\nEvening:\\n\u2003• Make your way to the West Village for dinner. This area features intimate bistros and restaurants with unique décor and often live music—a perfect fusion of art and food in a cozy setting.\\n\\n──────────────────────────────\\nDay 3: Brooklyn’s Creative Vibe & Street Food Scene\\n──────────────────────────────\\nMorning:\\n\u2003• Cross over to Brooklyn—start in Williamsburg or Bushwick, neighborhoods known for their vibrant street art.\\n\u2003• For art lovers, consider a self-guided mural tour in Bushwick (the Bushwick Collective is a great starting point). Alternatively, visit the Brooklyn Museum if you’re interested in larger, more classical collections.\\nMidday:\\n\u2003• Enjoy brunch or lunch at one of Brooklyn’s trendy cafes or artisanal eateries. Williamsburg, in particular, has a dynamic food scene with everything from gourmet doughnuts to innovative farm-to-table cuisine.\\nAfternoon:\\n\u2003• Explore the artistic energy in DUMBO (Down Under the Manhattan Bridge Overpass). With its cobblestone streets, stunning waterfront views, and art installations, it’s great for photography and laid-back strolling.\\n\u2003• You might also check out local boutiques or pop-up galleries as you wander.\\nEvening:\\n\u2003• Wrap up your trip with a memorable dinner in Brooklyn. Whether you choose a classic pizza joint or one of the neighborhood’s innovative restaurants, you’ll get a taste of the borough’s creative culinary spirit.\\n\u2003• If you’re up for it, a nighttime walk along the Brooklyn Bridge back to Manhattan offers a breathtaking view of the skyline—a perfect end to your art-and-food adventure.\\n\\n──────────────────────────────\\nAdditional Tips\\n──────────────────────────────\\n▪ Be flexible: If a gallery or museum catches your eye, let your schedule flow—some places are meant to be savored.\\n▪ Ask locals or your concierge about any temporary exhibitions, pop-up art events, or food festivals during your visit.\\n▪ Stay aware of travel times. New York’s subway system is efficient and lets you cover a lot of ground, but planning your route by neighborhood (as above) minimizes travel time.\\n\\n──────────────────────────────\\nBy clustering experiences in neighborhoods like Midtown, Chelsea/Meatpacking, and Brooklyn, you can truly immerse yourself in what makes New York a global hub for both art and food. Enjoy your trip, and be open to spontaneous discoveries along the way!\"}],\"role\":\"assistant\"}],\"parallel_tool_calls\":true,\"previous_response_id\":null,\"prompt_cache_key\":null,\"prompt_cache_retention\":null,\"reasoning\":{\"effort\":\"high\",\"summary\":\"detailed\"},\"safety_identifier\":null,\"service_tier\":\"default\",\"store\":true,\"temperature\":1.0,\"text\":{\"format\":{\"type\":\"text\"},\"verbosity\":\"medium\"},\"tool_choice\":\"auto\",\"tools\":[],\"top_logprobs\":0,\"top_p\":1.0,\"truncation\":\"disabled\",\"usage\":{\"input_tokens\":45,\"input_tokens_details\":{\"cached_tokens\":0},\"output_tokens\":3573,\"output_tokens_details\":{\"reasoning_tokens\":2496},\"total_tokens\":3618},\"user\":null,\"metadata\":{}}}\n\n" + ] + } + ], + "Variables": { + "OPEN-API-KEY": "api-key" + } +} diff --git a/tspCodeModel.json b/tspCodeModel.json index 61a62ddd5..9f7bf4359 100644 --- a/tspCodeModel.json +++ b/tspCodeModel.json @@ -10095,6 +10095,32 @@ "$ref": "773" }, "decorators": [] + }, + { + "$id": "828", + "kind": "enumvalue", + "name": "response_reasoning_text_delta", + "value": "response.reasoning_text.delta", + "valueType": { + "$ref": "774" + }, + "enumType": { + "$ref": "773" + }, + "decorators": [] + }, + { + "$id": "829", + "kind": "enumvalue", + "name": "response_reasoning_text_done", + "value": "response.reasoning_text.done", + "valueType": { + "$ref": "774" + }, + "enumType": { + "$ref": "773" + }, + "decorators": [] } ], "namespace": "OpenAI", @@ -10104,12 +10130,12 @@ "decorators": [] }, { - "$id": "828", + "$id": "830", "kind": "enum", "name": "CreateImageRequestModel", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.model.anonymous", "valueType": { - "$id": "829", + "$id": "831", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10117,41 +10143,41 @@ }, "values": [ { - "$id": "830", + "$id": "832", "kind": "enumvalue", "name": "dall-e-2", "value": "dall-e-2", "valueType": { - "$ref": "829" + "$ref": "831" }, "enumType": { - "$ref": "828" + "$ref": "830" }, "decorators": [] }, { - "$id": "831", + "$id": "833", "kind": "enumvalue", "name": "dall-e-3", "value": "dall-e-3", "valueType": { - "$ref": "829" + "$ref": "831" }, "enumType": { - "$ref": "828" + "$ref": "830" }, "decorators": [] }, { - "$id": "832", + "$id": "834", "kind": "enumvalue", "name": "gpt-image-1", "value": "gpt-image-1", "valueType": { - "$ref": "829" + "$ref": "831" }, "enumType": { - "$ref": "828" + "$ref": "830" }, "decorators": [] } @@ -10163,12 +10189,12 @@ "decorators": [] }, { - "$id": "833", + "$id": "835", "kind": "enum", "name": "CreateImageRequestQuality", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.quality.anonymous", "valueType": { - "$id": "834", + "$id": "836", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10176,80 +10202,80 @@ }, "values": [ { - "$id": "835", + "$id": "837", "kind": "enumvalue", "name": "standard", "value": "standard", "valueType": { - "$ref": "834" + "$ref": "836" }, "enumType": { - "$ref": "833" + "$ref": "835" }, "decorators": [] }, { - "$id": "836", + "$id": "838", "kind": "enumvalue", "name": "hd", "value": "hd", "valueType": { - "$ref": "834" + "$ref": "836" }, "enumType": { - "$ref": "833" + "$ref": "835" }, "decorators": [] }, { - "$id": "837", + "$id": "839", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "834" + "$ref": "836" }, "enumType": { - "$ref": "833" + "$ref": "835" }, "decorators": [] }, { - "$id": "838", + "$id": "840", "kind": "enumvalue", "name": "medium", "value": "medium", "valueType": { - "$ref": "834" + "$ref": "836" }, "enumType": { - "$ref": "833" + "$ref": "835" }, "decorators": [] }, { - "$id": "839", + "$id": "841", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "834" + "$ref": "836" }, "enumType": { - "$ref": "833" + "$ref": "835" }, "decorators": [] }, { - "$id": "840", + "$id": "842", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "834" + "$ref": "836" }, "enumType": { - "$ref": "833" + "$ref": "835" }, "decorators": [] } @@ -10261,12 +10287,12 @@ "decorators": [] }, { - "$id": "841", + "$id": "843", "kind": "enum", "name": "CreateImageRequestResponseFormat", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.response_format.anonymous", "valueType": { - "$id": "842", + "$id": "844", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10274,28 +10300,28 @@ }, "values": [ { - "$id": "843", + "$id": "845", "kind": "enumvalue", "name": "url", "value": "url", "valueType": { - "$ref": "842" + "$ref": "844" }, "enumType": { - "$ref": "841" + "$ref": "843" }, "decorators": [] }, { - "$id": "844", + "$id": "846", "kind": "enumvalue", "name": "b64_json", "value": "b64_json", "valueType": { - "$ref": "842" + "$ref": "844" }, "enumType": { - "$ref": "841" + "$ref": "843" }, "decorators": [] } @@ -10307,12 +10333,12 @@ "decorators": [] }, { - "$id": "845", + "$id": "847", "kind": "enum", "name": "CreateImageRequestOutputFormat", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.output_format.anonymous", "valueType": { - "$id": "846", + "$id": "848", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10320,41 +10346,41 @@ }, "values": [ { - "$id": "847", + "$id": "849", "kind": "enumvalue", "name": "png", "value": "png", "valueType": { - "$ref": "846" + "$ref": "848" }, "enumType": { - "$ref": "845" + "$ref": "847" }, "decorators": [] }, { - "$id": "848", + "$id": "850", "kind": "enumvalue", "name": "jpeg", "value": "jpeg", "valueType": { - "$ref": "846" + "$ref": "848" }, "enumType": { - "$ref": "845" + "$ref": "847" }, "decorators": [] }, { - "$id": "849", + "$id": "851", "kind": "enumvalue", "name": "webp", "value": "webp", "valueType": { - "$ref": "846" + "$ref": "848" }, "enumType": { - "$ref": "845" + "$ref": "847" }, "decorators": [] } @@ -10366,12 +10392,12 @@ "decorators": [] }, { - "$id": "850", + "$id": "852", "kind": "enum", "name": "CreateImageRequestSize", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.size.anonymous", "valueType": { - "$id": "851", + "$id": "853", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10379,106 +10405,106 @@ }, "values": [ { - "$id": "852", + "$id": "854", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] }, { - "$id": "853", + "$id": "855", "kind": "enumvalue", "name": "1024x1024", "value": "1024x1024", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] }, { - "$id": "854", + "$id": "856", "kind": "enumvalue", "name": "1536x1024", "value": "1536x1024", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] }, { - "$id": "855", + "$id": "857", "kind": "enumvalue", "name": "1024x1536", "value": "1024x1536", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] }, { - "$id": "856", + "$id": "858", "kind": "enumvalue", "name": "256x256", "value": "256x256", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] }, { - "$id": "857", + "$id": "859", "kind": "enumvalue", "name": "512x512", "value": "512x512", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] }, { - "$id": "858", + "$id": "860", "kind": "enumvalue", "name": "1792x1024", "value": "1792x1024", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] }, { - "$id": "859", + "$id": "861", "kind": "enumvalue", "name": "1024x1792", "value": "1024x1792", "valueType": { - "$ref": "851" + "$ref": "853" }, "enumType": { - "$ref": "850" + "$ref": "852" }, "decorators": [] } @@ -10490,12 +10516,12 @@ "decorators": [] }, { - "$id": "860", + "$id": "862", "kind": "enum", "name": "CreateImageRequestModeration", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.moderation.anonymous", "valueType": { - "$id": "861", + "$id": "863", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10503,28 +10529,28 @@ }, "values": [ { - "$id": "862", + "$id": "864", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "861" + "$ref": "863" }, "enumType": { - "$ref": "860" + "$ref": "862" }, "decorators": [] }, { - "$id": "863", + "$id": "865", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "861" + "$ref": "863" }, "enumType": { - "$ref": "860" + "$ref": "862" }, "decorators": [] } @@ -10536,12 +10562,12 @@ "decorators": [] }, { - "$id": "864", + "$id": "866", "kind": "enum", "name": "CreateImageRequestBackground", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.background.anonymous", "valueType": { - "$id": "865", + "$id": "867", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10549,41 +10575,41 @@ }, "values": [ { - "$id": "866", + "$id": "868", "kind": "enumvalue", "name": "transparent", "value": "transparent", "valueType": { - "$ref": "865" + "$ref": "867" }, "enumType": { - "$ref": "864" + "$ref": "866" }, "decorators": [] }, { - "$id": "867", + "$id": "869", "kind": "enumvalue", "name": "opaque", "value": "opaque", "valueType": { - "$ref": "865" + "$ref": "867" }, "enumType": { - "$ref": "864" + "$ref": "866" }, "decorators": [] }, { - "$id": "868", + "$id": "870", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "865" + "$ref": "867" }, "enumType": { - "$ref": "864" + "$ref": "866" }, "decorators": [] } @@ -10595,12 +10621,12 @@ "decorators": [] }, { - "$id": "869", + "$id": "871", "kind": "enum", "name": "CreateImageRequestStyle", "crossLanguageDefinitionId": "OpenAI.CreateImageRequest.style.anonymous", "valueType": { - "$id": "870", + "$id": "872", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10608,28 +10634,28 @@ }, "values": [ { - "$id": "871", + "$id": "873", "kind": "enumvalue", "name": "vivid", "value": "vivid", "valueType": { - "$ref": "870" + "$ref": "872" }, "enumType": { - "$ref": "869" + "$ref": "871" }, "decorators": [] }, { - "$id": "872", + "$id": "874", "kind": "enumvalue", "name": "natural", "value": "natural", "valueType": { - "$ref": "870" + "$ref": "872" }, "enumType": { - "$ref": "869" + "$ref": "871" }, "decorators": [] } @@ -10641,12 +10667,12 @@ "decorators": [] }, { - "$id": "873", + "$id": "875", "kind": "enum", "name": "CreateImageEditRequestBackground", "crossLanguageDefinitionId": "OpenAI.CreateImageEditRequest.background.anonymous", "valueType": { - "$id": "874", + "$id": "876", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10654,41 +10680,41 @@ }, "values": [ { - "$id": "875", + "$id": "877", "kind": "enumvalue", "name": "transparent", "value": "transparent", "valueType": { - "$ref": "874" + "$ref": "876" }, "enumType": { - "$ref": "873" + "$ref": "875" }, "decorators": [] }, { - "$id": "876", + "$id": "878", "kind": "enumvalue", "name": "opaque", "value": "opaque", "valueType": { - "$ref": "874" + "$ref": "876" }, "enumType": { - "$ref": "873" + "$ref": "875" }, "decorators": [] }, { - "$id": "877", + "$id": "879", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "874" + "$ref": "876" }, "enumType": { - "$ref": "873" + "$ref": "875" }, "decorators": [] } @@ -10700,12 +10726,12 @@ "decorators": [] }, { - "$id": "878", + "$id": "880", "kind": "enum", "name": "CreateImageEditRequestModel", "crossLanguageDefinitionId": "OpenAI.CreateImageEditRequest.model.anonymous", "valueType": { - "$id": "879", + "$id": "881", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10713,28 +10739,28 @@ }, "values": [ { - "$id": "880", + "$id": "882", "kind": "enumvalue", "name": "dall-e-2", "value": "dall-e-2", "valueType": { - "$ref": "879" + "$ref": "881" }, "enumType": { - "$ref": "878" + "$ref": "880" }, "decorators": [] }, { - "$id": "881", + "$id": "883", "kind": "enumvalue", "name": "gpt-image-1", "value": "gpt-image-1", "valueType": { - "$ref": "879" + "$ref": "881" }, "enumType": { - "$ref": "878" + "$ref": "880" }, "decorators": [] } @@ -10746,12 +10772,12 @@ "decorators": [] }, { - "$id": "882", + "$id": "884", "kind": "enum", "name": "CreateImageEditRequestSize", "crossLanguageDefinitionId": "OpenAI.CreateImageEditRequest.size.anonymous", "valueType": { - "$id": "883", + "$id": "885", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10759,80 +10785,80 @@ }, "values": [ { - "$id": "884", + "$id": "886", "kind": "enumvalue", "name": "256x256", "value": "256x256", "valueType": { - "$ref": "883" + "$ref": "885" }, "enumType": { - "$ref": "882" + "$ref": "884" }, "decorators": [] }, { - "$id": "885", + "$id": "887", "kind": "enumvalue", "name": "512x512", "value": "512x512", "valueType": { - "$ref": "883" + "$ref": "885" }, "enumType": { - "$ref": "882" + "$ref": "884" }, "decorators": [] }, { - "$id": "886", + "$id": "888", "kind": "enumvalue", "name": "1024x1024", "value": "1024x1024", "valueType": { - "$ref": "883" + "$ref": "885" }, "enumType": { - "$ref": "882" + "$ref": "884" }, "decorators": [] }, { - "$id": "887", + "$id": "889", "kind": "enumvalue", "name": "1536x1024", "value": "1536x1024", "valueType": { - "$ref": "883" + "$ref": "885" }, "enumType": { - "$ref": "882" + "$ref": "884" }, "decorators": [] }, { - "$id": "888", + "$id": "890", "kind": "enumvalue", "name": "1024x1536", "value": "1024x1536", "valueType": { - "$ref": "883" + "$ref": "885" }, "enumType": { - "$ref": "882" + "$ref": "884" }, "decorators": [] }, { - "$id": "889", + "$id": "891", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "883" + "$ref": "885" }, "enumType": { - "$ref": "882" + "$ref": "884" }, "decorators": [] } @@ -10844,12 +10870,12 @@ "decorators": [] }, { - "$id": "890", + "$id": "892", "kind": "enum", "name": "CreateImageEditRequestResponseFormat", "crossLanguageDefinitionId": "OpenAI.CreateImageEditRequest.response_format.anonymous", "valueType": { - "$id": "891", + "$id": "893", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10857,28 +10883,28 @@ }, "values": [ { - "$id": "892", + "$id": "894", "kind": "enumvalue", "name": "url", "value": "url", "valueType": { - "$ref": "891" + "$ref": "893" }, "enumType": { - "$ref": "890" + "$ref": "892" }, "decorators": [] }, { - "$id": "893", + "$id": "895", "kind": "enumvalue", "name": "b64_json", "value": "b64_json", "valueType": { - "$ref": "891" + "$ref": "893" }, "enumType": { - "$ref": "890" + "$ref": "892" }, "decorators": [] } @@ -10890,12 +10916,12 @@ "decorators": [] }, { - "$id": "894", + "$id": "896", "kind": "enum", "name": "CreateImageEditRequestQuality", "crossLanguageDefinitionId": "OpenAI.CreateImageEditRequest.quality.anonymous", "valueType": { - "$id": "895", + "$id": "897", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10903,67 +10929,67 @@ }, "values": [ { - "$id": "896", + "$id": "898", "kind": "enumvalue", "name": "standard", "value": "standard", "valueType": { - "$ref": "895" + "$ref": "897" }, "enumType": { - "$ref": "894" + "$ref": "896" }, "decorators": [] }, { - "$id": "897", + "$id": "899", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "895" + "$ref": "897" }, "enumType": { - "$ref": "894" + "$ref": "896" }, "decorators": [] }, { - "$id": "898", + "$id": "900", "kind": "enumvalue", "name": "medium", "value": "medium", "valueType": { - "$ref": "895" + "$ref": "897" }, "enumType": { - "$ref": "894" + "$ref": "896" }, "decorators": [] }, { - "$id": "899", + "$id": "901", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "895" + "$ref": "897" }, "enumType": { - "$ref": "894" + "$ref": "896" }, "decorators": [] }, { - "$id": "900", + "$id": "902", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "895" + "$ref": "897" }, "enumType": { - "$ref": "894" + "$ref": "896" }, "decorators": [] } @@ -10975,12 +11001,12 @@ "decorators": [] }, { - "$id": "901", + "$id": "903", "kind": "enum", "name": "CreateImageVariationRequestModel", "crossLanguageDefinitionId": "OpenAI.CreateImageVariationRequest.model.anonymous", "valueType": { - "$id": "902", + "$id": "904", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -10988,15 +11014,15 @@ }, "values": [ { - "$id": "903", + "$id": "905", "kind": "enumvalue", "name": "dall-e-2", "value": "dall-e-2", "valueType": { - "$ref": "902" + "$ref": "904" }, "enumType": { - "$ref": "901" + "$ref": "903" }, "decorators": [] } @@ -11008,12 +11034,12 @@ "decorators": [] }, { - "$id": "904", + "$id": "906", "kind": "enum", "name": "CreateImageVariationRequestResponseFormat", "crossLanguageDefinitionId": "OpenAI.CreateImageVariationRequest.response_format.anonymous", "valueType": { - "$id": "905", + "$id": "907", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11021,28 +11047,28 @@ }, "values": [ { - "$id": "906", + "$id": "908", "kind": "enumvalue", "name": "url", "value": "url", "valueType": { - "$ref": "905" + "$ref": "907" }, "enumType": { - "$ref": "904" + "$ref": "906" }, "decorators": [] }, { - "$id": "907", + "$id": "909", "kind": "enumvalue", "name": "b64_json", "value": "b64_json", "valueType": { - "$ref": "905" + "$ref": "907" }, "enumType": { - "$ref": "904" + "$ref": "906" }, "decorators": [] } @@ -11054,12 +11080,12 @@ "decorators": [] }, { - "$id": "908", + "$id": "910", "kind": "enum", "name": "CreateImageVariationRequestSize", "crossLanguageDefinitionId": "OpenAI.CreateImageVariationRequest.size.anonymous", "valueType": { - "$id": "909", + "$id": "911", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11067,41 +11093,41 @@ }, "values": [ { - "$id": "910", + "$id": "912", "kind": "enumvalue", "name": "256x256", "value": "256x256", "valueType": { - "$ref": "909" + "$ref": "911" }, "enumType": { - "$ref": "908" + "$ref": "910" }, "decorators": [] }, { - "$id": "911", + "$id": "913", "kind": "enumvalue", "name": "512x512", "value": "512x512", "valueType": { - "$ref": "909" + "$ref": "911" }, "enumType": { - "$ref": "908" + "$ref": "910" }, "decorators": [] }, { - "$id": "912", + "$id": "914", "kind": "enumvalue", "name": "1024x1024", "value": "1024x1024", "valueType": { - "$ref": "909" + "$ref": "911" }, "enumType": { - "$ref": "908" + "$ref": "910" }, "decorators": [] } @@ -11113,12 +11139,12 @@ "decorators": [] }, { - "$id": "913", + "$id": "915", "kind": "enum", "name": "CreateMessageRequestRole", "crossLanguageDefinitionId": "OpenAI.CreateMessageRequest.role.anonymous", "valueType": { - "$id": "914", + "$id": "916", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11126,28 +11152,28 @@ }, "values": [ { - "$id": "915", + "$id": "917", "kind": "enumvalue", "name": "user", "value": "user", "valueType": { - "$ref": "914" + "$ref": "916" }, "enumType": { - "$ref": "913" + "$ref": "915" }, "decorators": [] }, { - "$id": "916", + "$id": "918", "kind": "enumvalue", "name": "assistant", "value": "assistant", "valueType": { - "$ref": "914" + "$ref": "916" }, "enumType": { - "$ref": "913" + "$ref": "915" }, "decorators": [] } @@ -11159,12 +11185,12 @@ "decorators": [] }, { - "$id": "917", + "$id": "919", "kind": "enum", "name": "MessageContentType", "crossLanguageDefinitionId": "OpenAI.MessageContentType", "valueType": { - "$id": "918", + "$id": "920", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11172,57 +11198,57 @@ }, "values": [ { - "$id": "919", + "$id": "921", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$ref": "917" + "$ref": "919" }, "doc": "The content is a text message.", "decorators": [] }, { - "$id": "920", + "$id": "922", "kind": "enumvalue", "name": "image_file", "value": "image_file", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$ref": "917" + "$ref": "919" }, "doc": "The content is an image file.", "decorators": [] }, { - "$id": "921", + "$id": "923", "kind": "enumvalue", "name": "image_url", "value": "image_url", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$ref": "917" + "$ref": "919" }, "doc": "The content is an image URL.", "decorators": [] }, { - "$id": "922", + "$id": "924", "kind": "enumvalue", "name": "refusal", "value": "refusal", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$ref": "917" + "$ref": "919" }, "doc": "The content is a refusal message.", "decorators": [] @@ -11235,12 +11261,12 @@ "decorators": [] }, { - "$id": "923", + "$id": "925", "kind": "enum", "name": "MessageContentImageFileObjectImageFileDetail", "crossLanguageDefinitionId": "OpenAI.MessageContentImageFileObject.image_file.detail.anonymous", "valueType": { - "$id": "924", + "$id": "926", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11248,41 +11274,41 @@ }, "values": [ { - "$id": "925", + "$id": "927", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "924" + "$ref": "926" }, "enumType": { - "$ref": "923" + "$ref": "925" }, "decorators": [] }, { - "$id": "926", + "$id": "928", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "924" + "$ref": "926" }, "enumType": { - "$ref": "923" + "$ref": "925" }, "decorators": [] }, { - "$id": "927", + "$id": "929", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "924" + "$ref": "926" }, "enumType": { - "$ref": "923" + "$ref": "925" }, "decorators": [] } @@ -11294,12 +11320,12 @@ "decorators": [] }, { - "$id": "928", + "$id": "930", "kind": "enum", "name": "MessageContentTextAnnotationType", "crossLanguageDefinitionId": "OpenAI.MessageContentTextAnnotationType", "valueType": { - "$id": "929", + "$id": "931", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11307,28 +11333,28 @@ }, "values": [ { - "$id": "930", + "$id": "932", "kind": "enumvalue", "name": "file_citation", "value": "file_citation", "valueType": { - "$ref": "929" + "$ref": "931" }, "enumType": { - "$ref": "928" + "$ref": "930" }, "decorators": [] }, { - "$id": "931", + "$id": "933", "kind": "enumvalue", "name": "file_path", "value": "file_path", "valueType": { - "$ref": "929" + "$ref": "931" }, "enumType": { - "$ref": "928" + "$ref": "930" }, "decorators": [] } @@ -11340,12 +11366,12 @@ "decorators": [] }, { - "$id": "932", + "$id": "934", "kind": "enum", "name": "MessageContentImageUrlObjectImageUrlDetail", "crossLanguageDefinitionId": "OpenAI.MessageContentImageUrlObject.image_url.detail.anonymous", "valueType": { - "$id": "933", + "$id": "935", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11353,41 +11379,41 @@ }, "values": [ { - "$id": "934", + "$id": "936", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "933" + "$ref": "935" }, "enumType": { - "$ref": "932" + "$ref": "934" }, "decorators": [] }, { - "$id": "935", + "$id": "937", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "933" + "$ref": "935" }, "enumType": { - "$ref": "932" + "$ref": "934" }, "decorators": [] }, { - "$id": "936", + "$id": "938", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "933" + "$ref": "935" }, "enumType": { - "$ref": "932" + "$ref": "934" }, "decorators": [] } @@ -11399,12 +11425,12 @@ "decorators": [] }, { - "$id": "937", + "$id": "939", "kind": "enum", "name": "MessageObjectStatus", "crossLanguageDefinitionId": "OpenAI.MessageObject.status.anonymous", "valueType": { - "$id": "938", + "$id": "940", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11412,41 +11438,41 @@ }, "values": [ { - "$id": "939", + "$id": "941", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "938" + "$ref": "940" }, "enumType": { - "$ref": "937" + "$ref": "939" }, "decorators": [] }, { - "$id": "940", + "$id": "942", "kind": "enumvalue", "name": "incomplete", "value": "incomplete", "valueType": { - "$ref": "938" + "$ref": "940" }, "enumType": { - "$ref": "937" + "$ref": "939" }, "decorators": [] }, { - "$id": "941", + "$id": "943", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "938" + "$ref": "940" }, "enumType": { - "$ref": "937" + "$ref": "939" }, "decorators": [] } @@ -11458,12 +11484,12 @@ "decorators": [] }, { - "$id": "942", + "$id": "944", "kind": "enum", "name": "MessageObjectIncompleteDetailsReason", "crossLanguageDefinitionId": "OpenAI.MessageObject.incomplete_details.reason.anonymous", "valueType": { - "$id": "943", + "$id": "945", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11471,67 +11497,67 @@ }, "values": [ { - "$id": "944", + "$id": "946", "kind": "enumvalue", "name": "content_filter", "value": "content_filter", "valueType": { - "$ref": "943" + "$ref": "945" }, "enumType": { - "$ref": "942" + "$ref": "944" }, "decorators": [] }, { - "$id": "945", + "$id": "947", "kind": "enumvalue", "name": "max_tokens", "value": "max_tokens", "valueType": { - "$ref": "943" + "$ref": "945" }, "enumType": { - "$ref": "942" + "$ref": "944" }, "decorators": [] }, { - "$id": "946", + "$id": "948", "kind": "enumvalue", "name": "run_cancelled", "value": "run_cancelled", "valueType": { - "$ref": "943" + "$ref": "945" }, "enumType": { - "$ref": "942" + "$ref": "944" }, "decorators": [] }, { - "$id": "947", + "$id": "949", "kind": "enumvalue", "name": "run_expired", "value": "run_expired", "valueType": { - "$ref": "943" + "$ref": "945" }, "enumType": { - "$ref": "942" + "$ref": "944" }, "decorators": [] }, { - "$id": "948", + "$id": "950", "kind": "enumvalue", "name": "run_failed", "value": "run_failed", "valueType": { - "$ref": "943" + "$ref": "945" }, "enumType": { - "$ref": "942" + "$ref": "944" }, "decorators": [] } @@ -11543,12 +11569,12 @@ "decorators": [] }, { - "$id": "949", + "$id": "951", "kind": "enum", "name": "MessageObjectRole", "crossLanguageDefinitionId": "OpenAI.MessageObject.role.anonymous", "valueType": { - "$id": "950", + "$id": "952", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11556,28 +11582,28 @@ }, "values": [ { - "$id": "951", + "$id": "953", "kind": "enumvalue", "name": "user", "value": "user", "valueType": { - "$ref": "950" + "$ref": "952" }, "enumType": { - "$ref": "949" + "$ref": "951" }, "decorators": [] }, { - "$id": "952", + "$id": "954", "kind": "enumvalue", "name": "assistant", "value": "assistant", "valueType": { - "$ref": "950" + "$ref": "952" }, "enumType": { - "$ref": "949" + "$ref": "951" }, "decorators": [] } @@ -11589,12 +11615,12 @@ "decorators": [] }, { - "$id": "953", + "$id": "955", "kind": "enum", "name": "CreateModerationRequestModel", "crossLanguageDefinitionId": "OpenAI.CreateModerationRequest.model.anonymous", "valueType": { - "$id": "954", + "$id": "956", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11602,54 +11628,54 @@ }, "values": [ { - "$id": "955", + "$id": "957", "kind": "enumvalue", "name": "omni-moderation-latest", "value": "omni-moderation-latest", "valueType": { - "$ref": "954" + "$ref": "956" }, "enumType": { - "$ref": "953" + "$ref": "955" }, "decorators": [] }, { - "$id": "956", + "$id": "958", "kind": "enumvalue", "name": "omni-moderation-2024-09-26", "value": "omni-moderation-2024-09-26", "valueType": { - "$ref": "954" + "$ref": "956" }, "enumType": { - "$ref": "953" + "$ref": "955" }, "decorators": [] }, { - "$id": "957", + "$id": "959", "kind": "enumvalue", "name": "text-moderation-latest", "value": "text-moderation-latest", "valueType": { - "$ref": "954" + "$ref": "956" }, "enumType": { - "$ref": "953" + "$ref": "955" }, "decorators": [] }, { - "$id": "958", + "$id": "960", "kind": "enumvalue", "name": "text-moderation-stable", "value": "text-moderation-stable", "valueType": { - "$ref": "954" + "$ref": "956" }, "enumType": { - "$ref": "953" + "$ref": "955" }, "decorators": [] } @@ -11661,12 +11687,12 @@ "decorators": [] }, { - "$id": "959", + "$id": "961", "kind": "enum", "name": "CreateThreadAndRunRequestModel", "crossLanguageDefinitionId": "OpenAI.CreateThreadAndRunRequest.model.anonymous", "valueType": { - "$id": "960", + "$id": "962", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -11674,418 +11700,418 @@ }, "values": [ { - "$id": "961", + "$id": "963", "kind": "enumvalue", "name": "gpt-4.1", "value": "gpt-4.1", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "962", + "$id": "964", "kind": "enumvalue", "name": "gpt-4.1-mini", "value": "gpt-4.1-mini", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "963", + "$id": "965", "kind": "enumvalue", "name": "gpt-4.1-nano", "value": "gpt-4.1-nano", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "964", + "$id": "966", "kind": "enumvalue", "name": "gpt-4.1-2025-04-14", "value": "gpt-4.1-2025-04-14", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "965", + "$id": "967", "kind": "enumvalue", "name": "gpt-4.1-mini-2025-04-14", "value": "gpt-4.1-mini-2025-04-14", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "966", + "$id": "968", "kind": "enumvalue", "name": "gpt-4.1-nano-2025-04-14", "value": "gpt-4.1-nano-2025-04-14", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "967", + "$id": "969", "kind": "enumvalue", "name": "gpt-4o", "value": "gpt-4o", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "968", + "$id": "970", "kind": "enumvalue", "name": "gpt-4o-2024-11-20", "value": "gpt-4o-2024-11-20", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "969", + "$id": "971", "kind": "enumvalue", "name": "gpt-4o-2024-08-06", "value": "gpt-4o-2024-08-06", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "970", + "$id": "972", "kind": "enumvalue", "name": "gpt-4o-2024-05-13", "value": "gpt-4o-2024-05-13", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "971", + "$id": "973", "kind": "enumvalue", "name": "gpt-4o-mini", "value": "gpt-4o-mini", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "972", + "$id": "974", "kind": "enumvalue", "name": "gpt-4o-mini-2024-07-18", "value": "gpt-4o-mini-2024-07-18", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "973", + "$id": "975", "kind": "enumvalue", "name": "gpt-4.5-preview", "value": "gpt-4.5-preview", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "974", + "$id": "976", "kind": "enumvalue", "name": "gpt-4.5-preview-2025-02-27", "value": "gpt-4.5-preview-2025-02-27", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "975", + "$id": "977", "kind": "enumvalue", "name": "gpt-4-turbo", "value": "gpt-4-turbo", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "976", + "$id": "978", "kind": "enumvalue", "name": "gpt-4-turbo-2024-04-09", "value": "gpt-4-turbo-2024-04-09", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "977", + "$id": "979", "kind": "enumvalue", "name": "gpt-4-0125-preview", "value": "gpt-4-0125-preview", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "978", + "$id": "980", "kind": "enumvalue", "name": "gpt-4-turbo-preview", "value": "gpt-4-turbo-preview", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "979", + "$id": "981", "kind": "enumvalue", "name": "gpt-4-1106-preview", "value": "gpt-4-1106-preview", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "980", + "$id": "982", "kind": "enumvalue", "name": "gpt-4-vision-preview", "value": "gpt-4-vision-preview", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "981", + "$id": "983", "kind": "enumvalue", "name": "gpt-4", "value": "gpt-4", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "982", + "$id": "984", "kind": "enumvalue", "name": "gpt-4-0314", "value": "gpt-4-0314", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "983", + "$id": "985", "kind": "enumvalue", "name": "gpt-4-0613", "value": "gpt-4-0613", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "984", + "$id": "986", "kind": "enumvalue", "name": "gpt-4-32k", "value": "gpt-4-32k", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "985", + "$id": "987", "kind": "enumvalue", "name": "gpt-4-32k-0314", "value": "gpt-4-32k-0314", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "986", + "$id": "988", "kind": "enumvalue", "name": "gpt-4-32k-0613", "value": "gpt-4-32k-0613", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "987", + "$id": "989", "kind": "enumvalue", "name": "gpt-3.5-turbo", "value": "gpt-3.5-turbo", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "988", + "$id": "990", "kind": "enumvalue", "name": "gpt-3.5-turbo-16k", "value": "gpt-3.5-turbo-16k", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "989", + "$id": "991", "kind": "enumvalue", "name": "gpt-3.5-turbo-0613", "value": "gpt-3.5-turbo-0613", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "990", + "$id": "992", "kind": "enumvalue", "name": "gpt-3.5-turbo-1106", "value": "gpt-3.5-turbo-1106", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "991", + "$id": "993", "kind": "enumvalue", "name": "gpt-3.5-turbo-0125", "value": "gpt-3.5-turbo-0125", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] }, { - "$id": "992", + "$id": "994", "kind": "enumvalue", "name": "gpt-3.5-turbo-16k-0613", "value": "gpt-3.5-turbo-16k-0613", "valueType": { - "$ref": "960" + "$ref": "962" }, "enumType": { - "$ref": "959" + "$ref": "961" }, "decorators": [] } @@ -12097,12 +12123,12 @@ "decorators": [] }, { - "$id": "993", + "$id": "995", "kind": "enum", "name": "TruncationObjectType", "crossLanguageDefinitionId": "OpenAI.TruncationObject.type.anonymous", "valueType": { - "$id": "994", + "$id": "996", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12110,28 +12136,28 @@ }, "values": [ { - "$id": "995", + "$id": "997", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "994" + "$ref": "996" }, "enumType": { - "$ref": "993" + "$ref": "995" }, "decorators": [] }, { - "$id": "996", + "$id": "998", "kind": "enumvalue", "name": "last_messages", "value": "last_messages", "valueType": { - "$ref": "994" + "$ref": "996" }, "enumType": { - "$ref": "993" + "$ref": "995" }, "decorators": [] } @@ -12143,12 +12169,12 @@ "decorators": [] }, { - "$id": "997", + "$id": "999", "kind": "enum", "name": "CreateThreadAndRunRequestToolChoice1", "crossLanguageDefinitionId": "OpenAI.CreateThreadAndRunRequest.tool_choice.anonymous", "valueType": { - "$id": "998", + "$id": "1000", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12156,41 +12182,41 @@ }, "values": [ { - "$id": "999", + "$id": "1001", "kind": "enumvalue", "name": "none", "value": "none", "valueType": { - "$ref": "998" + "$ref": "1000" }, "enumType": { - "$ref": "997" + "$ref": "999" }, "decorators": [] }, { - "$id": "1000", + "$id": "1002", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "998" + "$ref": "1000" }, "enumType": { - "$ref": "997" + "$ref": "999" }, "decorators": [] }, { - "$id": "1001", + "$id": "1003", "kind": "enumvalue", "name": "required", "value": "required", "valueType": { - "$ref": "998" + "$ref": "1000" }, "enumType": { - "$ref": "997" + "$ref": "999" }, "decorators": [] } @@ -12202,12 +12228,12 @@ "decorators": [] }, { - "$id": "1002", + "$id": "1004", "kind": "enum", "name": "AssistantsNamedToolChoiceType", "crossLanguageDefinitionId": "OpenAI.AssistantsNamedToolChoice.type.anonymous", "valueType": { - "$id": "1003", + "$id": "1005", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12215,41 +12241,41 @@ }, "values": [ { - "$id": "1004", + "$id": "1006", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1003" + "$ref": "1005" }, "enumType": { - "$ref": "1002" + "$ref": "1004" }, "decorators": [] }, { - "$id": "1005", + "$id": "1007", "kind": "enumvalue", "name": "code_interpreter", "value": "code_interpreter", "valueType": { - "$ref": "1003" + "$ref": "1005" }, "enumType": { - "$ref": "1002" + "$ref": "1004" }, "decorators": [] }, { - "$id": "1006", + "$id": "1008", "kind": "enumvalue", "name": "file_search", "value": "file_search", "valueType": { - "$ref": "1003" + "$ref": "1005" }, "enumType": { - "$ref": "1002" + "$ref": "1004" }, "decorators": [] } @@ -12261,12 +12287,12 @@ "decorators": [] }, { - "$id": "1007", + "$id": "1009", "kind": "enum", "name": "RunObjectStatus", "crossLanguageDefinitionId": "OpenAI.RunObject.status.anonymous", "valueType": { - "$id": "1008", + "$id": "1010", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12274,119 +12300,119 @@ }, "values": [ { - "$id": "1009", + "$id": "1011", "kind": "enumvalue", "name": "queued", "value": "queued", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1010", + "$id": "1012", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1011", + "$id": "1013", "kind": "enumvalue", "name": "requires_action", "value": "requires_action", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1012", + "$id": "1014", "kind": "enumvalue", "name": "cancelling", "value": "cancelling", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1013", + "$id": "1015", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1014", + "$id": "1016", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1015", + "$id": "1017", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1016", + "$id": "1018", "kind": "enumvalue", "name": "incomplete", "value": "incomplete", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] }, { - "$id": "1017", + "$id": "1019", "kind": "enumvalue", "name": "expired", "value": "expired", "valueType": { - "$ref": "1008" + "$ref": "1010" }, "enumType": { - "$ref": "1007" + "$ref": "1009" }, "decorators": [] } @@ -12398,12 +12424,12 @@ "decorators": [] }, { - "$id": "1018", + "$id": "1020", "kind": "enum", "name": "RunObjectLastErrorCode", "crossLanguageDefinitionId": "OpenAI.RunObject.last_error.code.anonymous", "valueType": { - "$id": "1019", + "$id": "1021", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12411,41 +12437,41 @@ }, "values": [ { - "$id": "1020", + "$id": "1022", "kind": "enumvalue", "name": "server_error", "value": "server_error", "valueType": { - "$ref": "1019" + "$ref": "1021" }, "enumType": { - "$ref": "1018" + "$ref": "1020" }, "decorators": [] }, { - "$id": "1021", + "$id": "1023", "kind": "enumvalue", "name": "rate_limit_exceeded", "value": "rate_limit_exceeded", "valueType": { - "$ref": "1019" + "$ref": "1021" }, "enumType": { - "$ref": "1018" + "$ref": "1020" }, "decorators": [] }, { - "$id": "1022", + "$id": "1024", "kind": "enumvalue", "name": "invalid_prompt", "value": "invalid_prompt", "valueType": { - "$ref": "1019" + "$ref": "1021" }, "enumType": { - "$ref": "1018" + "$ref": "1020" }, "decorators": [] } @@ -12457,12 +12483,12 @@ "decorators": [] }, { - "$id": "1023", + "$id": "1025", "kind": "enum", "name": "RunObjectIncompleteDetailsReason", "crossLanguageDefinitionId": "OpenAI.RunObject.incomplete_details.reason.anonymous", "valueType": { - "$id": "1024", + "$id": "1026", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12470,28 +12496,28 @@ }, "values": [ { - "$id": "1025", + "$id": "1027", "kind": "enumvalue", "name": "max_completion_tokens", "value": "max_completion_tokens", "valueType": { - "$ref": "1024" + "$ref": "1026" }, "enumType": { - "$ref": "1023" + "$ref": "1025" }, "decorators": [] }, { - "$id": "1026", + "$id": "1028", "kind": "enumvalue", "name": "max_prompt_tokens", "value": "max_prompt_tokens", "valueType": { - "$ref": "1024" + "$ref": "1026" }, "enumType": { - "$ref": "1023" + "$ref": "1025" }, "decorators": [] } @@ -12503,12 +12529,12 @@ "decorators": [] }, { - "$id": "1027", + "$id": "1029", "kind": "enum", "name": "RunStepObjectType", "crossLanguageDefinitionId": "OpenAI.RunStepObject.type.anonymous", "valueType": { - "$id": "1028", + "$id": "1030", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12516,28 +12542,28 @@ }, "values": [ { - "$id": "1029", + "$id": "1031", "kind": "enumvalue", "name": "message_creation", "value": "message_creation", "valueType": { - "$ref": "1028" + "$ref": "1030" }, "enumType": { - "$ref": "1027" + "$ref": "1029" }, "decorators": [] }, { - "$id": "1030", + "$id": "1032", "kind": "enumvalue", "name": "tool_calls", "value": "tool_calls", "valueType": { - "$ref": "1028" + "$ref": "1030" }, "enumType": { - "$ref": "1027" + "$ref": "1029" }, "decorators": [] } @@ -12549,12 +12575,12 @@ "decorators": [] }, { - "$id": "1031", + "$id": "1033", "kind": "enum", "name": "RunStepObjectStatus", "crossLanguageDefinitionId": "OpenAI.RunStepObject.status.anonymous", "valueType": { - "$id": "1032", + "$id": "1034", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12562,67 +12588,67 @@ }, "values": [ { - "$id": "1033", + "$id": "1035", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1032" + "$ref": "1034" }, "enumType": { - "$ref": "1031" + "$ref": "1033" }, "decorators": [] }, { - "$id": "1034", + "$id": "1036", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1032" + "$ref": "1034" }, "enumType": { - "$ref": "1031" + "$ref": "1033" }, "decorators": [] }, { - "$id": "1035", + "$id": "1037", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1032" + "$ref": "1034" }, "enumType": { - "$ref": "1031" + "$ref": "1033" }, "decorators": [] }, { - "$id": "1036", + "$id": "1038", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1032" + "$ref": "1034" }, "enumType": { - "$ref": "1031" + "$ref": "1033" }, "decorators": [] }, { - "$id": "1037", + "$id": "1039", "kind": "enumvalue", "name": "expired", "value": "expired", "valueType": { - "$ref": "1032" + "$ref": "1034" }, "enumType": { - "$ref": "1031" + "$ref": "1033" }, "decorators": [] } @@ -12634,12 +12660,12 @@ "decorators": [] }, { - "$id": "1038", + "$id": "1040", "kind": "enum", "name": "RunStepDetailsType", "crossLanguageDefinitionId": "OpenAI.RunStepDetailsType", "valueType": { - "$id": "1039", + "$id": "1041", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12647,28 +12673,28 @@ }, "values": [ { - "$id": "1040", + "$id": "1042", "kind": "enumvalue", "name": "message_creation", "value": "message_creation", "valueType": { - "$ref": "1039" + "$ref": "1041" }, "enumType": { - "$ref": "1038" + "$ref": "1040" }, "decorators": [] }, { - "$id": "1041", + "$id": "1043", "kind": "enumvalue", "name": "tool_calls", "value": "tool_calls", "valueType": { - "$ref": "1039" + "$ref": "1041" }, "enumType": { - "$ref": "1038" + "$ref": "1040" }, "decorators": [] } @@ -12680,12 +12706,12 @@ "decorators": [] }, { - "$id": "1042", + "$id": "1044", "kind": "enum", "name": "RunStepDetailsToolCallType", "crossLanguageDefinitionId": "OpenAI.RunStepDetailsToolCallType", "valueType": { - "$id": "1043", + "$id": "1045", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12693,41 +12719,41 @@ }, "values": [ { - "$id": "1044", + "$id": "1046", "kind": "enumvalue", "name": "code_interpreter", "value": "code_interpreter", "valueType": { - "$ref": "1043" + "$ref": "1045" }, "enumType": { - "$ref": "1042" + "$ref": "1044" }, "decorators": [] }, { - "$id": "1045", + "$id": "1047", "kind": "enumvalue", "name": "file_search", "value": "file_search", "valueType": { - "$ref": "1043" + "$ref": "1045" }, "enumType": { - "$ref": "1042" + "$ref": "1044" }, "decorators": [] }, { - "$id": "1046", + "$id": "1048", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1043" + "$ref": "1045" }, "enumType": { - "$ref": "1042" + "$ref": "1044" }, "decorators": [] } @@ -12739,12 +12765,12 @@ "decorators": [] }, { - "$id": "1047", + "$id": "1049", "kind": "enum", "name": "RunStepDetailsCodeInterpreterOutputType", "crossLanguageDefinitionId": "OpenAI.RunStepDetailsCodeInterpreterOutputType", "valueType": { - "$id": "1048", + "$id": "1050", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12752,28 +12778,28 @@ }, "values": [ { - "$id": "1049", + "$id": "1051", "kind": "enumvalue", "name": "logs", "value": "logs", "valueType": { - "$ref": "1048" + "$ref": "1050" }, "enumType": { - "$ref": "1047" + "$ref": "1049" }, "decorators": [] }, { - "$id": "1050", + "$id": "1052", "kind": "enumvalue", "name": "image", "value": "image", "valueType": { - "$ref": "1048" + "$ref": "1050" }, "enumType": { - "$ref": "1047" + "$ref": "1049" }, "decorators": [] } @@ -12785,12 +12811,12 @@ "decorators": [] }, { - "$id": "1051", + "$id": "1053", "kind": "enum", "name": "RunStepObjectLastErrorCode", "crossLanguageDefinitionId": "OpenAI.RunStepObject.last_error.code.anonymous", "valueType": { - "$id": "1052", + "$id": "1054", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12798,28 +12824,28 @@ }, "values": [ { - "$id": "1053", + "$id": "1055", "kind": "enumvalue", "name": "server_error", "value": "server_error", "valueType": { - "$ref": "1052" + "$ref": "1054" }, "enumType": { - "$ref": "1051" + "$ref": "1053" }, "decorators": [] }, { - "$id": "1054", + "$id": "1056", "kind": "enumvalue", "name": "rate_limit_exceeded", "value": "rate_limit_exceeded", "valueType": { - "$ref": "1052" + "$ref": "1054" }, "enumType": { - "$ref": "1051" + "$ref": "1053" }, "decorators": [] } @@ -12831,12 +12857,12 @@ "decorators": [] }, { - "$id": "1055", + "$id": "1057", "kind": "enum", "name": "VectorStoreObjectStatus", "crossLanguageDefinitionId": "OpenAI.VectorStoreObject.status.anonymous", "valueType": { - "$id": "1056", + "$id": "1058", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12844,41 +12870,41 @@ }, "values": [ { - "$id": "1057", + "$id": "1059", "kind": "enumvalue", "name": "expired", "value": "expired", "valueType": { - "$ref": "1056" + "$ref": "1058" }, "enumType": { - "$ref": "1055" + "$ref": "1057" }, "decorators": [] }, { - "$id": "1058", + "$id": "1060", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1056" + "$ref": "1058" }, "enumType": { - "$ref": "1055" + "$ref": "1057" }, "decorators": [] }, { - "$id": "1059", + "$id": "1061", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1056" + "$ref": "1058" }, "enumType": { - "$ref": "1055" + "$ref": "1057" }, "decorators": [] } @@ -12890,12 +12916,12 @@ "decorators": [] }, { - "$id": "1060", + "$id": "1062", "kind": "enum", "name": "VectorStoreFileBatchObjectStatus", "crossLanguageDefinitionId": "OpenAI.VectorStoreFileBatchObject.status.anonymous", "valueType": { - "$id": "1061", + "$id": "1063", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12903,54 +12929,54 @@ }, "values": [ { - "$id": "1062", + "$id": "1064", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1061" + "$ref": "1063" }, "enumType": { - "$ref": "1060" + "$ref": "1062" }, "decorators": [] }, { - "$id": "1063", + "$id": "1065", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1061" + "$ref": "1063" }, "enumType": { - "$ref": "1060" + "$ref": "1062" }, "decorators": [] }, { - "$id": "1064", + "$id": "1066", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1061" + "$ref": "1063" }, "enumType": { - "$ref": "1060" + "$ref": "1062" }, "decorators": [] }, { - "$id": "1065", + "$id": "1067", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1061" + "$ref": "1063" }, "enumType": { - "$ref": "1060" + "$ref": "1062" }, "decorators": [] } @@ -12962,12 +12988,12 @@ "decorators": [] }, { - "$id": "1066", + "$id": "1068", "kind": "enum", "name": "VectorStoreFileObjectStatus", "crossLanguageDefinitionId": "OpenAI.VectorStoreFileObject.status.anonymous", "valueType": { - "$id": "1067", + "$id": "1069", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -12975,54 +13001,54 @@ }, "values": [ { - "$id": "1068", + "$id": "1070", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1067" + "$ref": "1069" }, "enumType": { - "$ref": "1066" + "$ref": "1068" }, "decorators": [] }, { - "$id": "1069", + "$id": "1071", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1067" + "$ref": "1069" }, "enumType": { - "$ref": "1066" + "$ref": "1068" }, "decorators": [] }, { - "$id": "1070", + "$id": "1072", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1067" + "$ref": "1069" }, "enumType": { - "$ref": "1066" + "$ref": "1068" }, "decorators": [] }, { - "$id": "1071", + "$id": "1073", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1067" + "$ref": "1069" }, "enumType": { - "$ref": "1066" + "$ref": "1068" }, "decorators": [] } @@ -13034,12 +13060,12 @@ "decorators": [] }, { - "$id": "1072", + "$id": "1074", "kind": "enum", "name": "VectorStoreFileObjectLastErrorCode", "crossLanguageDefinitionId": "OpenAI.VectorStoreFileObject.last_error.code.anonymous", "valueType": { - "$id": "1073", + "$id": "1075", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13047,41 +13073,41 @@ }, "values": [ { - "$id": "1074", + "$id": "1076", "kind": "enumvalue", "name": "server_error", "value": "server_error", "valueType": { - "$ref": "1073" + "$ref": "1075" }, "enumType": { - "$ref": "1072" + "$ref": "1074" }, "decorators": [] }, { - "$id": "1075", + "$id": "1077", "kind": "enumvalue", "name": "unsupported_file", "value": "unsupported_file", "valueType": { - "$ref": "1073" + "$ref": "1075" }, "enumType": { - "$ref": "1072" + "$ref": "1074" }, "decorators": [] }, { - "$id": "1076", + "$id": "1078", "kind": "enumvalue", "name": "invalid_file", "value": "invalid_file", "valueType": { - "$ref": "1073" + "$ref": "1075" }, "enumType": { - "$ref": "1072" + "$ref": "1074" }, "decorators": [] } @@ -13093,12 +13119,12 @@ "decorators": [] }, { - "$id": "1077", + "$id": "1079", "kind": "enum", "name": "ChunkingStrategyResponseParamType", "crossLanguageDefinitionId": "OpenAI.ChunkingStrategyResponseParam.type.anonymous", "valueType": { - "$id": "1078", + "$id": "1080", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13106,28 +13132,28 @@ }, "values": [ { - "$id": "1079", + "$id": "1081", "kind": "enumvalue", "name": "static", "value": "static", "valueType": { - "$ref": "1078" + "$ref": "1080" }, "enumType": { - "$ref": "1077" + "$ref": "1079" }, "decorators": [] }, { - "$id": "1080", + "$id": "1082", "kind": "enumvalue", "name": "other", "value": "other", "valueType": { - "$ref": "1078" + "$ref": "1080" }, "enumType": { - "$ref": "1077" + "$ref": "1079" }, "decorators": [] } @@ -13139,12 +13165,12 @@ "decorators": [] }, { - "$id": "1081", + "$id": "1083", "kind": "enum", "name": "VectorStoreSearchRequestRankingOptionsRanker", "crossLanguageDefinitionId": "OpenAI.VectorStoreSearchRequest.ranking_options.ranker.anonymous", "valueType": { - "$id": "1082", + "$id": "1084", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13152,28 +13178,28 @@ }, "values": [ { - "$id": "1083", + "$id": "1085", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1082" + "$ref": "1084" }, "enumType": { - "$ref": "1081" + "$ref": "1083" }, "decorators": [] }, { - "$id": "1084", + "$id": "1086", "kind": "enumvalue", "name": "default-2024-11-15", "value": "default-2024-11-15", "valueType": { - "$ref": "1082" + "$ref": "1084" }, "enumType": { - "$ref": "1081" + "$ref": "1083" }, "decorators": [] } @@ -13185,12 +13211,12 @@ "decorators": [] }, { - "$id": "1085", + "$id": "1087", "kind": "enum", "name": "CreateCompletionRequestModel", "crossLanguageDefinitionId": "OpenAI.CreateCompletionRequest.model.anonymous", "valueType": { - "$id": "1086", + "$id": "1088", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13198,41 +13224,41 @@ }, "values": [ { - "$id": "1087", + "$id": "1089", "kind": "enumvalue", "name": "gpt-3.5-turbo-instruct", "value": "gpt-3.5-turbo-instruct", "valueType": { - "$ref": "1086" + "$ref": "1088" }, "enumType": { - "$ref": "1085" + "$ref": "1087" }, "decorators": [] }, { - "$id": "1088", + "$id": "1090", "kind": "enumvalue", "name": "davinci-002", "value": "davinci-002", "valueType": { - "$ref": "1086" + "$ref": "1088" }, "enumType": { - "$ref": "1085" + "$ref": "1087" }, "decorators": [] }, { - "$id": "1089", + "$id": "1091", "kind": "enumvalue", "name": "babbage-002", "value": "babbage-002", "valueType": { - "$ref": "1086" + "$ref": "1088" }, "enumType": { - "$ref": "1085" + "$ref": "1087" }, "decorators": [] } @@ -13244,12 +13270,12 @@ "decorators": [] }, { - "$id": "1090", + "$id": "1092", "kind": "enum", "name": "CreateCompletionResponseChoiceFinishReason", "crossLanguageDefinitionId": "OpenAI.CreateCompletionResponse.choice.finish_reason.anonymous", "valueType": { - "$id": "1091", + "$id": "1093", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13257,41 +13283,41 @@ }, "values": [ { - "$id": "1092", + "$id": "1094", "kind": "enumvalue", "name": "stop", "value": "stop", "valueType": { - "$ref": "1091" + "$ref": "1093" }, "enumType": { - "$ref": "1090" + "$ref": "1092" }, "decorators": [] }, { - "$id": "1093", + "$id": "1095", "kind": "enumvalue", "name": "length", "value": "length", "valueType": { - "$ref": "1091" + "$ref": "1093" }, "enumType": { - "$ref": "1090" + "$ref": "1092" }, "decorators": [] }, { - "$id": "1094", + "$id": "1096", "kind": "enumvalue", "name": "content_filter", "value": "content_filter", "valueType": { - "$ref": "1091" + "$ref": "1093" }, "enumType": { - "$ref": "1090" + "$ref": "1092" }, "decorators": [] } @@ -13303,12 +13329,12 @@ "decorators": [] }, { - "$id": "1095", + "$id": "1097", "kind": "enum", "name": "RealtimeClientEventType", "crossLanguageDefinitionId": "OpenAI.RealtimeClientEventType", "valueType": { - "$id": "1096", + "$id": "1098", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13316,158 +13342,158 @@ }, "values": [ { - "$id": "1097", + "$id": "1099", "kind": "enumvalue", "name": "session_update", "value": "session.update", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1098", + "$id": "1100", "kind": "enumvalue", "name": "input_audio_buffer_append", "value": "input_audio_buffer.append", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1099", + "$id": "1101", "kind": "enumvalue", "name": "input_audio_buffer_commit", "value": "input_audio_buffer.commit", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1100", + "$id": "1102", "kind": "enumvalue", "name": "input_audio_buffer_clear", "value": "input_audio_buffer.clear", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1101", + "$id": "1103", "kind": "enumvalue", "name": "output_audio_buffer_clear", "value": "output_audio_buffer.clear", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1102", + "$id": "1104", "kind": "enumvalue", "name": "conversation_item_create", "value": "conversation.item.create", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1103", + "$id": "1105", "kind": "enumvalue", "name": "conversation_item_retrieve", "value": "conversation.item.retrieve", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1104", + "$id": "1106", "kind": "enumvalue", "name": "conversation_item_truncate", "value": "conversation.item.truncate", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1105", + "$id": "1107", "kind": "enumvalue", "name": "conversation_item_delete", "value": "conversation.item.delete", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1106", + "$id": "1108", "kind": "enumvalue", "name": "response_create", "value": "response.create", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1107", + "$id": "1109", "kind": "enumvalue", "name": "response_cancel", "value": "response.cancel", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] }, { - "$id": "1108", + "$id": "1110", "kind": "enumvalue", "name": "transcription_session_update", "value": "transcription_session.update", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "1095" + "$ref": "1097" }, "decorators": [] } @@ -13479,12 +13505,12 @@ "decorators": [] }, { - "$id": "1109", + "$id": "1111", "kind": "enum", "name": "RealtimeModality", "crossLanguageDefinitionId": "OpenAI.RealtimeModality", "valueType": { - "$id": "1110", + "$id": "1112", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13492,28 +13518,28 @@ }, "values": [ { - "$id": "1111", + "$id": "1113", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1110" + "$ref": "1112" }, "enumType": { - "$ref": "1109" + "$ref": "1111" }, "decorators": [] }, { - "$id": "1112", + "$id": "1114", "kind": "enumvalue", "name": "audio", "value": "audio", "valueType": { - "$ref": "1110" + "$ref": "1112" }, "enumType": { - "$ref": "1109" + "$ref": "1111" }, "decorators": [] } @@ -13525,12 +13551,12 @@ "decorators": [] }, { - "$id": "1113", + "$id": "1115", "kind": "enum", "name": "RealtimeRequestSessionModel", "crossLanguageDefinitionId": "OpenAI.RealtimeRequestSession.model.anonymous", "valueType": { - "$id": "1114", + "$id": "1116", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13538,67 +13564,67 @@ }, "values": [ { - "$id": "1115", + "$id": "1117", "kind": "enumvalue", "name": "gpt-4o-realtime-preview", "value": "gpt-4o-realtime-preview", "valueType": { - "$ref": "1114" + "$ref": "1116" }, "enumType": { - "$ref": "1113" + "$ref": "1115" }, "decorators": [] }, { - "$id": "1116", + "$id": "1118", "kind": "enumvalue", "name": "gpt-4o-realtime-preview-2024-10-01", "value": "gpt-4o-realtime-preview-2024-10-01", "valueType": { - "$ref": "1114" + "$ref": "1116" }, "enumType": { - "$ref": "1113" + "$ref": "1115" }, "decorators": [] }, { - "$id": "1117", + "$id": "1119", "kind": "enumvalue", "name": "gpt-4o-realtime-preview-2024-12-17", "value": "gpt-4o-realtime-preview-2024-12-17", "valueType": { - "$ref": "1114" + "$ref": "1116" }, "enumType": { - "$ref": "1113" + "$ref": "1115" }, "decorators": [] }, { - "$id": "1118", + "$id": "1120", "kind": "enumvalue", "name": "gpt-4o-mini-realtime-preview", "value": "gpt-4o-mini-realtime-preview", "valueType": { - "$ref": "1114" + "$ref": "1116" }, "enumType": { - "$ref": "1113" + "$ref": "1115" }, "decorators": [] }, { - "$id": "1119", + "$id": "1121", "kind": "enumvalue", "name": "gpt-4o-mini-realtime-preview-2024-12-17", "value": "gpt-4o-mini-realtime-preview-2024-12-17", "valueType": { - "$ref": "1114" + "$ref": "1116" }, "enumType": { - "$ref": "1113" + "$ref": "1115" }, "decorators": [] } @@ -13610,12 +13636,12 @@ "decorators": [] }, { - "$id": "1120", + "$id": "1122", "kind": "enum", "name": "RealtimeAudioFormat", "crossLanguageDefinitionId": "OpenAI.RealtimeAudioFormat", "valueType": { - "$id": "1121", + "$id": "1123", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13623,41 +13649,41 @@ }, "values": [ { - "$id": "1122", + "$id": "1124", "kind": "enumvalue", "name": "pcm16", "value": "pcm16", "valueType": { - "$ref": "1121" + "$ref": "1123" }, "enumType": { - "$ref": "1120" + "$ref": "1122" }, "decorators": [] }, { - "$id": "1123", + "$id": "1125", "kind": "enumvalue", "name": "g711_ulaw", "value": "g711_ulaw", "valueType": { - "$ref": "1121" + "$ref": "1123" }, "enumType": { - "$ref": "1120" + "$ref": "1122" }, "decorators": [] }, { - "$id": "1124", + "$id": "1126", "kind": "enumvalue", "name": "g711_alaw", "value": "g711_alaw", "valueType": { - "$ref": "1121" + "$ref": "1123" }, "enumType": { - "$ref": "1120" + "$ref": "1122" }, "decorators": [] } @@ -13669,12 +13695,12 @@ "decorators": [] }, { - "$id": "1125", + "$id": "1127", "kind": "enum", "name": "RealtimeAudioInputTranscriptionModel", "crossLanguageDefinitionId": "OpenAI.RealtimeAudioInputTranscriptionModel", "valueType": { - "$id": "1126", + "$id": "1128", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13682,15 +13708,15 @@ }, "values": [ { - "$id": "1127", + "$id": "1129", "kind": "enumvalue", "name": "whisper_1", "value": "whisper-1", "valueType": { - "$ref": "1126" + "$ref": "1128" }, "enumType": { - "$ref": "1125" + "$ref": "1127" }, "decorators": [] } @@ -13702,12 +13728,12 @@ "decorators": [] }, { - "$id": "1128", + "$id": "1130", "kind": "enum", "name": "RealtimeTurnDetectionType", "crossLanguageDefinitionId": "OpenAI.RealtimeTurnDetectionType", "valueType": { - "$id": "1129", + "$id": "1131", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13715,29 +13741,29 @@ }, "values": [ { - "$id": "1130", + "$id": "1132", "kind": "enumvalue", "name": "server_vad", "value": "server_vad", "valueType": { - "$ref": "1129" + "$ref": "1131" }, "enumType": { - "$ref": "1128" + "$ref": "1130" }, "doc": "Indicates that server-side voice activity detection (VAD) should be enabled, allowing the server to determine when\nadd_user_audio commands present ends of speech and should be automatically committed.\n\nThe API will also detect when the user begins talking, sending a generation_canceled command.", "decorators": [] }, { - "$id": "1131", + "$id": "1133", "kind": "enumvalue", "name": "semantic_vad", "value": "semantic_vad", "valueType": { - "$ref": "1129" + "$ref": "1131" }, "enumType": { - "$ref": "1128" + "$ref": "1130" }, "decorators": [] } @@ -13749,12 +13775,12 @@ "decorators": [] }, { - "$id": "1132", + "$id": "1134", "kind": "enum", "name": "RealtimeSemanticVadTurnDetectionEagerness", "crossLanguageDefinitionId": "OpenAI.RealtimeSemanticVadTurnDetection.eagerness.anonymous", "valueType": { - "$id": "1133", + "$id": "1135", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13762,54 +13788,54 @@ }, "values": [ { - "$id": "1134", + "$id": "1136", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "1133" + "$ref": "1135" }, "enumType": { - "$ref": "1132" + "$ref": "1134" }, "decorators": [] }, { - "$id": "1135", + "$id": "1137", "kind": "enumvalue", "name": "medium", "value": "medium", "valueType": { - "$ref": "1133" + "$ref": "1135" }, "enumType": { - "$ref": "1132" + "$ref": "1134" }, "decorators": [] }, { - "$id": "1136", + "$id": "1138", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "1133" + "$ref": "1135" }, "enumType": { - "$ref": "1132" + "$ref": "1134" }, "decorators": [] }, { - "$id": "1137", + "$id": "1139", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1133" + "$ref": "1135" }, "enumType": { - "$ref": "1132" + "$ref": "1134" }, "decorators": [] } @@ -13821,12 +13847,12 @@ "decorators": [] }, { - "$id": "1138", + "$id": "1140", "kind": "enum", "name": "RealtimeAudioNoiseReductionType", "crossLanguageDefinitionId": "OpenAI.RealtimeAudioNoiseReductionType", "valueType": { - "$id": "1139", + "$id": "1141", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13834,28 +13860,28 @@ }, "values": [ { - "$id": "1140", + "$id": "1142", "kind": "enumvalue", "name": "near_field", "value": "near_field", "valueType": { - "$ref": "1139" + "$ref": "1141" }, "enumType": { - "$ref": "1138" + "$ref": "1140" }, "decorators": [] }, { - "$id": "1141", + "$id": "1143", "kind": "enumvalue", "name": "far_field", "value": "far_field", "valueType": { - "$ref": "1139" + "$ref": "1141" }, "enumType": { - "$ref": "1138" + "$ref": "1140" }, "decorators": [] } @@ -13867,12 +13893,12 @@ "decorators": [] }, { - "$id": "1142", + "$id": "1144", "kind": "enum", "name": "RealtimeToolType", "crossLanguageDefinitionId": "OpenAI.RealtimeToolType", "valueType": { - "$id": "1143", + "$id": "1145", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13880,15 +13906,15 @@ }, "values": [ { - "$id": "1144", + "$id": "1146", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1143" + "$ref": "1145" }, "enumType": { - "$ref": "1142" + "$ref": "1144" }, "decorators": [] } @@ -13901,12 +13927,12 @@ "decorators": [] }, { - "$id": "1145", + "$id": "1147", "kind": "enum", "name": "RealtimeToolChoiceLiteral", "crossLanguageDefinitionId": "OpenAI.RealtimeToolChoiceLiteral", "valueType": { - "$id": "1146", + "$id": "1148", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13914,43 +13940,43 @@ }, "values": [ { - "$id": "1147", + "$id": "1149", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1146" + "$ref": "1148" }, "enumType": { - "$ref": "1145" + "$ref": "1147" }, "doc": "Specifies that the model should freely determine which tool or tools, if any, to call.", "decorators": [] }, { - "$id": "1148", + "$id": "1150", "kind": "enumvalue", "name": "none", "value": "none", "valueType": { - "$ref": "1146" + "$ref": "1148" }, "enumType": { - "$ref": "1145" + "$ref": "1147" }, "doc": "Specifies that the model should call no tools whatsoever.", "decorators": [] }, { - "$id": "1149", + "$id": "1151", "kind": "enumvalue", "name": "required", "value": "required", "valueType": { - "$ref": "1146" + "$ref": "1148" }, "enumType": { - "$ref": "1145" + "$ref": "1147" }, "doc": "Specifies that the model should call at least one tool.", "decorators": [] @@ -13964,12 +13990,12 @@ "decorators": [] }, { - "$id": "1150", + "$id": "1152", "kind": "enum", "name": "RealtimeItemType", "crossLanguageDefinitionId": "OpenAI.RealtimeItemType", "valueType": { - "$id": "1151", + "$id": "1153", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -13977,41 +14003,41 @@ }, "values": [ { - "$id": "1152", + "$id": "1154", "kind": "enumvalue", "name": "message", "value": "message", "valueType": { - "$ref": "1151" + "$ref": "1153" }, "enumType": { - "$ref": "1150" + "$ref": "1152" }, "decorators": [] }, { - "$id": "1153", + "$id": "1155", "kind": "enumvalue", "name": "function_call", "value": "function_call", "valueType": { - "$ref": "1151" + "$ref": "1153" }, "enumType": { - "$ref": "1150" + "$ref": "1152" }, "decorators": [] }, { - "$id": "1154", + "$id": "1156", "kind": "enumvalue", "name": "function_call_output", "value": "function_call_output", "valueType": { - "$ref": "1151" + "$ref": "1153" }, "enumType": { - "$ref": "1150" + "$ref": "1152" }, "decorators": [] } @@ -14023,12 +14049,12 @@ "decorators": [] }, { - "$id": "1155", + "$id": "1157", "kind": "enum", "name": "RealtimeMessageRole", "crossLanguageDefinitionId": "OpenAI.RealtimeMessageRole", "valueType": { - "$id": "1156", + "$id": "1158", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14036,41 +14062,41 @@ }, "values": [ { - "$id": "1157", + "$id": "1159", "kind": "enumvalue", "name": "system", "value": "system", "valueType": { - "$ref": "1156" + "$ref": "1158" }, "enumType": { - "$ref": "1155" + "$ref": "1157" }, "decorators": [] }, { - "$id": "1158", + "$id": "1160", "kind": "enumvalue", "name": "user", "value": "user", "valueType": { - "$ref": "1156" + "$ref": "1158" }, "enumType": { - "$ref": "1155" + "$ref": "1157" }, "decorators": [] }, { - "$id": "1159", + "$id": "1161", "kind": "enumvalue", "name": "assistant", "value": "assistant", "valueType": { - "$ref": "1156" + "$ref": "1158" }, "enumType": { - "$ref": "1155" + "$ref": "1157" }, "decorators": [] } @@ -14082,12 +14108,12 @@ "decorators": [] }, { - "$id": "1160", + "$id": "1162", "kind": "enum", "name": "RealtimeItemStatus", "crossLanguageDefinitionId": "OpenAI.RealtimeItemStatus", "valueType": { - "$id": "1161", + "$id": "1163", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14095,41 +14121,41 @@ }, "values": [ { - "$id": "1162", + "$id": "1164", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1161" + "$ref": "1163" }, "enumType": { - "$ref": "1160" + "$ref": "1162" }, "decorators": [] }, { - "$id": "1163", + "$id": "1165", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1161" + "$ref": "1163" }, "enumType": { - "$ref": "1160" + "$ref": "1162" }, "decorators": [] }, { - "$id": "1164", + "$id": "1166", "kind": "enumvalue", "name": "incomplete", "value": "incomplete", "valueType": { - "$ref": "1161" + "$ref": "1163" }, "enumType": { - "$ref": "1160" + "$ref": "1162" }, "decorators": [] } @@ -14141,12 +14167,12 @@ "decorators": [] }, { - "$id": "1165", + "$id": "1167", "kind": "enum", "name": "RealtimeContentPartType", "crossLanguageDefinitionId": "OpenAI.RealtimeContentPartType", "valueType": { - "$id": "1166", + "$id": "1168", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14154,54 +14180,54 @@ }, "values": [ { - "$id": "1167", + "$id": "1169", "kind": "enumvalue", "name": "input_text", "value": "input_text", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$ref": "1165" + "$ref": "1167" }, "decorators": [] }, { - "$id": "1168", + "$id": "1170", "kind": "enumvalue", "name": "input_audio", "value": "input_audio", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$ref": "1165" + "$ref": "1167" }, "decorators": [] }, { - "$id": "1169", + "$id": "1171", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$ref": "1165" + "$ref": "1167" }, "decorators": [] }, { - "$id": "1170", + "$id": "1172", "kind": "enumvalue", "name": "audio", "value": "audio", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$ref": "1165" + "$ref": "1167" }, "decorators": [] } @@ -14213,12 +14239,12 @@ "decorators": [] }, { - "$id": "1171", + "$id": "1173", "kind": "enum", "name": "RealtimeResponseCreateParamsConversation", "crossLanguageDefinitionId": "OpenAI.RealtimeResponseCreateParams.conversation.anonymous", "valueType": { - "$id": "1172", + "$id": "1174", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14226,28 +14252,28 @@ }, "values": [ { - "$id": "1173", + "$id": "1175", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1172" + "$ref": "1174" }, "enumType": { - "$ref": "1171" + "$ref": "1173" }, "decorators": [] }, { - "$id": "1174", + "$id": "1176", "kind": "enumvalue", "name": "none", "value": "none", "valueType": { - "$ref": "1172" + "$ref": "1174" }, "enumType": { - "$ref": "1171" + "$ref": "1173" }, "decorators": [] } @@ -14259,12 +14285,12 @@ "decorators": [] }, { - "$id": "1175", + "$id": "1177", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateRequestModality", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateRequest.modality.anonymous", "valueType": { - "$id": "1176", + "$id": "1178", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14272,28 +14298,28 @@ }, "values": [ { - "$id": "1177", + "$id": "1179", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1176" + "$ref": "1178" }, "enumType": { - "$ref": "1175" + "$ref": "1177" }, "decorators": [] }, { - "$id": "1178", + "$id": "1180", "kind": "enumvalue", "name": "audio", "value": "audio", "valueType": { - "$ref": "1176" + "$ref": "1178" }, "enumType": { - "$ref": "1175" + "$ref": "1177" }, "decorators": [] } @@ -14305,12 +14331,12 @@ "decorators": [] }, { - "$id": "1179", + "$id": "1181", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateRequestInputAudioFormat", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateRequest.input_audio_format.anonymous", "valueType": { - "$id": "1180", + "$id": "1182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14318,41 +14344,41 @@ }, "values": [ { - "$id": "1181", + "$id": "1183", "kind": "enumvalue", "name": "pcm16", "value": "pcm16", "valueType": { - "$ref": "1180" + "$ref": "1182" }, "enumType": { - "$ref": "1179" + "$ref": "1181" }, "decorators": [] }, { - "$id": "1182", + "$id": "1184", "kind": "enumvalue", "name": "g711_ulaw", "value": "g711_ulaw", "valueType": { - "$ref": "1180" + "$ref": "1182" }, "enumType": { - "$ref": "1179" + "$ref": "1181" }, "decorators": [] }, { - "$id": "1183", + "$id": "1185", "kind": "enumvalue", "name": "g711_alaw", "value": "g711_alaw", "valueType": { - "$ref": "1180" + "$ref": "1182" }, "enumType": { - "$ref": "1179" + "$ref": "1181" }, "decorators": [] } @@ -14364,12 +14390,12 @@ "decorators": [] }, { - "$id": "1184", + "$id": "1186", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateRequestInputAudioTranscriptionModel", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateRequest.input_audio_transcription.model.anonymous", "valueType": { - "$id": "1185", + "$id": "1187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14377,41 +14403,41 @@ }, "values": [ { - "$id": "1186", + "$id": "1188", "kind": "enumvalue", "name": "gpt-4o-transcribe", "value": "gpt-4o-transcribe", "valueType": { - "$ref": "1185" + "$ref": "1187" }, "enumType": { - "$ref": "1184" + "$ref": "1186" }, "decorators": [] }, { - "$id": "1187", + "$id": "1189", "kind": "enumvalue", "name": "gpt-4o-mini-transcribe", "value": "gpt-4o-mini-transcribe", "valueType": { - "$ref": "1185" + "$ref": "1187" }, "enumType": { - "$ref": "1184" + "$ref": "1186" }, "decorators": [] }, { - "$id": "1188", + "$id": "1190", "kind": "enumvalue", "name": "whisper-1", "value": "whisper-1", "valueType": { - "$ref": "1185" + "$ref": "1187" }, "enumType": { - "$ref": "1184" + "$ref": "1186" }, "decorators": [] } @@ -14423,12 +14449,12 @@ "decorators": [] }, { - "$id": "1189", + "$id": "1191", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateRequestTurnDetectionType", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateRequest.turn_detection.type.anonymous", "valueType": { - "$id": "1190", + "$id": "1192", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14436,28 +14462,28 @@ }, "values": [ { - "$id": "1191", + "$id": "1193", "kind": "enumvalue", "name": "server_vad", "value": "server_vad", "valueType": { - "$ref": "1190" + "$ref": "1192" }, "enumType": { - "$ref": "1189" + "$ref": "1191" }, "decorators": [] }, { - "$id": "1192", + "$id": "1194", "kind": "enumvalue", "name": "semantic_vad", "value": "semantic_vad", "valueType": { - "$ref": "1190" + "$ref": "1192" }, "enumType": { - "$ref": "1189" + "$ref": "1191" }, "decorators": [] } @@ -14469,12 +14495,12 @@ "decorators": [] }, { - "$id": "1193", + "$id": "1195", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateRequestTurnDetectionEagerness", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateRequest.turn_detection.eagerness.anonymous", "valueType": { - "$id": "1194", + "$id": "1196", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14482,54 +14508,54 @@ }, "values": [ { - "$id": "1195", + "$id": "1197", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "1194" + "$ref": "1196" }, "enumType": { - "$ref": "1193" + "$ref": "1195" }, "decorators": [] }, { - "$id": "1196", + "$id": "1198", "kind": "enumvalue", "name": "medium", "value": "medium", "valueType": { - "$ref": "1194" + "$ref": "1196" }, "enumType": { - "$ref": "1193" + "$ref": "1195" }, "decorators": [] }, { - "$id": "1197", + "$id": "1199", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "1194" + "$ref": "1196" }, "enumType": { - "$ref": "1193" + "$ref": "1195" }, "decorators": [] }, { - "$id": "1198", + "$id": "1200", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1194" + "$ref": "1196" }, "enumType": { - "$ref": "1193" + "$ref": "1195" }, "decorators": [] } @@ -14541,12 +14567,12 @@ "decorators": [] }, { - "$id": "1199", + "$id": "1201", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReductionType", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateRequest.input_audio_noise_reduction.type.anonymous", "valueType": { - "$id": "1200", + "$id": "1202", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14554,28 +14580,28 @@ }, "values": [ { - "$id": "1201", + "$id": "1203", "kind": "enumvalue", "name": "near_field", "value": "near_field", "valueType": { - "$ref": "1200" + "$ref": "1202" }, "enumType": { - "$ref": "1199" + "$ref": "1201" }, "decorators": [] }, { - "$id": "1202", + "$id": "1204", "kind": "enumvalue", "name": "far_field", "value": "far_field", "valueType": { - "$ref": "1200" + "$ref": "1202" }, "enumType": { - "$ref": "1199" + "$ref": "1201" }, "decorators": [] } @@ -14587,12 +14613,12 @@ "decorators": [] }, { - "$id": "1203", + "$id": "1205", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAtAnchor", "crossLanguageDefinitionId": "", "valueType": { - "$id": "1204", + "$id": "1206", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14600,12 +14626,12 @@ }, "values": [ { - "$id": "1205", + "$id": "1207", "kind": "enumvalue", "name": "created_at", "value": "created_at", "valueType": { - "$id": "1206", + "$id": "1208", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -14613,7 +14639,7 @@ "crossLanguageDefinitionId": "TypeSpec.string" }, "enumType": { - "$ref": "1203" + "$ref": "1205" }, "decorators": [] } @@ -14625,12 +14651,12 @@ "decorators": [] }, { - "$id": "1207", + "$id": "1209", "kind": "enum", "name": "RealtimeServerEventType", "crossLanguageDefinitionId": "OpenAI.RealtimeServerEventType", "valueType": { - "$id": "1208", + "$id": "1210", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -14638,444 +14664,444 @@ }, "values": [ { - "$id": "1209", + "$id": "1211", "kind": "enumvalue", "name": "error", "value": "error", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1210", + "$id": "1212", "kind": "enumvalue", "name": "session_created", "value": "session.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1211", + "$id": "1213", "kind": "enumvalue", "name": "session_updated", "value": "session.updated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1212", + "$id": "1214", "kind": "enumvalue", "name": "conversation_created", "value": "conversation.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1213", + "$id": "1215", "kind": "enumvalue", "name": "conversation_item_input_audio_transcription_completed", "value": "conversation.item.input_audio_transcription.completed", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1214", + "$id": "1216", "kind": "enumvalue", "name": "conversation_item_input_audio_transcription_delta", "value": "conversation.item.input_audio_transcription.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1215", + "$id": "1217", "kind": "enumvalue", "name": "conversation_item_input_audio_transcription_failed", "value": "conversation.item.input_audio_transcription.failed", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1216", + "$id": "1218", "kind": "enumvalue", "name": "conversation_item_created", "value": "conversation.item.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1217", + "$id": "1219", "kind": "enumvalue", "name": "conversation_item_retrieved", "value": "conversation.item.retrieved", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1218", + "$id": "1220", "kind": "enumvalue", "name": "conversation_item_truncated", "value": "conversation.item.truncated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1219", + "$id": "1221", "kind": "enumvalue", "name": "conversation_item_deleted", "value": "conversation.item.deleted", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1220", + "$id": "1222", "kind": "enumvalue", "name": "input_audio_buffer_committed", "value": "input_audio_buffer.committed", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1221", + "$id": "1223", "kind": "enumvalue", "name": "input_audio_buffer_cleared", "value": "input_audio_buffer.cleared", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1222", + "$id": "1224", "kind": "enumvalue", "name": "input_audio_buffer_speech_started", "value": "input_audio_buffer.speech_started", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1223", + "$id": "1225", "kind": "enumvalue", "name": "input_audio_buffer_speech_stopped", "value": "input_audio_buffer.speech_stopped", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1224", + "$id": "1226", "kind": "enumvalue", "name": "output_audio_buffer_cleared", "value": "output_audio_buffer.cleared", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1225", + "$id": "1227", "kind": "enumvalue", "name": "output_audio_buffer_started", "value": "output_audio_buffer.started", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1226", + "$id": "1228", "kind": "enumvalue", "name": "output_audio_buffer_stopped", "value": "output_audio_buffer.stopped", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1227", + "$id": "1229", "kind": "enumvalue", "name": "response_created", "value": "response.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1228", + "$id": "1230", "kind": "enumvalue", "name": "response_done", "value": "response.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1229", + "$id": "1231", "kind": "enumvalue", "name": "response_output_item_added", "value": "response.output_item.added", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1230", + "$id": "1232", "kind": "enumvalue", "name": "response_output_item_done", "value": "response.output_item.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1231", + "$id": "1233", "kind": "enumvalue", "name": "response_content_part_added", "value": "response.content_part.added", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1232", + "$id": "1234", "kind": "enumvalue", "name": "response_content_part_done", "value": "response.content_part.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1233", + "$id": "1235", "kind": "enumvalue", "name": "response_text_delta", "value": "response.text.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1234", + "$id": "1236", "kind": "enumvalue", "name": "response_text_done", "value": "response.text.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1235", + "$id": "1237", "kind": "enumvalue", "name": "response_audio_transcript_delta", "value": "response.audio_transcript.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1236", + "$id": "1238", "kind": "enumvalue", "name": "response_audio_transcript_done", "value": "response.audio_transcript.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1237", + "$id": "1239", "kind": "enumvalue", "name": "response_audio_delta", "value": "response.audio.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1238", + "$id": "1240", "kind": "enumvalue", "name": "response_audio_done", "value": "response.audio.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1239", + "$id": "1241", "kind": "enumvalue", "name": "response_function_call_arguments_delta", "value": "response.function_call_arguments.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1240", + "$id": "1242", "kind": "enumvalue", "name": "response_function_call_arguments_done", "value": "response.function_call_arguments.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1241", + "$id": "1243", "kind": "enumvalue", "name": "transcription_session_updated", "value": "transcription_session.updated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] }, { - "$id": "1242", + "$id": "1244", "kind": "enumvalue", "name": "rate_limits_updated", "value": "rate_limits.updated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "1207" + "$ref": "1209" }, "decorators": [] } @@ -15087,12 +15113,12 @@ "decorators": [] }, { - "$id": "1243", + "$id": "1245", "kind": "enum", "name": "RealtimeResponseObject", "crossLanguageDefinitionId": "", "valueType": { - "$id": "1244", + "$id": "1246", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15100,12 +15126,12 @@ }, "values": [ { - "$id": "1245", + "$id": "1247", "kind": "enumvalue", "name": "realtime.response", "value": "realtime.response", "valueType": { - "$id": "1246", + "$id": "1248", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -15113,7 +15139,7 @@ "crossLanguageDefinitionId": "TypeSpec.string" }, "enumType": { - "$ref": "1243" + "$ref": "1245" }, "decorators": [] } @@ -15125,12 +15151,12 @@ "decorators": [] }, { - "$id": "1247", + "$id": "1249", "kind": "enum", "name": "RealtimeResponseStatus", "crossLanguageDefinitionId": "OpenAI.RealtimeResponse.status.anonymous", "valueType": { - "$id": "1248", + "$id": "1250", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15138,54 +15164,54 @@ }, "values": [ { - "$id": "1249", + "$id": "1251", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1248" + "$ref": "1250" }, "enumType": { - "$ref": "1247" + "$ref": "1249" }, "decorators": [] }, { - "$id": "1250", + "$id": "1252", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1248" + "$ref": "1250" }, "enumType": { - "$ref": "1247" + "$ref": "1249" }, "decorators": [] }, { - "$id": "1251", + "$id": "1253", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1248" + "$ref": "1250" }, "enumType": { - "$ref": "1247" + "$ref": "1249" }, "decorators": [] }, { - "$id": "1252", + "$id": "1254", "kind": "enumvalue", "name": "incomplete", "value": "incomplete", "valueType": { - "$ref": "1248" + "$ref": "1250" }, "enumType": { - "$ref": "1247" + "$ref": "1249" }, "decorators": [] } @@ -15197,12 +15223,12 @@ "decorators": [] }, { - "$id": "1253", + "$id": "1255", "kind": "enum", "name": "RealtimeResponseStatusDetailsType", "crossLanguageDefinitionId": "OpenAI.RealtimeResponse.status_details.type.anonymous", "valueType": { - "$id": "1254", + "$id": "1256", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15210,54 +15236,54 @@ }, "values": [ { - "$id": "1255", + "$id": "1257", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1254" + "$ref": "1256" }, "enumType": { - "$ref": "1253" + "$ref": "1255" }, "decorators": [] }, { - "$id": "1256", + "$id": "1258", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1254" + "$ref": "1256" }, "enumType": { - "$ref": "1253" + "$ref": "1255" }, "decorators": [] }, { - "$id": "1257", + "$id": "1259", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1254" + "$ref": "1256" }, "enumType": { - "$ref": "1253" + "$ref": "1255" }, "decorators": [] }, { - "$id": "1258", + "$id": "1260", "kind": "enumvalue", "name": "incomplete", "value": "incomplete", "valueType": { - "$ref": "1254" + "$ref": "1256" }, "enumType": { - "$ref": "1253" + "$ref": "1255" }, "decorators": [] } @@ -15269,12 +15295,12 @@ "decorators": [] }, { - "$id": "1259", + "$id": "1261", "kind": "enum", "name": "RealtimeResponseStatusDetailsReason", "crossLanguageDefinitionId": "OpenAI.RealtimeResponse.status_details.reason.anonymous", "valueType": { - "$id": "1260", + "$id": "1262", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15282,54 +15308,54 @@ }, "values": [ { - "$id": "1261", + "$id": "1263", "kind": "enumvalue", "name": "turn_detected", "value": "turn_detected", "valueType": { - "$ref": "1260" + "$ref": "1262" }, "enumType": { - "$ref": "1259" + "$ref": "1261" }, "decorators": [] }, { - "$id": "1262", + "$id": "1264", "kind": "enumvalue", "name": "client_cancelled", "value": "client_cancelled", "valueType": { - "$ref": "1260" + "$ref": "1262" }, "enumType": { - "$ref": "1259" + "$ref": "1261" }, "decorators": [] }, { - "$id": "1263", + "$id": "1265", "kind": "enumvalue", "name": "max_output_tokens", "value": "max_output_tokens", "valueType": { - "$ref": "1260" + "$ref": "1262" }, "enumType": { - "$ref": "1259" + "$ref": "1261" }, "decorators": [] }, { - "$id": "1264", + "$id": "1266", "kind": "enumvalue", "name": "content_filter", "value": "content_filter", "valueType": { - "$ref": "1260" + "$ref": "1262" }, "enumType": { - "$ref": "1259" + "$ref": "1261" }, "decorators": [] } @@ -15341,12 +15367,12 @@ "decorators": [] }, { - "$id": "1265", + "$id": "1267", "kind": "enum", "name": "RealtimeResponseModality", "crossLanguageDefinitionId": "OpenAI.RealtimeResponse.modality.anonymous", "valueType": { - "$id": "1266", + "$id": "1268", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15354,28 +15380,28 @@ }, "values": [ { - "$id": "1267", + "$id": "1269", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1266" + "$ref": "1268" }, "enumType": { - "$ref": "1265" + "$ref": "1267" }, "decorators": [] }, { - "$id": "1268", + "$id": "1270", "kind": "enumvalue", "name": "audio", "value": "audio", "valueType": { - "$ref": "1266" + "$ref": "1268" }, "enumType": { - "$ref": "1265" + "$ref": "1267" }, "decorators": [] } @@ -15387,12 +15413,12 @@ "decorators": [] }, { - "$id": "1269", + "$id": "1271", "kind": "enum", "name": "RealtimeResponseOutputAudioFormat", "crossLanguageDefinitionId": "OpenAI.RealtimeResponse.output_audio_format.anonymous", "valueType": { - "$id": "1270", + "$id": "1272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15400,41 +15426,41 @@ }, "values": [ { - "$id": "1271", + "$id": "1273", "kind": "enumvalue", "name": "pcm16", "value": "pcm16", "valueType": { - "$ref": "1270" + "$ref": "1272" }, "enumType": { - "$ref": "1269" + "$ref": "1271" }, "decorators": [] }, { - "$id": "1272", + "$id": "1274", "kind": "enumvalue", "name": "g711_ulaw", "value": "g711_ulaw", "valueType": { - "$ref": "1270" + "$ref": "1272" }, "enumType": { - "$ref": "1269" + "$ref": "1271" }, "decorators": [] }, { - "$id": "1273", + "$id": "1275", "kind": "enumvalue", "name": "g711_alaw", "value": "g711_alaw", "valueType": { - "$ref": "1270" + "$ref": "1272" }, "enumType": { - "$ref": "1269" + "$ref": "1271" }, "decorators": [] } @@ -15446,12 +15472,12 @@ "decorators": [] }, { - "$id": "1274", + "$id": "1276", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateResponseModality", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateResponse.modality.anonymous", "valueType": { - "$id": "1275", + "$id": "1277", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15459,28 +15485,28 @@ }, "values": [ { - "$id": "1276", + "$id": "1278", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1275" + "$ref": "1277" }, "enumType": { - "$ref": "1274" + "$ref": "1276" }, "decorators": [] }, { - "$id": "1277", + "$id": "1279", "kind": "enumvalue", "name": "audio", "value": "audio", "valueType": { - "$ref": "1275" + "$ref": "1277" }, "enumType": { - "$ref": "1274" + "$ref": "1276" }, "decorators": [] } @@ -15492,12 +15518,12 @@ "decorators": [] }, { - "$id": "1278", + "$id": "1280", "kind": "enum", "name": "RealtimeTranscriptionSessionCreateResponseInputAudioTranscriptionModel", "crossLanguageDefinitionId": "OpenAI.RealtimeTranscriptionSessionCreateResponse.input_audio_transcription.model.anonymous", "valueType": { - "$id": "1279", + "$id": "1281", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15505,41 +15531,41 @@ }, "values": [ { - "$id": "1280", + "$id": "1282", "kind": "enumvalue", "name": "gpt-4o-transcribe", "value": "gpt-4o-transcribe", "valueType": { - "$ref": "1279" + "$ref": "1281" }, "enumType": { - "$ref": "1278" + "$ref": "1280" }, "decorators": [] }, { - "$id": "1281", + "$id": "1283", "kind": "enumvalue", "name": "gpt-4o-mini-transcribe", "value": "gpt-4o-mini-transcribe", "valueType": { - "$ref": "1279" + "$ref": "1281" }, "enumType": { - "$ref": "1278" + "$ref": "1280" }, "decorators": [] }, { - "$id": "1282", + "$id": "1284", "kind": "enumvalue", "name": "whisper-1", "value": "whisper-1", "valueType": { - "$ref": "1279" + "$ref": "1281" }, "enumType": { - "$ref": "1278" + "$ref": "1280" }, "decorators": [] } @@ -15551,12 +15577,12 @@ "decorators": [] }, { - "$id": "1283", + "$id": "1285", "kind": "enum", "name": "RealtimeSessionCreateRequestModel", "crossLanguageDefinitionId": "OpenAI.RealtimeSessionCreateRequest.model.anonymous", "valueType": { - "$id": "1284", + "$id": "1286", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15564,80 +15590,80 @@ }, "values": [ { - "$id": "1285", + "$id": "1287", "kind": "enumvalue", "name": "gpt-4o-realtime-preview", "value": "gpt-4o-realtime-preview", "valueType": { - "$ref": "1284" + "$ref": "1286" }, "enumType": { - "$ref": "1283" + "$ref": "1285" }, "decorators": [] }, { - "$id": "1286", + "$id": "1288", "kind": "enumvalue", "name": "gpt-4o-realtime-preview-2024-10-01", "value": "gpt-4o-realtime-preview-2024-10-01", "valueType": { - "$ref": "1284" + "$ref": "1286" }, "enumType": { - "$ref": "1283" + "$ref": "1285" }, "decorators": [] }, { - "$id": "1287", + "$id": "1289", "kind": "enumvalue", "name": "gpt-4o-realtime-preview-2024-12-17", "value": "gpt-4o-realtime-preview-2024-12-17", "valueType": { - "$ref": "1284" + "$ref": "1286" }, "enumType": { - "$ref": "1283" + "$ref": "1285" }, "decorators": [] }, { - "$id": "1288", + "$id": "1290", "kind": "enumvalue", "name": "gpt-4o-realtime-preview-2025-06-03", "value": "gpt-4o-realtime-preview-2025-06-03", "valueType": { - "$ref": "1284" + "$ref": "1286" }, "enumType": { - "$ref": "1283" + "$ref": "1285" }, "decorators": [] }, { - "$id": "1289", + "$id": "1291", "kind": "enumvalue", "name": "gpt-4o-mini-realtime-preview", "value": "gpt-4o-mini-realtime-preview", "valueType": { - "$ref": "1284" + "$ref": "1286" }, "enumType": { - "$ref": "1283" + "$ref": "1285" }, "decorators": [] }, { - "$id": "1290", + "$id": "1292", "kind": "enumvalue", "name": "gpt-4o-mini-realtime-preview-2024-12-17", "value": "gpt-4o-mini-realtime-preview-2024-12-17", "valueType": { - "$ref": "1284" + "$ref": "1286" }, "enumType": { - "$ref": "1283" + "$ref": "1285" }, "decorators": [] } @@ -15649,12 +15675,12 @@ "decorators": [] }, { - "$id": "1291", + "$id": "1293", "kind": "enum", "name": "RealtimeSessionCreateRequestTurnDetectionType", "crossLanguageDefinitionId": "OpenAI.RealtimeSessionCreateRequest.turn_detection.type.anonymous", "valueType": { - "$id": "1292", + "$id": "1294", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15662,28 +15688,28 @@ }, "values": [ { - "$id": "1293", + "$id": "1295", "kind": "enumvalue", "name": "server_vad", "value": "server_vad", "valueType": { - "$ref": "1292" + "$ref": "1294" }, "enumType": { - "$ref": "1291" + "$ref": "1293" }, "decorators": [] }, { - "$id": "1294", + "$id": "1296", "kind": "enumvalue", "name": "semantic_vad", "value": "semantic_vad", "valueType": { - "$ref": "1292" + "$ref": "1294" }, "enumType": { - "$ref": "1291" + "$ref": "1293" }, "decorators": [] } @@ -15695,12 +15721,12 @@ "decorators": [] }, { - "$id": "1295", + "$id": "1297", "kind": "enum", "name": "RealtimeSessionCreateRequestTurnDetectionEagerness", "crossLanguageDefinitionId": "OpenAI.RealtimeSessionCreateRequest.turn_detection.eagerness.anonymous", "valueType": { - "$id": "1296", + "$id": "1298", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15708,54 +15734,54 @@ }, "values": [ { - "$id": "1297", + "$id": "1299", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "1296" + "$ref": "1298" }, "enumType": { - "$ref": "1295" + "$ref": "1297" }, "decorators": [] }, { - "$id": "1298", + "$id": "1300", "kind": "enumvalue", "name": "medium", "value": "medium", "valueType": { - "$ref": "1296" + "$ref": "1298" }, "enumType": { - "$ref": "1295" + "$ref": "1297" }, "decorators": [] }, { - "$id": "1299", + "$id": "1301", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "1296" + "$ref": "1298" }, "enumType": { - "$ref": "1295" + "$ref": "1297" }, "decorators": [] }, { - "$id": "1300", + "$id": "1302", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1296" + "$ref": "1298" }, "enumType": { - "$ref": "1295" + "$ref": "1297" }, "decorators": [] } @@ -15767,12 +15793,12 @@ "decorators": [] }, { - "$id": "1301", + "$id": "1303", "kind": "enum", "name": "RealtimeSessionCreateRequestInputAudioNoiseReductionType", "crossLanguageDefinitionId": "OpenAI.RealtimeSessionCreateRequest.input_audio_noise_reduction.type.anonymous", "valueType": { - "$id": "1302", + "$id": "1304", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15780,28 +15806,28 @@ }, "values": [ { - "$id": "1303", + "$id": "1305", "kind": "enumvalue", "name": "near_field", "value": "near_field", "valueType": { - "$ref": "1302" + "$ref": "1304" }, "enumType": { - "$ref": "1301" + "$ref": "1303" }, "decorators": [] }, { - "$id": "1304", + "$id": "1306", "kind": "enumvalue", "name": "far_field", "value": "far_field", "valueType": { - "$ref": "1302" + "$ref": "1304" }, "enumType": { - "$ref": "1301" + "$ref": "1303" }, "decorators": [] } @@ -15813,12 +15839,12 @@ "decorators": [] }, { - "$id": "1305", + "$id": "1307", "kind": "enum", "name": "RealtimeSessionCreateRequestClientSecretExpiresAtAnchor", "crossLanguageDefinitionId": "", "valueType": { - "$id": "1306", + "$id": "1308", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15826,12 +15852,12 @@ }, "values": [ { - "$id": "1307", + "$id": "1309", "kind": "enumvalue", "name": "created_at", "value": "created_at", "valueType": { - "$id": "1308", + "$id": "1310", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -15839,7 +15865,7 @@ "crossLanguageDefinitionId": "TypeSpec.string" }, "enumType": { - "$ref": "1305" + "$ref": "1307" }, "decorators": [] } @@ -15851,12 +15877,12 @@ "decorators": [] }, { - "$id": "1309", + "$id": "1311", "kind": "enum", "name": "CreateUploadRequestPurpose", "crossLanguageDefinitionId": "OpenAI.CreateUploadRequest.purpose.anonymous", "valueType": { - "$id": "1310", + "$id": "1312", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15864,54 +15890,54 @@ }, "values": [ { - "$id": "1311", + "$id": "1313", "kind": "enumvalue", "name": "assistants", "value": "assistants", "valueType": { - "$ref": "1310" + "$ref": "1312" }, "enumType": { - "$ref": "1309" + "$ref": "1311" }, "decorators": [] }, { - "$id": "1312", + "$id": "1314", "kind": "enumvalue", "name": "batch", "value": "batch", "valueType": { - "$ref": "1310" + "$ref": "1312" }, "enumType": { - "$ref": "1309" + "$ref": "1311" }, "decorators": [] }, { - "$id": "1313", + "$id": "1315", "kind": "enumvalue", "name": "fine-tune", "value": "fine-tune", "valueType": { - "$ref": "1310" + "$ref": "1312" }, "enumType": { - "$ref": "1309" + "$ref": "1311" }, "decorators": [] }, { - "$id": "1314", + "$id": "1316", "kind": "enumvalue", "name": "vision", "value": "vision", "valueType": { - "$ref": "1310" + "$ref": "1312" }, "enumType": { - "$ref": "1309" + "$ref": "1311" }, "decorators": [] } @@ -15923,12 +15949,12 @@ "decorators": [] }, { - "$id": "1315", + "$id": "1317", "kind": "enum", "name": "UploadStatus", "crossLanguageDefinitionId": "OpenAI.Upload.status.anonymous", "valueType": { - "$id": "1316", + "$id": "1318", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -15936,54 +15962,54 @@ }, "values": [ { - "$id": "1317", + "$id": "1319", "kind": "enumvalue", "name": "pending", "value": "pending", "valueType": { - "$ref": "1316" + "$ref": "1318" }, "enumType": { - "$ref": "1315" + "$ref": "1317" }, "decorators": [] }, { - "$id": "1318", + "$id": "1320", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1316" + "$ref": "1318" }, "enumType": { - "$ref": "1315" + "$ref": "1317" }, "decorators": [] }, { - "$id": "1319", + "$id": "1321", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1316" + "$ref": "1318" }, "enumType": { - "$ref": "1315" + "$ref": "1317" }, "decorators": [] }, { - "$id": "1320", + "$id": "1322", "kind": "enumvalue", "name": "expired", "value": "expired", "valueType": { - "$ref": "1316" + "$ref": "1318" }, "enumType": { - "$ref": "1315" + "$ref": "1317" }, "decorators": [] } @@ -15995,12 +16021,12 @@ "decorators": [] }, { - "$id": "1321", + "$id": "1323", "kind": "enum", "name": "UploadObject", "crossLanguageDefinitionId": "", "valueType": { - "$id": "1322", + "$id": "1324", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16008,12 +16034,12 @@ }, "values": [ { - "$id": "1323", + "$id": "1325", "kind": "enumvalue", "name": "upload", "value": "upload", "valueType": { - "$id": "1324", + "$id": "1326", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -16021,7 +16047,7 @@ "crossLanguageDefinitionId": "TypeSpec.string" }, "enumType": { - "$ref": "1321" + "$ref": "1323" }, "decorators": [] } @@ -16033,12 +16059,12 @@ "decorators": [] }, { - "$id": "1325", + "$id": "1327", "kind": "enum", "name": "BatchRequestInputMethod", "crossLanguageDefinitionId": "", "valueType": { - "$id": "1326", + "$id": "1328", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16046,12 +16072,12 @@ }, "values": [ { - "$id": "1327", + "$id": "1329", "kind": "enumvalue", "name": "POST", "value": "POST", "valueType": { - "$id": "1328", + "$id": "1330", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -16059,7 +16085,7 @@ "crossLanguageDefinitionId": "TypeSpec.string" }, "enumType": { - "$ref": "1325" + "$ref": "1327" }, "decorators": [] } @@ -16072,12 +16098,12 @@ "decorators": [] }, { - "$id": "1329", + "$id": "1331", "kind": "enum", "name": "FineTuneChatCompletionRequestAssistantMessageWeight", "crossLanguageDefinitionId": "OpenAI.FineTuneChatCompletionRequestAssistantMessage.weight.anonymous", "valueType": { - "$id": "1330", + "$id": "1332", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16085,28 +16111,28 @@ }, "values": [ { - "$id": "1331", + "$id": "1333", "kind": "enumvalue", "name": "0", "value": "0", "valueType": { - "$ref": "1330" + "$ref": "1332" }, "enumType": { - "$ref": "1329" + "$ref": "1331" }, "decorators": [] }, { - "$id": "1332", + "$id": "1334", "kind": "enumvalue", "name": "1", "value": "1", "valueType": { - "$ref": "1330" + "$ref": "1332" }, "enumType": { - "$ref": "1329" + "$ref": "1331" }, "decorators": [] } @@ -16118,12 +16144,12 @@ "decorators": [] }, { - "$id": "1333", + "$id": "1335", "kind": "enum", "name": "MessageDeltaContentImageFileObjectImageFileDetail", "crossLanguageDefinitionId": "OpenAI.MessageDeltaContentImageFileObject.image_file.detail.anonymous", "valueType": { - "$id": "1334", + "$id": "1336", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16131,41 +16157,41 @@ }, "values": [ { - "$id": "1335", + "$id": "1337", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1334" + "$ref": "1336" }, "enumType": { - "$ref": "1333" + "$ref": "1335" }, "decorators": [] }, { - "$id": "1336", + "$id": "1338", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "1334" + "$ref": "1336" }, "enumType": { - "$ref": "1333" + "$ref": "1335" }, "decorators": [] }, { - "$id": "1337", + "$id": "1339", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "1334" + "$ref": "1336" }, "enumType": { - "$ref": "1333" + "$ref": "1335" }, "decorators": [] } @@ -16177,12 +16203,12 @@ "decorators": [] }, { - "$id": "1338", + "$id": "1340", "kind": "enum", "name": "MessageDeltaContentImageUrlObjectImageUrlDetail", "crossLanguageDefinitionId": "OpenAI.MessageDeltaContentImageUrlObject.image_url.detail.anonymous", "valueType": { - "$id": "1339", + "$id": "1341", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16190,41 +16216,41 @@ }, "values": [ { - "$id": "1340", + "$id": "1342", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1339" + "$ref": "1341" }, "enumType": { - "$ref": "1338" + "$ref": "1340" }, "decorators": [] }, { - "$id": "1341", + "$id": "1343", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "1339" + "$ref": "1341" }, "enumType": { - "$ref": "1338" + "$ref": "1340" }, "decorators": [] }, { - "$id": "1342", + "$id": "1344", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "1339" + "$ref": "1341" }, "enumType": { - "$ref": "1338" + "$ref": "1340" }, "decorators": [] } @@ -16236,12 +16262,12 @@ "decorators": [] }, { - "$id": "1343", + "$id": "1345", "kind": "enum", "name": "MessageDeltaObjectDeltaRole", "crossLanguageDefinitionId": "OpenAI.MessageDeltaObject.delta.role.anonymous", "valueType": { - "$id": "1344", + "$id": "1346", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16249,28 +16275,28 @@ }, "values": [ { - "$id": "1345", + "$id": "1347", "kind": "enumvalue", "name": "user", "value": "user", "valueType": { - "$ref": "1344" + "$ref": "1346" }, "enumType": { - "$ref": "1343" + "$ref": "1345" }, "decorators": [] }, { - "$id": "1346", + "$id": "1348", "kind": "enumvalue", "name": "assistant", "value": "assistant", "valueType": { - "$ref": "1344" + "$ref": "1346" }, "enumType": { - "$ref": "1343" + "$ref": "1345" }, "decorators": [] } @@ -16282,12 +16308,12 @@ "decorators": [] }, { - "$id": "1347", + "$id": "1349", "kind": "enum", "name": "AssistantCollectionOrder", "crossLanguageDefinitionId": "OpenAI.AssistantCollectionOrder", "valueType": { - "$id": "1348", + "$id": "1350", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16295,28 +16321,28 @@ }, "values": [ { - "$id": "1349", + "$id": "1351", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1348" + "$ref": "1350" }, "enumType": { - "$ref": "1347" + "$ref": "1349" }, "decorators": [] }, { - "$id": "1350", + "$id": "1352", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1348" + "$ref": "1350" }, "enumType": { - "$ref": "1347" + "$ref": "1349" }, "decorators": [] } @@ -16328,12 +16354,12 @@ "decorators": [] }, { - "$id": "1351", + "$id": "1353", "kind": "enum", "name": "MessageCollectionOrder", "crossLanguageDefinitionId": "OpenAI.MessageCollectionOrder", "valueType": { - "$id": "1352", + "$id": "1354", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16341,28 +16367,28 @@ }, "values": [ { - "$id": "1353", + "$id": "1355", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1352" + "$ref": "1354" }, "enumType": { - "$ref": "1351" + "$ref": "1353" }, "decorators": [] }, { - "$id": "1354", + "$id": "1356", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1352" + "$ref": "1354" }, "enumType": { - "$ref": "1351" + "$ref": "1353" }, "decorators": [] } @@ -16374,12 +16400,12 @@ "decorators": [] }, { - "$id": "1355", + "$id": "1357", "kind": "enum", "name": "RunCollectionOrder", "crossLanguageDefinitionId": "OpenAI.RunCollectionOrder", "valueType": { - "$id": "1356", + "$id": "1358", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16387,28 +16413,28 @@ }, "values": [ { - "$id": "1357", + "$id": "1359", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1356" + "$ref": "1358" }, "enumType": { - "$ref": "1355" + "$ref": "1357" }, "decorators": [] }, { - "$id": "1358", + "$id": "1360", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1356" + "$ref": "1358" }, "enumType": { - "$ref": "1355" + "$ref": "1357" }, "decorators": [] } @@ -16420,12 +16446,12 @@ "decorators": [] }, { - "$id": "1359", + "$id": "1361", "kind": "enum", "name": "RunStepCollectionOrder", "crossLanguageDefinitionId": "OpenAI.RunStepCollectionOrder", "valueType": { - "$id": "1360", + "$id": "1362", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16433,28 +16459,28 @@ }, "values": [ { - "$id": "1361", + "$id": "1363", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1360" + "$ref": "1362" }, "enumType": { - "$ref": "1359" + "$ref": "1361" }, "decorators": [] }, { - "$id": "1362", + "$id": "1364", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1360" + "$ref": "1362" }, "enumType": { - "$ref": "1359" + "$ref": "1361" }, "decorators": [] } @@ -16466,12 +16492,12 @@ "decorators": [] }, { - "$id": "1363", + "$id": "1365", "kind": "enum", "name": "ChatCompletionCollectionOrder", "crossLanguageDefinitionId": "OpenAI.ChatCompletionCollectionOrder", "valueType": { - "$id": "1364", + "$id": "1366", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16479,28 +16505,28 @@ }, "values": [ { - "$id": "1365", + "$id": "1367", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1364" + "$ref": "1366" }, "enumType": { - "$ref": "1363" + "$ref": "1365" }, "decorators": [] }, { - "$id": "1366", + "$id": "1368", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1364" + "$ref": "1366" }, "enumType": { - "$ref": "1363" + "$ref": "1365" }, "decorators": [] } @@ -16517,12 +16543,12 @@ ] }, { - "$id": "1367", + "$id": "1369", "kind": "enum", "name": "ChatCompletionMessageCollectionOrder", "crossLanguageDefinitionId": "OpenAI.ChatCompletionMessageCollectionOrder", "valueType": { - "$id": "1368", + "$id": "1370", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16530,28 +16556,28 @@ }, "values": [ { - "$id": "1369", + "$id": "1371", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1368" + "$ref": "1370" }, "enumType": { - "$ref": "1367" + "$ref": "1369" }, "decorators": [] }, { - "$id": "1370", + "$id": "1372", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1368" + "$ref": "1370" }, "enumType": { - "$ref": "1367" + "$ref": "1369" }, "decorators": [] } @@ -16568,12 +16594,12 @@ ] }, { - "$id": "1371", + "$id": "1373", "kind": "enum", "name": "ContainerCollectionOrder", "crossLanguageDefinitionId": "OpenAI.ContainerCollectionOrder", "valueType": { - "$id": "1372", + "$id": "1374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16581,28 +16607,28 @@ }, "values": [ { - "$id": "1373", + "$id": "1375", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1372" + "$ref": "1374" }, "enumType": { - "$ref": "1371" + "$ref": "1373" }, "decorators": [] }, { - "$id": "1374", + "$id": "1376", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1372" + "$ref": "1374" }, "enumType": { - "$ref": "1371" + "$ref": "1373" }, "decorators": [] } @@ -16614,12 +16640,12 @@ "decorators": [] }, { - "$id": "1375", + "$id": "1377", "kind": "enum", "name": "ConversationItemCollectionOrder", "crossLanguageDefinitionId": "OpenAI.ConversationItemCollectionOrder", "valueType": { - "$id": "1376", + "$id": "1378", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16627,28 +16653,28 @@ }, "values": [ { - "$id": "1377", + "$id": "1379", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1376" + "$ref": "1378" }, "enumType": { - "$ref": "1375" + "$ref": "1377" }, "decorators": [] }, { - "$id": "1378", + "$id": "1380", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1376" + "$ref": "1378" }, "enumType": { - "$ref": "1375" + "$ref": "1377" }, "decorators": [] } @@ -16660,12 +16686,12 @@ "decorators": [] }, { - "$id": "1379", + "$id": "1381", "kind": "enum", "name": "ResponseItemCollectionOrder", "crossLanguageDefinitionId": "OpenAI.ResponseItemCollectionOrder", "valueType": { - "$id": "1380", + "$id": "1382", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16673,28 +16699,28 @@ }, "values": [ { - "$id": "1381", + "$id": "1383", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1380" + "$ref": "1382" }, "enumType": { - "$ref": "1379" + "$ref": "1381" }, "decorators": [] }, { - "$id": "1382", + "$id": "1384", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1380" + "$ref": "1382" }, "enumType": { - "$ref": "1379" + "$ref": "1381" }, "decorators": [] } @@ -16711,12 +16737,12 @@ ] }, { - "$id": "1383", + "$id": "1385", "kind": "enum", "name": "DotNetGlobalToolCallApprovalPolicy", "crossLanguageDefinitionId": "OpenAI.DotNetGlobalToolCallApprovalPolicy", "valueType": { - "$id": "1384", + "$id": "1386", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16724,28 +16750,28 @@ }, "values": [ { - "$id": "1385", + "$id": "1387", "kind": "enumvalue", "name": "AlwaysRequireApproval", "value": "always", "valueType": { - "$ref": "1384" + "$ref": "1386" }, "enumType": { - "$ref": "1383" + "$ref": "1385" }, "decorators": [] }, { - "$id": "1386", + "$id": "1388", "kind": "enumvalue", "name": "NeverRequireApproval", "value": "never", "valueType": { - "$ref": "1384" + "$ref": "1386" }, "enumType": { - "$ref": "1383" + "$ref": "1385" }, "decorators": [] } @@ -16763,12 +16789,12 @@ ] }, { - "$id": "1387", + "$id": "1389", "kind": "enum", "name": "DotNetCombinedChunkingStrategyParamType", "crossLanguageDefinitionId": "OpenAI.DotNetCombinedChunkingStrategyParam.type.anonymous", "valueType": { - "$id": "1388", + "$id": "1390", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16776,41 +16802,41 @@ }, "values": [ { - "$id": "1389", + "$id": "1391", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1388" + "$ref": "1390" }, "enumType": { - "$ref": "1387" + "$ref": "1389" }, "decorators": [] }, { - "$id": "1390", + "$id": "1392", "kind": "enumvalue", "name": "static", "value": "static", "valueType": { - "$ref": "1388" + "$ref": "1390" }, "enumType": { - "$ref": "1387" + "$ref": "1389" }, "decorators": [] }, { - "$id": "1391", + "$id": "1393", "kind": "enumvalue", "name": "other", "value": "other", "valueType": { - "$ref": "1388" + "$ref": "1390" }, "enumType": { - "$ref": "1387" + "$ref": "1389" }, "decorators": [] } @@ -16822,12 +16848,12 @@ "decorators": [] }, { - "$id": "1392", + "$id": "1394", "kind": "enum", "name": "PageOrderOptions", "crossLanguageDefinitionId": "OpenAI.PageOrderOptions", "valueType": { - "$id": "1393", + "$id": "1395", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16835,28 +16861,28 @@ }, "values": [ { - "$id": "1394", + "$id": "1396", "kind": "enumvalue", "name": "asc", "value": "asc", "valueType": { - "$ref": "1393" + "$ref": "1395" }, "enumType": { - "$ref": "1392" + "$ref": "1394" }, "decorators": [] }, { - "$id": "1395", + "$id": "1397", "kind": "enumvalue", "name": "desc", "value": "desc", "valueType": { - "$ref": "1393" + "$ref": "1395" }, "enumType": { - "$ref": "1392" + "$ref": "1394" }, "decorators": [] } @@ -16868,12 +16894,12 @@ "decorators": [] }, { - "$id": "1396", + "$id": "1398", "kind": "enum", "name": "VectorStoreFileCollectionOrder", "crossLanguageDefinitionId": "OpenAI.VectorStoreFileCollectionOrder", "valueType": { - "$id": "1397", + "$id": "1399", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16881,28 +16907,28 @@ }, "values": [ { - "$id": "1398", + "$id": "1400", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1397" + "$ref": "1399" }, "enumType": { - "$ref": "1396" + "$ref": "1398" }, "decorators": [] }, { - "$id": "1399", + "$id": "1401", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1397" + "$ref": "1399" }, "enumType": { - "$ref": "1396" + "$ref": "1398" }, "decorators": [] } @@ -16914,12 +16940,12 @@ "decorators": [] }, { - "$id": "1400", + "$id": "1402", "kind": "enum", "name": "ListVectorStoreFilesFilter", "crossLanguageDefinitionId": "OpenAI.ListVectorStoreFilesFilter", "valueType": { - "$id": "1401", + "$id": "1403", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16927,54 +16953,54 @@ }, "values": [ { - "$id": "1402", + "$id": "1404", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1401" + "$ref": "1403" }, "enumType": { - "$ref": "1400" + "$ref": "1402" }, "decorators": [] }, { - "$id": "1403", + "$id": "1405", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1401" + "$ref": "1403" }, "enumType": { - "$ref": "1400" + "$ref": "1402" }, "decorators": [] }, { - "$id": "1404", + "$id": "1406", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1401" + "$ref": "1403" }, "enumType": { - "$ref": "1400" + "$ref": "1402" }, "decorators": [] }, { - "$id": "1405", + "$id": "1407", "kind": "enumvalue", "name": "cancelled", "value": "cancelled", "valueType": { - "$ref": "1401" + "$ref": "1403" }, "enumType": { - "$ref": "1400" + "$ref": "1402" }, "decorators": [] } @@ -16986,12 +17012,12 @@ "decorators": [] }, { - "$id": "1406", + "$id": "1408", "kind": "enum", "name": "VideoCollectionOrder", "crossLanguageDefinitionId": "OpenAI.VideoCollectionOrder", "valueType": { - "$id": "1407", + "$id": "1409", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -16999,28 +17025,28 @@ }, "values": [ { - "$id": "1408", + "$id": "1410", "kind": "enumvalue", "name": "Ascending", "value": "asc", "valueType": { - "$ref": "1407" + "$ref": "1409" }, "enumType": { - "$ref": "1406" + "$ref": "1408" }, "decorators": [] }, { - "$id": "1409", + "$id": "1411", "kind": "enumvalue", "name": "Descending", "value": "desc", "valueType": { - "$ref": "1407" + "$ref": "1409" }, "enumType": { - "$ref": "1406" + "$ref": "1408" }, "decorators": [] } @@ -17032,12 +17058,12 @@ "decorators": [] }, { - "$id": "1410", + "$id": "1412", "kind": "enum", "name": "CreateTranscriptionRequestAccept", "crossLanguageDefinitionId": "OpenAI.createTranscription.RequestAccept.anonymous", "valueType": { - "$id": "1411", + "$id": "1413", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17045,28 +17071,28 @@ }, "values": [ { - "$id": "1412", + "$id": "1414", "kind": "enumvalue", "name": "application/json", "value": "application/json", "valueType": { - "$ref": "1411" + "$ref": "1413" }, "enumType": { - "$ref": "1410" + "$ref": "1412" }, "decorators": [] }, { - "$id": "1413", + "$id": "1415", "kind": "enumvalue", "name": "text/event-stream", "value": "text/event-stream", "valueType": { - "$ref": "1411" + "$ref": "1413" }, "enumType": { - "$ref": "1410" + "$ref": "1412" }, "decorators": [] } @@ -17078,12 +17104,12 @@ "decorators": [] }, { - "$id": "1414", + "$id": "1416", "kind": "enum", "name": "ChatToolCallKind", "crossLanguageDefinitionId": "OpenAI.ChatToolCallKind", "valueType": { - "$id": "1415", + "$id": "1417", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17091,15 +17117,15 @@ }, "values": [ { - "$id": "1416", + "$id": "1418", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1415" + "$ref": "1417" }, "enumType": { - "$ref": "1414" + "$ref": "1416" }, "decorators": [] } @@ -17111,12 +17137,12 @@ "decorators": [] }, { - "$id": "1417", + "$id": "1419", "kind": "enum", "name": "ChatToolKind", "crossLanguageDefinitionId": "OpenAI.ChatToolKind", "valueType": { - "$id": "1418", + "$id": "1420", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17124,15 +17150,15 @@ }, "values": [ { - "$id": "1419", + "$id": "1421", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1418" + "$ref": "1420" }, "enumType": { - "$ref": "1417" + "$ref": "1419" }, "decorators": [] } @@ -17144,12 +17170,12 @@ "decorators": [] }, { - "$id": "1420", + "$id": "1422", "kind": "enum", "name": "ListEvalsRequestOrder", "crossLanguageDefinitionId": "OpenAI.listEvals.RequestOrder.anonymous", "valueType": { - "$id": "1421", + "$id": "1423", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17157,28 +17183,28 @@ }, "values": [ { - "$id": "1422", + "$id": "1424", "kind": "enumvalue", "name": "asc", "value": "asc", "valueType": { - "$ref": "1421" + "$ref": "1423" }, "enumType": { - "$ref": "1420" + "$ref": "1422" }, "decorators": [] }, { - "$id": "1423", + "$id": "1425", "kind": "enumvalue", "name": "desc", "value": "desc", "valueType": { - "$ref": "1421" + "$ref": "1423" }, "enumType": { - "$ref": "1420" + "$ref": "1422" }, "decorators": [] } @@ -17190,12 +17216,12 @@ "decorators": [] }, { - "$id": "1424", + "$id": "1426", "kind": "enum", "name": "ListEvalsRequestOrderBy", "crossLanguageDefinitionId": "OpenAI.listEvals.RequestOrderBy.anonymous", "valueType": { - "$id": "1425", + "$id": "1427", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17203,28 +17229,28 @@ }, "values": [ { - "$id": "1426", + "$id": "1428", "kind": "enumvalue", "name": "created_at", "value": "created_at", "valueType": { - "$ref": "1425" + "$ref": "1427" }, "enumType": { - "$ref": "1424" + "$ref": "1426" }, "decorators": [] }, { - "$id": "1427", + "$id": "1429", "kind": "enumvalue", "name": "updated_at", "value": "updated_at", "valueType": { - "$ref": "1425" + "$ref": "1427" }, "enumType": { - "$ref": "1424" + "$ref": "1426" }, "decorators": [] } @@ -17236,12 +17262,12 @@ "decorators": [] }, { - "$id": "1428", + "$id": "1430", "kind": "enum", "name": "GetEvalRunsRequestOrder", "crossLanguageDefinitionId": "OpenAI.getEvalRuns.RequestOrder.anonymous", "valueType": { - "$id": "1429", + "$id": "1431", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17249,28 +17275,28 @@ }, "values": [ { - "$id": "1430", + "$id": "1432", "kind": "enumvalue", "name": "asc", "value": "asc", "valueType": { - "$ref": "1429" + "$ref": "1431" }, "enumType": { - "$ref": "1428" + "$ref": "1430" }, "decorators": [] }, { - "$id": "1431", + "$id": "1433", "kind": "enumvalue", "name": "desc", "value": "desc", "valueType": { - "$ref": "1429" + "$ref": "1431" }, "enumType": { - "$ref": "1428" + "$ref": "1430" }, "decorators": [] } @@ -17282,12 +17308,12 @@ "decorators": [] }, { - "$id": "1432", + "$id": "1434", "kind": "enum", "name": "GetEvalRunsRequestStatus", "crossLanguageDefinitionId": "OpenAI.getEvalRuns.RequestStatus.anonymous", "valueType": { - "$id": "1433", + "$id": "1435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17295,67 +17321,67 @@ }, "values": [ { - "$id": "1434", + "$id": "1436", "kind": "enumvalue", "name": "queued", "value": "queued", "valueType": { - "$ref": "1433" + "$ref": "1435" }, "enumType": { - "$ref": "1432" + "$ref": "1434" }, "decorators": [] }, { - "$id": "1435", + "$id": "1437", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "1433" + "$ref": "1435" }, "enumType": { - "$ref": "1432" + "$ref": "1434" }, "decorators": [] }, { - "$id": "1436", + "$id": "1438", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "1433" + "$ref": "1435" }, "enumType": { - "$ref": "1432" + "$ref": "1434" }, "decorators": [] }, { - "$id": "1437", + "$id": "1439", "kind": "enumvalue", "name": "canceled", "value": "canceled", "valueType": { - "$ref": "1433" + "$ref": "1435" }, "enumType": { - "$ref": "1432" + "$ref": "1434" }, "decorators": [] }, { - "$id": "1438", + "$id": "1440", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "1433" + "$ref": "1435" }, "enumType": { - "$ref": "1432" + "$ref": "1434" }, "decorators": [] } @@ -17367,12 +17393,12 @@ "decorators": [] }, { - "$id": "1439", + "$id": "1441", "kind": "enum", "name": "GetEvalRunOutputItemsRequestStatus", "crossLanguageDefinitionId": "OpenAI.getEvalRunOutputItems.RequestStatus.anonymous", "valueType": { - "$id": "1440", + "$id": "1442", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17380,28 +17406,28 @@ }, "values": [ { - "$id": "1441", + "$id": "1443", "kind": "enumvalue", "name": "fail", "value": "fail", "valueType": { - "$ref": "1440" + "$ref": "1442" }, "enumType": { - "$ref": "1439" + "$ref": "1441" }, "decorators": [] }, { - "$id": "1442", + "$id": "1444", "kind": "enumvalue", "name": "pass", "value": "pass", "valueType": { - "$ref": "1440" + "$ref": "1442" }, "enumType": { - "$ref": "1439" + "$ref": "1441" }, "decorators": [] } @@ -17413,12 +17439,12 @@ "decorators": [] }, { - "$id": "1443", + "$id": "1445", "kind": "enum", "name": "GetEvalRunOutputItemsRequestOrder", "crossLanguageDefinitionId": "OpenAI.getEvalRunOutputItems.RequestOrder.anonymous", "valueType": { - "$id": "1444", + "$id": "1446", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17426,28 +17452,28 @@ }, "values": [ { - "$id": "1445", + "$id": "1447", "kind": "enumvalue", "name": "asc", "value": "asc", "valueType": { - "$ref": "1444" + "$ref": "1446" }, "enumType": { - "$ref": "1443" + "$ref": "1445" }, "decorators": [] }, { - "$id": "1446", + "$id": "1448", "kind": "enumvalue", "name": "desc", "value": "desc", "valueType": { - "$ref": "1444" + "$ref": "1446" }, "enumType": { - "$ref": "1443" + "$ref": "1445" }, "decorators": [] } @@ -17459,12 +17485,12 @@ "decorators": [] }, { - "$id": "1447", + "$id": "1449", "kind": "enum", "name": "ModerationAppliedInputType", "crossLanguageDefinitionId": "OpenAI.ModerationAppliedInputType", "valueType": { - "$id": "1448", + "$id": "1450", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17472,28 +17498,28 @@ }, "values": [ { - "$id": "1449", + "$id": "1451", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1448" + "$ref": "1450" }, "enumType": { - "$ref": "1447" + "$ref": "1449" }, "decorators": [] }, { - "$id": "1450", + "$id": "1452", "kind": "enumvalue", "name": "image", "value": "image", "valueType": { - "$ref": "1448" + "$ref": "1450" }, "enumType": { - "$ref": "1447" + "$ref": "1449" }, "decorators": [] } @@ -17505,12 +17531,12 @@ "decorators": [] }, { - "$id": "1451", + "$id": "1453", "kind": "enum", "name": "IncludedRunStepProperty", "crossLanguageDefinitionId": "OpenAI.IncludedRunStepProperty", "valueType": { - "$id": "1452", + "$id": "1454", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17518,15 +17544,15 @@ }, "values": [ { - "$id": "1453", + "$id": "1455", "kind": "enumvalue", "name": "file_search_result_content", "value": "step_details.tool_calls[*].file_search.results[*].content", "valueType": { - "$ref": "1452" + "$ref": "1454" }, "enumType": { - "$ref": "1451" + "$ref": "1453" }, "decorators": [] } @@ -17538,12 +17564,12 @@ "decorators": [] }, { - "$id": "1454", + "$id": "1456", "kind": "enum", "name": "RunStepDetailsToolCallsFileSearchResultObjectContentType", "crossLanguageDefinitionId": "OpenAI.RunStepDetailsToolCallsFileSearchResultObjectContentType", "valueType": { - "$id": "1455", + "$id": "1457", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17551,15 +17577,15 @@ }, "values": [ { - "$id": "1456", + "$id": "1458", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1455" + "$ref": "1457" }, "enumType": { - "$ref": "1454" + "$ref": "1456" }, "decorators": [] } @@ -17571,12 +17597,12 @@ "decorators": [] }, { - "$id": "1457", + "$id": "1459", "kind": "enum", "name": "VectorStoreExpirationAnchor", "crossLanguageDefinitionId": "OpenAI.VectorStoreExpirationAnchor", "valueType": { - "$id": "1458", + "$id": "1460", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17584,15 +17610,15 @@ }, "values": [ { - "$id": "1459", + "$id": "1461", "kind": "enumvalue", "name": "last_active_at", "value": "last_active_at", "valueType": { - "$ref": "1458" + "$ref": "1460" }, "enumType": { - "$ref": "1457" + "$ref": "1459" }, "decorators": [] } @@ -17604,12 +17630,12 @@ "decorators": [] }, { - "$id": "1460", + "$id": "1462", "kind": "enum", "name": "CreateFineTuningJobRequestHyperparametersBatchSizeChoiceEnum", "crossLanguageDefinitionId": "OpenAI.CreateFineTuningJobRequestHyperparametersBatchSizeChoiceEnum", "valueType": { - "$id": "1461", + "$id": "1463", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17617,15 +17643,15 @@ }, "values": [ { - "$id": "1462", + "$id": "1464", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1461" + "$ref": "1463" }, "enumType": { - "$ref": "1460" + "$ref": "1462" }, "decorators": [] } @@ -17638,12 +17664,12 @@ "decorators": [] }, { - "$id": "1463", + "$id": "1465", "kind": "enum", "name": "CreateFineTuningJobRequestHyperparametersLearningRateMultiplierChoiceEnum", "crossLanguageDefinitionId": "OpenAI.CreateFineTuningJobRequestHyperparametersLearningRateMultiplierChoiceEnum", "valueType": { - "$id": "1464", + "$id": "1466", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17651,15 +17677,15 @@ }, "values": [ { - "$id": "1465", + "$id": "1467", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1464" + "$ref": "1466" }, "enumType": { - "$ref": "1463" + "$ref": "1465" }, "decorators": [] } @@ -17672,12 +17698,12 @@ "decorators": [] }, { - "$id": "1466", + "$id": "1468", "kind": "enum", "name": "CreateFineTuningJobRequestHyperparametersNEpochsChoiceEnum", "crossLanguageDefinitionId": "OpenAI.CreateFineTuningJobRequestHyperparametersNEpochsChoiceEnum", "valueType": { - "$id": "1467", + "$id": "1469", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17685,15 +17711,15 @@ }, "values": [ { - "$id": "1468", + "$id": "1470", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1467" + "$ref": "1469" }, "enumType": { - "$ref": "1466" + "$ref": "1468" }, "decorators": [] } @@ -17706,12 +17732,12 @@ "decorators": [] }, { - "$id": "1469", + "$id": "1471", "kind": "enum", "name": "CreateFineTuningJobRequestHyperparametersBetaChoiceEnum", "crossLanguageDefinitionId": "OpenAI.CreateFineTuningJobRequestHyperparametersBetaChoiceEnum", "valueType": { - "$id": "1470", + "$id": "1472", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17719,15 +17745,15 @@ }, "values": [ { - "$id": "1471", + "$id": "1473", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1470" + "$ref": "1472" }, "enumType": { - "$ref": "1469" + "$ref": "1471" }, "decorators": [] } @@ -17740,12 +17766,12 @@ "decorators": [] }, { - "$id": "1472", + "$id": "1474", "kind": "enum", "name": "DotNetResponseReasoningEffortLevel", "crossLanguageDefinitionId": "OpenAI.DotNetResponseReasoningEffortLevel", "valueType": { - "$id": "1473", + "$id": "1475", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17753,54 +17779,54 @@ }, "values": [ { - "$id": "1474", + "$id": "1476", "kind": "enumvalue", "name": "minimal", "value": "minimal", "valueType": { - "$ref": "1473" + "$ref": "1475" }, "enumType": { - "$ref": "1472" + "$ref": "1474" }, "decorators": [] }, { - "$id": "1475", + "$id": "1477", "kind": "enumvalue", "name": "low", "value": "low", "valueType": { - "$ref": "1473" + "$ref": "1475" }, "enumType": { - "$ref": "1472" + "$ref": "1474" }, "decorators": [] }, { - "$id": "1476", + "$id": "1478", "kind": "enumvalue", "name": "medium", "value": "medium", "valueType": { - "$ref": "1473" + "$ref": "1475" }, "enumType": { - "$ref": "1472" + "$ref": "1474" }, "decorators": [] }, { - "$id": "1477", + "$id": "1479", "kind": "enumvalue", "name": "high", "value": "high", "valueType": { - "$ref": "1473" + "$ref": "1475" }, "enumType": { - "$ref": "1472" + "$ref": "1474" }, "decorators": [] } @@ -17818,12 +17844,12 @@ ] }, { - "$id": "1478", + "$id": "1480", "kind": "enum", "name": "DotNetAudioVoiceIds", "crossLanguageDefinitionId": "OpenAI.DotNetAudioVoiceIds", "valueType": { - "$id": "1479", + "$id": "1481", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17831,145 +17857,145 @@ }, "values": [ { - "$id": "1480", + "$id": "1482", "kind": "enumvalue", "name": "alloy", "value": "alloy", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1481", + "$id": "1483", "kind": "enumvalue", "name": "ash", "value": "ash", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1482", + "$id": "1484", "kind": "enumvalue", "name": "ballad", "value": "ballad", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1483", + "$id": "1485", "kind": "enumvalue", "name": "coral", "value": "coral", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1484", + "$id": "1486", "kind": "enumvalue", "name": "echo", "value": "echo", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1485", + "$id": "1487", "kind": "enumvalue", "name": "fable", "value": "fable", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1486", + "$id": "1488", "kind": "enumvalue", "name": "onyx", "value": "onyx", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1487", + "$id": "1489", "kind": "enumvalue", "name": "nova", "value": "nova", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1488", + "$id": "1490", "kind": "enumvalue", "name": "sage", "value": "sage", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1489", + "$id": "1491", "kind": "enumvalue", "name": "shimmer", "value": "shimmer", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] }, { - "$id": "1490", + "$id": "1492", "kind": "enumvalue", "name": "verse", "value": "verse", "valueType": { - "$ref": "1479" + "$ref": "1481" }, "enumType": { - "$ref": "1478" + "$ref": "1480" }, "decorators": [] } @@ -17982,12 +18008,12 @@ "decorators": [] }, { - "$id": "1491", + "$id": "1493", "kind": "enum", "name": "DotNetChatVoiceIds", "crossLanguageDefinitionId": "OpenAI.DotNetChatVoiceIds", "valueType": { - "$id": "1492", + "$id": "1494", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -17995,145 +18021,145 @@ }, "values": [ { - "$id": "1493", + "$id": "1495", "kind": "enumvalue", "name": "alloy", "value": "alloy", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1494", + "$id": "1496", "kind": "enumvalue", "name": "ash", "value": "ash", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1495", + "$id": "1497", "kind": "enumvalue", "name": "ballad", "value": "ballad", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1496", + "$id": "1498", "kind": "enumvalue", "name": "coral", "value": "coral", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1497", + "$id": "1499", "kind": "enumvalue", "name": "echo", "value": "echo", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1498", + "$id": "1500", "kind": "enumvalue", "name": "fable", "value": "fable", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1499", + "$id": "1501", "kind": "enumvalue", "name": "onyx", "value": "onyx", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1500", + "$id": "1502", "kind": "enumvalue", "name": "nova", "value": "nova", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1501", + "$id": "1503", "kind": "enumvalue", "name": "sage", "value": "sage", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1502", + "$id": "1504", "kind": "enumvalue", "name": "shimmer", "value": "shimmer", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] }, { - "$id": "1503", + "$id": "1505", "kind": "enumvalue", "name": "verse", "value": "verse", "valueType": { - "$ref": "1492" + "$ref": "1494" }, "enumType": { - "$ref": "1491" + "$ref": "1493" }, "decorators": [] } @@ -18151,12 +18177,12 @@ ] }, { - "$id": "1504", + "$id": "1506", "kind": "enum", "name": "DotNetRealtimeVoiceIds", "crossLanguageDefinitionId": "OpenAI.DotNetRealtimeVoiceIds", "valueType": { - "$id": "1505", + "$id": "1507", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18164,145 +18190,145 @@ }, "values": [ { - "$id": "1506", + "$id": "1508", "kind": "enumvalue", "name": "alloy", "value": "alloy", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1507", + "$id": "1509", "kind": "enumvalue", "name": "ash", "value": "ash", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1508", + "$id": "1510", "kind": "enumvalue", "name": "ballad", "value": "ballad", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1509", + "$id": "1511", "kind": "enumvalue", "name": "coral", "value": "coral", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1510", + "$id": "1512", "kind": "enumvalue", "name": "echo", "value": "echo", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1511", + "$id": "1513", "kind": "enumvalue", "name": "fable", "value": "fable", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1512", + "$id": "1514", "kind": "enumvalue", "name": "onyx", "value": "onyx", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1513", + "$id": "1515", "kind": "enumvalue", "name": "nova", "value": "nova", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1514", + "$id": "1516", "kind": "enumvalue", "name": "sage", "value": "sage", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1515", + "$id": "1517", "kind": "enumvalue", "name": "shimmer", "value": "shimmer", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] }, { - "$id": "1516", + "$id": "1518", "kind": "enumvalue", "name": "verse", "value": "verse", "valueType": { - "$ref": "1505" + "$ref": "1507" }, "enumType": { - "$ref": "1504" + "$ref": "1506" }, "decorators": [] } @@ -18317,13 +18343,13 @@ ], "constants": [ { - "$id": "1517", + "$id": "1519", "kind": "constant", "name": "ListAssistantsResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1518", + "$id": "1520", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18333,13 +18359,13 @@ "decorators": [] }, { - "$id": "1519", + "$id": "1521", "kind": "constant", "name": "AssistantObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1520", + "$id": "1522", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18349,13 +18375,13 @@ "decorators": [] }, { - "$id": "1521", + "$id": "1523", "kind": "constant", "name": "FileSearchRankingOptionsRanker", "namespace": "", "usage": "None", "valueType": { - "$id": "1522", + "$id": "1524", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18365,13 +18391,13 @@ "decorators": [] }, { - "$id": "1523", + "$id": "1525", "kind": "constant", "name": "DeleteAssistantResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1524", + "$id": "1526", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18381,13 +18407,13 @@ "decorators": [] }, { - "$id": "1525", + "$id": "1527", "kind": "constant", "name": "VadConfigType", "namespace": "OpenAI", "usage": "Input", "valueType": { - "$id": "1526", + "$id": "1528", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18397,13 +18423,13 @@ "decorators": [] }, { - "$id": "1527", + "$id": "1529", "kind": "constant", "name": "CreateTranscriptionResponseVerboseJsonTask", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1528", + "$id": "1530", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18413,13 +18439,13 @@ "decorators": [] }, { - "$id": "1529", + "$id": "1531", "kind": "constant", "name": "CreateTranslationResponseVerboseJsonTask", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1530", + "$id": "1532", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18429,13 +18455,13 @@ "decorators": [] }, { - "$id": "1531", + "$id": "1533", "kind": "constant", "name": "CreateBatchRequestCompletion_window", "namespace": "", "usage": "Spread,Json", "valueType": { - "$id": "1532", + "$id": "1534", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18445,13 +18471,13 @@ "decorators": [] }, { - "$id": "1533", + "$id": "1535", "kind": "constant", "name": "BatchObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1534", + "$id": "1536", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18461,13 +18487,13 @@ "decorators": [] }, { - "$id": "1535", + "$id": "1537", "kind": "constant", "name": "ListBatchesResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1536", + "$id": "1538", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18477,13 +18503,13 @@ "decorators": [] }, { - "$id": "1537", + "$id": "1539", "kind": "constant", "name": "ChatCompletionListObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1538", + "$id": "1540", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18493,13 +18519,13 @@ "decorators": [] }, { - "$id": "1539", + "$id": "1541", "kind": "constant", "name": "ChatCompletionResponseMessageAnnotationType", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1540", + "$id": "1542", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18509,13 +18535,13 @@ "decorators": [] }, { - "$id": "1541", + "$id": "1543", "kind": "constant", "name": "CreateChatCompletionResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1542", + "$id": "1544", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18525,13 +18551,13 @@ "decorators": [] }, { - "$id": "1543", + "$id": "1545", "kind": "constant", "name": "CreateChatCompletionRequestWebSearchOptionsUserLocation1Type", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1544", + "$id": "1546", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18541,13 +18567,13 @@ "decorators": [] }, { - "$id": "1545", + "$id": "1547", "kind": "constant", "name": "ChatCompletionNamedToolChoiceType", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1546", + "$id": "1548", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18557,13 +18583,13 @@ "decorators": [] }, { - "$id": "1547", + "$id": "1549", "kind": "constant", "name": "CreateChatCompletionRequestToolChoice1", "namespace": "", "usage": "None", "valueType": { - "$id": "1548", + "$id": "1550", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18573,13 +18599,13 @@ "decorators": [] }, { - "$id": "1549", + "$id": "1551", "kind": "constant", "name": "FileSearchRankingOptionsRanker1", "namespace": "", "usage": "None", "valueType": { - "$id": "1550", + "$id": "1552", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18589,14 +18615,14 @@ "decorators": [] }, { - "$id": "1551", + "$id": "1553", "kind": "constant", "name": "CreateChatCompletionStreamResponseObject", "namespace": "OpenAI", "access": "public", "usage": "Output", "valueType": { - "$id": "1552", + "$id": "1554", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18606,13 +18632,13 @@ "decorators": [] }, { - "$id": "1553", + "$id": "1555", "kind": "constant", "name": "ChatCompletionDeletedObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1554", + "$id": "1556", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18622,13 +18648,13 @@ "decorators": [] }, { - "$id": "1555", + "$id": "1557", "kind": "constant", "name": "ChatCompletionMessageListObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1556", + "$id": "1558", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18638,13 +18664,13 @@ "decorators": [] }, { - "$id": "1557", + "$id": "1559", "kind": "constant", "name": "ContainerListResourceObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1558", + "$id": "1560", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18654,13 +18680,13 @@ "decorators": [] }, { - "$id": "1559", + "$id": "1561", "kind": "constant", "name": "CreateContainerBodyExpiresAfterAnchor", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1560", + "$id": "1562", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18670,13 +18696,13 @@ "decorators": [] }, { - "$id": "1561", + "$id": "1563", "kind": "constant", "name": "DeleteContainerResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1562", + "$id": "1564", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18686,13 +18712,13 @@ "decorators": [] }, { - "$id": "1563", + "$id": "1565", "kind": "constant", "name": "DeleteContainerResponseDeleted", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1564", + "$id": "1566", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -18702,13 +18728,13 @@ "decorators": [] }, { - "$id": "1565", + "$id": "1567", "kind": "constant", "name": "ContainerFileListResourceObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1566", + "$id": "1568", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18718,13 +18744,13 @@ "decorators": [] }, { - "$id": "1567", + "$id": "1569", "kind": "constant", "name": "DeleteContainerFileResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1568", + "$id": "1570", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -18734,13 +18760,13 @@ "decorators": [] }, { - "$id": "1569", + "$id": "1571", "kind": "constant", "name": "DeleteContainerFileResponseDeleted", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1570", + "$id": "1572", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -18749,26 +18775,10 @@ "value": true, "decorators": [] }, - { - "$id": "1571", - "kind": "constant", - "name": "EmbeddingObject", - "namespace": "OpenAI", - "usage": "Output,Json", - "valueType": { - "$id": "1572", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "value": "embedding", - "decorators": [] - }, { "$id": "1573", "kind": "constant", - "name": "CreateEmbeddingResponseObject", + "name": "EmbeddingObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { @@ -18778,13 +18788,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "list", + "value": "embedding", "decorators": [] }, { "$id": "1575", "kind": "constant", - "name": "ListFilesResponseObject", + "name": "CreateEmbeddingResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { @@ -18800,7 +18810,7 @@ { "$id": "1577", "kind": "constant", - "name": "OpenAIFileObject", + "name": "ListFilesResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { @@ -18810,13 +18820,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "file", + "value": "list", "decorators": [] }, { "$id": "1579", "kind": "constant", - "name": "DeleteFileResponseObject", + "name": "OpenAIFileObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { @@ -18832,7 +18842,7 @@ { "$id": "1581", "kind": "constant", - "name": "FineTuningCheckpointPermissionObject", + "name": "DeleteFileResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { @@ -18842,13 +18852,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "checkpoint.permission", + "value": "file", "decorators": [] }, { "$id": "1583", "kind": "constant", - "name": "ListFineTuningCheckpointPermissionResponseObject", + "name": "FineTuningCheckpointPermissionObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { @@ -18858,13 +18868,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "list", + "value": "checkpoint.permission", "decorators": [] }, { "$id": "1585", "kind": "constant", - "name": "DeleteFineTuningCheckpointPermissionResponseObject", + "name": "ListFineTuningCheckpointPermissionResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { @@ -18874,15 +18884,15 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "checkpoint.permission", + "value": "list", "decorators": [] }, { "$id": "1587", "kind": "constant", - "name": "FileSearchRankingOptionsRanker2", - "namespace": "", - "usage": "None", + "name": "DeleteFineTuningCheckpointPermissionResponseObject", + "namespace": "OpenAI", + "usage": "Output,Json", "valueType": { "$id": "1588", "kind": "string", @@ -18890,13 +18900,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "auto", + "value": "checkpoint.permission", "decorators": [] }, { "$id": "1589", "kind": "constant", - "name": "FileSearchRankingOptionsRanker3", + "name": "FileSearchRankingOptionsRanker2", "namespace": "", "usage": "None", "valueType": { @@ -18912,7 +18922,7 @@ { "$id": "1591", "kind": "constant", - "name": "FileSearchRankingOptionsRanker4", + "name": "FileSearchRankingOptionsRanker3", "namespace": "", "usage": "None", "valueType": { @@ -18928,7 +18938,7 @@ { "$id": "1593", "kind": "constant", - "name": "FileSearchRankingOptionsRanker5", + "name": "FileSearchRankingOptionsRanker4", "namespace": "", "usage": "None", "valueType": { @@ -18944,7 +18954,7 @@ { "$id": "1595", "kind": "constant", - "name": "FileSearchRankingOptionsRanker6", + "name": "FileSearchRankingOptionsRanker5", "namespace": "", "usage": "None", "valueType": { @@ -18960,7 +18970,7 @@ { "$id": "1597", "kind": "constant", - "name": "FileSearchRankingOptionsRanker7", + "name": "FileSearchRankingOptionsRanker6", "namespace": "", "usage": "None", "valueType": { @@ -18976,7 +18986,7 @@ { "$id": "1599", "kind": "constant", - "name": "FileSearchRankingOptionsRanker8", + "name": "FileSearchRankingOptionsRanker7", "namespace": "", "usage": "None", "valueType": { @@ -18992,7 +19002,7 @@ { "$id": "1601", "kind": "constant", - "name": "FileSearchRankingOptionsRanker9", + "name": "FileSearchRankingOptionsRanker8", "namespace": "", "usage": "None", "valueType": { @@ -19008,7 +19018,7 @@ { "$id": "1603", "kind": "constant", - "name": "FileSearchRankingOptionsRanker10", + "name": "FileSearchRankingOptionsRanker9", "namespace": "", "usage": "None", "valueType": { @@ -19024,7 +19034,7 @@ { "$id": "1605", "kind": "constant", - "name": "FileSearchRankingOptionsRanker11", + "name": "FileSearchRankingOptionsRanker10", "namespace": "", "usage": "None", "valueType": { @@ -19040,7 +19050,7 @@ { "$id": "1607", "kind": "constant", - "name": "FileSearchRankingOptionsRanker12", + "name": "FileSearchRankingOptionsRanker11", "namespace": "", "usage": "None", "valueType": { @@ -19056,7 +19066,7 @@ { "$id": "1609", "kind": "constant", - "name": "FileSearchRankingOptionsRanker13", + "name": "FileSearchRankingOptionsRanker12", "namespace": "", "usage": "None", "valueType": { @@ -19072,7 +19082,7 @@ { "$id": "1611", "kind": "constant", - "name": "FileSearchRankingOptionsRanker14", + "name": "FileSearchRankingOptionsRanker13", "namespace": "", "usage": "None", "valueType": { @@ -19088,7 +19098,7 @@ { "$id": "1613", "kind": "constant", - "name": "FileSearchRankingOptionsRanker15", + "name": "FileSearchRankingOptionsRanker14", "namespace": "", "usage": "None", "valueType": { @@ -19104,7 +19114,7 @@ { "$id": "1615", "kind": "constant", - "name": "FileSearchRankingOptionsRanker16", + "name": "FileSearchRankingOptionsRanker15", "namespace": "", "usage": "None", "valueType": { @@ -19120,7 +19130,7 @@ { "$id": "1617", "kind": "constant", - "name": "FileSearchRankingOptionsRanker17", + "name": "FileSearchRankingOptionsRanker16", "namespace": "", "usage": "None", "valueType": { @@ -19136,7 +19146,7 @@ { "$id": "1619", "kind": "constant", - "name": "FileSearchRankingOptionsRanker18", + "name": "FileSearchRankingOptionsRanker17", "namespace": "", "usage": "None", "valueType": { @@ -19152,7 +19162,7 @@ { "$id": "1621", "kind": "constant", - "name": "FileSearchRankingOptionsRanker19", + "name": "FileSearchRankingOptionsRanker18", "namespace": "", "usage": "None", "valueType": { @@ -19168,7 +19178,7 @@ { "$id": "1623", "kind": "constant", - "name": "FileSearchRankingOptionsRanker20", + "name": "FileSearchRankingOptionsRanker19", "namespace": "", "usage": "None", "valueType": { @@ -19184,11 +19194,27 @@ { "$id": "1625", "kind": "constant", + "name": "FileSearchRankingOptionsRanker20", + "namespace": "", + "usage": "None", + "valueType": { + "$id": "1626", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + }, + "value": "auto", + "decorators": [] + }, + { + "$id": "1627", + "kind": "constant", "name": "FineTuningJobObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1626", + "$id": "1628", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19198,13 +19224,13 @@ "decorators": [] }, { - "$id": "1627", + "$id": "1629", "kind": "constant", "name": "ListPaginatedFineTuningJobsResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1628", + "$id": "1630", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19214,13 +19240,13 @@ "decorators": [] }, { - "$id": "1629", + "$id": "1631", "kind": "constant", "name": "FineTuningJobCheckpointObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1630", + "$id": "1632", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19230,13 +19256,13 @@ "decorators": [] }, { - "$id": "1631", + "$id": "1633", "kind": "constant", "name": "ListFineTuningJobCheckpointsResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1632", + "$id": "1634", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19246,13 +19272,13 @@ "decorators": [] }, { - "$id": "1633", + "$id": "1635", "kind": "constant", "name": "FineTuningJobEventObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1634", + "$id": "1636", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19262,13 +19288,13 @@ "decorators": [] }, { - "$id": "1635", + "$id": "1637", "kind": "constant", "name": "ListFineTuningJobEventsResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1636", + "$id": "1638", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19278,13 +19304,13 @@ "decorators": [] }, { - "$id": "1637", + "$id": "1639", "kind": "constant", "name": "EvalListObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1638", + "$id": "1640", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19294,13 +19320,13 @@ "decorators": [] }, { - "$id": "1639", + "$id": "1641", "kind": "constant", "name": "EvalObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1640", + "$id": "1642", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19310,13 +19336,13 @@ "decorators": [] }, { - "$id": "1641", + "$id": "1643", "kind": "constant", "name": "DeleteEvalResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1642", + "$id": "1644", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19326,13 +19352,13 @@ "decorators": [] }, { - "$id": "1643", + "$id": "1645", "kind": "constant", "name": "EvalRunListObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1644", + "$id": "1646", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19342,13 +19368,13 @@ "decorators": [] }, { - "$id": "1645", + "$id": "1647", "kind": "constant", "name": "EvalRunObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1646", + "$id": "1648", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19358,13 +19384,13 @@ "decorators": [] }, { - "$id": "1647", + "$id": "1649", "kind": "constant", "name": "EvalCompletionsRunDataSourceParamsInputMessages1Type", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1648", + "$id": "1650", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19374,13 +19400,13 @@ "decorators": [] }, { - "$id": "1649", + "$id": "1651", "kind": "constant", "name": "EvalCompletionsRunDataSourceParamsInputMessages2Type", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1650", + "$id": "1652", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19390,13 +19416,13 @@ "decorators": [] }, { - "$id": "1651", + "$id": "1653", "kind": "constant", "name": "EvalResponsesRunDataSourceParamsInputMessages1Type", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1652", + "$id": "1654", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19406,13 +19432,13 @@ "decorators": [] }, { - "$id": "1653", + "$id": "1655", "kind": "constant", "name": "EvalResponsesRunDataSourceParamsInputMessages2Type", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1654", + "$id": "1656", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19422,13 +19448,13 @@ "decorators": [] }, { - "$id": "1655", + "$id": "1657", "kind": "constant", "name": "MCPToolRequireApproval2", "namespace": "", "usage": "None", "valueType": { - "$id": "1656", + "$id": "1658", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19438,13 +19464,13 @@ "decorators": [] }, { - "$id": "1657", + "$id": "1659", "kind": "constant", "name": "MCPToolRequireApproval3", "namespace": "", "usage": "None", "valueType": { - "$id": "1658", + "$id": "1660", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19454,13 +19480,13 @@ "decorators": [] }, { - "$id": "1659", + "$id": "1661", "kind": "constant", "name": "DeleteEvalRunResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1660", + "$id": "1662", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19470,13 +19496,13 @@ "decorators": [] }, { - "$id": "1661", + "$id": "1663", "kind": "constant", "name": "EvalRunOutputItemListObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1662", + "$id": "1664", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19486,13 +19512,13 @@ "decorators": [] }, { - "$id": "1663", + "$id": "1665", "kind": "constant", "name": "EvalRunOutputItemObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1664", + "$id": "1666", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19502,13 +19528,13 @@ "decorators": [] }, { - "$id": "1665", + "$id": "1667", "kind": "constant", "name": "LocalShellExecActionType", "namespace": "OpenAI", "usage": "Input,Output,Json", "valueType": { - "$id": "1666", + "$id": "1668", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19518,13 +19544,13 @@ "decorators": [] }, { - "$id": "1667", + "$id": "1669", "kind": "constant", "name": "ResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1668", + "$id": "1670", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19534,13 +19560,13 @@ "decorators": [] }, { - "$id": "1669", + "$id": "1671", "kind": "constant", "name": "DeleteResponseResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1670", + "$id": "1672", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19550,13 +19576,13 @@ "decorators": [] }, { - "$id": "1671", + "$id": "1673", "kind": "constant", "name": "DeleteResponseResponseDeleted", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1672", + "$id": "1674", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -19566,13 +19592,13 @@ "decorators": [] }, { - "$id": "1673", + "$id": "1675", "kind": "constant", "name": "ResponseItemListObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1674", + "$id": "1676", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19582,13 +19608,13 @@ "decorators": [] }, { - "$id": "1675", + "$id": "1677", "kind": "constant", "name": "AssistantToolsFileSearchTypeOnlyType", "namespace": "OpenAI", "usage": "Input,Output,Json", "valueType": { - "$id": "1676", + "$id": "1678", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19598,13 +19624,13 @@ "decorators": [] }, { - "$id": "1677", + "$id": "1679", "kind": "constant", "name": "MessageObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1678", + "$id": "1680", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19614,13 +19640,13 @@ "decorators": [] }, { - "$id": "1679", + "$id": "1681", "kind": "constant", "name": "ListMessagesResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1680", + "$id": "1682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19630,13 +19656,13 @@ "decorators": [] }, { - "$id": "1681", + "$id": "1683", "kind": "constant", "name": "DeleteMessageResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1682", + "$id": "1684", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19646,13 +19672,13 @@ "decorators": [] }, { - "$id": "1683", + "$id": "1685", "kind": "constant", "name": "CreateModerationRequestInput2Type", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1684", + "$id": "1686", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19662,13 +19688,13 @@ "decorators": [] }, { - "$id": "1685", + "$id": "1687", "kind": "constant", "name": "CreateModerationRequestInput3Type", "namespace": "OpenAI", "usage": "Input,Json", "valueType": { - "$id": "1686", + "$id": "1688", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19678,13 +19704,13 @@ "decorators": [] }, { - "$id": "1687", + "$id": "1689", "kind": "constant", "name": "RunObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1688", + "$id": "1690", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19694,13 +19720,13 @@ "decorators": [] }, { - "$id": "1689", + "$id": "1691", "kind": "constant", "name": "RunObjectRequiredAction1Type", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1690", + "$id": "1692", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19710,13 +19736,13 @@ "decorators": [] }, { - "$id": "1691", + "$id": "1693", "kind": "constant", "name": "RunToolCallObjectType", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1692", + "$id": "1694", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19726,13 +19752,13 @@ "decorators": [] }, { - "$id": "1693", + "$id": "1695", "kind": "constant", "name": "ListRunsResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1694", + "$id": "1696", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19742,13 +19768,13 @@ "decorators": [] }, { - "$id": "1695", + "$id": "1697", "kind": "constant", "name": "ListRunStepsResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1696", + "$id": "1698", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19758,13 +19784,13 @@ "decorators": [] }, { - "$id": "1697", + "$id": "1699", "kind": "constant", "name": "RunStepObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1698", + "$id": "1700", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19774,13 +19800,13 @@ "decorators": [] }, { - "$id": "1699", + "$id": "1701", "kind": "constant", "name": "ThreadObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1700", + "$id": "1702", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19790,13 +19816,13 @@ "decorators": [] }, { - "$id": "1701", + "$id": "1703", "kind": "constant", "name": "DeleteThreadResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1702", + "$id": "1704", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19806,13 +19832,13 @@ "decorators": [] }, { - "$id": "1703", + "$id": "1705", "kind": "constant", "name": "ListVectorStoresResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1704", + "$id": "1706", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19822,13 +19848,13 @@ "decorators": [] }, { - "$id": "1705", + "$id": "1707", "kind": "constant", "name": "VectorStoreObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1706", + "$id": "1708", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19838,13 +19864,13 @@ "decorators": [] }, { - "$id": "1707", + "$id": "1709", "kind": "constant", "name": "DeleteVectorStoreResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1708", + "$id": "1710", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19854,13 +19880,13 @@ "decorators": [] }, { - "$id": "1709", + "$id": "1711", "kind": "constant", "name": "VectorStoreFileBatchObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1710", + "$id": "1712", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19870,13 +19896,13 @@ "decorators": [] }, { - "$id": "1711", + "$id": "1713", "kind": "constant", "name": "ListVectorStoreFilesResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1712", + "$id": "1714", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19886,13 +19912,13 @@ "decorators": [] }, { - "$id": "1713", + "$id": "1715", "kind": "constant", "name": "VectorStoreFileObjectObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1714", + "$id": "1716", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19902,13 +19928,13 @@ "decorators": [] }, { - "$id": "1715", + "$id": "1717", "kind": "constant", "name": "DeleteVectorStoreFileResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1716", + "$id": "1718", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19918,13 +19944,13 @@ "decorators": [] }, { - "$id": "1717", + "$id": "1719", "kind": "constant", "name": "VectorStoreFileContentResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1718", + "$id": "1720", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19934,13 +19960,13 @@ "decorators": [] }, { - "$id": "1719", + "$id": "1721", "kind": "constant", "name": "VectorStoreSearchResultsPageObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1720", + "$id": "1722", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19950,13 +19976,13 @@ "decorators": [] }, { - "$id": "1721", + "$id": "1723", "kind": "constant", "name": "VectorStoreSearchResultContentObjectType", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1722", + "$id": "1724", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19966,13 +19992,13 @@ "decorators": [] }, { - "$id": "1723", + "$id": "1725", "kind": "constant", "name": "CreateCompletionResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1724", + "$id": "1726", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19982,13 +20008,13 @@ "decorators": [] }, { - "$id": "1725", + "$id": "1727", "kind": "constant", "name": "ListModelsResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1726", + "$id": "1728", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -19998,13 +20024,13 @@ "decorators": [] }, { - "$id": "1727", + "$id": "1729", "kind": "constant", "name": "ModelObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1728", + "$id": "1730", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20014,13 +20040,13 @@ "decorators": [] }, { - "$id": "1729", + "$id": "1731", "kind": "constant", "name": "DeleteModelResponseObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1730", + "$id": "1732", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20030,13 +20056,13 @@ "decorators": [] }, { - "$id": "1731", + "$id": "1733", "kind": "constant", "name": "RealtimeRequestSessionMaxResponseOutputTokens1", "namespace": "", "usage": "None", "valueType": { - "$id": "1732", + "$id": "1734", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20046,13 +20072,13 @@ "decorators": [] }, { - "$id": "1733", + "$id": "1735", "kind": "constant", "name": "RealtimeRequestSessionMaxResponseOutputTokens11", "namespace": "", "usage": "None", "valueType": { - "$id": "1734", + "$id": "1736", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20062,13 +20088,13 @@ "decorators": [] }, { - "$id": "1735", + "$id": "1737", "kind": "constant", "name": "RealtimeResponseSessionObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1736", + "$id": "1738", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20078,13 +20104,13 @@ "decorators": [] }, { - "$id": "1737", + "$id": "1739", "kind": "constant", "name": "RealtimeRequestSessionMaxResponseOutputTokens12", "namespace": "", "usage": "None", "valueType": { - "$id": "1738", + "$id": "1740", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20094,13 +20120,13 @@ "decorators": [] }, { - "$id": "1739", + "$id": "1741", "kind": "constant", "name": "RealtimeConversationResponseItemObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1740", + "$id": "1742", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20110,13 +20136,13 @@ "decorators": [] }, { - "$id": "1741", + "$id": "1743", "kind": "constant", "name": "RealtimeRequestSessionMaxResponseOutputTokens13", "namespace": "", "usage": "None", "valueType": { - "$id": "1742", + "$id": "1744", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20126,13 +20152,13 @@ "decorators": [] }, { - "$id": "1743", + "$id": "1745", "kind": "constant", "name": "FileSearchRankingOptionsRanker21", "namespace": "", "usage": "None", "valueType": { - "$id": "1744", + "$id": "1746", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20142,13 +20168,13 @@ "decorators": [] }, { - "$id": "1745", + "$id": "1747", "kind": "constant", "name": "RealtimeRequestSessionMaxResponseOutputTokens14", "namespace": "", "usage": "None", "valueType": { - "$id": "1746", + "$id": "1748", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20158,13 +20184,13 @@ "decorators": [] }, { - "$id": "1747", + "$id": "1749", "kind": "constant", "name": "FileSearchRankingOptionsRanker22", "namespace": "", "usage": "None", "valueType": { - "$id": "1748", + "$id": "1750", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20174,13 +20200,13 @@ "decorators": [] }, { - "$id": "1749", + "$id": "1751", "kind": "constant", "name": "RealtimeRequestSessionMaxResponseOutputTokens15", "namespace": "", "usage": "None", "valueType": { - "$id": "1750", + "$id": "1752", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20190,13 +20216,13 @@ "decorators": [] }, { - "$id": "1751", + "$id": "1753", "kind": "constant", "name": "UploadPartObject", "namespace": "OpenAI", "usage": "Output,Json", "valueType": { - "$id": "1752", + "$id": "1754", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20206,14 +20232,14 @@ "decorators": [] }, { - "$id": "1753", + "$id": "1755", "kind": "constant", "name": "MessageDeltaObjectObject", "namespace": "OpenAI", "access": "public", "usage": "Output", "valueType": { - "$id": "1754", + "$id": "1756", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20223,14 +20249,14 @@ "decorators": [] }, { - "$id": "1755", + "$id": "1757", "kind": "constant", "name": "RunStepDeltaObjectObject", "namespace": "OpenAI", "access": "public", "usage": "Output", "valueType": { - "$id": "1756", + "$id": "1758", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -20240,28 +20266,12 @@ "decorators": [] }, { - "$id": "1757", + "$id": "1759", "kind": "constant", "name": "DotNetCombinedJsonTranscriptionResponseTask", "namespace": "OpenAI", "access": "public", "usage": "Output", - "valueType": { - "$id": "1758", - "kind": "string", - "name": "string", - "crossLanguageDefinitionId": "TypeSpec.string", - "decorators": [] - }, - "value": "transcribe", - "decorators": [] - }, - { - "$id": "1759", - "kind": "constant", - "name": "ListAssistantsRequestAccept", - "namespace": "", - "usage": "None", "valueType": { "$id": "1760", "kind": "string", @@ -20269,13 +20279,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "transcribe", "decorators": [] }, { "$id": "1761", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta", + "name": "ListAssistantsRequestAccept", "namespace": "", "usage": "None", "valueType": { @@ -20285,13 +20295,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1763", "kind": "constant", - "name": "ListAssistantsRequestAccept1", + "name": "ListAssistantsRequestOpenAiBeta", "namespace": "", "usage": "None", "valueType": { @@ -20301,13 +20311,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1765", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta1", + "name": "ListAssistantsRequestAccept1", "namespace": "", "usage": "None", "valueType": { @@ -20317,13 +20327,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1767", "kind": "constant", - "name": "ListAssistantsRequestAccept2", + "name": "ListAssistantsRequestOpenAiBeta1", "namespace": "", "usage": "None", "valueType": { @@ -20333,13 +20343,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1769", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta2", + "name": "ListAssistantsRequestAccept2", "namespace": "", "usage": "None", "valueType": { @@ -20349,13 +20359,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1771", "kind": "constant", - "name": "createAssistantContentType", + "name": "ListAssistantsRequestOpenAiBeta2", "namespace": "", "usage": "None", "valueType": { @@ -20365,13 +20375,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1773", "kind": "constant", - "name": "ListAssistantsRequestAccept3", + "name": "createAssistantContentType", "namespace": "", "usage": "None", "valueType": { @@ -20387,7 +20397,7 @@ { "$id": "1775", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta3", + "name": "ListAssistantsRequestAccept3", "namespace": "", "usage": "None", "valueType": { @@ -20397,13 +20407,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1777", "kind": "constant", - "name": "ListAssistantsRequestAccept4", + "name": "ListAssistantsRequestOpenAiBeta3", "namespace": "", "usage": "None", "valueType": { @@ -20413,13 +20423,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1779", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta4", + "name": "ListAssistantsRequestAccept4", "namespace": "", "usage": "None", "valueType": { @@ -20429,13 +20439,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1781", "kind": "constant", - "name": "ListAssistantsRequestAccept5", + "name": "ListAssistantsRequestOpenAiBeta4", "namespace": "", "usage": "None", "valueType": { @@ -20445,13 +20455,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1783", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta5", + "name": "ListAssistantsRequestAccept5", "namespace": "", "usage": "None", "valueType": { @@ -20461,13 +20471,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1785", "kind": "constant", - "name": "ListAssistantsRequestAccept6", + "name": "ListAssistantsRequestOpenAiBeta5", "namespace": "", "usage": "None", "valueType": { @@ -20477,13 +20487,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1787", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta6", + "name": "ListAssistantsRequestAccept6", "namespace": "", "usage": "None", "valueType": { @@ -20493,13 +20503,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1789", "kind": "constant", - "name": "modifyAssistantContentType", + "name": "ListAssistantsRequestOpenAiBeta6", "namespace": "", "usage": "None", "valueType": { @@ -20509,13 +20519,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1791", "kind": "constant", - "name": "ListAssistantsRequestAccept7", + "name": "modifyAssistantContentType", "namespace": "", "usage": "None", "valueType": { @@ -20531,7 +20541,7 @@ { "$id": "1793", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta7", + "name": "ListAssistantsRequestAccept7", "namespace": "", "usage": "None", "valueType": { @@ -20541,13 +20551,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1795", "kind": "constant", - "name": "ListAssistantsRequestAccept8", + "name": "ListAssistantsRequestOpenAiBeta7", "namespace": "", "usage": "None", "valueType": { @@ -20557,13 +20567,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1797", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta8", + "name": "ListAssistantsRequestAccept8", "namespace": "", "usage": "None", "valueType": { @@ -20573,13 +20583,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1799", "kind": "constant", - "name": "ListAssistantsRequestAccept9", + "name": "ListAssistantsRequestOpenAiBeta8", "namespace": "", "usage": "None", "valueType": { @@ -20589,13 +20599,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "1801", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta9", + "name": "ListAssistantsRequestAccept9", "namespace": "", "usage": "None", "valueType": { @@ -20605,13 +20615,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "1803", "kind": "constant", - "name": "CreateSpeechRequestAccept", + "name": "ListAssistantsRequestOpenAiBeta9", "namespace": "", "usage": "None", "valueType": { @@ -20621,13 +20631,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/octet-stream", + "value": "assistants=v2", "decorators": [] }, { "$id": "1805", "kind": "constant", - "name": "createSpeechContentType", + "name": "CreateSpeechRequestAccept", "namespace": "", "usage": "None", "valueType": { @@ -20637,13 +20647,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "application/octet-stream", "decorators": [] }, { "$id": "1807", "kind": "constant", - "name": "CreateSpeechRequestAccept1", + "name": "createSpeechContentType", "namespace": "", "usage": "None", "valueType": { @@ -20653,13 +20663,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/octet-stream", + "value": "application/json", "decorators": [] }, { "$id": "1809", "kind": "constant", - "name": "CreateSpeechRequestAccept2", + "name": "CreateSpeechRequestAccept1", "namespace": "", "usage": "None", "valueType": { @@ -20675,7 +20685,7 @@ { "$id": "1811", "kind": "constant", - "name": "CreateTranscriptionRequestContentType", + "name": "CreateSpeechRequestAccept2", "namespace": "", "usage": "None", "valueType": { @@ -20685,13 +20695,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/octet-stream", "decorators": [] }, { "$id": "1813", "kind": "constant", - "name": "CreateTranscriptionRequestAccept1", + "name": "CreateTranscriptionRequestContentType", "namespace": "", "usage": "None", "valueType": { @@ -20701,13 +20711,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "text/event-stream", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1815", "kind": "constant", - "name": "CreateTranscriptionRequestContentType1", + "name": "CreateTranscriptionRequestAccept1", "namespace": "", "usage": "None", "valueType": { @@ -20717,13 +20727,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "text/event-stream", "decorators": [] }, { "$id": "1817", "kind": "constant", - "name": "ListAssistantsRequestAccept10", + "name": "CreateTranscriptionRequestContentType1", "namespace": "", "usage": "None", "valueType": { @@ -20733,13 +20743,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1819", "kind": "constant", - "name": "CreateTranscriptionRequestContentType2", + "name": "ListAssistantsRequestAccept10", "namespace": "", "usage": "None", "valueType": { @@ -20749,13 +20759,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "1821", "kind": "constant", - "name": "CreateTranslationResponseContentType", + "name": "CreateTranscriptionRequestContentType2", "namespace": "", "usage": "None", "valueType": { @@ -20765,13 +20775,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "text/plain", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1823", "kind": "constant", - "name": "ListAssistantsRequestAccept11", + "name": "CreateTranslationResponseContentType", "namespace": "", "usage": "None", "valueType": { @@ -20781,13 +20791,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "text/plain", "decorators": [] }, { "$id": "1825", "kind": "constant", - "name": "CreateTranscriptionRequestContentType3", + "name": "ListAssistantsRequestAccept11", "namespace": "", "usage": "None", "valueType": { @@ -20797,13 +20807,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "1827", "kind": "constant", - "name": "ListAssistantsRequestAccept12", + "name": "CreateTranscriptionRequestContentType3", "namespace": "", "usage": "None", "valueType": { @@ -20813,13 +20823,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1829", "kind": "constant", - "name": "createBatchContentType", + "name": "ListAssistantsRequestAccept12", "namespace": "", "usage": "None", "valueType": { @@ -20835,7 +20845,7 @@ { "$id": "1831", "kind": "constant", - "name": "ListAssistantsRequestAccept13", + "name": "createBatchContentType", "namespace": "", "usage": "None", "valueType": { @@ -20851,7 +20861,7 @@ { "$id": "1833", "kind": "constant", - "name": "CreateBatchRequestCompletionWindow", + "name": "ListAssistantsRequestAccept13", "namespace": "", "usage": "None", "valueType": { @@ -20861,13 +20871,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "24h", + "value": "application/json", "decorators": [] }, { "$id": "1835", "kind": "constant", - "name": "ListAssistantsRequestAccept14", + "name": "CreateBatchRequestCompletionWindow", "namespace": "", "usage": "None", "valueType": { @@ -20877,13 +20887,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "24h", "decorators": [] }, { "$id": "1837", "kind": "constant", - "name": "ListAssistantsRequestAccept15", + "name": "ListAssistantsRequestAccept14", "namespace": "", "usage": "None", "valueType": { @@ -20899,7 +20909,7 @@ { "$id": "1839", "kind": "constant", - "name": "ListAssistantsRequestAccept16", + "name": "ListAssistantsRequestAccept15", "namespace": "", "usage": "None", "valueType": { @@ -20915,7 +20925,7 @@ { "$id": "1841", "kind": "constant", - "name": "ListAssistantsRequestAccept17", + "name": "ListAssistantsRequestAccept16", "namespace": "", "usage": "None", "valueType": { @@ -20931,7 +20941,7 @@ { "$id": "1843", "kind": "constant", - "name": "ListAssistantsRequestAccept18", + "name": "ListAssistantsRequestAccept17", "namespace": "", "usage": "None", "valueType": { @@ -20947,7 +20957,7 @@ { "$id": "1845", "kind": "constant", - "name": "ListAssistantsRequestAccept19", + "name": "ListAssistantsRequestAccept18", "namespace": "", "usage": "None", "valueType": { @@ -20963,7 +20973,7 @@ { "$id": "1847", "kind": "constant", - "name": "listChatCompletionsContentType", + "name": "ListAssistantsRequestAccept19", "namespace": "", "usage": "None", "valueType": { @@ -20979,7 +20989,7 @@ { "$id": "1849", "kind": "constant", - "name": "ListAssistantsRequestAccept20", + "name": "listChatCompletionsContentType", "namespace": "", "usage": "None", "valueType": { @@ -20995,7 +21005,7 @@ { "$id": "1851", "kind": "constant", - "name": "createChatCompletionContentType", + "name": "ListAssistantsRequestAccept20", "namespace": "", "usage": "None", "valueType": { @@ -21011,7 +21021,7 @@ { "$id": "1853", "kind": "constant", - "name": "CreateTranscriptionRequestAccept11", + "name": "createChatCompletionContentType", "namespace": "", "usage": "None", "valueType": { @@ -21021,13 +21031,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "text/event-stream", + "value": "application/json", "decorators": [] }, { "$id": "1855", "kind": "constant", - "name": "ListAssistantsRequestAccept21", + "name": "CreateTranscriptionRequestAccept11", "namespace": "", "usage": "None", "valueType": { @@ -21037,13 +21047,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "text/event-stream", "decorators": [] }, { "$id": "1857", "kind": "constant", - "name": "getChatCompletionContentType", + "name": "ListAssistantsRequestAccept21", "namespace": "", "usage": "None", "valueType": { @@ -21059,7 +21069,7 @@ { "$id": "1859", "kind": "constant", - "name": "updateChatCompletionContentType", + "name": "getChatCompletionContentType", "namespace": "", "usage": "None", "valueType": { @@ -21075,7 +21085,7 @@ { "$id": "1861", "kind": "constant", - "name": "updateChatCompletionContentType1", + "name": "updateChatCompletionContentType", "namespace": "", "usage": "None", "valueType": { @@ -21091,7 +21101,7 @@ { "$id": "1863", "kind": "constant", - "name": "deleteChatCompletionContentType", + "name": "updateChatCompletionContentType1", "namespace": "", "usage": "None", "valueType": { @@ -21107,7 +21117,7 @@ { "$id": "1865", "kind": "constant", - "name": "getChatCompletionMessagesContentType", + "name": "deleteChatCompletionContentType", "namespace": "", "usage": "None", "valueType": { @@ -21123,7 +21133,7 @@ { "$id": "1867", "kind": "constant", - "name": "listContainersContentType", + "name": "getChatCompletionMessagesContentType", "namespace": "", "usage": "None", "valueType": { @@ -21139,7 +21149,7 @@ { "$id": "1869", "kind": "constant", - "name": "createContainerContentType", + "name": "listContainersContentType", "namespace": "", "usage": "None", "valueType": { @@ -21155,7 +21165,7 @@ { "$id": "1871", "kind": "constant", - "name": "createContainerContentType1", + "name": "createContainerContentType", "namespace": "", "usage": "None", "valueType": { @@ -21171,7 +21181,7 @@ { "$id": "1873", "kind": "constant", - "name": "retrieveContainerContentType", + "name": "createContainerContentType1", "namespace": "", "usage": "None", "valueType": { @@ -21187,7 +21197,7 @@ { "$id": "1875", "kind": "constant", - "name": "deleteContainerContentType", + "name": "retrieveContainerContentType", "namespace": "", "usage": "None", "valueType": { @@ -21203,7 +21213,7 @@ { "$id": "1877", "kind": "constant", - "name": "CreateTranscriptionRequestContentType4", + "name": "deleteContainerContentType", "namespace": "", "usage": "None", "valueType": { @@ -21213,13 +21223,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "1879", "kind": "constant", - "name": "createContainerFileContentType", + "name": "CreateTranscriptionRequestContentType4", "namespace": "", "usage": "None", "valueType": { @@ -21229,13 +21239,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1881", "kind": "constant", - "name": "CreateTranscriptionRequestContentType5", + "name": "createContainerFileContentType", "namespace": "", "usage": "None", "valueType": { @@ -21245,13 +21255,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "1883", "kind": "constant", - "name": "listContainerFilesContentType", + "name": "CreateTranscriptionRequestContentType5", "namespace": "", "usage": "None", "valueType": { @@ -21261,13 +21271,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1885", "kind": "constant", - "name": "retrieveContainerFileContentType", + "name": "listContainerFilesContentType", "namespace": "", "usage": "None", "valueType": { @@ -21283,7 +21293,7 @@ { "$id": "1887", "kind": "constant", - "name": "deleteContainerFileContentType", + "name": "retrieveContainerFileContentType", "namespace": "", "usage": "None", "valueType": { @@ -21299,7 +21309,7 @@ { "$id": "1889", "kind": "constant", - "name": "retrieveContainerFileContentContentType", + "name": "deleteContainerFileContentType", "namespace": "", "usage": "None", "valueType": { @@ -21309,13 +21319,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/octet-stream", + "value": "application/json", "decorators": [] }, { "$id": "1891", "kind": "constant", - "name": "ListAssistantsRequestAccept22", + "name": "retrieveContainerFileContentContentType", "namespace": "", "usage": "None", "valueType": { @@ -21325,13 +21335,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "application/octet-stream", "decorators": [] }, { "$id": "1893", "kind": "constant", - "name": "createEmbeddingContentType", + "name": "ListAssistantsRequestAccept22", "namespace": "", "usage": "None", "valueType": { @@ -21347,7 +21357,7 @@ { "$id": "1895", "kind": "constant", - "name": "ListAssistantsRequestAccept23", + "name": "createEmbeddingContentType", "namespace": "", "usage": "None", "valueType": { @@ -21363,7 +21373,7 @@ { "$id": "1897", "kind": "constant", - "name": "ListAssistantsRequestAccept24", + "name": "ListAssistantsRequestAccept23", "namespace": "", "usage": "None", "valueType": { @@ -21379,7 +21389,7 @@ { "$id": "1899", "kind": "constant", - "name": "ListAssistantsRequestAccept25", + "name": "ListAssistantsRequestAccept24", "namespace": "", "usage": "None", "valueType": { @@ -21395,7 +21405,7 @@ { "$id": "1901", "kind": "constant", - "name": "ListAssistantsRequestAccept26", + "name": "ListAssistantsRequestAccept25", "namespace": "", "usage": "None", "valueType": { @@ -21411,7 +21421,7 @@ { "$id": "1903", "kind": "constant", - "name": "CreateTranscriptionRequestContentType6", + "name": "ListAssistantsRequestAccept26", "namespace": "", "usage": "None", "valueType": { @@ -21421,13 +21431,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "1905", "kind": "constant", - "name": "ListAssistantsRequestAccept27", + "name": "CreateTranscriptionRequestContentType6", "namespace": "", "usage": "None", "valueType": { @@ -21437,13 +21447,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1907", "kind": "constant", - "name": "CreateTranscriptionRequestContentType7", + "name": "ListAssistantsRequestAccept27", "namespace": "", "usage": "None", "valueType": { @@ -21453,13 +21463,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "1909", "kind": "constant", - "name": "ListAssistantsRequestAccept28", + "name": "CreateTranscriptionRequestContentType7", "namespace": "", "usage": "None", "valueType": { @@ -21469,13 +21479,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "1911", "kind": "constant", - "name": "ListAssistantsRequestAccept29", + "name": "ListAssistantsRequestAccept28", "namespace": "", "usage": "None", "valueType": { @@ -21491,7 +21501,7 @@ { "$id": "1913", "kind": "constant", - "name": "ListAssistantsRequestAccept30", + "name": "ListAssistantsRequestAccept29", "namespace": "", "usage": "None", "valueType": { @@ -21507,7 +21517,7 @@ { "$id": "1915", "kind": "constant", - "name": "ListAssistantsRequestAccept31", + "name": "ListAssistantsRequestAccept30", "namespace": "", "usage": "None", "valueType": { @@ -21523,7 +21533,7 @@ { "$id": "1917", "kind": "constant", - "name": "ListAssistantsRequestAccept32", + "name": "ListAssistantsRequestAccept31", "namespace": "", "usage": "None", "valueType": { @@ -21539,7 +21549,7 @@ { "$id": "1919", "kind": "constant", - "name": "ListAssistantsRequestAccept33", + "name": "ListAssistantsRequestAccept32", "namespace": "", "usage": "None", "valueType": { @@ -21555,7 +21565,7 @@ { "$id": "1921", "kind": "constant", - "name": "listFineTuningCheckpointPermissionsContentType", + "name": "ListAssistantsRequestAccept33", "namespace": "", "usage": "None", "valueType": { @@ -21571,7 +21581,7 @@ { "$id": "1923", "kind": "constant", - "name": "createFineTuningCheckpointPermissionContentType", + "name": "listFineTuningCheckpointPermissionsContentType", "namespace": "", "usage": "None", "valueType": { @@ -21587,7 +21597,7 @@ { "$id": "1925", "kind": "constant", - "name": "createFineTuningCheckpointPermissionContentType1", + "name": "createFineTuningCheckpointPermissionContentType", "namespace": "", "usage": "None", "valueType": { @@ -21603,7 +21613,7 @@ { "$id": "1927", "kind": "constant", - "name": "deleteFineTuningCheckpointPermissionContentType", + "name": "createFineTuningCheckpointPermissionContentType1", "namespace": "", "usage": "None", "valueType": { @@ -21619,7 +21629,7 @@ { "$id": "1929", "kind": "constant", - "name": "ListAssistantsRequestAccept34", + "name": "deleteFineTuningCheckpointPermissionContentType", "namespace": "", "usage": "None", "valueType": { @@ -21635,7 +21645,7 @@ { "$id": "1931", "kind": "constant", - "name": "createFineTuningJobContentType", + "name": "ListAssistantsRequestAccept34", "namespace": "", "usage": "None", "valueType": { @@ -21651,7 +21661,7 @@ { "$id": "1933", "kind": "constant", - "name": "ListAssistantsRequestAccept35", + "name": "createFineTuningJobContentType", "namespace": "", "usage": "None", "valueType": { @@ -21667,7 +21677,7 @@ { "$id": "1935", "kind": "constant", - "name": "ListAssistantsRequestAccept36", + "name": "ListAssistantsRequestAccept35", "namespace": "", "usage": "None", "valueType": { @@ -21683,7 +21693,7 @@ { "$id": "1937", "kind": "constant", - "name": "ListAssistantsRequestAccept37", + "name": "ListAssistantsRequestAccept36", "namespace": "", "usage": "None", "valueType": { @@ -21699,7 +21709,7 @@ { "$id": "1939", "kind": "constant", - "name": "ListAssistantsRequestAccept38", + "name": "ListAssistantsRequestAccept37", "namespace": "", "usage": "None", "valueType": { @@ -21715,7 +21725,7 @@ { "$id": "1941", "kind": "constant", - "name": "ListAssistantsRequestAccept39", + "name": "ListAssistantsRequestAccept38", "namespace": "", "usage": "None", "valueType": { @@ -21731,7 +21741,7 @@ { "$id": "1943", "kind": "constant", - "name": "ListAssistantsRequestAccept40", + "name": "ListAssistantsRequestAccept39", "namespace": "", "usage": "None", "valueType": { @@ -21747,7 +21757,7 @@ { "$id": "1945", "kind": "constant", - "name": "ListAssistantsRequestAccept41", + "name": "ListAssistantsRequestAccept40", "namespace": "", "usage": "None", "valueType": { @@ -21763,7 +21773,7 @@ { "$id": "1947", "kind": "constant", - "name": "ListAssistantsRequestAccept42", + "name": "ListAssistantsRequestAccept41", "namespace": "", "usage": "None", "valueType": { @@ -21779,7 +21789,7 @@ { "$id": "1949", "kind": "constant", - "name": "ListAssistantsRequestAccept43", + "name": "ListAssistantsRequestAccept42", "namespace": "", "usage": "None", "valueType": { @@ -21795,7 +21805,7 @@ { "$id": "1951", "kind": "constant", - "name": "ListAssistantsRequestAccept44", + "name": "ListAssistantsRequestAccept43", "namespace": "", "usage": "None", "valueType": { @@ -21811,7 +21821,7 @@ { "$id": "1953", "kind": "constant", - "name": "ListAssistantsRequestAccept45", + "name": "ListAssistantsRequestAccept44", "namespace": "", "usage": "None", "valueType": { @@ -21827,7 +21837,7 @@ { "$id": "1955", "kind": "constant", - "name": "pauseFineTuningJobContentType", + "name": "ListAssistantsRequestAccept45", "namespace": "", "usage": "None", "valueType": { @@ -21843,7 +21853,7 @@ { "$id": "1957", "kind": "constant", - "name": "resumeFineTuningJobContentType", + "name": "pauseFineTuningJobContentType", "namespace": "", "usage": "None", "valueType": { @@ -21859,7 +21869,7 @@ { "$id": "1959", "kind": "constant", - "name": "runGraderContentType", + "name": "resumeFineTuningJobContentType", "namespace": "", "usage": "None", "valueType": { @@ -21875,7 +21885,7 @@ { "$id": "1961", "kind": "constant", - "name": "runGraderContentType1", + "name": "runGraderContentType", "namespace": "", "usage": "None", "valueType": { @@ -21891,7 +21901,7 @@ { "$id": "1963", "kind": "constant", - "name": "validateGraderContentType", + "name": "runGraderContentType1", "namespace": "", "usage": "None", "valueType": { @@ -21907,7 +21917,7 @@ { "$id": "1965", "kind": "constant", - "name": "validateGraderContentType1", + "name": "validateGraderContentType", "namespace": "", "usage": "None", "valueType": { @@ -21923,7 +21933,7 @@ { "$id": "1967", "kind": "constant", - "name": "listEvalsContentType", + "name": "validateGraderContentType1", "namespace": "", "usage": "None", "valueType": { @@ -21939,7 +21949,7 @@ { "$id": "1969", "kind": "constant", - "name": "createEvalContentType", + "name": "listEvalsContentType", "namespace": "", "usage": "None", "valueType": { @@ -21955,7 +21965,7 @@ { "$id": "1971", "kind": "constant", - "name": "createEvalContentType1", + "name": "createEvalContentType", "namespace": "", "usage": "None", "valueType": { @@ -21971,7 +21981,7 @@ { "$id": "1973", "kind": "constant", - "name": "getEvalContentType", + "name": "createEvalContentType1", "namespace": "", "usage": "None", "valueType": { @@ -21987,7 +21997,7 @@ { "$id": "1975", "kind": "constant", - "name": "updateEvalContentType", + "name": "getEvalContentType", "namespace": "", "usage": "None", "valueType": { @@ -22003,7 +22013,7 @@ { "$id": "1977", "kind": "constant", - "name": "updateEvalContentType1", + "name": "updateEvalContentType", "namespace": "", "usage": "None", "valueType": { @@ -22019,7 +22029,7 @@ { "$id": "1979", "kind": "constant", - "name": "deleteEvalContentType", + "name": "updateEvalContentType1", "namespace": "", "usage": "None", "valueType": { @@ -22035,7 +22045,7 @@ { "$id": "1981", "kind": "constant", - "name": "getEvalRunsContentType", + "name": "deleteEvalContentType", "namespace": "", "usage": "None", "valueType": { @@ -22051,7 +22061,7 @@ { "$id": "1983", "kind": "constant", - "name": "createEvalRunContentType", + "name": "getEvalRunsContentType", "namespace": "", "usage": "None", "valueType": { @@ -22067,7 +22077,7 @@ { "$id": "1985", "kind": "constant", - "name": "createEvalRunContentType1", + "name": "createEvalRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -22083,7 +22093,7 @@ { "$id": "1987", "kind": "constant", - "name": "getEvalRunContentType", + "name": "createEvalRunContentType1", "namespace": "", "usage": "None", "valueType": { @@ -22099,7 +22109,7 @@ { "$id": "1989", "kind": "constant", - "name": "cancelEvalRunContentType", + "name": "getEvalRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -22115,7 +22125,7 @@ { "$id": "1991", "kind": "constant", - "name": "deleteEvalRunContentType", + "name": "cancelEvalRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -22131,7 +22141,7 @@ { "$id": "1993", "kind": "constant", - "name": "getEvalRunOutputItemsContentType", + "name": "deleteEvalRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -22147,7 +22157,7 @@ { "$id": "1995", "kind": "constant", - "name": "getEvalRunOutputItemContentType", + "name": "getEvalRunOutputItemsContentType", "namespace": "", "usage": "None", "valueType": { @@ -22163,7 +22173,7 @@ { "$id": "1997", "kind": "constant", - "name": "createResponseContentType", + "name": "getEvalRunOutputItemContentType", "namespace": "", "usage": "None", "valueType": { @@ -22179,7 +22189,7 @@ { "$id": "1999", "kind": "constant", - "name": "CreateTranscriptionRequestAccept12", + "name": "createResponseContentType", "namespace": "", "usage": "None", "valueType": { @@ -22189,13 +22199,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "text/event-stream", + "value": "application/json", "decorators": [] }, { "$id": "2001", "kind": "constant", - "name": "CreateTranscriptionRequestAccept13", + "name": "CreateTranscriptionRequestAccept12", "namespace": "", "usage": "None", "valueType": { @@ -22211,7 +22221,7 @@ { "$id": "2003", "kind": "constant", - "name": "deleteResponseContentType", + "name": "CreateTranscriptionRequestAccept13", "namespace": "", "usage": "None", "valueType": { @@ -22221,13 +22231,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "text/event-stream", "decorators": [] }, { "$id": "2005", "kind": "constant", - "name": "cancelResponseContentType", + "name": "deleteResponseContentType", "namespace": "", "usage": "None", "valueType": { @@ -22243,7 +22253,7 @@ { "$id": "2007", "kind": "constant", - "name": "listInputItemsContentType", + "name": "cancelResponseContentType", "namespace": "", "usage": "None", "valueType": { @@ -22259,7 +22269,7 @@ { "$id": "2009", "kind": "constant", - "name": "ListAssistantsRequestAccept46", + "name": "listInputItemsContentType", "namespace": "", "usage": "None", "valueType": { @@ -22275,7 +22285,7 @@ { "$id": "2011", "kind": "constant", - "name": "createImageContentType", + "name": "ListAssistantsRequestAccept46", "namespace": "", "usage": "None", "valueType": { @@ -22291,7 +22301,7 @@ { "$id": "2013", "kind": "constant", - "name": "ListAssistantsRequestAccept47", + "name": "createImageContentType", "namespace": "", "usage": "None", "valueType": { @@ -22307,7 +22317,7 @@ { "$id": "2015", "kind": "constant", - "name": "ListAssistantsRequestAccept48", + "name": "ListAssistantsRequestAccept47", "namespace": "", "usage": "None", "valueType": { @@ -22323,7 +22333,7 @@ { "$id": "2017", "kind": "constant", - "name": "CreateTranscriptionRequestContentType8", + "name": "ListAssistantsRequestAccept48", "namespace": "", "usage": "None", "valueType": { @@ -22333,13 +22343,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "2019", "kind": "constant", - "name": "ListAssistantsRequestAccept49", + "name": "CreateTranscriptionRequestContentType8", "namespace": "", "usage": "None", "valueType": { @@ -22349,13 +22359,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2021", "kind": "constant", - "name": "CreateTranscriptionRequestContentType9", + "name": "ListAssistantsRequestAccept49", "namespace": "", "usage": "None", "valueType": { @@ -22365,13 +22375,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "2023", "kind": "constant", - "name": "ListAssistantsRequestAccept50", + "name": "CreateTranscriptionRequestContentType9", "namespace": "", "usage": "None", "valueType": { @@ -22381,13 +22391,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2025", "kind": "constant", - "name": "CreateTranscriptionRequestContentType10", + "name": "ListAssistantsRequestAccept50", "namespace": "", "usage": "None", "valueType": { @@ -22397,13 +22407,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "2027", "kind": "constant", - "name": "ListAssistantsRequestAccept51", + "name": "CreateTranscriptionRequestContentType10", "namespace": "", "usage": "None", "valueType": { @@ -22413,13 +22423,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2029", "kind": "constant", - "name": "CreateTranscriptionRequestContentType11", + "name": "ListAssistantsRequestAccept51", "namespace": "", "usage": "None", "valueType": { @@ -22429,13 +22439,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "2031", "kind": "constant", - "name": "ListAssistantsRequestAccept52", + "name": "CreateTranscriptionRequestContentType11", "namespace": "", "usage": "None", "valueType": { @@ -22445,13 +22455,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2033", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta10", + "name": "ListAssistantsRequestAccept52", "namespace": "", "usage": "None", "valueType": { @@ -22461,13 +22471,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2035", "kind": "constant", - "name": "createMessageContentType", + "name": "ListAssistantsRequestOpenAiBeta10", "namespace": "", "usage": "None", "valueType": { @@ -22477,13 +22487,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2037", "kind": "constant", - "name": "ListAssistantsRequestAccept53", + "name": "createMessageContentType", "namespace": "", "usage": "None", "valueType": { @@ -22499,7 +22509,7 @@ { "$id": "2039", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta11", + "name": "ListAssistantsRequestAccept53", "namespace": "", "usage": "None", "valueType": { @@ -22509,13 +22519,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2041", "kind": "constant", - "name": "ListAssistantsRequestAccept54", + "name": "ListAssistantsRequestOpenAiBeta11", "namespace": "", "usage": "None", "valueType": { @@ -22525,13 +22535,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2043", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta12", + "name": "ListAssistantsRequestAccept54", "namespace": "", "usage": "None", "valueType": { @@ -22541,13 +22551,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2045", "kind": "constant", - "name": "ListAssistantsRequestAccept55", + "name": "ListAssistantsRequestOpenAiBeta12", "namespace": "", "usage": "None", "valueType": { @@ -22557,13 +22567,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2047", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta13", + "name": "ListAssistantsRequestAccept55", "namespace": "", "usage": "None", "valueType": { @@ -22573,13 +22583,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2049", "kind": "constant", - "name": "ListAssistantsRequestAccept56", + "name": "ListAssistantsRequestOpenAiBeta13", "namespace": "", "usage": "None", "valueType": { @@ -22589,13 +22599,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2051", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta14", + "name": "ListAssistantsRequestAccept56", "namespace": "", "usage": "None", "valueType": { @@ -22605,13 +22615,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2053", "kind": "constant", - "name": "ListAssistantsRequestAccept57", + "name": "ListAssistantsRequestOpenAiBeta14", "namespace": "", "usage": "None", "valueType": { @@ -22621,13 +22631,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2055", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta15", + "name": "ListAssistantsRequestAccept57", "namespace": "", "usage": "None", "valueType": { @@ -22637,13 +22647,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2057", "kind": "constant", - "name": "ListAssistantsRequestAccept58", + "name": "ListAssistantsRequestOpenAiBeta15", "namespace": "", "usage": "None", "valueType": { @@ -22653,13 +22663,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2059", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta16", + "name": "ListAssistantsRequestAccept58", "namespace": "", "usage": "None", "valueType": { @@ -22669,13 +22679,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2061", "kind": "constant", - "name": "modifyMessageContentType", + "name": "ListAssistantsRequestOpenAiBeta16", "namespace": "", "usage": "None", "valueType": { @@ -22685,13 +22695,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2063", "kind": "constant", - "name": "ListAssistantsRequestAccept59", + "name": "modifyMessageContentType", "namespace": "", "usage": "None", "valueType": { @@ -22707,7 +22717,7 @@ { "$id": "2065", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta17", + "name": "ListAssistantsRequestAccept59", "namespace": "", "usage": "None", "valueType": { @@ -22717,13 +22727,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2067", "kind": "constant", - "name": "ListAssistantsRequestAccept60", + "name": "ListAssistantsRequestOpenAiBeta17", "namespace": "", "usage": "None", "valueType": { @@ -22733,13 +22743,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2069", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta18", + "name": "ListAssistantsRequestAccept60", "namespace": "", "usage": "None", "valueType": { @@ -22749,13 +22759,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2071", "kind": "constant", - "name": "ListAssistantsRequestAccept61", + "name": "ListAssistantsRequestOpenAiBeta18", "namespace": "", "usage": "None", "valueType": { @@ -22765,13 +22775,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2073", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta19", + "name": "ListAssistantsRequestAccept61", "namespace": "", "usage": "None", "valueType": { @@ -22781,13 +22791,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2075", "kind": "constant", - "name": "ListAssistantsRequestAccept62", + "name": "ListAssistantsRequestOpenAiBeta19", "namespace": "", "usage": "None", "valueType": { @@ -22797,13 +22807,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2077", "kind": "constant", - "name": "createModerationContentType", + "name": "ListAssistantsRequestAccept62", "namespace": "", "usage": "None", "valueType": { @@ -22819,7 +22829,7 @@ { "$id": "2079", "kind": "constant", - "name": "ListAssistantsRequestAccept63", + "name": "createModerationContentType", "namespace": "", "usage": "None", "valueType": { @@ -22835,7 +22845,7 @@ { "$id": "2081", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta20", + "name": "ListAssistantsRequestAccept63", "namespace": "", "usage": "None", "valueType": { @@ -22845,13 +22855,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2083", "kind": "constant", - "name": "createThreadAndRunContentType", + "name": "ListAssistantsRequestOpenAiBeta20", "namespace": "", "usage": "None", "valueType": { @@ -22861,13 +22871,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2085", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta21", + "name": "createThreadAndRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -22877,13 +22887,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2087", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta22", + "name": "ListAssistantsRequestOpenAiBeta21", "namespace": "", "usage": "None", "valueType": { @@ -22899,7 +22909,7 @@ { "$id": "2089", "kind": "constant", - "name": "createRunContentType", + "name": "ListAssistantsRequestOpenAiBeta22", "namespace": "", "usage": "None", "valueType": { @@ -22909,13 +22919,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2091", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta23", + "name": "createRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -22925,13 +22935,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2093", "kind": "constant", - "name": "ListAssistantsRequestAccept64", + "name": "ListAssistantsRequestOpenAiBeta23", "namespace": "", "usage": "None", "valueType": { @@ -22941,13 +22951,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2095", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta24", + "name": "ListAssistantsRequestAccept64", "namespace": "", "usage": "None", "valueType": { @@ -22957,13 +22967,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2097", "kind": "constant", - "name": "ListAssistantsRequestAccept65", + "name": "ListAssistantsRequestOpenAiBeta24", "namespace": "", "usage": "None", "valueType": { @@ -22973,13 +22983,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2099", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta25", + "name": "ListAssistantsRequestAccept65", "namespace": "", "usage": "None", "valueType": { @@ -22989,13 +22999,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2101", "kind": "constant", - "name": "ListAssistantsRequestAccept66", + "name": "ListAssistantsRequestOpenAiBeta25", "namespace": "", "usage": "None", "valueType": { @@ -23005,13 +23015,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2103", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta26", + "name": "ListAssistantsRequestAccept66", "namespace": "", "usage": "None", "valueType": { @@ -23021,13 +23031,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2105", "kind": "constant", - "name": "ListAssistantsRequestAccept67", + "name": "ListAssistantsRequestOpenAiBeta26", "namespace": "", "usage": "None", "valueType": { @@ -23037,13 +23047,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2107", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta27", + "name": "ListAssistantsRequestAccept67", "namespace": "", "usage": "None", "valueType": { @@ -23053,13 +23063,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2109", "kind": "constant", - "name": "ListAssistantsRequestAccept68", + "name": "ListAssistantsRequestOpenAiBeta27", "namespace": "", "usage": "None", "valueType": { @@ -23069,13 +23079,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2111", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta28", + "name": "ListAssistantsRequestAccept68", "namespace": "", "usage": "None", "valueType": { @@ -23085,13 +23095,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2113", "kind": "constant", - "name": "modifyRunContentType", + "name": "ListAssistantsRequestOpenAiBeta28", "namespace": "", "usage": "None", "valueType": { @@ -23101,13 +23111,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2115", "kind": "constant", - "name": "ListAssistantsRequestAccept69", + "name": "modifyRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -23123,7 +23133,7 @@ { "$id": "2117", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta29", + "name": "ListAssistantsRequestAccept69", "namespace": "", "usage": "None", "valueType": { @@ -23133,13 +23143,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2119", "kind": "constant", - "name": "ListAssistantsRequestAccept70", + "name": "ListAssistantsRequestOpenAiBeta29", "namespace": "", "usage": "None", "valueType": { @@ -23149,13 +23159,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2121", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta30", + "name": "ListAssistantsRequestAccept70", "namespace": "", "usage": "None", "valueType": { @@ -23165,13 +23175,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2123", "kind": "constant", - "name": "ListAssistantsRequestAccept71", + "name": "ListAssistantsRequestOpenAiBeta30", "namespace": "", "usage": "None", "valueType": { @@ -23181,13 +23191,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2125", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta31", + "name": "ListAssistantsRequestAccept71", "namespace": "", "usage": "None", "valueType": { @@ -23197,13 +23207,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2127", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta32", + "name": "ListAssistantsRequestOpenAiBeta31", "namespace": "", "usage": "None", "valueType": { @@ -23219,7 +23229,7 @@ { "$id": "2129", "kind": "constant", - "name": "submitToolOutputsToRunContentType", + "name": "ListAssistantsRequestOpenAiBeta32", "namespace": "", "usage": "None", "valueType": { @@ -23229,13 +23239,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2131", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta33", + "name": "submitToolOutputsToRunContentType", "namespace": "", "usage": "None", "valueType": { @@ -23245,13 +23255,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2133", "kind": "constant", - "name": "ListAssistantsRequestAccept72", + "name": "ListAssistantsRequestOpenAiBeta33", "namespace": "", "usage": "None", "valueType": { @@ -23261,13 +23271,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2135", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta34", + "name": "ListAssistantsRequestAccept72", "namespace": "", "usage": "None", "valueType": { @@ -23277,13 +23287,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2137", "kind": "constant", - "name": "ListAssistantsRequestAccept73", + "name": "ListAssistantsRequestOpenAiBeta34", "namespace": "", "usage": "None", "valueType": { @@ -23293,13 +23303,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2139", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta35", + "name": "ListAssistantsRequestAccept73", "namespace": "", "usage": "None", "valueType": { @@ -23309,13 +23319,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2141", "kind": "constant", - "name": "ListAssistantsRequestAccept74", + "name": "ListAssistantsRequestOpenAiBeta35", "namespace": "", "usage": "None", "valueType": { @@ -23325,13 +23335,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2143", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta36", + "name": "ListAssistantsRequestAccept74", "namespace": "", "usage": "None", "valueType": { @@ -23341,13 +23351,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2145", "kind": "constant", - "name": "ListAssistantsRequestAccept75", + "name": "ListAssistantsRequestOpenAiBeta36", "namespace": "", "usage": "None", "valueType": { @@ -23357,13 +23367,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2147", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta37", + "name": "ListAssistantsRequestAccept75", "namespace": "", "usage": "None", "valueType": { @@ -23373,13 +23383,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2149", "kind": "constant", - "name": "ListAssistantsRequestAccept76", + "name": "ListAssistantsRequestOpenAiBeta37", "namespace": "", "usage": "None", "valueType": { @@ -23389,13 +23399,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2151", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta38", + "name": "ListAssistantsRequestAccept76", "namespace": "", "usage": "None", "valueType": { @@ -23405,13 +23415,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2153", "kind": "constant", - "name": "createThreadContentType", + "name": "ListAssistantsRequestOpenAiBeta38", "namespace": "", "usage": "None", "valueType": { @@ -23421,13 +23431,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2155", "kind": "constant", - "name": "ListAssistantsRequestAccept77", + "name": "createThreadContentType", "namespace": "", "usage": "None", "valueType": { @@ -23443,7 +23453,7 @@ { "$id": "2157", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta39", + "name": "ListAssistantsRequestAccept77", "namespace": "", "usage": "None", "valueType": { @@ -23453,13 +23463,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2159", "kind": "constant", - "name": "ListAssistantsRequestAccept78", + "name": "ListAssistantsRequestOpenAiBeta39", "namespace": "", "usage": "None", "valueType": { @@ -23469,13 +23479,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2161", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta40", + "name": "ListAssistantsRequestAccept78", "namespace": "", "usage": "None", "valueType": { @@ -23485,13 +23495,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2163", "kind": "constant", - "name": "ListAssistantsRequestAccept79", + "name": "ListAssistantsRequestOpenAiBeta40", "namespace": "", "usage": "None", "valueType": { @@ -23501,13 +23511,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2165", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta41", + "name": "ListAssistantsRequestAccept79", "namespace": "", "usage": "None", "valueType": { @@ -23517,13 +23527,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2167", "kind": "constant", - "name": "ListAssistantsRequestAccept80", + "name": "ListAssistantsRequestOpenAiBeta41", "namespace": "", "usage": "None", "valueType": { @@ -23533,13 +23543,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2169", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta42", + "name": "ListAssistantsRequestAccept80", "namespace": "", "usage": "None", "valueType": { @@ -23549,13 +23559,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2171", "kind": "constant", - "name": "modifyThreadContentType", + "name": "ListAssistantsRequestOpenAiBeta42", "namespace": "", "usage": "None", "valueType": { @@ -23565,13 +23575,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2173", "kind": "constant", - "name": "ListAssistantsRequestAccept81", + "name": "modifyThreadContentType", "namespace": "", "usage": "None", "valueType": { @@ -23587,7 +23597,7 @@ { "$id": "2175", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta43", + "name": "ListAssistantsRequestAccept81", "namespace": "", "usage": "None", "valueType": { @@ -23597,13 +23607,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2177", "kind": "constant", - "name": "ListAssistantsRequestAccept82", + "name": "ListAssistantsRequestOpenAiBeta43", "namespace": "", "usage": "None", "valueType": { @@ -23613,13 +23623,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2179", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta44", + "name": "ListAssistantsRequestAccept82", "namespace": "", "usage": "None", "valueType": { @@ -23629,13 +23639,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2181", "kind": "constant", - "name": "ListAssistantsRequestAccept83", + "name": "ListAssistantsRequestOpenAiBeta44", "namespace": "", "usage": "None", "valueType": { @@ -23645,13 +23655,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2183", "kind": "constant", - "name": "ListAssistantsRequestOpenAiBeta45", + "name": "ListAssistantsRequestAccept83", "namespace": "", "usage": "None", "valueType": { @@ -23661,13 +23671,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "assistants=v2", + "value": "application/json", "decorators": [] }, { "$id": "2185", "kind": "constant", - "name": "ListAssistantsRequestAccept84", + "name": "ListAssistantsRequestOpenAiBeta45", "namespace": "", "usage": "None", "valueType": { @@ -23677,13 +23687,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "assistants=v2", "decorators": [] }, { "$id": "2187", "kind": "constant", - "name": "ListAssistantsRequestAccept85", + "name": "ListAssistantsRequestAccept84", "namespace": "", "usage": "None", "valueType": { @@ -23699,7 +23709,7 @@ { "$id": "2189", "kind": "constant", - "name": "ListAssistantsRequestAccept86", + "name": "ListAssistantsRequestAccept85", "namespace": "", "usage": "None", "valueType": { @@ -23715,7 +23725,7 @@ { "$id": "2191", "kind": "constant", - "name": "createVectorStoreContentType", + "name": "ListAssistantsRequestAccept86", "namespace": "", "usage": "None", "valueType": { @@ -23731,7 +23741,7 @@ { "$id": "2193", "kind": "constant", - "name": "ListAssistantsRequestAccept87", + "name": "createVectorStoreContentType", "namespace": "", "usage": "None", "valueType": { @@ -23747,7 +23757,7 @@ { "$id": "2195", "kind": "constant", - "name": "ListAssistantsRequestAccept88", + "name": "ListAssistantsRequestAccept87", "namespace": "", "usage": "None", "valueType": { @@ -23763,7 +23773,7 @@ { "$id": "2197", "kind": "constant", - "name": "ListAssistantsRequestAccept89", + "name": "ListAssistantsRequestAccept88", "namespace": "", "usage": "None", "valueType": { @@ -23779,7 +23789,7 @@ { "$id": "2199", "kind": "constant", - "name": "ListAssistantsRequestAccept90", + "name": "ListAssistantsRequestAccept89", "namespace": "", "usage": "None", "valueType": { @@ -23795,7 +23805,7 @@ { "$id": "2201", "kind": "constant", - "name": "modifyVectorStoreContentType", + "name": "ListAssistantsRequestAccept90", "namespace": "", "usage": "None", "valueType": { @@ -23811,7 +23821,7 @@ { "$id": "2203", "kind": "constant", - "name": "ListAssistantsRequestAccept91", + "name": "modifyVectorStoreContentType", "namespace": "", "usage": "None", "valueType": { @@ -23827,7 +23837,7 @@ { "$id": "2205", "kind": "constant", - "name": "ListAssistantsRequestAccept92", + "name": "ListAssistantsRequestAccept91", "namespace": "", "usage": "None", "valueType": { @@ -23843,7 +23853,7 @@ { "$id": "2207", "kind": "constant", - "name": "ListAssistantsRequestAccept93", + "name": "ListAssistantsRequestAccept92", "namespace": "", "usage": "None", "valueType": { @@ -23859,7 +23869,7 @@ { "$id": "2209", "kind": "constant", - "name": "ListAssistantsRequestAccept94", + "name": "ListAssistantsRequestAccept93", "namespace": "", "usage": "None", "valueType": { @@ -23875,7 +23885,7 @@ { "$id": "2211", "kind": "constant", - "name": "createVectorStoreFileBatchContentType", + "name": "ListAssistantsRequestAccept94", "namespace": "", "usage": "None", "valueType": { @@ -23891,7 +23901,7 @@ { "$id": "2213", "kind": "constant", - "name": "ListAssistantsRequestAccept95", + "name": "createVectorStoreFileBatchContentType", "namespace": "", "usage": "None", "valueType": { @@ -23907,7 +23917,7 @@ { "$id": "2215", "kind": "constant", - "name": "ListAssistantsRequestAccept96", + "name": "ListAssistantsRequestAccept95", "namespace": "", "usage": "None", "valueType": { @@ -23923,7 +23933,7 @@ { "$id": "2217", "kind": "constant", - "name": "ListAssistantsRequestAccept97", + "name": "ListAssistantsRequestAccept96", "namespace": "", "usage": "None", "valueType": { @@ -23939,7 +23949,7 @@ { "$id": "2219", "kind": "constant", - "name": "ListAssistantsRequestAccept98", + "name": "ListAssistantsRequestAccept97", "namespace": "", "usage": "None", "valueType": { @@ -23955,7 +23965,7 @@ { "$id": "2221", "kind": "constant", - "name": "ListAssistantsRequestAccept99", + "name": "ListAssistantsRequestAccept98", "namespace": "", "usage": "None", "valueType": { @@ -23971,7 +23981,7 @@ { "$id": "2223", "kind": "constant", - "name": "ListAssistantsRequestAccept100", + "name": "ListAssistantsRequestAccept99", "namespace": "", "usage": "None", "valueType": { @@ -23987,7 +23997,7 @@ { "$id": "2225", "kind": "constant", - "name": "ListAssistantsRequestAccept101", + "name": "ListAssistantsRequestAccept100", "namespace": "", "usage": "None", "valueType": { @@ -24003,7 +24013,7 @@ { "$id": "2227", "kind": "constant", - "name": "ListAssistantsRequestAccept102", + "name": "ListAssistantsRequestAccept101", "namespace": "", "usage": "None", "valueType": { @@ -24019,7 +24029,7 @@ { "$id": "2229", "kind": "constant", - "name": "ListAssistantsRequestAccept103", + "name": "ListAssistantsRequestAccept102", "namespace": "", "usage": "None", "valueType": { @@ -24035,7 +24045,7 @@ { "$id": "2231", "kind": "constant", - "name": "ListAssistantsRequestAccept104", + "name": "ListAssistantsRequestAccept103", "namespace": "", "usage": "None", "valueType": { @@ -24051,7 +24061,7 @@ { "$id": "2233", "kind": "constant", - "name": "createVectorStoreFileContentType", + "name": "ListAssistantsRequestAccept104", "namespace": "", "usage": "None", "valueType": { @@ -24067,7 +24077,7 @@ { "$id": "2235", "kind": "constant", - "name": "ListAssistantsRequestAccept105", + "name": "createVectorStoreFileContentType", "namespace": "", "usage": "None", "valueType": { @@ -24083,7 +24093,7 @@ { "$id": "2237", "kind": "constant", - "name": "ListAssistantsRequestAccept106", + "name": "ListAssistantsRequestAccept105", "namespace": "", "usage": "None", "valueType": { @@ -24099,7 +24109,7 @@ { "$id": "2239", "kind": "constant", - "name": "ListAssistantsRequestAccept107", + "name": "ListAssistantsRequestAccept106", "namespace": "", "usage": "None", "valueType": { @@ -24115,7 +24125,7 @@ { "$id": "2241", "kind": "constant", - "name": "ListAssistantsRequestAccept108", + "name": "ListAssistantsRequestAccept107", "namespace": "", "usage": "None", "valueType": { @@ -24131,7 +24141,7 @@ { "$id": "2243", "kind": "constant", - "name": "ListAssistantsRequestAccept109", + "name": "ListAssistantsRequestAccept108", "namespace": "", "usage": "None", "valueType": { @@ -24147,7 +24157,7 @@ { "$id": "2245", "kind": "constant", - "name": "updateVectorStoreFileAttributesContentType", + "name": "ListAssistantsRequestAccept109", "namespace": "", "usage": "None", "valueType": { @@ -24163,7 +24173,7 @@ { "$id": "2247", "kind": "constant", - "name": "updateVectorStoreFileAttributesContentType1", + "name": "updateVectorStoreFileAttributesContentType", "namespace": "", "usage": "None", "valueType": { @@ -24179,7 +24189,7 @@ { "$id": "2249", "kind": "constant", - "name": "retrieveVectorStoreFileContentContentType", + "name": "updateVectorStoreFileAttributesContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24195,7 +24205,7 @@ { "$id": "2251", "kind": "constant", - "name": "searchVectorStoreContentType", + "name": "retrieveVectorStoreFileContentContentType", "namespace": "", "usage": "None", "valueType": { @@ -24211,7 +24221,7 @@ { "$id": "2253", "kind": "constant", - "name": "searchVectorStoreContentType1", + "name": "searchVectorStoreContentType", "namespace": "", "usage": "None", "valueType": { @@ -24227,7 +24237,7 @@ { "$id": "2255", "kind": "constant", - "name": "ListAssistantsRequestAccept110", + "name": "searchVectorStoreContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24243,7 +24253,7 @@ { "$id": "2257", "kind": "constant", - "name": "createCompletionContentType", + "name": "ListAssistantsRequestAccept110", "namespace": "", "usage": "None", "valueType": { @@ -24259,7 +24269,7 @@ { "$id": "2259", "kind": "constant", - "name": "ListAssistantsRequestAccept111", + "name": "createCompletionContentType", "namespace": "", "usage": "None", "valueType": { @@ -24275,7 +24285,7 @@ { "$id": "2261", "kind": "constant", - "name": "ListAssistantsRequestAccept112", + "name": "ListAssistantsRequestAccept111", "namespace": "", "usage": "None", "valueType": { @@ -24291,7 +24301,7 @@ { "$id": "2263", "kind": "constant", - "name": "ListAssistantsRequestAccept113", + "name": "ListAssistantsRequestAccept112", "namespace": "", "usage": "None", "valueType": { @@ -24307,7 +24317,7 @@ { "$id": "2265", "kind": "constant", - "name": "ListAssistantsRequestAccept114", + "name": "ListAssistantsRequestAccept113", "namespace": "", "usage": "None", "valueType": { @@ -24323,7 +24333,7 @@ { "$id": "2267", "kind": "constant", - "name": "ListAssistantsRequestAccept115", + "name": "ListAssistantsRequestAccept114", "namespace": "", "usage": "None", "valueType": { @@ -24339,7 +24349,7 @@ { "$id": "2269", "kind": "constant", - "name": "ListAssistantsRequestAccept116", + "name": "ListAssistantsRequestAccept115", "namespace": "", "usage": "None", "valueType": { @@ -24355,7 +24365,7 @@ { "$id": "2271", "kind": "constant", - "name": "ListAssistantsRequestAccept117", + "name": "ListAssistantsRequestAccept116", "namespace": "", "usage": "None", "valueType": { @@ -24371,7 +24381,7 @@ { "$id": "2273", "kind": "constant", - "name": "StartRealtimeSessionRequestOpenAiBeta", + "name": "ListAssistantsRequestAccept117", "namespace": "", "usage": "None", "valueType": { @@ -24381,13 +24391,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "realtime=v1", + "value": "application/json", "decorators": [] }, { "$id": "2275", "kind": "constant", - "name": "startRealtimeSessionContentType", + "name": "StartRealtimeSessionRequestOpenAiBeta", "namespace": "", "usage": "None", "valueType": { @@ -24397,13 +24407,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "realtime=v1", "decorators": [] }, { "$id": "2277", "kind": "constant", - "name": "startRealtimeSessionContentType1", + "name": "startRealtimeSessionContentType", "namespace": "", "usage": "None", "valueType": { @@ -24419,7 +24429,7 @@ { "$id": "2279", "kind": "constant", - "name": "StartRealtimeSessionRequestOpenAiBeta1", + "name": "startRealtimeSessionContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24429,13 +24439,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "realtime=v1", + "value": "application/json", "decorators": [] }, { "$id": "2281", "kind": "constant", - "name": "createEphemeralTokenContentType", + "name": "StartRealtimeSessionRequestOpenAiBeta1", "namespace": "", "usage": "None", "valueType": { @@ -24445,13 +24455,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "realtime=v1", "decorators": [] }, { "$id": "2283", "kind": "constant", - "name": "createEphemeralTokenContentType1", + "name": "createEphemeralTokenContentType", "namespace": "", "usage": "None", "valueType": { @@ -24467,7 +24477,7 @@ { "$id": "2285", "kind": "constant", - "name": "createEphemeralTranscriptionTokenContentType", + "name": "createEphemeralTokenContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24483,7 +24493,7 @@ { "$id": "2287", "kind": "constant", - "name": "createEphemeralTranscriptionTokenContentType1", + "name": "createEphemeralTranscriptionTokenContentType", "namespace": "", "usage": "None", "valueType": { @@ -24499,7 +24509,7 @@ { "$id": "2289", "kind": "constant", - "name": "ListAssistantsRequestAccept118", + "name": "createEphemeralTranscriptionTokenContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24515,7 +24525,7 @@ { "$id": "2291", "kind": "constant", - "name": "createUploadContentType", + "name": "ListAssistantsRequestAccept118", "namespace": "", "usage": "None", "valueType": { @@ -24531,7 +24541,7 @@ { "$id": "2293", "kind": "constant", - "name": "ListAssistantsRequestAccept119", + "name": "createUploadContentType", "namespace": "", "usage": "None", "valueType": { @@ -24547,7 +24557,7 @@ { "$id": "2295", "kind": "constant", - "name": "ListAssistantsRequestAccept120", + "name": "ListAssistantsRequestAccept119", "namespace": "", "usage": "None", "valueType": { @@ -24563,7 +24573,7 @@ { "$id": "2297", "kind": "constant", - "name": "CreateTranscriptionRequestContentType12", + "name": "ListAssistantsRequestAccept120", "namespace": "", "usage": "None", "valueType": { @@ -24573,13 +24583,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "2299", "kind": "constant", - "name": "ListAssistantsRequestAccept121", + "name": "CreateTranscriptionRequestContentType12", "namespace": "", "usage": "None", "valueType": { @@ -24589,13 +24599,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2301", "kind": "constant", - "name": "CreateTranscriptionRequestContentType13", + "name": "ListAssistantsRequestAccept121", "namespace": "", "usage": "None", "valueType": { @@ -24605,13 +24615,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "2303", "kind": "constant", - "name": "ListAssistantsRequestAccept122", + "name": "CreateTranscriptionRequestContentType13", "namespace": "", "usage": "None", "valueType": { @@ -24621,13 +24631,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2305", "kind": "constant", - "name": "completeUploadContentType", + "name": "ListAssistantsRequestAccept122", "namespace": "", "usage": "None", "valueType": { @@ -24643,7 +24653,7 @@ { "$id": "2307", "kind": "constant", - "name": "ListAssistantsRequestAccept123", + "name": "completeUploadContentType", "namespace": "", "usage": "None", "valueType": { @@ -24659,7 +24669,7 @@ { "$id": "2309", "kind": "constant", - "name": "ListAssistantsRequestAccept124", + "name": "ListAssistantsRequestAccept123", "namespace": "", "usage": "None", "valueType": { @@ -24675,7 +24685,7 @@ { "$id": "2311", "kind": "constant", - "name": "ListAssistantsRequestAccept125", + "name": "ListAssistantsRequestAccept124", "namespace": "", "usage": "None", "valueType": { @@ -24691,7 +24701,7 @@ { "$id": "2313", "kind": "constant", - "name": "listConversationItemsContentType", + "name": "ListAssistantsRequestAccept125", "namespace": "", "usage": "None", "valueType": { @@ -24707,7 +24717,7 @@ { "$id": "2315", "kind": "constant", - "name": "ListAssistantsResponseObject1", + "name": "listConversationItemsContentType", "namespace": "", "usage": "None", "valueType": { @@ -24717,13 +24727,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "list", + "value": "application/json", "decorators": [] }, { "$id": "2317", "kind": "constant", - "name": "createConversationItemsContentType", + "name": "ListAssistantsResponseObject1", "namespace": "", "usage": "None", "valueType": { @@ -24733,13 +24743,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "list", "decorators": [] }, { "$id": "2319", "kind": "constant", - "name": "createConversationItemsContentType1", + "name": "createConversationItemsContentType", "namespace": "", "usage": "None", "valueType": { @@ -24755,7 +24765,7 @@ { "$id": "2321", "kind": "constant", - "name": "deleteConversationItemContentType", + "name": "createConversationItemsContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24771,7 +24781,7 @@ { "$id": "2323", "kind": "constant", - "name": "ConversationResourceObject", + "name": "deleteConversationItemContentType", "namespace": "", "usage": "None", "valueType": { @@ -24781,13 +24791,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "conversation", + "value": "application/json", "decorators": [] }, { "$id": "2325", "kind": "constant", - "name": "getConversationItemContentType", + "name": "ConversationResourceObject", "namespace": "", "usage": "None", "valueType": { @@ -24797,13 +24807,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "conversation", "decorators": [] }, { "$id": "2327", "kind": "constant", - "name": "createConversationContentType", + "name": "getConversationItemContentType", "namespace": "", "usage": "None", "valueType": { @@ -24819,7 +24829,7 @@ { "$id": "2329", "kind": "constant", - "name": "createConversationContentType1", + "name": "createConversationContentType", "namespace": "", "usage": "None", "valueType": { @@ -24835,7 +24845,7 @@ { "$id": "2331", "kind": "constant", - "name": "deleteConversationContentType", + "name": "createConversationContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24851,7 +24861,7 @@ { "$id": "2333", "kind": "constant", - "name": "DeletedConversationResourceObject", + "name": "deleteConversationContentType", "namespace": "", "usage": "None", "valueType": { @@ -24861,13 +24871,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "conversation.deleted", + "value": "application/json", "decorators": [] }, { "$id": "2335", "kind": "constant", - "name": "getConversationContentType", + "name": "DeletedConversationResourceObject", "namespace": "", "usage": "None", "valueType": { @@ -24877,13 +24887,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "conversation.deleted", "decorators": [] }, { "$id": "2337", "kind": "constant", - "name": "updateConversationContentType", + "name": "getConversationContentType", "namespace": "", "usage": "None", "valueType": { @@ -24899,7 +24909,7 @@ { "$id": "2339", "kind": "constant", - "name": "updateConversationContentType1", + "name": "updateConversationContentType", "namespace": "", "usage": "None", "valueType": { @@ -24915,7 +24925,7 @@ { "$id": "2341", "kind": "constant", - "name": "ListVideosContentType", + "name": "updateConversationContentType1", "namespace": "", "usage": "None", "valueType": { @@ -24931,7 +24941,7 @@ { "$id": "2343", "kind": "constant", - "name": "ListAssistantsResponseObject2", + "name": "ListVideosContentType", "namespace": "", "usage": "None", "valueType": { @@ -24941,13 +24951,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "list", + "value": "application/json", "decorators": [] }, { "$id": "2345", "kind": "constant", - "name": "VideoResourceObject", + "name": "ListAssistantsResponseObject2", "namespace": "", "usage": "None", "valueType": { @@ -24957,13 +24967,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "video", + "value": "list", "decorators": [] }, { "$id": "2347", "kind": "constant", - "name": "CreateTranscriptionRequestContentType14", + "name": "VideoResourceObject", "namespace": "", "usage": "None", "valueType": { @@ -24973,13 +24983,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "video", "decorators": [] }, { "$id": "2349", "kind": "constant", - "name": "createVideoContentType", + "name": "CreateTranscriptionRequestContentType14", "namespace": "", "usage": "None", "valueType": { @@ -24989,13 +24999,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2351", "kind": "constant", - "name": "CreateTranscriptionRequestContentType15", + "name": "createVideoContentType", "namespace": "", "usage": "None", "valueType": { @@ -25005,13 +25015,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "application/json", "decorators": [] }, { "$id": "2353", "kind": "constant", - "name": "DeleteVideoContentType", + "name": "CreateTranscriptionRequestContentType15", "namespace": "", "usage": "None", "valueType": { @@ -25021,13 +25031,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2355", "kind": "constant", - "name": "DeletedVideoResourceObject", + "name": "DeleteVideoContentType", "namespace": "", "usage": "None", "valueType": { @@ -25037,13 +25047,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "video.deleted", + "value": "application/json", "decorators": [] }, { "$id": "2357", "kind": "constant", - "name": "GetVideoContentType", + "name": "DeletedVideoResourceObject", "namespace": "", "usage": "None", "valueType": { @@ -25053,13 +25063,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "video.deleted", "decorators": [] }, { "$id": "2359", "kind": "constant", - "name": "RetrieveVideoContentResponseContentType", + "name": "GetVideoContentType", "namespace": "", "usage": "None", "valueType": { @@ -25069,13 +25079,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "video/mp4", + "value": "application/json", "decorators": [] }, { "$id": "2361", "kind": "constant", - "name": "RetrieveVideoContentResponseContentType1", + "name": "RetrieveVideoContentResponseContentType", "namespace": "", "usage": "None", "valueType": { @@ -25085,13 +25095,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "image/webp", + "value": "video/mp4", "decorators": [] }, { "$id": "2363", "kind": "constant", - "name": "CreateTranscriptionRequestContentType16", + "name": "RetrieveVideoContentResponseContentType1", "namespace": "", "usage": "None", "valueType": { @@ -25101,13 +25111,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "multipart/form-data", + "value": "image/webp", "decorators": [] }, { "$id": "2365", "kind": "constant", - "name": "CreateVideoRemixContentType", + "name": "CreateTranscriptionRequestContentType16", "namespace": "", "usage": "None", "valueType": { @@ -25117,13 +25127,13 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, - "value": "application/json", + "value": "multipart/form-data", "decorators": [] }, { "$id": "2367", "kind": "constant", - "name": "CreateTranscriptionRequestContentType17", + "name": "CreateVideoRemixContentType", "namespace": "", "usage": "None", "valueType": { @@ -25133,13 +25143,29 @@ "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, + "value": "application/json", + "decorators": [] + }, + { + "$id": "2369", + "kind": "constant", + "name": "CreateTranscriptionRequestContentType17", + "namespace": "", + "usage": "None", + "valueType": { + "$id": "2370", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + }, "value": "multipart/form-data", "decorators": [] } ], "models": [ { - "$id": "2369", + "$id": "2371", "kind": "model", "name": "ListAssistantsResponse", "namespace": "OpenAI", @@ -25148,12 +25174,12 @@ "decorators": [], "properties": [ { - "$id": "2370", + "$id": "2372", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1517" + "$ref": "1519" }, "optional": false, "readOnly": false, @@ -25169,16 +25195,16 @@ "isHttpMetadata": false }, { - "$id": "2371", + "$id": "2373", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "2372", + "$id": "2374", "kind": "array", "name": "ArrayAssistantObject", "valueType": { - "$id": "2373", + "$id": "2375", "kind": "model", "name": "AssistantObject", "namespace": "OpenAI", @@ -25188,13 +25214,13 @@ "decorators": [], "properties": [ { - "$id": "2374", + "$id": "2376", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier, which can be referenced in API endpoints.", "type": { - "$id": "2375", + "$id": "2377", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25214,13 +25240,13 @@ "isHttpMetadata": false }, { - "$id": "2376", + "$id": "2378", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `assistant`.", "type": { - "$ref": "1519" + "$ref": "1521" }, "optional": false, "readOnly": false, @@ -25236,18 +25262,18 @@ "isHttpMetadata": false }, { - "$id": "2377", + "$id": "2379", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the assistant was created.", "type": { - "$id": "2378", + "$id": "2380", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2379", + "$id": "2381", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -25270,16 +25296,16 @@ "isHttpMetadata": false }, { - "$id": "2380", + "$id": "2382", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the assistant. The maximum length is 256 characters.", "type": { - "$id": "2381", + "$id": "2383", "kind": "nullable", "type": { - "$id": "2382", + "$id": "2384", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25301,16 +25327,16 @@ "isHttpMetadata": false }, { - "$id": "2383", + "$id": "2385", "kind": "property", "name": "description", "serializedName": "description", "doc": "The description of the assistant. The maximum length is 512 characters.", "type": { - "$id": "2384", + "$id": "2386", "kind": "nullable", "type": { - "$id": "2385", + "$id": "2387", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25332,13 +25358,13 @@ "isHttpMetadata": false }, { - "$id": "2386", + "$id": "2388", "kind": "property", "name": "model", "serializedName": "model", "doc": "ID of the model to use. You can use the [List models](/docs/api-reference/models/list) API to see all of your available models, or see our [Model overview](/docs/models) for descriptions of them.", "type": { - "$id": "2387", + "$id": "2389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25358,16 +25384,16 @@ "isHttpMetadata": false }, { - "$id": "2388", + "$id": "2390", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "The system instructions that the assistant uses. The maximum length is 256,000 characters.", "type": { - "$id": "2389", + "$id": "2391", "kind": "nullable", "type": { - "$id": "2390", + "$id": "2392", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25389,17 +25415,17 @@ "isHttpMetadata": false }, { - "$id": "2391", + "$id": "2393", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types `code_interpreter`, `file_search`, or `function`.", "type": { - "$id": "2392", + "$id": "2394", "kind": "array", "name": "ArrayAssistantToolDefinition", "valueType": { - "$id": "2393", + "$id": "2395", "kind": "model", "name": "AssistantToolDefinition", "namespace": "OpenAI", @@ -25407,7 +25433,7 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "2394", + "$id": "2396", "kind": "property", "name": "type", "serializedName": "type", @@ -25429,12 +25455,12 @@ }, "properties": [ { - "$ref": "2394" + "$ref": "2396" } ], "discriminatedSubtypes": { "code_interpreter": { - "$id": "2395", + "$id": "2397", "kind": "model", "name": "AssistantToolsCode", "namespace": "OpenAI", @@ -25443,17 +25469,17 @@ "discriminatorValue": "code_interpreter", "decorators": [], "baseModel": { - "$ref": "2393" + "$ref": "2395" }, "properties": [ { - "$id": "2396", + "$id": "2398", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool being defined: `code_interpreter`", "type": { - "$id": "2397", + "$id": "2399", "kind": "enumvalue", "name": "code_interpreter", "value": "code_interpreter", @@ -25461,14 +25487,14 @@ "$ref": "2" }, "enumType": { - "$id": "2398", + "$id": "2400", "kind": "enum", "decorators": [], "name": "AssistantToolDefinitionType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "2399", + "$id": "2401", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -25477,42 +25503,42 @@ }, "values": [ { - "$id": "2400", + "$id": "2402", "kind": "enumvalue", "decorators": [], "name": "code_interpreter", "value": "code_interpreter", "valueType": { - "$ref": "2399" + "$ref": "2401" }, "enumType": { - "$ref": "2398" + "$ref": "2400" } }, { - "$id": "2401", + "$id": "2403", "kind": "enumvalue", "decorators": [], "name": "file_search", "value": "file_search", "valueType": { - "$ref": "2399" + "$ref": "2401" }, "enumType": { - "$ref": "2398" + "$ref": "2400" } }, { - "$id": "2402", + "$id": "2404", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "valueType": { - "$ref": "2399" + "$ref": "2401" }, "enumType": { - "$ref": "2398" + "$ref": "2400" } } ], @@ -25543,7 +25569,7 @@ ] }, "file_search": { - "$id": "2403", + "$id": "2405", "kind": "model", "name": "AssistantToolsFileSearch", "namespace": "OpenAI", @@ -25552,17 +25578,17 @@ "discriminatorValue": "file_search", "decorators": [], "baseModel": { - "$ref": "2393" + "$ref": "2395" }, "properties": [ { - "$id": "2404", + "$id": "2406", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool being defined: `file_search`", "type": { - "$id": "2405", + "$id": "2407", "kind": "enumvalue", "name": "file_search", "value": "file_search", @@ -25570,7 +25596,7 @@ "$ref": "2" }, "enumType": { - "$ref": "2398" + "$ref": "2400" }, "decorators": [] }, @@ -25588,13 +25614,13 @@ "isHttpMetadata": false }, { - "$id": "2406", + "$id": "2408", "kind": "property", "name": "file_search", "serializedName": "file_search", "doc": "Overrides for the file search tool.", "type": { - "$id": "2407", + "$id": "2409", "kind": "model", "name": "AssistantToolsFileSearchFileSearch", "namespace": "OpenAI", @@ -25603,13 +25629,13 @@ "decorators": [], "properties": [ { - "$id": "2408", + "$id": "2410", "kind": "property", "name": "max_num_results", "serializedName": "max_num_results", "doc": "The maximum number of results the file search tool should output. The default is 20 for `gpt-4*` models and 5 for `gpt-3.5-turbo`. This number should be between 1 and 50 inclusive.\n\nNote that the file search tool may output fewer than `max_num_results` results. See the [file search tool documentation](/docs/assistants/tools/file-search#customizing-file-search-settings) for more information.", "type": { - "$id": "2409", + "$id": "2411", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -25629,12 +25655,12 @@ "isHttpMetadata": false }, { - "$id": "2410", + "$id": "2412", "kind": "property", "name": "ranking_options", "serializedName": "ranking_options", "type": { - "$id": "2411", + "$id": "2413", "kind": "model", "name": "FileSearchRankingOptions", "namespace": "OpenAI", @@ -25644,7 +25670,7 @@ "decorators": [], "properties": [ { - "$id": "2412", + "$id": "2414", "kind": "property", "name": "ranker", "serializedName": "ranker", @@ -25665,13 +25691,13 @@ "isHttpMetadata": false }, { - "$id": "2413", + "$id": "2415", "kind": "property", "name": "score_threshold", "serializedName": "score_threshold", "doc": "The score threshold for the file search. All values must be a floating point number between 0 and 1.", "type": { - "$id": "2414", + "$id": "2416", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -25723,7 +25749,7 @@ ] }, "function": { - "$id": "2415", + "$id": "2417", "kind": "model", "name": "AssistantToolsFunction", "namespace": "OpenAI", @@ -25732,17 +25758,17 @@ "discriminatorValue": "function", "decorators": [], "baseModel": { - "$ref": "2393" + "$ref": "2395" }, "properties": [ { - "$id": "2416", + "$id": "2418", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool being defined: `function`", "type": { - "$id": "2417", + "$id": "2419", "kind": "enumvalue", "name": "function", "value": "function", @@ -25750,7 +25776,7 @@ "$ref": "2" }, "enumType": { - "$ref": "2398" + "$ref": "2400" }, "decorators": [] }, @@ -25768,12 +25794,12 @@ "isHttpMetadata": false }, { - "$id": "2418", + "$id": "2420", "kind": "property", "name": "function", "serializedName": "function", "type": { - "$id": "2419", + "$id": "2421", "kind": "model", "name": "FunctionObject", "namespace": "OpenAI", @@ -25782,13 +25808,13 @@ "decorators": [], "properties": [ { - "$id": "2420", + "$id": "2422", "kind": "property", "name": "description", "serializedName": "description", "doc": "A description of what the function does, used by the model to choose when and how to call the function.", "type": { - "$id": "2421", + "$id": "2423", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25808,13 +25834,13 @@ "isHttpMetadata": false }, { - "$id": "2422", + "$id": "2424", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.", "type": { - "$id": "2423", + "$id": "2425", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -25834,13 +25860,13 @@ "isHttpMetadata": false }, { - "$id": "2424", + "$id": "2426", "kind": "property", "name": "parameters", "serializedName": "parameters", "doc": "The parameters the functions accepts, described as a JSON Schema object. See the [guide](/docs/guides/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.\n\nOmitting `parameters` defines a function with an empty parameter list.", "type": { - "$id": "2425", + "$id": "2427", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -25860,16 +25886,16 @@ "isHttpMetadata": false }, { - "$id": "2426", + "$id": "2428", "kind": "property", "name": "strict", "serializedName": "strict", "doc": "Whether to enable strict schema adherence when generating the function call. If set to true, the model will follow the exact schema defined in the `parameters` field. Only a subset of JSON Schema is supported when `strict` is `true`. Learn more about Structured Outputs in the [function calling guide](docs/guides/function-calling).", "type": { - "$id": "2427", + "$id": "2429", "kind": "nullable", "type": { - "$id": "2428", + "$id": "2430", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -25926,16 +25952,16 @@ "isHttpMetadata": false }, { - "$id": "2429", + "$id": "2431", "kind": "property", "name": "tool_resources", "serializedName": "tool_resources", "doc": "A set of resources that are used by the assistant's tools. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.", "type": { - "$id": "2430", + "$id": "2432", "kind": "nullable", "type": { - "$id": "2431", + "$id": "2433", "kind": "model", "name": "AssistantObjectToolResources1", "namespace": "OpenAI", @@ -25944,12 +25970,12 @@ "decorators": [], "properties": [ { - "$id": "2432", + "$id": "2434", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "type": { - "$id": "2433", + "$id": "2435", "kind": "model", "name": "AssistantObjectToolResourcesCodeInterpreter", "namespace": "OpenAI", @@ -25958,17 +25984,17 @@ "decorators": [], "properties": [ { - "$id": "2434", + "$id": "2436", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [file](/docs/api-reference/files) IDs made available to the `code_interpreter`` tool. There can be a maximum of 20 files associated with the tool.", "type": { - "$id": "2435", + "$id": "2437", "kind": "array", "name": "Array", "valueType": { - "$id": "2436", + "$id": "2438", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26006,12 +26032,12 @@ "isHttpMetadata": false }, { - "$id": "2437", + "$id": "2439", "kind": "property", "name": "file_search", "serializedName": "file_search", "type": { - "$id": "2438", + "$id": "2440", "kind": "model", "name": "ToolResourcesFileSearchIdsOnly", "namespace": "OpenAI", @@ -26020,13 +26046,13 @@ "decorators": [], "properties": [ { - "$id": "2439", + "$id": "2441", "kind": "property", "name": "vector_store_ids", "serializedName": "vector_store_ids", "doc": "The [vector store](/docs/api-reference/vector-stores/object) attached to this assistant.\nThere can be a maximum of 1 vector store attached to the assistant.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -26074,26 +26100,26 @@ "isHttpMetadata": false }, { - "$id": "2440", + "$id": "2442", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$id": "2441", + "$id": "2443", "kind": "nullable", "type": { - "$id": "2442", + "$id": "2444", "kind": "dict", "keyType": { - "$id": "2443", + "$id": "2445", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "2444", + "$id": "2446", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26117,16 +26143,16 @@ "isHttpMetadata": false }, { - "$id": "2445", + "$id": "2447", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.", "type": { - "$id": "2446", + "$id": "2448", "kind": "nullable", "type": { - "$id": "2447", + "$id": "2449", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -26148,16 +26174,16 @@ "isHttpMetadata": false }, { - "$id": "2448", + "$id": "2450", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.", "type": { - "$id": "2449", + "$id": "2451", "kind": "nullable", "type": { - "$id": "2450", + "$id": "2452", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -26179,23 +26205,23 @@ "isHttpMetadata": false }, { - "$id": "2451", + "$id": "2453", "kind": "property", "name": "response_format", "serializedName": "response_format", "type": { - "$id": "2452", + "$id": "2454", "kind": "nullable", "type": { - "$id": "2453", + "$id": "2455", "kind": "union", "name": "AssistantsApiResponseFormatOption", "variantTypes": [ { - "$ref": "1521" + "$ref": "1523" }, { - "$id": "2454", + "$id": "2456", "kind": "model", "name": "ResponseFormatText", "namespace": "OpenAI", @@ -26205,7 +26231,7 @@ "discriminatorValue": "text", "decorators": [], "baseModel": { - "$id": "2455", + "$id": "2457", "kind": "model", "name": "ResponseFormat", "namespace": "OpenAI", @@ -26213,7 +26239,7 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "2456", + "$id": "2458", "kind": "property", "name": "type", "serializedName": "type", @@ -26235,15 +26261,15 @@ }, "properties": [ { - "$ref": "2456" + "$ref": "2458" } ], "discriminatedSubtypes": { "text": { - "$ref": "2454" + "$ref": "2456" }, "json_object": { - "$id": "2457", + "$id": "2459", "kind": "model", "name": "ResponseFormatJsonObject", "namespace": "OpenAI", @@ -26253,17 +26279,17 @@ "discriminatorValue": "json_object", "decorators": [], "baseModel": { - "$ref": "2455" + "$ref": "2457" }, "properties": [ { - "$id": "2458", + "$id": "2460", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of response format being defined. Always `json_object`.", "type": { - "$id": "2459", + "$id": "2461", "kind": "enumvalue", "name": "json_object", "value": "json_object", @@ -26271,14 +26297,14 @@ "$ref": "11" }, "enumType": { - "$id": "2460", + "$id": "2462", "kind": "enum", "decorators": [], "name": "ResponseFormatType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "2461", + "$id": "2463", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -26287,42 +26313,42 @@ }, "values": [ { - "$id": "2462", + "$id": "2464", "kind": "enumvalue", "decorators": [], "name": "text", "value": "text", "valueType": { - "$ref": "2461" + "$ref": "2463" }, "enumType": { - "$ref": "2460" + "$ref": "2462" } }, { - "$id": "2463", + "$id": "2465", "kind": "enumvalue", "decorators": [], "name": "json_object", "value": "json_object", "valueType": { - "$ref": "2461" + "$ref": "2463" }, "enumType": { - "$ref": "2460" + "$ref": "2462" } }, { - "$id": "2464", + "$id": "2466", "kind": "enumvalue", "decorators": [], "name": "json_schema", "value": "json_schema", "valueType": { - "$ref": "2461" + "$ref": "2463" }, "enumType": { - "$ref": "2460" + "$ref": "2462" } } ], @@ -26353,7 +26379,7 @@ ] }, "json_schema": { - "$id": "2465", + "$id": "2467", "kind": "model", "name": "ResponseFormatJsonSchema", "namespace": "OpenAI", @@ -26363,17 +26389,17 @@ "discriminatorValue": "json_schema", "decorators": [], "baseModel": { - "$ref": "2455" + "$ref": "2457" }, "properties": [ { - "$id": "2466", + "$id": "2468", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of response format being defined. Always `json_schema`.", "type": { - "$id": "2467", + "$id": "2469", "kind": "enumvalue", "name": "json_schema", "value": "json_schema", @@ -26381,7 +26407,7 @@ "$ref": "11" }, "enumType": { - "$ref": "2460" + "$ref": "2462" }, "decorators": [] }, @@ -26399,13 +26425,13 @@ "isHttpMetadata": false }, { - "$id": "2468", + "$id": "2470", "kind": "property", "name": "json_schema", "serializedName": "json_schema", "doc": "Structured Outputs configuration options, including a JSON Schema.", "type": { - "$id": "2469", + "$id": "2471", "kind": "model", "name": "ResponseFormatJsonSchemaJsonSchema", "namespace": "OpenAI", @@ -26414,13 +26440,13 @@ "decorators": [], "properties": [ { - "$id": "2470", + "$id": "2472", "kind": "property", "name": "description", "serializedName": "description", "doc": "A description of what the response format is for, used by the model to\ndetermine how to respond in the format.", "type": { - "$id": "2471", + "$id": "2473", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26440,13 +26466,13 @@ "isHttpMetadata": false }, { - "$id": "2472", + "$id": "2474", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the response format. Must be a-z, A-Z, 0-9, or contain\nunderscores and dashes, with a maximum length of 64.", "type": { - "$id": "2473", + "$id": "2475", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26466,12 +26492,12 @@ "isHttpMetadata": false }, { - "$id": "2474", + "$id": "2476", "kind": "property", "name": "schema", "serializedName": "schema", "type": { - "$id": "2475", + "$id": "2477", "kind": "model", "name": "ResponseFormatJsonSchemaSchema", "namespace": "OpenAI", @@ -26480,7 +26506,7 @@ "doc": "The schema for the response format, described as a JSON Schema object.\nLearn how to build JSON schemas [here](https://json-schema.org/).", "decorators": [], "additionalProperties": { - "$id": "2476", + "$id": "2478", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -26502,16 +26528,16 @@ "isHttpMetadata": false }, { - "$id": "2477", + "$id": "2479", "kind": "property", "name": "strict", "serializedName": "strict", "doc": "Whether to enable strict schema adherence when generating the output.\nIf set to true, the model will always follow the exact schema defined\nin the `schema` field. Only a subset of JSON Schema is supported when\n`strict` is `true`. To learn more, read the [Structured Outputs\nguide](/docs/guides/structured-outputs).", "type": { - "$id": "2478", + "$id": "2480", "kind": "nullable", "type": { - "$id": "2479", + "$id": "2481", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -26553,13 +26579,13 @@ }, "properties": [ { - "$id": "2480", + "$id": "2482", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of response format being defined. Always `text`.", "type": { - "$id": "2481", + "$id": "2483", "kind": "enumvalue", "name": "text", "value": "text", @@ -26567,7 +26593,7 @@ "$ref": "11" }, "enumType": { - "$ref": "2460" + "$ref": "2462" }, "decorators": [] }, @@ -26587,10 +26613,10 @@ ] }, { - "$ref": "2457" + "$ref": "2459" }, { - "$ref": "2465" + "$ref": "2467" } ], "namespace": "OpenAI", @@ -26630,12 +26656,12 @@ "isHttpMetadata": false }, { - "$id": "2482", + "$id": "2484", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "2483", + "$id": "2485", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26655,12 +26681,12 @@ "isHttpMetadata": false }, { - "$id": "2484", + "$id": "2486", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "2485", + "$id": "2487", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26680,12 +26706,12 @@ "isHttpMetadata": false }, { - "$id": "2486", + "$id": "2488", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "2487", + "$id": "2489", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -26707,58 +26733,58 @@ ] }, { - "$ref": "2373" - }, - { - "$ref": "2393" + "$ref": "2375" }, { "$ref": "2395" }, { - "$ref": "2403" + "$ref": "2397" }, { - "$ref": "2407" + "$ref": "2405" }, { - "$ref": "2411" + "$ref": "2409" }, { - "$ref": "2415" + "$ref": "2413" }, { - "$ref": "2419" + "$ref": "2417" }, { - "$ref": "2431" + "$ref": "2421" }, { "$ref": "2433" }, { - "$ref": "2438" + "$ref": "2435" }, { - "$ref": "2454" + "$ref": "2440" }, { - "$ref": "2455" + "$ref": "2456" }, { "$ref": "2457" }, { - "$ref": "2465" + "$ref": "2459" + }, + { + "$ref": "2467" }, { - "$ref": "2469" + "$ref": "2471" }, { - "$ref": "2475" + "$ref": "2477" }, { - "$id": "2488", + "$id": "2490", "kind": "model", "name": "ErrorResponse", "namespace": "OpenAI", @@ -26767,12 +26793,12 @@ "decorators": [], "properties": [ { - "$id": "2489", + "$id": "2491", "kind": "property", "name": "error", "serializedName": "error", "type": { - "$id": "2490", + "$id": "2492", "kind": "model", "name": "Error", "namespace": "OpenAI", @@ -26781,15 +26807,15 @@ "decorators": [], "properties": [ { - "$id": "2491", + "$id": "2493", "kind": "property", "name": "code", "serializedName": "code", "type": { - "$id": "2492", + "$id": "2494", "kind": "nullable", "type": { - "$id": "2493", + "$id": "2495", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26811,12 +26837,12 @@ "isHttpMetadata": false }, { - "$id": "2494", + "$id": "2496", "kind": "property", "name": "message", "serializedName": "message", "type": { - "$id": "2495", + "$id": "2497", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26836,15 +26862,15 @@ "isHttpMetadata": false }, { - "$id": "2496", + "$id": "2498", "kind": "property", "name": "param", "serializedName": "param", "type": { - "$id": "2497", + "$id": "2499", "kind": "nullable", "type": { - "$id": "2498", + "$id": "2500", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26866,12 +26892,12 @@ "isHttpMetadata": false }, { - "$id": "2499", + "$id": "2501", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "2500", + "$id": "2502", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26908,10 +26934,10 @@ ] }, { - "$ref": "2490" + "$ref": "2492" }, { - "$id": "2501", + "$id": "2503", "kind": "model", "name": "CreateAssistantRequest", "namespace": "OpenAI", @@ -26920,7 +26946,7 @@ "decorators": [], "properties": [ { - "$id": "2502", + "$id": "2504", "kind": "property", "name": "model", "serializedName": "model", @@ -26942,16 +26968,16 @@ "isHttpMetadata": false }, { - "$id": "2503", + "$id": "2505", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the assistant. The maximum length is 256 characters.", "type": { - "$id": "2504", + "$id": "2506", "kind": "nullable", "type": { - "$id": "2505", + "$id": "2507", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -26973,16 +26999,16 @@ "isHttpMetadata": false }, { - "$id": "2506", + "$id": "2508", "kind": "property", "name": "description", "serializedName": "description", "doc": "The description of the assistant. The maximum length is 512 characters.", "type": { - "$id": "2507", + "$id": "2509", "kind": "nullable", "type": { - "$id": "2508", + "$id": "2510", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -27004,16 +27030,16 @@ "isHttpMetadata": false }, { - "$id": "2509", + "$id": "2511", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "The system instructions that the assistant uses. The maximum length is 256,000 characters.", "type": { - "$id": "2510", + "$id": "2512", "kind": "nullable", "type": { - "$id": "2511", + "$id": "2513", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -27035,12 +27061,12 @@ "isHttpMetadata": false }, { - "$id": "2512", + "$id": "2514", "kind": "property", "name": "reasoning_effort", "serializedName": "reasoning_effort", "type": { - "$id": "2513", + "$id": "2515", "kind": "nullable", "type": { "$ref": "53" @@ -27061,13 +27087,13 @@ "isHttpMetadata": false }, { - "$id": "2514", + "$id": "2516", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types `code_interpreter`, `file_search`, or `function`.", "type": { - "$ref": "2392" + "$ref": "2394" }, "optional": true, "readOnly": false, @@ -27083,16 +27109,16 @@ "isHttpMetadata": false }, { - "$id": "2515", + "$id": "2517", "kind": "property", "name": "tool_resources", "serializedName": "tool_resources", "doc": "A set of resources that are used by the assistant's tools. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.", "type": { - "$id": "2516", + "$id": "2518", "kind": "nullable", "type": { - "$id": "2517", + "$id": "2519", "kind": "model", "name": "CreateAssistantRequestToolResources1", "namespace": "OpenAI", @@ -27101,12 +27127,12 @@ "decorators": [], "properties": [ { - "$id": "2518", + "$id": "2520", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "type": { - "$id": "2519", + "$id": "2521", "kind": "model", "name": "CreateAssistantRequestToolResourcesCodeInterpreter", "namespace": "OpenAI", @@ -27115,13 +27141,13 @@ "decorators": [], "properties": [ { - "$id": "2520", + "$id": "2522", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [file](/docs/api-reference/files) IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files associated with the tool.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -27152,12 +27178,12 @@ "isHttpMetadata": false }, { - "$id": "2521", + "$id": "2523", "kind": "property", "name": "file_search", "serializedName": "file_search", "type": { - "$id": "2522", + "$id": "2524", "kind": "model", "name": "ToolResourcesFileSearch", "namespace": "OpenAI", @@ -27166,13 +27192,13 @@ "decorators": [], "properties": [ { - "$id": "2523", + "$id": "2525", "kind": "property", "name": "vector_store_ids", "serializedName": "vector_store_ids", "doc": "The [vector store](/docs/api-reference/vector-stores/object) attached to this assistant.\nThere can be a maximum of 1 vector store attached to the assistant.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -27188,17 +27214,17 @@ "isHttpMetadata": false }, { - "$id": "2524", + "$id": "2526", "kind": "property", "name": "vector_stores", "serializedName": "vector_stores", "doc": "A helper to create a [vector store](/docs/api-reference/vector-stores/object) with\nfile_ids and attach it to this assistant. There can be a maximum of 1 vector store\nattached to the assistant.", "type": { - "$id": "2525", + "$id": "2527", "kind": "array", "name": "Array1", "valueType": { - "$id": "2526", + "$id": "2528", "kind": "model", "name": "ToolResourcesFileSearchVectorStore", "namespace": "OpenAI", @@ -27207,13 +27233,13 @@ "decorators": [], "properties": [ { - "$id": "2527", + "$id": "2529", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [file](/docs/api-reference/files) IDs to add to the vector store. There can be\na maximum of 10000 files in a vector store.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -27229,13 +27255,13 @@ "isHttpMetadata": false }, { - "$id": "2528", + "$id": "2530", "kind": "property", "name": "chunking_strategy", "serializedName": "chunking_strategy", "doc": "The chunking strategy used to chunk the file(s). If not set, will use the `auto` strategy. Only applicable if `file_ids` is non-empty.", "type": { - "$id": "2529", + "$id": "2531", "kind": "model", "name": "ChunkingStrategyRequestParam", "namespace": "OpenAI", @@ -27244,7 +27270,7 @@ "doc": "The chunking strategy used to chunk the file(s). If not set, will use the `auto` strategy.", "decorators": [], "discriminatorProperty": { - "$id": "2530", + "$id": "2532", "kind": "property", "name": "type", "serializedName": "type", @@ -27267,12 +27293,12 @@ }, "properties": [ { - "$ref": "2530" + "$ref": "2532" } ], "discriminatedSubtypes": { "auto": { - "$id": "2531", + "$id": "2533", "kind": "model", "name": "AutoChunkingStrategyRequestParam", "namespace": "OpenAI", @@ -27282,17 +27308,17 @@ "discriminatorValue": "auto", "decorators": [], "baseModel": { - "$ref": "2529" + "$ref": "2531" }, "properties": [ { - "$id": "2532", + "$id": "2534", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `auto`.", "type": { - "$id": "2533", + "$id": "2535", "kind": "enumvalue", "name": "auto", "value": "auto", @@ -27300,14 +27326,14 @@ "$ref": "60" }, "enumType": { - "$id": "2534", + "$id": "2536", "kind": "enum", "decorators": [], "name": "ChunkingStrategyRequestParamType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "2535", + "$id": "2537", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -27316,29 +27342,29 @@ }, "values": [ { - "$id": "2536", + "$id": "2538", "kind": "enumvalue", "decorators": [], "name": "auto", "value": "auto", "valueType": { - "$ref": "2535" + "$ref": "2537" }, "enumType": { - "$ref": "2534" + "$ref": "2536" } }, { - "$id": "2537", + "$id": "2539", "kind": "enumvalue", "decorators": [], "name": "static", "value": "static", "valueType": { - "$ref": "2535" + "$ref": "2537" }, "enumType": { - "$ref": "2534" + "$ref": "2536" } } ], @@ -27369,7 +27395,7 @@ ] }, "static": { - "$id": "2538", + "$id": "2540", "kind": "model", "name": "StaticChunkingStrategyRequestParam", "namespace": "OpenAI", @@ -27379,17 +27405,17 @@ "discriminatorValue": "static", "decorators": [], "baseModel": { - "$ref": "2529" + "$ref": "2531" }, "properties": [ { - "$id": "2539", + "$id": "2541", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `static`.", "type": { - "$id": "2540", + "$id": "2542", "kind": "enumvalue", "name": "static", "value": "static", @@ -27397,7 +27423,7 @@ "$ref": "60" }, "enumType": { - "$ref": "2534" + "$ref": "2536" }, "decorators": [] }, @@ -27415,12 +27441,12 @@ "isHttpMetadata": false }, { - "$id": "2541", + "$id": "2543", "kind": "property", "name": "static", "serializedName": "static", "type": { - "$id": "2542", + "$id": "2544", "kind": "model", "name": "StaticChunkingStrategy", "namespace": "OpenAI", @@ -27429,13 +27455,13 @@ "decorators": [], "properties": [ { - "$id": "2543", + "$id": "2545", "kind": "property", "name": "max_chunk_size_tokens", "serializedName": "max_chunk_size_tokens", "doc": "The maximum number of tokens in each chunk. The default value is `800`. The minimum value is `100` and the maximum value is `4096`.", "type": { - "$id": "2544", + "$id": "2546", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -27455,13 +27481,13 @@ "isHttpMetadata": false }, { - "$id": "2545", + "$id": "2547", "kind": "property", "name": "chunk_overlap_tokens", "serializedName": "chunk_overlap_tokens", "doc": "The number of tokens that overlap between chunks. The default value is `400`.\n\nNote that the overlap must not exceed half of `max_chunk_size_tokens`.", "type": { - "$id": "2546", + "$id": "2548", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -27513,13 +27539,13 @@ "isHttpMetadata": false }, { - "$id": "2547", + "$id": "2549", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -27585,13 +27611,13 @@ "isHttpMetadata": false }, { - "$id": "2548", + "$id": "2550", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -27607,16 +27633,16 @@ "isHttpMetadata": false }, { - "$id": "2549", + "$id": "2551", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.", "type": { - "$id": "2550", + "$id": "2552", "kind": "nullable", "type": { - "$id": "2551", + "$id": "2553", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -27638,16 +27664,16 @@ "isHttpMetadata": false }, { - "$id": "2552", + "$id": "2554", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.", "type": { - "$id": "2553", + "$id": "2555", "kind": "nullable", "type": { - "$id": "2554", + "$id": "2556", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -27669,15 +27695,15 @@ "isHttpMetadata": false }, { - "$id": "2555", + "$id": "2557", "kind": "property", "name": "response_format", "serializedName": "response_format", "type": { - "$id": "2556", + "$id": "2558", "kind": "nullable", "type": { - "$ref": "2453" + "$ref": "2455" }, "namespace": "OpenAI" }, @@ -27696,32 +27722,32 @@ } ] }, - { - "$ref": "2517" - }, { "$ref": "2519" }, { - "$ref": "2522" + "$ref": "2521" }, { - "$ref": "2526" + "$ref": "2524" }, { - "$ref": "2529" + "$ref": "2528" }, { "$ref": "2531" }, { - "$ref": "2538" + "$ref": "2533" + }, + { + "$ref": "2540" }, { - "$ref": "2542" + "$ref": "2544" }, { - "$id": "2557", + "$id": "2559", "kind": "model", "name": "ModifyAssistantRequest", "namespace": "OpenAI", @@ -27730,7 +27756,7 @@ "decorators": [], "properties": [ { - "$id": "2558", + "$id": "2560", "kind": "property", "name": "model", "serializedName": "model", @@ -27752,12 +27778,12 @@ "isHttpMetadata": false }, { - "$id": "2559", + "$id": "2561", "kind": "property", "name": "reasoning_effort", "serializedName": "reasoning_effort", "type": { - "$id": "2560", + "$id": "2562", "kind": "nullable", "type": { "$ref": "53" @@ -27778,16 +27804,16 @@ "isHttpMetadata": false }, { - "$id": "2561", + "$id": "2563", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the assistant. The maximum length is 256 characters.", "type": { - "$id": "2562", + "$id": "2564", "kind": "nullable", "type": { - "$id": "2563", + "$id": "2565", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -27809,16 +27835,16 @@ "isHttpMetadata": false }, { - "$id": "2564", + "$id": "2566", "kind": "property", "name": "description", "serializedName": "description", "doc": "The description of the assistant. The maximum length is 512 characters.", "type": { - "$id": "2565", + "$id": "2567", "kind": "nullable", "type": { - "$id": "2566", + "$id": "2568", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -27840,16 +27866,16 @@ "isHttpMetadata": false }, { - "$id": "2567", + "$id": "2569", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "The system instructions that the assistant uses. The maximum length is 256,000 characters.", "type": { - "$id": "2568", + "$id": "2570", "kind": "nullable", "type": { - "$id": "2569", + "$id": "2571", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -27871,13 +27897,13 @@ "isHttpMetadata": false }, { - "$id": "2570", + "$id": "2572", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types `code_interpreter`, `file_search`, or `function`.", "type": { - "$ref": "2392" + "$ref": "2394" }, "optional": true, "readOnly": false, @@ -27893,16 +27919,16 @@ "isHttpMetadata": false }, { - "$id": "2571", + "$id": "2573", "kind": "property", "name": "tool_resources", "serializedName": "tool_resources", "doc": "A set of resources that are used by the assistant's tools. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.", "type": { - "$id": "2572", + "$id": "2574", "kind": "nullable", "type": { - "$id": "2573", + "$id": "2575", "kind": "model", "name": "ModifyAssistantRequestToolResources1", "namespace": "OpenAI", @@ -27911,12 +27937,12 @@ "decorators": [], "properties": [ { - "$id": "2574", + "$id": "2576", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "type": { - "$id": "2575", + "$id": "2577", "kind": "model", "name": "ModifyAssistantRequestToolResourcesCodeInterpreter", "namespace": "OpenAI", @@ -27925,13 +27951,13 @@ "decorators": [], "properties": [ { - "$id": "2576", + "$id": "2578", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "Overrides the list of [file](/docs/api-reference/files) IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files associated with the tool.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -27962,12 +27988,12 @@ "isHttpMetadata": false }, { - "$id": "2577", + "$id": "2579", "kind": "property", "name": "file_search", "serializedName": "file_search", "type": { - "$ref": "2438" + "$ref": "2440" }, "optional": true, "readOnly": false, @@ -28000,13 +28026,13 @@ "isHttpMetadata": false }, { - "$id": "2578", + "$id": "2580", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -28022,16 +28048,16 @@ "isHttpMetadata": false }, { - "$id": "2579", + "$id": "2581", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.", "type": { - "$id": "2580", + "$id": "2582", "kind": "nullable", "type": { - "$id": "2581", + "$id": "2583", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -28053,16 +28079,16 @@ "isHttpMetadata": false }, { - "$id": "2582", + "$id": "2584", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.", "type": { - "$id": "2583", + "$id": "2585", "kind": "nullable", "type": { - "$id": "2584", + "$id": "2586", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -28084,15 +28110,15 @@ "isHttpMetadata": false }, { - "$id": "2585", + "$id": "2587", "kind": "property", "name": "response_format", "serializedName": "response_format", "type": { - "$id": "2586", + "$id": "2588", "kind": "nullable", "type": { - "$ref": "2453" + "$ref": "2455" }, "namespace": "OpenAI" }, @@ -28112,13 +28138,13 @@ ] }, { - "$ref": "2573" + "$ref": "2575" }, { - "$ref": "2575" + "$ref": "2577" }, { - "$id": "2587", + "$id": "2589", "kind": "model", "name": "DeleteAssistantResponse", "namespace": "OpenAI", @@ -28127,12 +28153,12 @@ "decorators": [], "properties": [ { - "$id": "2588", + "$id": "2590", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "2589", + "$id": "2591", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28152,12 +28178,12 @@ "isHttpMetadata": false }, { - "$id": "2590", + "$id": "2592", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "2591", + "$id": "2593", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -28177,12 +28203,12 @@ "isHttpMetadata": false }, { - "$id": "2592", + "$id": "2594", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1523" + "$ref": "1525" }, "optional": false, "readOnly": false, @@ -28200,7 +28226,7 @@ ] }, { - "$id": "2593", + "$id": "2595", "kind": "model", "name": "CreateSpeechRequest", "namespace": "OpenAI", @@ -28209,7 +28235,7 @@ "decorators": [], "properties": [ { - "$id": "2594", + "$id": "2596", "kind": "property", "name": "model", "serializedName": "model", @@ -28231,13 +28257,13 @@ "isHttpMetadata": false }, { - "$id": "2595", + "$id": "2597", "kind": "property", "name": "input", "serializedName": "input", "doc": "The text to generate audio for. The maximum length is 4096 characters.", "type": { - "$id": "2596", + "$id": "2598", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28257,13 +28283,13 @@ "isHttpMetadata": false }, { - "$id": "2597", + "$id": "2599", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "Control the voice of your generated audio with additional instructions. Does not work with `tts-1` or `tts-1-hd`.", "type": { - "$id": "2598", + "$id": "2600", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28283,7 +28309,7 @@ "isHttpMetadata": false }, { - "$id": "2599", + "$id": "2601", "kind": "property", "name": "voice", "serializedName": "voice", @@ -28305,7 +28331,7 @@ "isHttpMetadata": false }, { - "$id": "2600", + "$id": "2602", "kind": "property", "name": "response_format", "serializedName": "response_format", @@ -28327,13 +28353,13 @@ "isHttpMetadata": false }, { - "$id": "2601", + "$id": "2603", "kind": "property", "name": "speed", "serializedName": "speed", "doc": "The speed of the generated audio. Select a value from `0.25` to `4.0`. `1.0` is the default. Does not work with `gpt-4o-mini-tts`.", "type": { - "$id": "2602", + "$id": "2604", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -28355,7 +28381,7 @@ ] }, { - "$id": "2603", + "$id": "2605", "kind": "model", "name": "CreateTranscriptionRequest", "namespace": "OpenAI", @@ -28364,13 +28390,13 @@ "decorators": [], "properties": [ { - "$id": "2604", + "$id": "2606", "kind": "property", "name": "file", "serializedName": "file", "doc": "The audio file object (not file name) to transcribe, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.", "type": { - "$id": "2605", + "$id": "2607", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -28397,7 +28423,7 @@ "isHttpMetadata": false }, { - "$id": "2606", + "$id": "2608", "kind": "property", "name": "model", "serializedName": "model", @@ -28425,13 +28451,13 @@ "isHttpMetadata": false }, { - "$id": "2607", + "$id": "2609", "kind": "property", "name": "language", "serializedName": "language", "doc": "The language of the input audio. Supplying the input language in [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. `en`) format will improve accuracy and latency.", "type": { - "$id": "2608", + "$id": "2610", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28457,13 +28483,13 @@ "isHttpMetadata": false }, { - "$id": "2609", + "$id": "2611", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "An optional text to guide the model's style or continue a previous audio segment. The [prompt](/docs/guides/speech-to-text#prompting) should match the audio language.", "type": { - "$id": "2610", + "$id": "2612", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28489,7 +28515,7 @@ "isHttpMetadata": false }, { - "$id": "2611", + "$id": "2613", "kind": "property", "name": "response_format", "serializedName": "response_format", @@ -28516,18 +28542,18 @@ "isHttpMetadata": false }, { - "$id": "2612", + "$id": "2614", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will use [log probability](https://en.wikipedia.org/wiki/Log_probability) to automatically increase the temperature until certain thresholds are hit.", "type": { - "$id": "2613", + "$id": "2615", "kind": "float32", "name": "ZeroOrOneFloat", "crossLanguageDefinitionId": "OpenAI.ZeroOrOneFloat", "baseType": { - "$id": "2614", + "$id": "2616", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -28555,13 +28581,13 @@ "isHttpMetadata": false }, { - "$id": "2615", + "$id": "2617", "kind": "property", "name": "include[]", "serializedName": "include[]", "doc": "Additional information to include in the transcription response.\n`logprobs` will return the log probabilities of the tokens in the\nresponse to understand the model's confidence in the transcription.\n`logprobs` only works with response_format set to `json` and only with\nthe models `gpt-4o-transcribe` and `gpt-4o-mini-transcribe`.", "type": { - "$id": "2616", + "$id": "2618", "kind": "array", "name": "ArrayTranscriptionInclude", "valueType": { @@ -28590,13 +28616,13 @@ "isHttpMetadata": false }, { - "$id": "2617", + "$id": "2619", "kind": "property", "name": "timestamp_granularities[]", "serializedName": "timestamp_granularities[]", "doc": "The timestamp granularities to populate for this transcription. `response_format` must be set `verbose_json` to use timestamp granularities. Either or both of these options are supported: `word`, or `segment`. Note: There is no additional latency for segment timestamps, but generating word timestamps incurs additional latency.", "type": { - "$id": "2618", + "$id": "2620", "kind": "array", "name": "Array2", "valueType": { @@ -28625,16 +28651,16 @@ "isHttpMetadata": false }, { - "$id": "2619", + "$id": "2621", "kind": "property", "name": "stream", "serializedName": "stream", "doc": "If set to true, the model response data will be streamed to the client\nas it is generated using [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format).\nSee the [Streaming section of the Speech-to-Text guide](/docs/guides/speech-to-text?lang=curl#streaming-transcriptions)\nfor more information.\n\nNote: Streaming is not supported for the `whisper-1` model and will be ignored.", "type": { - "$id": "2620", + "$id": "2622", "kind": "nullable", "type": { - "$id": "2621", + "$id": "2623", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -28662,16 +28688,16 @@ "isHttpMetadata": false }, { - "$id": "2622", + "$id": "2624", "kind": "property", "name": "chunking_strategy", "serializedName": "chunking_strategy", "doc": "Controls how the audio is cut into chunks. When set to `\"auto\"`, the server first normalizes loudness and then uses voice activity detection (VAD) to choose boundaries. `server_vad` object can be provided to tweak VAD detection parameters manually. If unset, the audio is transcribed as a single block.", "type": { - "$id": "2623", + "$id": "2625", "kind": "nullable", "type": { - "$id": "2624", + "$id": "2626", "kind": "model", "name": "VadConfig", "namespace": "OpenAI", @@ -28680,12 +28706,12 @@ "decorators": [], "properties": [ { - "$id": "2625", + "$id": "2627", "kind": "property", "name": "type", "doc": "Must be set to `server_vad` to enable manual chunking using server side VAD.", "type": { - "$ref": "1525" + "$ref": "1527" }, "optional": false, "readOnly": false, @@ -28697,12 +28723,12 @@ "isHttpMetadata": false }, { - "$id": "2626", + "$id": "2628", "kind": "property", "name": "prefix_padding_ms", "doc": "Amount of audio to include before the VAD detected speech (in\nmilliseconds).", "type": { - "$id": "2627", + "$id": "2629", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -28718,12 +28744,12 @@ "isHttpMetadata": false }, { - "$id": "2628", + "$id": "2630", "kind": "property", "name": "silence_duration_ms", "doc": "Duration of silence to detect speech stop (in milliseconds).\nWith shorter values the model will respond more quickly,\nbut may jump in on short pauses from the user.", "type": { - "$id": "2629", + "$id": "2631", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -28739,12 +28765,12 @@ "isHttpMetadata": false }, { - "$id": "2630", + "$id": "2632", "kind": "property", "name": "threshold", "doc": "Sensitivity threshold (0.0 to 1.0) for voice activity detection. A\nhigher threshold will require louder audio to activate the model, and\nthus might perform better in noisy environments.", "type": { - "$id": "2631", + "$id": "2633", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -28785,10 +28811,10 @@ ] }, { - "$ref": "2624" + "$ref": "2626" }, { - "$id": "2632", + "$id": "2634", "kind": "model", "name": "CreateTranscriptionResponseVerboseJson", "namespace": "OpenAI", @@ -28798,13 +28824,13 @@ "decorators": [], "properties": [ { - "$id": "2633", + "$id": "2635", "kind": "property", "name": "task", "serializedName": "task", "doc": "The task label.", "type": { - "$ref": "1527" + "$ref": "1529" }, "optional": false, "readOnly": false, @@ -28820,13 +28846,13 @@ "isHttpMetadata": false }, { - "$id": "2634", + "$id": "2636", "kind": "property", "name": "language", "serializedName": "language", "doc": "The language of the input audio.", "type": { - "$id": "2635", + "$id": "2637", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28846,18 +28872,18 @@ "isHttpMetadata": false }, { - "$id": "2636", + "$id": "2638", "kind": "property", "name": "duration", "serializedName": "duration", "doc": "The duration of the input audio.", "type": { - "$id": "2637", + "$id": "2639", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "2638", + "$id": "2640", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -28880,13 +28906,13 @@ "isHttpMetadata": false }, { - "$id": "2639", + "$id": "2641", "kind": "property", "name": "text", "serializedName": "text", "doc": "The transcribed text.", "type": { - "$id": "2640", + "$id": "2642", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28906,17 +28932,17 @@ "isHttpMetadata": false }, { - "$id": "2641", + "$id": "2643", "kind": "property", "name": "words", "serializedName": "words", "doc": "Extracted words and their corresponding timestamps.", "type": { - "$id": "2642", + "$id": "2644", "kind": "array", "name": "ArrayTranscriptionWord", "valueType": { - "$id": "2643", + "$id": "2645", "kind": "model", "name": "TranscriptionWord", "namespace": "OpenAI", @@ -28925,13 +28951,13 @@ "decorators": [], "properties": [ { - "$id": "2644", + "$id": "2646", "kind": "property", "name": "word", "serializedName": "word", "doc": "The text content of the word.", "type": { - "$id": "2645", + "$id": "2647", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -28951,18 +28977,18 @@ "isHttpMetadata": false }, { - "$id": "2646", + "$id": "2648", "kind": "property", "name": "start", "serializedName": "start", "doc": "Start time of the word in seconds.", "type": { - "$id": "2647", + "$id": "2649", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "2648", + "$id": "2650", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -28985,18 +29011,18 @@ "isHttpMetadata": false }, { - "$id": "2649", + "$id": "2651", "kind": "property", "name": "end", "serializedName": "end", "doc": "End time of the word in seconds.", "type": { - "$id": "2650", + "$id": "2652", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "2651", + "$id": "2653", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29037,17 +29063,17 @@ "isHttpMetadata": false }, { - "$id": "2652", + "$id": "2654", "kind": "property", "name": "segments", "serializedName": "segments", "doc": "Segments of the transcribed text and their corresponding details.", "type": { - "$id": "2653", + "$id": "2655", "kind": "array", "name": "ArrayTranscriptionSegment", "valueType": { - "$id": "2654", + "$id": "2656", "kind": "model", "name": "TranscriptionSegment", "namespace": "OpenAI", @@ -29056,13 +29082,13 @@ "decorators": [], "properties": [ { - "$id": "2655", + "$id": "2657", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier of the segment.", "type": { - "$id": "2656", + "$id": "2658", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -29082,13 +29108,13 @@ "isHttpMetadata": false }, { - "$id": "2657", + "$id": "2659", "kind": "property", "name": "seek", "serializedName": "seek", "doc": "Seek offset of the segment.", "type": { - "$id": "2658", + "$id": "2660", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -29108,18 +29134,18 @@ "isHttpMetadata": false }, { - "$id": "2659", + "$id": "2661", "kind": "property", "name": "start", "serializedName": "start", "doc": "Start time of the segment in seconds.", "type": { - "$id": "2660", + "$id": "2662", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "2661", + "$id": "2663", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29142,18 +29168,18 @@ "isHttpMetadata": false }, { - "$id": "2662", + "$id": "2664", "kind": "property", "name": "end", "serializedName": "end", "doc": "End time of the segment in seconds.", "type": { - "$id": "2663", + "$id": "2665", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "2664", + "$id": "2666", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29176,13 +29202,13 @@ "isHttpMetadata": false }, { - "$id": "2665", + "$id": "2667", "kind": "property", "name": "text", "serializedName": "text", "doc": "Text content of the segment.", "type": { - "$id": "2666", + "$id": "2668", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -29202,17 +29228,17 @@ "isHttpMetadata": false }, { - "$id": "2667", + "$id": "2669", "kind": "property", "name": "tokens", "serializedName": "tokens", "doc": "Array of token IDs for the text content.", "type": { - "$id": "2668", + "$id": "2670", "kind": "array", "name": "Array3", "valueType": { - "$id": "2669", + "$id": "2671", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -29235,13 +29261,13 @@ "isHttpMetadata": false }, { - "$id": "2670", + "$id": "2672", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "Temperature parameter used for generating the segment.", "type": { - "$id": "2671", + "$id": "2673", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29261,13 +29287,13 @@ "isHttpMetadata": false }, { - "$id": "2672", + "$id": "2674", "kind": "property", "name": "avg_logprob", "serializedName": "avg_logprob", "doc": "Average logprob of the segment. If the value is lower than -1, consider the logprobs failed.", "type": { - "$id": "2673", + "$id": "2675", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29287,13 +29313,13 @@ "isHttpMetadata": false }, { - "$id": "2674", + "$id": "2676", "kind": "property", "name": "compression_ratio", "serializedName": "compression_ratio", "doc": "Compression ratio of the segment. If the value is greater than 2.4, consider the compression failed.", "type": { - "$id": "2675", + "$id": "2677", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29313,13 +29339,13 @@ "isHttpMetadata": false }, { - "$id": "2676", + "$id": "2678", "kind": "property", "name": "no_speech_prob", "serializedName": "no_speech_prob", "doc": "Probability of no speech in the segment. If the value is higher than 1.0 and the `avg_logprob` is below -1, consider this segment silent.", "type": { - "$id": "2677", + "$id": "2679", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29359,13 +29385,13 @@ ] }, { - "$ref": "2643" + "$ref": "2645" }, { - "$ref": "2654" + "$ref": "2656" }, { - "$id": "2678", + "$id": "2680", "kind": "model", "name": "CreateTranscriptionResponseJson", "namespace": "OpenAI", @@ -29375,13 +29401,13 @@ "decorators": [], "properties": [ { - "$id": "2679", + "$id": "2681", "kind": "property", "name": "text", "serializedName": "text", "doc": "The transcribed text.", "type": { - "$id": "2680", + "$id": "2682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -29401,17 +29427,17 @@ "isHttpMetadata": false }, { - "$id": "2681", + "$id": "2683", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "doc": "The log probabilities of the tokens in the transcription. Only returned with the models `gpt-4o-transcribe` and `gpt-4o-mini-transcribe` if `logprobs` is added to the `include` array.", "type": { - "$id": "2682", + "$id": "2684", "kind": "array", "name": "Array4", "valueType": { - "$id": "2683", + "$id": "2685", "kind": "model", "name": "CreateTranscriptionResponseJsonLogprob", "namespace": "OpenAI", @@ -29420,13 +29446,13 @@ "decorators": [], "properties": [ { - "$id": "2684", + "$id": "2686", "kind": "property", "name": "token", "serializedName": "token", "doc": "The token in the transcription.", "type": { - "$id": "2685", + "$id": "2687", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -29446,13 +29472,13 @@ "isHttpMetadata": false }, { - "$id": "2686", + "$id": "2688", "kind": "property", "name": "logprob", "serializedName": "logprob", "doc": "The log probability of the token.", "type": { - "$id": "2687", + "$id": "2689", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29472,17 +29498,17 @@ "isHttpMetadata": false }, { - "$id": "2688", + "$id": "2690", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "The bytes of the token.", "type": { - "$id": "2689", + "$id": "2691", "kind": "array", "name": "Array5", "valueType": { - "$id": "2690", + "$id": "2692", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29525,10 +29551,10 @@ ] }, { - "$ref": "2683" + "$ref": "2685" }, { - "$id": "2691", + "$id": "2693", "kind": "model", "name": "CreateTranscriptionResponseStreamEvent", "namespace": "OpenAI", @@ -29536,7 +29562,7 @@ "usage": "Output", "decorators": [], "discriminatorProperty": { - "$id": "2692", + "$id": "2694", "kind": "property", "name": "type", "type": { @@ -29553,12 +29579,12 @@ }, "properties": [ { - "$ref": "2692" + "$ref": "2694" } ], "discriminatedSubtypes": { "transcript.text.delta": { - "$id": "2693", + "$id": "2695", "kind": "model", "name": "TranscriptTextDeltaEvent", "namespace": "OpenAI", @@ -29568,16 +29594,16 @@ "discriminatorValue": "transcript.text.delta", "decorators": [], "baseModel": { - "$ref": "2691" + "$ref": "2693" }, "properties": [ { - "$id": "2694", + "$id": "2696", "kind": "property", "name": "type", "doc": "The type of the event. Always `transcript.text.delta`.", "type": { - "$id": "2695", + "$id": "2697", "kind": "enumvalue", "name": "transcript_text_delta", "value": "transcript.text.delta", @@ -29585,14 +29611,14 @@ "$ref": "109" }, "enumType": { - "$id": "2696", + "$id": "2698", "kind": "enum", "decorators": [], "name": "CreateTranscriptionResponseStreamEventType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "2697", + "$id": "2699", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -29601,29 +29627,29 @@ }, "values": [ { - "$id": "2698", + "$id": "2700", "kind": "enumvalue", "decorators": [], "name": "transcript_text_delta", "value": "transcript.text.delta", "valueType": { - "$ref": "2697" + "$ref": "2699" }, "enumType": { - "$ref": "2696" + "$ref": "2698" } }, { - "$id": "2699", + "$id": "2701", "kind": "enumvalue", "decorators": [], "name": "transcript_text_done", "value": "transcript.text.done", "valueType": { - "$ref": "2697" + "$ref": "2699" }, "enumType": { - "$ref": "2696" + "$ref": "2698" } } ], @@ -29648,12 +29674,12 @@ "isHttpMetadata": false }, { - "$id": "2700", + "$id": "2702", "kind": "property", "name": "delta", "doc": "The text delta that was additionally transcribed.", "type": { - "$id": "2701", + "$id": "2703", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -29669,16 +29695,16 @@ "isHttpMetadata": false }, { - "$id": "2702", + "$id": "2704", "kind": "property", "name": "logprobs", "doc": "The log probabilities of the delta. Only included if you [create a transcription](/docs/api-reference/audio/create-transcription) with the `include[]` parameter set to `logprobs`.", "type": { - "$id": "2703", + "$id": "2705", "kind": "array", "name": "Array6", "valueType": { - "$id": "2704", + "$id": "2706", "kind": "model", "name": "TranscriptTextDeltaEventLogprob", "namespace": "OpenAI", @@ -29687,12 +29713,12 @@ "decorators": [], "properties": [ { - "$id": "2705", + "$id": "2707", "kind": "property", "name": "token", "doc": "The token that was used to generate the log probability.", "type": { - "$id": "2706", + "$id": "2708", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -29708,12 +29734,12 @@ "isHttpMetadata": false }, { - "$id": "2707", + "$id": "2709", "kind": "property", "name": "logprob", "doc": "The log probability of the token.", "type": { - "$id": "2708", + "$id": "2710", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29729,12 +29755,12 @@ "isHttpMetadata": false }, { - "$id": "2709", + "$id": "2711", "kind": "property", "name": "bytes", "doc": "The bytes that were used to generate the log probability.", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": true, "readOnly": false, @@ -29762,7 +29788,7 @@ ] }, "transcript.text.done": { - "$id": "2710", + "$id": "2712", "kind": "model", "name": "TranscriptTextDoneEvent", "namespace": "OpenAI", @@ -29772,16 +29798,16 @@ "discriminatorValue": "transcript.text.done", "decorators": [], "baseModel": { - "$ref": "2691" + "$ref": "2693" }, "properties": [ { - "$id": "2711", + "$id": "2713", "kind": "property", "name": "type", "doc": "The type of the event. Always `transcript.text.done`.", "type": { - "$id": "2712", + "$id": "2714", "kind": "enumvalue", "name": "transcript_text_done", "value": "transcript.text.done", @@ -29789,7 +29815,7 @@ "$ref": "109" }, "enumType": { - "$ref": "2696" + "$ref": "2698" }, "decorators": [] }, @@ -29803,12 +29829,12 @@ "isHttpMetadata": false }, { - "$id": "2713", + "$id": "2715", "kind": "property", "name": "text", "doc": "The text that was transcribed.", "type": { - "$id": "2714", + "$id": "2716", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -29824,16 +29850,16 @@ "isHttpMetadata": false }, { - "$id": "2715", + "$id": "2717", "kind": "property", "name": "logprobs", "doc": "The log probabilities of the individual tokens in the transcription. Only included if you [create a transcription](/docs/api-reference/audio/create-transcription) with the `include[]` parameter set to `logprobs`.", "type": { - "$id": "2716", + "$id": "2718", "kind": "array", "name": "Array7", "valueType": { - "$id": "2717", + "$id": "2719", "kind": "model", "name": "TranscriptTextDoneEventLogprob", "namespace": "OpenAI", @@ -29842,12 +29868,12 @@ "decorators": [], "properties": [ { - "$id": "2718", + "$id": "2720", "kind": "property", "name": "token", "doc": "The token that was used to generate the log probability.", "type": { - "$id": "2719", + "$id": "2721", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -29863,12 +29889,12 @@ "isHttpMetadata": false }, { - "$id": "2720", + "$id": "2722", "kind": "property", "name": "logprob", "doc": "The log probability of the token.", "type": { - "$id": "2721", + "$id": "2723", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -29884,12 +29910,12 @@ "isHttpMetadata": false }, { - "$id": "2722", + "$id": "2724", "kind": "property", "name": "bytes", "doc": "The bytes that were used to generate the log probability.", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": true, "readOnly": false, @@ -29919,19 +29945,19 @@ } }, { - "$ref": "2693" + "$ref": "2695" }, { - "$ref": "2704" + "$ref": "2706" }, { - "$ref": "2710" + "$ref": "2712" }, { - "$ref": "2717" + "$ref": "2719" }, { - "$id": "2723", + "$id": "2725", "kind": "model", "name": "CreateTranslationRequest", "namespace": "OpenAI", @@ -29940,13 +29966,13 @@ "decorators": [], "properties": [ { - "$id": "2724", + "$id": "2726", "kind": "property", "name": "file", "serializedName": "file", "doc": "The audio file object (not file name) translate, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.", "type": { - "$id": "2725", + "$id": "2727", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -29973,7 +29999,7 @@ "isHttpMetadata": false }, { - "$id": "2726", + "$id": "2728", "kind": "property", "name": "model", "serializedName": "model", @@ -30001,13 +30027,13 @@ "isHttpMetadata": false }, { - "$id": "2727", + "$id": "2729", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "An optional text to guide the model's style or continue a previous audio segment. The [prompt](/docs/guides/speech-to-text#prompting) should be in English.", "type": { - "$id": "2728", + "$id": "2730", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30033,7 +30059,7 @@ "isHttpMetadata": false }, { - "$id": "2729", + "$id": "2731", "kind": "property", "name": "response_format", "serializedName": "response_format", @@ -30061,18 +30087,18 @@ "isHttpMetadata": false }, { - "$id": "2730", + "$id": "2732", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic. If set to 0, the model will use [log probability](https://en.wikipedia.org/wiki/Log_probability) to automatically increase the temperature until certain thresholds are hit.", "type": { - "$id": "2731", + "$id": "2733", "kind": "float32", "name": "ZeroOrOneFloat", "crossLanguageDefinitionId": "OpenAI.ZeroOrOneFloat", "baseType": { - "$id": "2732", + "$id": "2734", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -30102,7 +30128,7 @@ ] }, { - "$id": "2733", + "$id": "2735", "kind": "model", "name": "CreateTranslationResponseVerboseJson", "namespace": "OpenAI", @@ -30111,13 +30137,13 @@ "decorators": [], "properties": [ { - "$id": "2734", + "$id": "2736", "kind": "property", "name": "task", "serializedName": "task", "doc": "The task label.", "type": { - "$ref": "1529" + "$ref": "1531" }, "optional": false, "readOnly": false, @@ -30133,13 +30159,13 @@ "isHttpMetadata": false }, { - "$id": "2735", + "$id": "2737", "kind": "property", "name": "language", "serializedName": "language", "doc": "The language of the output translation (always `english`).", "type": { - "$id": "2736", + "$id": "2738", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30159,18 +30185,18 @@ "isHttpMetadata": false }, { - "$id": "2737", + "$id": "2739", "kind": "property", "name": "duration", "serializedName": "duration", "doc": "The duration of the input audio.", "type": { - "$id": "2738", + "$id": "2740", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "2739", + "$id": "2741", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -30193,13 +30219,13 @@ "isHttpMetadata": false }, { - "$id": "2740", + "$id": "2742", "kind": "property", "name": "text", "serializedName": "text", "doc": "The translated text.", "type": { - "$id": "2741", + "$id": "2743", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30219,13 +30245,13 @@ "isHttpMetadata": false }, { - "$id": "2742", + "$id": "2744", "kind": "property", "name": "segments", "serializedName": "segments", "doc": "Segments of the translated text and their corresponding details.", "type": { - "$ref": "2653" + "$ref": "2655" }, "optional": true, "readOnly": true, @@ -30243,7 +30269,7 @@ ] }, { - "$id": "2743", + "$id": "2745", "kind": "model", "name": "CreateTranslationResponseJson", "namespace": "OpenAI", @@ -30252,12 +30278,12 @@ "decorators": [], "properties": [ { - "$id": "2744", + "$id": "2746", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "2745", + "$id": "2747", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30279,7 +30305,7 @@ ] }, { - "$id": "2746", + "$id": "2748", "kind": "model", "name": "CreateBatchRequest", "namespace": "", @@ -30288,13 +30314,13 @@ "decorators": [], "properties": [ { - "$id": "2747", + "$id": "2749", "kind": "property", "name": "input_file_id", "serializedName": "input_file_id", "doc": "The ID of an uploaded file that contains requests for the new batch.\n\nSee [upload file](/docs/api-reference/files/create) for how to upload a file.\n\nYour input file must be formatted as a [JSONL file](/docs/api-reference/batch/requestInput),\nand must be uploaded with the purpose `batch`.", "type": { - "$id": "2748", + "$id": "2750", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30314,7 +30340,7 @@ "isHttpMetadata": false }, { - "$id": "2749", + "$id": "2751", "kind": "property", "name": "endpoint", "serializedName": "endpoint", @@ -30336,13 +30362,13 @@ "isHttpMetadata": false }, { - "$id": "2750", + "$id": "2752", "kind": "property", "name": "completion_window", "serializedName": "completion_window", "doc": "The time frame within which the batch should be processed. Currently only `24h` is supported.", "type": { - "$ref": "1531" + "$ref": "1533" }, "optional": false, "readOnly": false, @@ -30358,13 +30384,13 @@ "isHttpMetadata": false }, { - "$id": "2751", + "$id": "2753", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -30382,7 +30408,7 @@ ] }, { - "$id": "2752", + "$id": "2754", "kind": "model", "name": "Batch", "namespace": "OpenAI", @@ -30391,12 +30417,12 @@ "decorators": [], "properties": [ { - "$id": "2753", + "$id": "2755", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "2754", + "$id": "2756", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30416,13 +30442,13 @@ "isHttpMetadata": false }, { - "$id": "2755", + "$id": "2757", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `batch`.", "type": { - "$ref": "1533" + "$ref": "1535" }, "optional": false, "readOnly": false, @@ -30438,13 +30464,13 @@ "isHttpMetadata": false }, { - "$id": "2756", + "$id": "2758", "kind": "property", "name": "endpoint", "serializedName": "endpoint", "doc": "The OpenAI API endpoint used by the batch.", "type": { - "$id": "2757", + "$id": "2759", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30464,12 +30490,12 @@ "isHttpMetadata": false }, { - "$id": "2758", + "$id": "2760", "kind": "property", "name": "errors", "serializedName": "errors", "type": { - "$id": "2759", + "$id": "2761", "kind": "model", "name": "BatchErrors", "namespace": "OpenAI", @@ -30478,7 +30504,7 @@ "decorators": [], "properties": [ { - "$id": "2760", + "$id": "2762", "kind": "property", "name": "object", "serializedName": "object", @@ -30500,16 +30526,16 @@ "isHttpMetadata": false }, { - "$id": "2761", + "$id": "2763", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "2762", + "$id": "2764", "kind": "array", "name": "Array8", "valueType": { - "$id": "2763", + "$id": "2765", "kind": "model", "name": "BatchErrorsDatum", "namespace": "OpenAI", @@ -30518,13 +30544,13 @@ "decorators": [], "properties": [ { - "$id": "2764", + "$id": "2766", "kind": "property", "name": "code", "serializedName": "code", "doc": "An error code identifying the error type.", "type": { - "$id": "2765", + "$id": "2767", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30544,13 +30570,13 @@ "isHttpMetadata": false }, { - "$id": "2766", + "$id": "2768", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable message providing more details about the error.", "type": { - "$id": "2767", + "$id": "2769", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30570,16 +30596,16 @@ "isHttpMetadata": false }, { - "$id": "2768", + "$id": "2770", "kind": "property", "name": "param", "serializedName": "param", "doc": "The name of the parameter that caused the error, if applicable.", "type": { - "$id": "2769", + "$id": "2771", "kind": "nullable", "type": { - "$id": "2770", + "$id": "2772", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30601,16 +30627,16 @@ "isHttpMetadata": false }, { - "$id": "2771", + "$id": "2773", "kind": "property", "name": "line", "serializedName": "line", "doc": "The line number of the input file where the error occurred, if applicable.", "type": { - "$id": "2772", + "$id": "2774", "kind": "nullable", "type": { - "$id": "2773", + "$id": "2775", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -30665,13 +30691,13 @@ "isHttpMetadata": false }, { - "$id": "2774", + "$id": "2776", "kind": "property", "name": "input_file_id", "serializedName": "input_file_id", "doc": "The ID of the input file for the batch.", "type": { - "$id": "2775", + "$id": "2777", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30691,13 +30717,13 @@ "isHttpMetadata": false }, { - "$id": "2776", + "$id": "2778", "kind": "property", "name": "completion_window", "serializedName": "completion_window", "doc": "The time frame within which the batch should be processed.", "type": { - "$id": "2777", + "$id": "2779", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30717,7 +30743,7 @@ "isHttpMetadata": false }, { - "$id": "2778", + "$id": "2780", "kind": "property", "name": "status", "serializedName": "status", @@ -30739,13 +30765,13 @@ "isHttpMetadata": false }, { - "$id": "2779", + "$id": "2781", "kind": "property", "name": "output_file_id", "serializedName": "output_file_id", "doc": "The ID of the file containing the outputs of successfully executed requests.", "type": { - "$id": "2780", + "$id": "2782", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30765,13 +30791,13 @@ "isHttpMetadata": false }, { - "$id": "2781", + "$id": "2783", "kind": "property", "name": "error_file_id", "serializedName": "error_file_id", "doc": "The ID of the file containing the outputs of requests with errors.", "type": { - "$id": "2782", + "$id": "2784", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -30791,18 +30817,18 @@ "isHttpMetadata": false }, { - "$id": "2783", + "$id": "2785", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the batch was created.", "type": { - "$id": "2784", + "$id": "2786", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2785", + "$id": "2787", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -30825,18 +30851,18 @@ "isHttpMetadata": false }, { - "$id": "2786", + "$id": "2788", "kind": "property", "name": "in_progress_at", "serializedName": "in_progress_at", "doc": "The Unix timestamp (in seconds) for when the batch started processing.", "type": { - "$id": "2787", + "$id": "2789", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2788", + "$id": "2790", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -30859,18 +30885,18 @@ "isHttpMetadata": false }, { - "$id": "2789", + "$id": "2791", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "The Unix timestamp (in seconds) for when the batch will expire.", "type": { - "$id": "2790", + "$id": "2792", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2791", + "$id": "2793", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -30893,18 +30919,18 @@ "isHttpMetadata": false }, { - "$id": "2792", + "$id": "2794", "kind": "property", "name": "finalizing_at", "serializedName": "finalizing_at", "doc": "The Unix timestamp (in seconds) for when the batch started finalizing.", "type": { - "$id": "2793", + "$id": "2795", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2794", + "$id": "2796", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -30927,18 +30953,18 @@ "isHttpMetadata": false }, { - "$id": "2795", + "$id": "2797", "kind": "property", "name": "completed_at", "serializedName": "completed_at", "doc": "The Unix timestamp (in seconds) for when the batch was completed.", "type": { - "$id": "2796", + "$id": "2798", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2797", + "$id": "2799", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -30961,18 +30987,18 @@ "isHttpMetadata": false }, { - "$id": "2798", + "$id": "2800", "kind": "property", "name": "failed_at", "serializedName": "failed_at", "doc": "The Unix timestamp (in seconds) for when the batch failed.", "type": { - "$id": "2799", + "$id": "2801", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2800", + "$id": "2802", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -30995,18 +31021,18 @@ "isHttpMetadata": false }, { - "$id": "2801", + "$id": "2803", "kind": "property", "name": "expired_at", "serializedName": "expired_at", "doc": "The Unix timestamp (in seconds) for when the batch expired.", "type": { - "$id": "2802", + "$id": "2804", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2803", + "$id": "2805", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31029,18 +31055,18 @@ "isHttpMetadata": false }, { - "$id": "2804", + "$id": "2806", "kind": "property", "name": "cancelling_at", "serializedName": "cancelling_at", "doc": "The Unix timestamp (in seconds) for when the batch started cancelling.", "type": { - "$id": "2805", + "$id": "2807", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2806", + "$id": "2808", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31063,18 +31089,18 @@ "isHttpMetadata": false }, { - "$id": "2807", + "$id": "2809", "kind": "property", "name": "cancelled_at", "serializedName": "cancelled_at", "doc": "The Unix timestamp (in seconds) for when the batch was cancelled.", "type": { - "$id": "2808", + "$id": "2810", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2809", + "$id": "2811", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31097,13 +31123,13 @@ "isHttpMetadata": false }, { - "$id": "2810", + "$id": "2812", "kind": "property", "name": "request_counts", "serializedName": "request_counts", "doc": "The request counts for different statuses within the batch.", "type": { - "$id": "2811", + "$id": "2813", "kind": "model", "name": "BatchRequestCounts", "namespace": "OpenAI", @@ -31112,13 +31138,13 @@ "decorators": [], "properties": [ { - "$id": "2812", + "$id": "2814", "kind": "property", "name": "total", "serializedName": "total", "doc": "Total number of requests in the batch.", "type": { - "$id": "2813", + "$id": "2815", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31138,13 +31164,13 @@ "isHttpMetadata": false }, { - "$id": "2814", + "$id": "2816", "kind": "property", "name": "completed", "serializedName": "completed", "doc": "Number of requests that have been completed successfully.", "type": { - "$id": "2815", + "$id": "2817", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31164,13 +31190,13 @@ "isHttpMetadata": false }, { - "$id": "2816", + "$id": "2818", "kind": "property", "name": "failed", "serializedName": "failed", "doc": "Number of requests that have failed.", "type": { - "$id": "2817", + "$id": "2819", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31205,13 +31231,13 @@ "isHttpMetadata": false }, { - "$id": "2818", + "$id": "2820", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -31229,16 +31255,16 @@ ] }, { - "$ref": "2759" + "$ref": "2761" }, { - "$ref": "2763" + "$ref": "2765" }, { - "$ref": "2811" + "$ref": "2813" }, { - "$id": "2819", + "$id": "2821", "kind": "model", "name": "ListBatchesResponse", "namespace": "OpenAI", @@ -31247,16 +31273,16 @@ "decorators": [], "properties": [ { - "$id": "2820", + "$id": "2822", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "2821", + "$id": "2823", "kind": "array", "name": "ArrayBatch", "valueType": { - "$ref": "2752" + "$ref": "2754" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -31275,12 +31301,12 @@ "isHttpMetadata": false }, { - "$id": "2822", + "$id": "2824", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "2823", + "$id": "2825", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31300,12 +31326,12 @@ "isHttpMetadata": false }, { - "$id": "2824", + "$id": "2826", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "2825", + "$id": "2827", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31325,12 +31351,12 @@ "isHttpMetadata": false }, { - "$id": "2826", + "$id": "2828", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "2827", + "$id": "2829", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -31350,12 +31376,12 @@ "isHttpMetadata": false }, { - "$id": "2828", + "$id": "2830", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1535" + "$ref": "1537" }, "optional": false, "readOnly": false, @@ -31373,7 +31399,7 @@ ] }, { - "$id": "2829", + "$id": "2831", "kind": "model", "name": "ChatCompletionList", "namespace": "OpenAI", @@ -31388,13 +31414,13 @@ ], "properties": [ { - "$id": "2830", + "$id": "2832", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of this object. It is always set to \"list\".", "type": { - "$ref": "1537" + "$ref": "1539" }, "optional": false, "readOnly": false, @@ -31410,17 +31436,17 @@ "isHttpMetadata": false }, { - "$id": "2831", + "$id": "2833", "kind": "property", "name": "data", "serializedName": "data", "doc": "An array of chat completion objects.", "type": { - "$id": "2832", + "$id": "2834", "kind": "array", "name": "ArrayCreateChatCompletionResponse", "valueType": { - "$id": "2833", + "$id": "2835", "kind": "model", "name": "CreateChatCompletionResponse", "namespace": "OpenAI", @@ -31435,13 +31461,13 @@ ], "properties": [ { - "$id": "2834", + "$id": "2836", "kind": "property", "name": "id", "serializedName": "id", "doc": "A unique identifier for the chat completion.", "type": { - "$id": "2835", + "$id": "2837", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31461,17 +31487,17 @@ "isHttpMetadata": false }, { - "$id": "2836", + "$id": "2838", "kind": "property", "name": "choices", "serializedName": "choices", "doc": "A list of chat completion choices. Can be more than one if `n` is greater than 1.", "type": { - "$id": "2837", + "$id": "2839", "kind": "array", "name": "Array9", "valueType": { - "$id": "2838", + "$id": "2840", "kind": "model", "name": "CreateChatCompletionResponseChoice", "namespace": "OpenAI", @@ -31480,7 +31506,7 @@ "decorators": [], "properties": [ { - "$id": "2839", + "$id": "2841", "kind": "property", "name": "finish_reason", "serializedName": "finish_reason", @@ -31502,13 +31528,13 @@ "isHttpMetadata": false }, { - "$id": "2840", + "$id": "2842", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index of the choice in the list of choices.", "type": { - "$id": "2841", + "$id": "2843", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31528,12 +31554,12 @@ "isHttpMetadata": false }, { - "$id": "2842", + "$id": "2844", "kind": "property", "name": "message", "serializedName": "message", "type": { - "$id": "2843", + "$id": "2845", "kind": "model", "name": "ChatCompletionResponseMessage", "namespace": "OpenAI", @@ -31548,16 +31574,16 @@ ], "properties": [ { - "$id": "2844", + "$id": "2846", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the message.", "type": { - "$id": "2845", + "$id": "2847", "kind": "nullable", "type": { - "$id": "2846", + "$id": "2848", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31579,16 +31605,16 @@ "isHttpMetadata": false }, { - "$id": "2847", + "$id": "2849", "kind": "property", "name": "refusal", "serializedName": "refusal", "doc": "The refusal message generated by the model.", "type": { - "$id": "2848", + "$id": "2850", "kind": "nullable", "type": { - "$id": "2849", + "$id": "2851", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31610,16 +31636,16 @@ "isHttpMetadata": false }, { - "$id": "2850", + "$id": "2852", "kind": "property", "name": "tool_calls", "serializedName": "tool_calls", "type": { - "$id": "2851", + "$id": "2853", "kind": "array", "name": "ChatCompletionMessageToolCalls", "valueType": { - "$id": "2852", + "$id": "2854", "kind": "model", "name": "ChatCompletionMessageToolCall", "namespace": "OpenAI", @@ -31633,13 +31659,13 @@ ], "properties": [ { - "$id": "2853", + "$id": "2855", "kind": "property", "name": "id", "serializedName": "id", "doc": "The ID of the tool call.", "type": { - "$id": "2854", + "$id": "2856", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31659,28 +31685,28 @@ "isHttpMetadata": false }, { - "$id": "2855", + "$id": "2857", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the tool. Currently, only `function` is supported.", "type": { - "$id": "2856", + "$id": "2858", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1415" + "$ref": "1417" }, "enumType": { - "$id": "2857", + "$id": "2859", "kind": "enum", "decorators": [], "name": "ChatToolCallKind", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "2858", + "$id": "2860", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -31689,16 +31715,16 @@ }, "values": [ { - "$id": "2859", + "$id": "2861", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "enumType": { - "$ref": "2857" + "$ref": "2859" }, "valueType": { - "$ref": "2858" + "$ref": "2860" } } ], @@ -31727,13 +31753,13 @@ "isHttpMetadata": false }, { - "$id": "2860", + "$id": "2862", "kind": "property", "name": "function", "serializedName": "function", "doc": "The function that the model called.", "type": { - "$id": "2861", + "$id": "2863", "kind": "model", "name": "ChatCompletionMessageToolCallFunction", "namespace": "OpenAI", @@ -31742,13 +31768,13 @@ "decorators": [], "properties": [ { - "$id": "2862", + "$id": "2864", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to call.", "type": { - "$id": "2863", + "$id": "2865", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31768,13 +31794,13 @@ "isHttpMetadata": false }, { - "$id": "2864", + "$id": "2866", "kind": "property", "name": "arguments", "serializedName": "arguments", "doc": "The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.", "type": { - "$id": "2865", + "$id": "2867", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -31832,17 +31858,17 @@ "isHttpMetadata": false }, { - "$id": "2866", + "$id": "2868", "kind": "property", "name": "annotations", "serializedName": "annotations", "doc": "Annotations for the message, when applicable, as when using the\n[web search tool](/docs/guides/tools-web-search?api-mode=chat).", "type": { - "$id": "2867", + "$id": "2869", "kind": "array", "name": "Array10", "valueType": { - "$id": "2868", + "$id": "2870", "kind": "model", "name": "ChatCompletionResponseMessageAnnotation", "namespace": "OpenAI", @@ -31851,13 +31877,13 @@ "decorators": [], "properties": [ { - "$id": "2869", + "$id": "2871", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the URL citation. Always `url_citation`.", "type": { - "$ref": "1539" + "$ref": "1541" }, "optional": false, "readOnly": false, @@ -31873,13 +31899,13 @@ "isHttpMetadata": false }, { - "$id": "2870", + "$id": "2872", "kind": "property", "name": "url_citation", "serializedName": "url_citation", "doc": "A URL citation when using web search.", "type": { - "$id": "2871", + "$id": "2873", "kind": "model", "name": "ChatCompletionResponseMessageAnnotationUrlCitation", "namespace": "OpenAI", @@ -31888,13 +31914,13 @@ "decorators": [], "properties": [ { - "$id": "2872", + "$id": "2874", "kind": "property", "name": "end_index", "serializedName": "end_index", "doc": "The index of the last character of the URL citation in the message.", "type": { - "$id": "2873", + "$id": "2875", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31914,13 +31940,13 @@ "isHttpMetadata": false }, { - "$id": "2874", + "$id": "2876", "kind": "property", "name": "start_index", "serializedName": "start_index", "doc": "The index of the first character of the URL citation in the message.", "type": { - "$id": "2875", + "$id": "2877", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -31940,13 +31966,13 @@ "isHttpMetadata": false }, { - "$id": "2876", + "$id": "2878", "kind": "property", "name": "url", "serializedName": "url", "doc": "The URL of the web resource.", "type": { - "$id": "2877", + "$id": "2879", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -31966,13 +31992,13 @@ "isHttpMetadata": false }, { - "$id": "2878", + "$id": "2880", "kind": "property", "name": "title", "serializedName": "title", "doc": "The title of the web resource.", "type": { - "$id": "2879", + "$id": "2881", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32025,13 +32051,13 @@ "isHttpMetadata": false }, { - "$id": "2880", + "$id": "2882", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the author of this message.", "type": { - "$id": "2881", + "$id": "2883", "kind": "enumvalue", "name": "assistant", "value": "assistant", @@ -32039,7 +32065,7 @@ "$ref": "154" }, "enumType": { - "$id": "2882", + "$id": "2884", "kind": "enum", "decorators": [], "doc": "The role of the author of a message", @@ -32047,7 +32073,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "2883", + "$id": "2885", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -32056,81 +32082,81 @@ }, "values": [ { - "$id": "2884", + "$id": "2886", "kind": "enumvalue", "decorators": [], "name": "system", "value": "system", "enumType": { - "$ref": "2882" + "$ref": "2884" }, "valueType": { - "$ref": "2883" + "$ref": "2885" } }, { - "$id": "2885", + "$id": "2887", "kind": "enumvalue", "decorators": [], "name": "developer", "value": "developer", "enumType": { - "$ref": "2882" + "$ref": "2884" }, "valueType": { - "$ref": "2883" + "$ref": "2885" } }, { - "$id": "2886", + "$id": "2888", "kind": "enumvalue", "decorators": [], "name": "user", "value": "user", "enumType": { - "$ref": "2882" + "$ref": "2884" }, "valueType": { - "$ref": "2883" + "$ref": "2885" } }, { - "$id": "2887", + "$id": "2889", "kind": "enumvalue", "decorators": [], "name": "assistant", "value": "assistant", "enumType": { - "$ref": "2882" + "$ref": "2884" }, "valueType": { - "$ref": "2883" + "$ref": "2885" } }, { - "$id": "2888", + "$id": "2890", "kind": "enumvalue", "decorators": [], "name": "tool", "value": "tool", "enumType": { - "$ref": "2882" + "$ref": "2884" }, "valueType": { - "$ref": "2883" + "$ref": "2885" } }, { - "$id": "2889", + "$id": "2891", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "enumType": { - "$ref": "2882" + "$ref": "2884" }, "valueType": { - "$ref": "2883" + "$ref": "2885" } } ], @@ -32159,13 +32185,13 @@ "isHttpMetadata": false }, { - "$id": "2890", + "$id": "2892", "kind": "property", "name": "function_call", "serializedName": "function_call", "doc": "Deprecated and replaced by `tool_calls`. The name and arguments of a function that should be called, as generated by the model.", "type": { - "$id": "2891", + "$id": "2893", "kind": "model", "name": "ChatCompletionResponseMessageFunctionCall", "namespace": "OpenAI", @@ -32174,12 +32200,12 @@ "decorators": [], "properties": [ { - "$id": "2892", + "$id": "2894", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "2893", + "$id": "2895", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32199,12 +32225,12 @@ "isHttpMetadata": false }, { - "$id": "2894", + "$id": "2896", "kind": "property", "name": "arguments", "serializedName": "arguments", "type": { - "$id": "2895", + "$id": "2897", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32239,16 +32265,16 @@ "isHttpMetadata": false }, { - "$id": "2896", + "$id": "2898", "kind": "property", "name": "audio", "serializedName": "audio", "doc": "If the audio output modality is requested, this object contains data\nabout the audio response from the model. [Learn more](/docs/guides/audio).", "type": { - "$id": "2897", + "$id": "2899", "kind": "nullable", "type": { - "$id": "2898", + "$id": "2900", "kind": "model", "name": "ChatCompletionResponseMessageAudio1", "namespace": "OpenAI", @@ -32257,13 +32283,13 @@ "decorators": [], "properties": [ { - "$id": "2899", + "$id": "2901", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for this audio response.", "type": { - "$id": "2900", + "$id": "2902", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32283,18 +32309,18 @@ "isHttpMetadata": false }, { - "$id": "2901", + "$id": "2903", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "The Unix timestamp (in seconds) for when this audio response will\nno longer be accessible on the server for use in multi-turn\nconversations.", "type": { - "$id": "2902", + "$id": "2904", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2903", + "$id": "2905", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -32317,13 +32343,13 @@ "isHttpMetadata": false }, { - "$id": "2904", + "$id": "2906", "kind": "property", "name": "data", "serializedName": "data", "doc": "Base64 encoded audio bytes generated by the model, in the format\nspecified in the request.", "type": { - "$id": "2905", + "$id": "2907", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -32344,13 +32370,13 @@ "isHttpMetadata": false }, { - "$id": "2906", + "$id": "2908", "kind": "property", "name": "transcript", "serializedName": "transcript", "doc": "Transcript of the audio generated by the model.", "type": { - "$id": "2907", + "$id": "2909", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32402,16 +32428,16 @@ "isHttpMetadata": false }, { - "$id": "2908", + "$id": "2910", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "doc": "Log probability information for the choice.", "type": { - "$id": "2909", + "$id": "2911", "kind": "nullable", "type": { - "$id": "2910", + "$id": "2912", "kind": "model", "name": "CreateChatCompletionResponseChoiceLogprobs1", "namespace": "OpenAI", @@ -32420,20 +32446,20 @@ "decorators": [], "properties": [ { - "$id": "2911", + "$id": "2913", "kind": "property", "name": "content", "serializedName": "content", "doc": "A list of message content tokens with log probability information.", "type": { - "$id": "2912", + "$id": "2914", "kind": "nullable", "type": { - "$id": "2913", + "$id": "2915", "kind": "array", "name": "ArrayChatCompletionTokenLogprob", "valueType": { - "$id": "2914", + "$id": "2916", "kind": "model", "name": "ChatCompletionTokenLogprob", "namespace": "OpenAI", @@ -32447,13 +32473,13 @@ ], "properties": [ { - "$id": "2915", + "$id": "2917", "kind": "property", "name": "token", "serializedName": "token", "doc": "The token.", "type": { - "$id": "2916", + "$id": "2918", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32473,13 +32499,13 @@ "isHttpMetadata": false }, { - "$id": "2917", + "$id": "2919", "kind": "property", "name": "logprob", "serializedName": "logprob", "doc": "The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value `-9999.0` is used to signify that the token is very unlikely.", "type": { - "$id": "2918", + "$id": "2920", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -32499,16 +32525,16 @@ "isHttpMetadata": false }, { - "$id": "2919", + "$id": "2921", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "A list of integers representing the UTF-8 bytes representation of the token. Useful in instances where characters are represented by multiple tokens and their byte representations must be combined to generate the correct text representation. Can be `null` if there is no bytes representation for the token.", "type": { - "$id": "2920", + "$id": "2922", "kind": "nullable", "type": { - "$ref": "2668" + "$ref": "2670" }, "namespace": "OpenAI" }, @@ -32526,17 +32552,17 @@ "isHttpMetadata": false }, { - "$id": "2921", + "$id": "2923", "kind": "property", "name": "top_logprobs", "serializedName": "top_logprobs", "doc": "List of the most likely tokens and their log probability, at this token position. In rare cases, there may be fewer than the number of requested `top_logprobs` returned.", "type": { - "$id": "2922", + "$id": "2924", "kind": "array", "name": "Array11", "valueType": { - "$id": "2923", + "$id": "2925", "kind": "model", "name": "ChatCompletionTokenLogprobTopLogprob", "namespace": "OpenAI", @@ -32545,13 +32571,13 @@ "decorators": [], "properties": [ { - "$id": "2924", + "$id": "2926", "kind": "property", "name": "token", "serializedName": "token", "doc": "The token.", "type": { - "$id": "2925", + "$id": "2927", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32571,13 +32597,13 @@ "isHttpMetadata": false }, { - "$id": "2926", + "$id": "2928", "kind": "property", "name": "logprob", "serializedName": "logprob", "doc": "The log probability of this token, if it is within the top 20 most likely tokens. Otherwise, the value `-9999.0` is used to signify that the token is very unlikely.", "type": { - "$id": "2927", + "$id": "2929", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -32597,16 +32623,16 @@ "isHttpMetadata": false }, { - "$id": "2928", + "$id": "2930", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "A list of integers representing the UTF-8 bytes representation of the token. Useful in instances where characters are represented by multiple tokens and their byte representations must be combined to generate the correct text representation. Can be `null` if there is no bytes representation for the token.", "type": { - "$id": "2929", + "$id": "2931", "kind": "nullable", "type": { - "$ref": "2668" + "$ref": "2670" }, "namespace": "OpenAI" }, @@ -32662,16 +32688,16 @@ "isHttpMetadata": false }, { - "$id": "2930", + "$id": "2932", "kind": "property", "name": "refusal", "serializedName": "refusal", "doc": "A list of message refusal tokens with log probability information.", "type": { - "$id": "2931", + "$id": "2933", "kind": "nullable", "type": { - "$ref": "2913" + "$ref": "2915" }, "namespace": "OpenAI" }, @@ -32724,18 +32750,18 @@ "isHttpMetadata": false }, { - "$id": "2932", + "$id": "2934", "kind": "property", "name": "created", "serializedName": "created", "doc": "The Unix timestamp (in seconds) of when the chat completion was created.", "type": { - "$id": "2933", + "$id": "2935", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "2934", + "$id": "2936", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -32758,13 +32784,13 @@ "isHttpMetadata": false }, { - "$id": "2935", + "$id": "2937", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model used for the chat completion.", "type": { - "$id": "2936", + "$id": "2938", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32784,7 +32810,7 @@ "isHttpMetadata": false }, { - "$id": "2937", + "$id": "2939", "kind": "property", "name": "service_tier", "serializedName": "service_tier", @@ -32805,13 +32831,13 @@ "isHttpMetadata": false }, { - "$id": "2938", + "$id": "2940", "kind": "property", "name": "system_fingerprint", "serializedName": "system_fingerprint", "doc": "This fingerprint represents the backend configuration that the model runs with.\n\nCan be used in conjunction with the `seed` request parameter to understand when backend changes have been made that might impact determinism.", "type": { - "$id": "2939", + "$id": "2941", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -32831,13 +32857,13 @@ "isHttpMetadata": false }, { - "$id": "2940", + "$id": "2942", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `chat.completion`.", "type": { - "$ref": "1541" + "$ref": "1543" }, "optional": false, "readOnly": false, @@ -32853,12 +32879,12 @@ "isHttpMetadata": false }, { - "$id": "2941", + "$id": "2943", "kind": "property", "name": "usage", "serializedName": "usage", "type": { - "$id": "2942", + "$id": "2944", "kind": "model", "name": "CompletionUsage", "namespace": "OpenAI", @@ -32868,13 +32894,13 @@ "decorators": [], "properties": [ { - "$id": "2943", + "$id": "2945", "kind": "property", "name": "completion_tokens", "serializedName": "completion_tokens", "doc": "Number of tokens in the generated completion.", "type": { - "$id": "2944", + "$id": "2946", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -32894,13 +32920,13 @@ "isHttpMetadata": false }, { - "$id": "2945", + "$id": "2947", "kind": "property", "name": "prompt_tokens", "serializedName": "prompt_tokens", "doc": "Number of tokens in the prompt.", "type": { - "$id": "2946", + "$id": "2948", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -32920,13 +32946,13 @@ "isHttpMetadata": false }, { - "$id": "2947", + "$id": "2949", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "Total number of tokens used in the request (prompt + completion).", "type": { - "$id": "2948", + "$id": "2950", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -32946,13 +32972,13 @@ "isHttpMetadata": false }, { - "$id": "2949", + "$id": "2951", "kind": "property", "name": "completion_tokens_details", "serializedName": "completion_tokens_details", "doc": "Breakdown of tokens used in a completion.", "type": { - "$id": "2950", + "$id": "2952", "kind": "model", "name": "CompletionUsageCompletionTokensDetails", "namespace": "OpenAI", @@ -32961,13 +32987,13 @@ "decorators": [], "properties": [ { - "$id": "2951", + "$id": "2953", "kind": "property", "name": "accepted_prediction_tokens", "serializedName": "accepted_prediction_tokens", "doc": "When using Predicted Outputs, the number of tokens in the\nprediction that appeared in the completion.", "type": { - "$id": "2952", + "$id": "2954", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -32987,13 +33013,13 @@ "isHttpMetadata": false }, { - "$id": "2953", + "$id": "2955", "kind": "property", "name": "audio_tokens", "serializedName": "audio_tokens", "doc": "Audio input tokens generated by the model.", "type": { - "$id": "2954", + "$id": "2956", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -33013,13 +33039,13 @@ "isHttpMetadata": false }, { - "$id": "2955", + "$id": "2957", "kind": "property", "name": "reasoning_tokens", "serializedName": "reasoning_tokens", "doc": "Tokens generated by the model for reasoning.", "type": { - "$id": "2956", + "$id": "2958", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -33039,13 +33065,13 @@ "isHttpMetadata": false }, { - "$id": "2957", + "$id": "2959", "kind": "property", "name": "rejected_prediction_tokens", "serializedName": "rejected_prediction_tokens", "doc": "When using Predicted Outputs, the number of tokens in the\nprediction that did not appear in the completion. However, like\nreasoning tokens, these tokens are still counted in the total\ncompletion tokens for purposes of billing, output, and context window\nlimits.", "type": { - "$id": "2958", + "$id": "2960", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -33080,13 +33106,13 @@ "isHttpMetadata": false }, { - "$id": "2959", + "$id": "2961", "kind": "property", "name": "prompt_tokens_details", "serializedName": "prompt_tokens_details", "doc": "Breakdown of tokens used in the prompt.", "type": { - "$id": "2960", + "$id": "2962", "kind": "model", "name": "CompletionUsagePromptTokensDetails", "namespace": "OpenAI", @@ -33095,13 +33121,13 @@ "decorators": [], "properties": [ { - "$id": "2961", + "$id": "2963", "kind": "property", "name": "audio_tokens", "serializedName": "audio_tokens", "doc": "Audio input tokens present in the prompt.", "type": { - "$id": "2962", + "$id": "2964", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -33121,13 +33147,13 @@ "isHttpMetadata": false }, { - "$id": "2963", + "$id": "2965", "kind": "property", "name": "cached_tokens", "serializedName": "cached_tokens", "doc": "Cached tokens present in the prompt.", "type": { - "$id": "2964", + "$id": "2966", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -33195,13 +33221,13 @@ "isHttpMetadata": false }, { - "$id": "2965", + "$id": "2967", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The identifier of the first chat completion in the data array.", "type": { - "$id": "2966", + "$id": "2968", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -33221,13 +33247,13 @@ "isHttpMetadata": false }, { - "$id": "2967", + "$id": "2969", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The identifier of the last chat completion in the data array.", "type": { - "$id": "2968", + "$id": "2970", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -33247,13 +33273,13 @@ "isHttpMetadata": false }, { - "$id": "2969", + "$id": "2971", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Indicates whether there are more Chat Completions available.", "type": { - "$id": "2970", + "$id": "2972", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -33275,52 +33301,52 @@ ] }, { - "$ref": "2833" + "$ref": "2835" }, { - "$ref": "2838" + "$ref": "2840" }, { - "$ref": "2843" + "$ref": "2845" }, { - "$ref": "2852" + "$ref": "2854" }, { - "$ref": "2861" + "$ref": "2863" }, { - "$ref": "2868" + "$ref": "2870" }, { - "$ref": "2871" + "$ref": "2873" }, { - "$ref": "2891" + "$ref": "2893" }, { - "$ref": "2898" + "$ref": "2900" }, { - "$ref": "2910" + "$ref": "2912" }, { - "$ref": "2914" + "$ref": "2916" }, { - "$ref": "2923" + "$ref": "2925" }, { - "$ref": "2942" + "$ref": "2944" }, { - "$ref": "2950" + "$ref": "2952" }, { - "$ref": "2960" + "$ref": "2962" }, { - "$id": "2971", + "$id": "2973", "kind": "model", "name": "CreateChatCompletionRequest", "namespace": "OpenAI", @@ -33334,13 +33360,13 @@ ], "properties": [ { - "$id": "2972", + "$id": "2974", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -33356,16 +33382,16 @@ "isHttpMetadata": false }, { - "$id": "2973", + "$id": "2975", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.\nWe generally recommend altering this or `top_p` but not both.", "type": { - "$id": "2974", + "$id": "2976", "kind": "nullable", "type": { - "$id": "2975", + "$id": "2977", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -33387,16 +33413,16 @@ "isHttpMetadata": false }, { - "$id": "2976", + "$id": "2978", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling,\nwhere the model considers the results of the tokens with top_p probability\nmass. So 0.1 means only the tokens comprising the top 10% probability mass\nare considered.\n\nWe generally recommend altering this or `temperature` but not both.", "type": { - "$id": "2977", + "$id": "2979", "kind": "nullable", "type": { - "$id": "2978", + "$id": "2980", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -33418,13 +33444,13 @@ "isHttpMetadata": false }, { - "$id": "2979", + "$id": "2981", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "2980", + "$id": "2982", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -33444,7 +33470,7 @@ "isHttpMetadata": false }, { - "$id": "2981", + "$id": "2983", "kind": "property", "name": "service_tier", "serializedName": "service_tier", @@ -33465,17 +33491,17 @@ "isHttpMetadata": false }, { - "$id": "2982", + "$id": "2984", "kind": "property", "name": "messages", "serializedName": "messages", "doc": "A list of messages comprising the conversation so far. Depending on the\n[model](/docs/models) you use, different message types (modalities) are\nsupported, like [text](/docs/guides/text-generation),\n[images](/docs/guides/vision), and [audio](/docs/guides/audio).", "type": { - "$id": "2983", + "$id": "2985", "kind": "array", "name": "ArrayChatCompletionRequestMessage", "valueType": { - "$id": "2984", + "$id": "2986", "kind": "model", "name": "ChatCompletionRequestMessage", "namespace": "OpenAI", @@ -33488,7 +33514,7 @@ } ], "discriminatorProperty": { - "$id": "2985", + "$id": "2987", "kind": "property", "name": "role", "serializedName": "role", @@ -33511,35 +33537,35 @@ }, "properties": [ { - "$ref": "2985" + "$ref": "2987" }, { - "$id": "2986", + "$id": "2988", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the message. Valid content part types vary per message role.", "type": { - "$id": "2987", + "$id": "2989", "kind": "nullable", "type": { - "$id": "2988", + "$id": "2990", "kind": "union", "name": "ChatCompletionRequestMessageContent", "variantTypes": [ { - "$id": "2989", + "$id": "2991", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "2990", + "$id": "2992", "kind": "array", "name": "ArrayChatCompletionRequestMessageContentPart", "valueType": { - "$id": "2991", + "$id": "2993", "kind": "model", "name": "ChatCompletionRequestMessageContentPart", "namespace": "OpenAI", @@ -33552,7 +33578,7 @@ } ], "discriminatorProperty": { - "$id": "2992", + "$id": "2994", "kind": "property", "name": "type", "serializedName": "type", @@ -33574,12 +33600,12 @@ }, "properties": [ { - "$ref": "2992" + "$ref": "2994" } ], "discriminatedSubtypes": { "text": { - "$id": "2993", + "$id": "2995", "kind": "model", "name": "ChatCompletionRequestMessageContentPartText", "namespace": "OpenAI", @@ -33594,17 +33620,17 @@ } ], "baseModel": { - "$ref": "2991" + "$ref": "2993" }, "properties": [ { - "$id": "2994", + "$id": "2996", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the content part.", "type": { - "$id": "2995", + "$id": "2997", "kind": "enumvalue", "name": "text", "value": "text", @@ -33612,14 +33638,14 @@ "$ref": "162" }, "enumType": { - "$id": "2996", + "$id": "2998", "kind": "enum", "decorators": [], "name": "ChatCompletionRequestMessageContentPartType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "2997", + "$id": "2999", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -33628,68 +33654,68 @@ }, "values": [ { - "$id": "2998", + "$id": "3000", "kind": "enumvalue", "decorators": [], "name": "text", "value": "text", "valueType": { - "$ref": "2997" + "$ref": "2999" }, "enumType": { - "$ref": "2996" + "$ref": "2998" } }, { - "$id": "2999", + "$id": "3001", "kind": "enumvalue", "decorators": [], "name": "file", "value": "file", "valueType": { - "$ref": "2997" + "$ref": "2999" }, "enumType": { - "$ref": "2996" + "$ref": "2998" } }, { - "$id": "3000", + "$id": "3002", "kind": "enumvalue", "decorators": [], "name": "input_audio", "value": "input_audio", "valueType": { - "$ref": "2997" + "$ref": "2999" }, "enumType": { - "$ref": "2996" + "$ref": "2998" } }, { - "$id": "3001", + "$id": "3003", "kind": "enumvalue", "decorators": [], "name": "image_url", "value": "image_url", "valueType": { - "$ref": "2997" + "$ref": "2999" }, "enumType": { - "$ref": "2996" + "$ref": "2998" } }, { - "$id": "3002", + "$id": "3004", "kind": "enumvalue", "decorators": [], "name": "refusal", "value": "refusal", "valueType": { - "$ref": "2997" + "$ref": "2999" }, "enumType": { - "$ref": "2996" + "$ref": "2998" } } ], @@ -33718,13 +33744,13 @@ "isHttpMetadata": false }, { - "$id": "3003", + "$id": "3005", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text content.", "type": { - "$id": "3004", + "$id": "3006", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -33746,7 +33772,7 @@ ] }, "image_url": { - "$id": "3005", + "$id": "3007", "kind": "model", "name": "ChatCompletionRequestMessageContentPartImage", "namespace": "OpenAI", @@ -33761,17 +33787,17 @@ } ], "baseModel": { - "$ref": "2991" + "$ref": "2993" }, "properties": [ { - "$id": "3006", + "$id": "3008", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the content part.", "type": { - "$id": "3007", + "$id": "3009", "kind": "enumvalue", "name": "image_url", "value": "image_url", @@ -33779,7 +33805,7 @@ "$ref": "162" }, "enumType": { - "$ref": "2996" + "$ref": "2998" }, "decorators": [] }, @@ -33797,12 +33823,12 @@ "isHttpMetadata": false }, { - "$id": "3008", + "$id": "3010", "kind": "property", "name": "image_url", "serializedName": "image_url", "type": { - "$id": "3009", + "$id": "3011", "kind": "model", "name": "ChatCompletionRequestMessageContentPartImageImageUrl", "namespace": "OpenAI", @@ -33811,13 +33837,13 @@ "decorators": [], "properties": [ { - "$id": "3010", + "$id": "3012", "kind": "property", "name": "url", "serializedName": "url", "doc": "Either a URL of the image or the base64 encoded image data.", "type": { - "$id": "3011", + "$id": "3013", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -33837,7 +33863,7 @@ "isHttpMetadata": false }, { - "$id": "3012", + "$id": "3014", "kind": "property", "name": "detail", "serializedName": "detail", @@ -33876,7 +33902,7 @@ ] }, "refusal": { - "$id": "3013", + "$id": "3015", "kind": "model", "name": "ChatCompletionRequestMessageContentPartRefusal", "namespace": "OpenAI", @@ -33890,17 +33916,17 @@ } ], "baseModel": { - "$ref": "2991" + "$ref": "2993" }, "properties": [ { - "$id": "3014", + "$id": "3016", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the content part.", "type": { - "$id": "3015", + "$id": "3017", "kind": "enumvalue", "name": "refusal", "value": "refusal", @@ -33908,7 +33934,7 @@ "$ref": "162" }, "enumType": { - "$ref": "2996" + "$ref": "2998" }, "decorators": [] }, @@ -33926,13 +33952,13 @@ "isHttpMetadata": false }, { - "$id": "3016", + "$id": "3018", "kind": "property", "name": "refusal", "serializedName": "refusal", "doc": "The refusal message generated by the model.", "type": { - "$id": "3017", + "$id": "3019", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -33954,7 +33980,7 @@ ] }, "file": { - "$id": "3018", + "$id": "3020", "kind": "model", "name": "ChatCompletionRequestMessageContentPartFile", "namespace": "OpenAI", @@ -33969,17 +33995,17 @@ } ], "baseModel": { - "$ref": "2991" + "$ref": "2993" }, "properties": [ { - "$id": "3019", + "$id": "3021", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the content part. Always `file`.", "type": { - "$id": "3020", + "$id": "3022", "kind": "enumvalue", "name": "file", "value": "file", @@ -33987,7 +34013,7 @@ "$ref": "162" }, "enumType": { - "$ref": "2996" + "$ref": "2998" }, "decorators": [] }, @@ -34005,12 +34031,12 @@ "isHttpMetadata": false }, { - "$id": "3021", + "$id": "3023", "kind": "property", "name": "file", "serializedName": "file", "type": { - "$id": "3022", + "$id": "3024", "kind": "model", "name": "ChatCompletionRequestMessageContentPartFileFile", "namespace": "OpenAI", @@ -34019,13 +34045,13 @@ "decorators": [], "properties": [ { - "$id": "3023", + "$id": "3025", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The name of the file, used when passing the file to the model as a\nstring.", "type": { - "$id": "3024", + "$id": "3026", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34045,13 +34071,13 @@ "isHttpMetadata": false }, { - "$id": "3025", + "$id": "3027", "kind": "property", "name": "file_data", "serializedName": "file_data", "doc": "The base64 encoded file data, used when passing the file to the model\nas a string.", "type": { - "$id": "3026", + "$id": "3028", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34071,13 +34097,13 @@ "isHttpMetadata": false }, { - "$id": "3027", + "$id": "3029", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of an uploaded file to use as input.", "type": { - "$id": "3028", + "$id": "3030", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34114,7 +34140,7 @@ ] }, "input_audio": { - "$id": "3029", + "$id": "3031", "kind": "model", "name": "ChatCompletionRequestMessageContentPartAudio", "namespace": "OpenAI", @@ -34129,17 +34155,17 @@ } ], "baseModel": { - "$ref": "2991" + "$ref": "2993" }, "properties": [ { - "$id": "3030", + "$id": "3032", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the content part. Always `input_audio`.", "type": { - "$id": "3031", + "$id": "3033", "kind": "enumvalue", "name": "input_audio", "value": "input_audio", @@ -34147,7 +34173,7 @@ "$ref": "162" }, "enumType": { - "$ref": "2996" + "$ref": "2998" }, "decorators": [] }, @@ -34165,12 +34191,12 @@ "isHttpMetadata": false }, { - "$id": "3032", + "$id": "3034", "kind": "property", "name": "input_audio", "serializedName": "input_audio", "type": { - "$id": "3033", + "$id": "3035", "kind": "model", "name": "ChatCompletionRequestMessageContentPartAudioInputAudio", "namespace": "OpenAI", @@ -34179,13 +34205,13 @@ "decorators": [], "properties": [ { - "$id": "3034", + "$id": "3036", "kind": "property", "name": "data", "serializedName": "data", "doc": "Base64 encoded audio data.", "type": { - "$id": "3035", + "$id": "3037", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -34206,7 +34232,7 @@ "isHttpMetadata": false }, { - "$id": "3036", + "$id": "3038", "kind": "property", "name": "format", "serializedName": "format", @@ -34271,7 +34297,7 @@ ], "discriminatedSubtypes": { "system": { - "$id": "3037", + "$id": "3039", "kind": "model", "name": "ChatCompletionRequestSystemMessage", "namespace": "OpenAI", @@ -34286,38 +34312,38 @@ } ], "baseModel": { - "$ref": "2984" + "$ref": "2986" }, "properties": [ { - "$id": "3038", + "$id": "3040", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the system message.", "type": { - "$id": "3039", + "$id": "3041", "kind": "union", "name": "ChatCompletionRequestSystemMessageContent", "variantTypes": [ { - "$id": "3040", + "$id": "3042", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "3041", + "$id": "3043", "kind": "array", "name": "ArrayChatCompletionRequestSystemMessageContentPart", "valueType": { - "$id": "3042", + "$id": "3044", "kind": "union", "name": "ChatCompletionRequestSystemMessageContentPart", "variantTypes": [ { - "$ref": "2993" + "$ref": "2995" } ], "namespace": "OpenAI", @@ -34344,13 +34370,13 @@ "isHttpMetadata": false }, { - "$id": "3043", + "$id": "3045", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the messages author, in this case `system`.", "type": { - "$id": "3044", + "$id": "3046", "kind": "enumvalue", "name": "system", "value": "system", @@ -34358,7 +34384,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -34376,13 +34402,13 @@ "isHttpMetadata": false }, { - "$id": "3045", + "$id": "3047", "kind": "property", "name": "name", "serializedName": "name", "doc": "An optional name for the participant. Provides the model information to differentiate between participants of the same role.", "type": { - "$id": "3046", + "$id": "3048", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34404,7 +34430,7 @@ ] }, "developer": { - "$id": "3047", + "$id": "3049", "kind": "model", "name": "ChatCompletionRequestDeveloperMessage", "namespace": "OpenAI", @@ -34419,33 +34445,33 @@ } ], "baseModel": { - "$ref": "2984" + "$ref": "2986" }, "properties": [ { - "$id": "3048", + "$id": "3050", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the developer message.", "type": { - "$id": "3049", + "$id": "3051", "kind": "union", "name": "ChatCompletionRequestDeveloperMessageContent", "variantTypes": [ { - "$id": "3050", + "$id": "3052", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "3051", + "$id": "3053", "kind": "array", "name": "ArrayChatCompletionRequestMessageContentPartText", "valueType": { - "$ref": "2993" + "$ref": "2995" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -34468,13 +34494,13 @@ "isHttpMetadata": false }, { - "$id": "3052", + "$id": "3054", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the messages author, in this case `developer`.", "type": { - "$id": "3053", + "$id": "3055", "kind": "enumvalue", "name": "developer", "value": "developer", @@ -34482,7 +34508,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -34500,13 +34526,13 @@ "isHttpMetadata": false }, { - "$id": "3054", + "$id": "3056", "kind": "property", "name": "name", "serializedName": "name", "doc": "An optional name for the participant. Provides the model information to differentiate between participants of the same role.", "type": { - "$id": "3055", + "$id": "3057", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34528,7 +34554,7 @@ ] }, "user": { - "$id": "3056", + "$id": "3058", "kind": "model", "name": "ChatCompletionRequestUserMessage", "namespace": "OpenAI", @@ -34543,47 +34569,47 @@ } ], "baseModel": { - "$ref": "2984" + "$ref": "2986" }, "properties": [ { - "$id": "3057", + "$id": "3059", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the user message.", "type": { - "$id": "3058", + "$id": "3060", "kind": "union", "name": "ChatCompletionRequestUserMessageContent", "variantTypes": [ { - "$id": "3059", + "$id": "3061", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "3060", + "$id": "3062", "kind": "array", "name": "ArrayChatCompletionRequestUserMessageContentPart", "valueType": { - "$id": "3061", + "$id": "3063", "kind": "union", "name": "ChatCompletionRequestUserMessageContentPart", "variantTypes": [ { - "$ref": "2993" + "$ref": "2995" }, { - "$ref": "3005" + "$ref": "3007" }, { - "$ref": "3029" + "$ref": "3031" }, { - "$ref": "3018" + "$ref": "3020" } ], "namespace": "OpenAI", @@ -34610,13 +34636,13 @@ "isHttpMetadata": false }, { - "$id": "3062", + "$id": "3064", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the messages author, in this case `user`.", "type": { - "$id": "3063", + "$id": "3065", "kind": "enumvalue", "name": "user", "value": "user", @@ -34624,7 +34650,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -34642,13 +34668,13 @@ "isHttpMetadata": false }, { - "$id": "3064", + "$id": "3066", "kind": "property", "name": "name", "serializedName": "name", "doc": "An optional name for the participant. Provides the model information to differentiate between participants of the same role.", "type": { - "$id": "3065", + "$id": "3067", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34670,7 +34696,7 @@ ] }, "assistant": { - "$id": "3066", + "$id": "3068", "kind": "model", "name": "ChatCompletionRequestAssistantMessage", "namespace": "OpenAI", @@ -34685,44 +34711,44 @@ } ], "baseModel": { - "$ref": "2984" + "$ref": "2986" }, "properties": [ { - "$id": "3067", + "$id": "3069", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.", "type": { - "$id": "3068", + "$id": "3070", "kind": "nullable", "type": { - "$id": "3069", + "$id": "3071", "kind": "union", "name": "ChatCompletionRequestAssistantMessageContent", "variantTypes": [ { - "$id": "3070", + "$id": "3072", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "3071", + "$id": "3073", "kind": "array", "name": "ArrayChatCompletionRequestAssistantMessageContentPart", "valueType": { - "$id": "3072", + "$id": "3074", "kind": "union", "name": "ChatCompletionRequestAssistantMessageContentPart", "variantTypes": [ { - "$ref": "2993" + "$ref": "2995" }, { - "$ref": "3013" + "$ref": "3015" } ], "namespace": "OpenAI", @@ -34751,16 +34777,16 @@ "isHttpMetadata": false }, { - "$id": "3073", + "$id": "3075", "kind": "property", "name": "refusal", "serializedName": "refusal", "doc": "The refusal message by the assistant.", "type": { - "$id": "3074", + "$id": "3076", "kind": "nullable", "type": { - "$id": "3075", + "$id": "3077", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34782,13 +34808,13 @@ "isHttpMetadata": false }, { - "$id": "3076", + "$id": "3078", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the messages author, in this case `assistant`.", "type": { - "$id": "3077", + "$id": "3079", "kind": "enumvalue", "name": "assistant", "value": "assistant", @@ -34796,7 +34822,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -34814,13 +34840,13 @@ "isHttpMetadata": false }, { - "$id": "3078", + "$id": "3080", "kind": "property", "name": "name", "serializedName": "name", "doc": "An optional name for the participant. Provides the model information to differentiate between participants of the same role.", "type": { - "$id": "3079", + "$id": "3081", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34840,16 +34866,16 @@ "isHttpMetadata": false }, { - "$id": "3080", + "$id": "3082", "kind": "property", "name": "audio", "serializedName": "audio", "doc": "Data about a previous audio response from the model.\n[Learn more](/docs/guides/audio).", "type": { - "$id": "3081", + "$id": "3083", "kind": "nullable", "type": { - "$id": "3082", + "$id": "3084", "kind": "model", "name": "ChatCompletionRequestAssistantMessageAudio1", "namespace": "OpenAI", @@ -34858,13 +34884,13 @@ "decorators": [], "properties": [ { - "$id": "3083", + "$id": "3085", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for a previous audio response from the model.", "type": { - "$id": "3084", + "$id": "3086", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34901,12 +34927,12 @@ "isHttpMetadata": false }, { - "$id": "3085", + "$id": "3087", "kind": "property", "name": "tool_calls", "serializedName": "tool_calls", "type": { - "$ref": "2851" + "$ref": "2853" }, "optional": true, "readOnly": false, @@ -34922,16 +34948,16 @@ "isHttpMetadata": false }, { - "$id": "3086", + "$id": "3088", "kind": "property", "name": "function_call", "serializedName": "function_call", "doc": "Deprecated and replaced by `tool_calls`. The name and arguments of a function that should be called, as generated by the model.", "type": { - "$id": "3087", + "$id": "3089", "kind": "nullable", "type": { - "$id": "3088", + "$id": "3090", "kind": "model", "name": "ChatCompletionRequestAssistantMessageFunctionCall1", "namespace": "OpenAI", @@ -34940,12 +34966,12 @@ "decorators": [], "properties": [ { - "$id": "3089", + "$id": "3091", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "3090", + "$id": "3092", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -34965,12 +34991,12 @@ "isHttpMetadata": false }, { - "$id": "3091", + "$id": "3093", "kind": "property", "name": "arguments", "serializedName": "arguments", "type": { - "$id": "3092", + "$id": "3094", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35009,7 +35035,7 @@ ] }, "tool": { - "$id": "3093", + "$id": "3095", "kind": "model", "name": "ChatCompletionRequestToolMessage", "namespace": "OpenAI", @@ -35023,17 +35049,17 @@ } ], "baseModel": { - "$ref": "2984" + "$ref": "2986" }, "properties": [ { - "$id": "3094", + "$id": "3096", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the messages author, in this case `tool`.", "type": { - "$id": "3095", + "$id": "3097", "kind": "enumvalue", "name": "tool", "value": "tool", @@ -35041,7 +35067,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -35059,34 +35085,34 @@ "isHttpMetadata": false }, { - "$id": "3096", + "$id": "3098", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the tool message.", "type": { - "$id": "3097", + "$id": "3099", "kind": "union", "name": "ChatCompletionRequestToolMessageContent", "variantTypes": [ { - "$id": "3098", + "$id": "3100", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "3099", + "$id": "3101", "kind": "array", "name": "ArrayChatCompletionRequestToolMessageContentPart", "valueType": { - "$id": "3100", + "$id": "3102", "kind": "union", "name": "ChatCompletionRequestToolMessageContentPart", "variantTypes": [ { - "$ref": "2993" + "$ref": "2995" } ], "namespace": "OpenAI", @@ -35113,13 +35139,13 @@ "isHttpMetadata": false }, { - "$id": "3101", + "$id": "3103", "kind": "property", "name": "tool_call_id", "serializedName": "tool_call_id", "doc": "Tool call that this message is responding to.", "type": { - "$id": "3102", + "$id": "3104", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35141,7 +35167,7 @@ ] }, "function": { - "$id": "3103", + "$id": "3105", "kind": "model", "name": "ChatCompletionRequestFunctionMessage", "namespace": "OpenAI", @@ -35156,17 +35182,17 @@ } ], "baseModel": { - "$ref": "2984" + "$ref": "2986" }, "properties": [ { - "$id": "3104", + "$id": "3106", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the messages author, in this case `function`.", "type": { - "$id": "3105", + "$id": "3107", "kind": "enumvalue", "name": "function", "value": "function", @@ -35174,7 +35200,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -35192,16 +35218,16 @@ "isHttpMetadata": false }, { - "$id": "3106", + "$id": "3108", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the function message.", "type": { - "$id": "3107", + "$id": "3109", "kind": "nullable", "type": { - "$id": "3108", + "$id": "3110", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35223,13 +35249,13 @@ "isHttpMetadata": false }, { - "$id": "3109", + "$id": "3111", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to call.", "type": { - "$id": "3110", + "$id": "3112", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35269,7 +35295,7 @@ "isHttpMetadata": false }, { - "$id": "3111", + "$id": "3113", "kind": "property", "name": "model", "serializedName": "model", @@ -35291,15 +35317,15 @@ "isHttpMetadata": false }, { - "$id": "3112", + "$id": "3114", "kind": "property", "name": "modalities", "serializedName": "modalities", "type": { - "$id": "3113", + "$id": "3115", "kind": "nullable", "type": { - "$id": "3114", + "$id": "3116", "kind": "array", "name": "ResponseModalities", "valueType": { @@ -35324,12 +35350,12 @@ "isHttpMetadata": false }, { - "$id": "3115", + "$id": "3117", "kind": "property", "name": "reasoning_effort", "serializedName": "reasoning_effort", "type": { - "$id": "3116", + "$id": "3118", "kind": "nullable", "type": { "$ref": "53" @@ -35350,16 +35376,16 @@ "isHttpMetadata": false }, { - "$id": "3117", + "$id": "3119", "kind": "property", "name": "max_completion_tokens", "serializedName": "max_completion_tokens", "doc": "An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and [reasoning tokens](/docs/guides/reasoning).", "type": { - "$id": "3118", + "$id": "3120", "kind": "nullable", "type": { - "$id": "3119", + "$id": "3121", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -35381,16 +35407,16 @@ "isHttpMetadata": false }, { - "$id": "3120", + "$id": "3122", "kind": "property", "name": "frequency_penalty", "serializedName": "frequency_penalty", "doc": "Number between -2.0 and 2.0. Positive values penalize new tokens based on\ntheir existing frequency in the text so far, decreasing the model's\nlikelihood to repeat the same line verbatim.", "type": { - "$id": "3121", + "$id": "3123", "kind": "nullable", "type": { - "$id": "3122", + "$id": "3124", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -35412,16 +35438,16 @@ "isHttpMetadata": false }, { - "$id": "3123", + "$id": "3125", "kind": "property", "name": "presence_penalty", "serializedName": "presence_penalty", "doc": "Number between -2.0 and 2.0. Positive values penalize new tokens based on\nwhether they appear in the text so far, increasing the model's likelihood\nto talk about new topics.", "type": { - "$id": "3124", + "$id": "3126", "kind": "nullable", "type": { - "$id": "3125", + "$id": "3127", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -35443,13 +35469,13 @@ "isHttpMetadata": false }, { - "$id": "3126", + "$id": "3128", "kind": "property", "name": "web_search_options", "serializedName": "web_search_options", "doc": "This tool searches the web for relevant results to use in a response.\nLearn more about the [web search tool](/docs/guides/tools-web-search?api-mode=chat).", "type": { - "$id": "3127", + "$id": "3129", "kind": "model", "name": "CreateChatCompletionRequestWebSearchOptions", "namespace": "OpenAI", @@ -35458,16 +35484,16 @@ "decorators": [], "properties": [ { - "$id": "3128", + "$id": "3130", "kind": "property", "name": "user_location", "serializedName": "user_location", "doc": "Approximate location parameters for the search.", "type": { - "$id": "3129", + "$id": "3131", "kind": "nullable", "type": { - "$id": "3130", + "$id": "3132", "kind": "model", "name": "CreateChatCompletionRequestWebSearchOptionsUserLocation1", "namespace": "OpenAI", @@ -35476,13 +35502,13 @@ "decorators": [], "properties": [ { - "$id": "3131", + "$id": "3133", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of location approximation. Always `approximate`.", "type": { - "$ref": "1543" + "$ref": "1545" }, "optional": false, "readOnly": false, @@ -35498,12 +35524,12 @@ "isHttpMetadata": false }, { - "$id": "3132", + "$id": "3134", "kind": "property", "name": "approximate", "serializedName": "approximate", "type": { - "$id": "3133", + "$id": "3135", "kind": "model", "name": "WebSearchLocation", "namespace": "OpenAI", @@ -35513,13 +35539,13 @@ "decorators": [], "properties": [ { - "$id": "3134", + "$id": "3136", "kind": "property", "name": "country", "serializedName": "country", "doc": "The two-letter\n[ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1) of the user,\ne.g. `US`.", "type": { - "$id": "3135", + "$id": "3137", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35539,13 +35565,13 @@ "isHttpMetadata": false }, { - "$id": "3136", + "$id": "3138", "kind": "property", "name": "region", "serializedName": "region", "doc": "Free text input for the region of the user, e.g. `California`.", "type": { - "$id": "3137", + "$id": "3139", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35565,13 +35591,13 @@ "isHttpMetadata": false }, { - "$id": "3138", + "$id": "3140", "kind": "property", "name": "city", "serializedName": "city", "doc": "Free text input for the city of the user, e.g. `San Francisco`.", "type": { - "$id": "3139", + "$id": "3141", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35591,13 +35617,13 @@ "isHttpMetadata": false }, { - "$id": "3140", + "$id": "3142", "kind": "property", "name": "timezone", "serializedName": "timezone", "doc": "The [IANA timezone](https://timeapi.io/documentation/iana-timezones)\nof the user, e.g. `America/Los_Angeles`.", "type": { - "$id": "3141", + "$id": "3143", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -35649,7 +35675,7 @@ "isHttpMetadata": false }, { - "$id": "3142", + "$id": "3144", "kind": "property", "name": "search_context_size", "serializedName": "search_context_size", @@ -35685,16 +35711,16 @@ "isHttpMetadata": false }, { - "$id": "3143", + "$id": "3145", "kind": "property", "name": "top_logprobs", "serializedName": "top_logprobs", "doc": "An integer between 0 and 20 specifying the number of most likely tokens to\nreturn at each token position, each with an associated log probability.\n`logprobs` must be set to `true` if this parameter is used.", "type": { - "$id": "3144", + "$id": "3146", "kind": "nullable", "type": { - "$id": "3145", + "$id": "3147", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -35716,13 +35742,13 @@ "isHttpMetadata": false }, { - "$id": "3146", + "$id": "3148", "kind": "property", "name": "response_format", "serializedName": "response_format", "doc": "An object specifying the format that the model must output.\n\nSetting to `{ \"type\": \"json_schema\", \"json_schema\": {...} }` enables\nStructured Outputs which ensures the model will match your supplied JSON\nschema. Learn more in the [Structured Outputs\nguide](/docs/guides/structured-outputs).\n\nSetting to `{ \"type\": \"json_object\" }` enables the older JSON mode, which\nensures the message the model generates is valid JSON. Using `json_schema`\nis preferred for models that support it.", "type": { - "$ref": "2455" + "$ref": "2457" }, "optional": true, "readOnly": false, @@ -35738,16 +35764,16 @@ "isHttpMetadata": false }, { - "$id": "3147", + "$id": "3149", "kind": "property", "name": "audio", "serializedName": "audio", "doc": "Parameters for audio output. Required when audio output is requested with\n`modalities: [\"audio\"]`. [Learn more](/docs/guides/audio).", "type": { - "$id": "3148", + "$id": "3150", "kind": "nullable", "type": { - "$id": "3149", + "$id": "3151", "kind": "model", "name": "CreateChatCompletionRequestAudio1", "namespace": "OpenAI", @@ -35756,7 +35782,7 @@ "decorators": [], "properties": [ { - "$id": "3150", + "$id": "3152", "kind": "property", "name": "voice", "serializedName": "voice", @@ -35778,7 +35804,7 @@ "isHttpMetadata": false }, { - "$id": "3151", + "$id": "3153", "kind": "property", "name": "format", "serializedName": "format", @@ -35817,16 +35843,16 @@ "isHttpMetadata": false }, { - "$id": "3152", + "$id": "3154", "kind": "property", "name": "store", "serializedName": "store", "doc": "Whether or not to store the output of this chat completion request for\nuse in our [model distillation](/docs/guides/distillation) or\n[evals](/docs/guides/evals) products.", "type": { - "$id": "3153", + "$id": "3155", "kind": "nullable", "type": { - "$id": "3154", + "$id": "3156", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -35848,16 +35874,16 @@ "isHttpMetadata": false }, { - "$id": "3155", + "$id": "3157", "kind": "property", "name": "stream", "serializedName": "stream", "doc": "If set to true, the model response data will be streamed to the client\nas it is generated using [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format).\nSee the [Streaming section below](/docs/api-reference/chat/streaming)\nfor more information, along with the [streaming responses](/docs/guides/streaming-responses)\nguide for more information on how to handle the streaming events.", "type": { - "$id": "3156", + "$id": "3158", "kind": "nullable", "type": { - "$id": "3157", + "$id": "3159", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -35879,27 +35905,27 @@ "isHttpMetadata": false }, { - "$id": "3158", + "$id": "3160", "kind": "property", "name": "stop", "serializedName": "stop", "type": { - "$id": "3159", + "$id": "3161", "kind": "nullable", "type": { - "$id": "3160", + "$id": "3162", "kind": "union", "name": "StopConfiguration", "variantTypes": [ { - "$id": "3161", + "$id": "3163", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$ref": "2435" + "$ref": "2437" } ], "namespace": "OpenAI", @@ -35921,26 +35947,26 @@ "isHttpMetadata": false }, { - "$id": "3162", + "$id": "3164", "kind": "property", "name": "logit_bias", "serializedName": "logit_bias", "doc": "Modify the likelihood of specified tokens appearing in the completion.\n\nAccepts a JSON object that maps tokens (specified by their token ID in the\ntokenizer) to an associated bias value from -100 to 100. Mathematically,\nthe bias is added to the logits generated by the model prior to sampling.\nThe exact effect will vary per model, but values between -1 and 1 should\ndecrease or increase likelihood of selection; values like -100 or 100\nshould result in a ban or exclusive selection of the relevant token.", "type": { - "$id": "3163", + "$id": "3165", "kind": "nullable", "type": { - "$id": "3164", + "$id": "3166", "kind": "dict", "keyType": { - "$id": "3165", + "$id": "3167", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "3166", + "$id": "3168", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -35964,16 +35990,16 @@ "isHttpMetadata": false }, { - "$id": "3167", + "$id": "3169", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "doc": "Whether to return log probabilities of the output tokens or not. If true,\nreturns the log probabilities of each output token returned in the\n`content` of `message`.", "type": { - "$id": "3168", + "$id": "3170", "kind": "nullable", "type": { - "$id": "3169", + "$id": "3171", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -35995,16 +36021,16 @@ "isHttpMetadata": false }, { - "$id": "3170", + "$id": "3172", "kind": "property", "name": "max_tokens", "serializedName": "max_tokens", "doc": "The maximum number of [tokens](/tokenizer) that can be generated in the\nchat completion. This value can be used to control\n[costs](https://openai.com/api/pricing/) for text generated via API.\n\nThis value is now deprecated in favor of `max_completion_tokens`, and is\nnot compatible with [o-series models](/docs/guides/reasoning).", "type": { - "$id": "3171", + "$id": "3173", "kind": "nullable", "type": { - "$id": "3172", + "$id": "3174", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -36026,16 +36052,16 @@ "isHttpMetadata": false }, { - "$id": "3173", + "$id": "3175", "kind": "property", "name": "n", "serializedName": "n", "doc": "How many chat completion choices to generate for each input message. Note that you will be charged based on the number of generated tokens across all of the choices. Keep `n` as `1` to minimize costs.", "type": { - "$id": "3174", + "$id": "3176", "kind": "nullable", "type": { - "$id": "3175", + "$id": "3177", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -36057,16 +36083,16 @@ "isHttpMetadata": false }, { - "$id": "3176", + "$id": "3178", "kind": "property", "name": "prediction", "serializedName": "prediction", "doc": "Configuration for a [Predicted Output](/docs/guides/predicted-outputs),\nwhich can greatly improve response times when large parts of the model\nresponse are known ahead of time. This is most common when you are\nregenerating a file with only minor changes to most of the content.", "type": { - "$id": "3177", + "$id": "3179", "kind": "nullable", "type": { - "$id": "3178", + "$id": "3180", "kind": "model", "name": "ChatOutputPrediction", "namespace": "OpenAI", @@ -36080,7 +36106,7 @@ } ], "discriminatorProperty": { - "$id": "3179", + "$id": "3181", "kind": "property", "name": "type", "serializedName": "type", @@ -36102,12 +36128,12 @@ }, "properties": [ { - "$ref": "3179" + "$ref": "3181" } ], "discriminatedSubtypes": { "content": { - "$id": "3180", + "$id": "3182", "kind": "model", "name": "ChatOutputPredictionContent", "namespace": "OpenAI", @@ -36122,17 +36148,17 @@ } ], "baseModel": { - "$ref": "3178" + "$ref": "3180" }, "properties": [ { - "$id": "3181", + "$id": "3183", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the predicted content you want to provide. This type is\ncurrently always `content`.", "type": { - "$id": "3182", + "$id": "3184", "kind": "enumvalue", "name": "static_content", "value": "content", @@ -36140,14 +36166,14 @@ "$ref": "252" }, "enumType": { - "$id": "3183", + "$id": "3185", "kind": "enum", "decorators": [], "name": "ChatOutputPredictionType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "3184", + "$id": "3186", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -36156,16 +36182,16 @@ }, "values": [ { - "$id": "3185", + "$id": "3187", "kind": "enumvalue", "decorators": [], "name": "static_content", "value": "content", "valueType": { - "$ref": "3184" + "$ref": "3186" }, "enumType": { - "$ref": "3183" + "$ref": "3185" } } ], @@ -36194,25 +36220,25 @@ "isHttpMetadata": false }, { - "$id": "3186", + "$id": "3188", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content that should be matched when generating a model response.\nIf generated tokens would match this content, the entire model response\ncan be returned much more quickly.", "type": { - "$id": "3187", + "$id": "3189", "kind": "union", "name": "ChatOutputPredictionContentContent", "variantTypes": [ { - "$id": "3188", + "$id": "3190", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$ref": "3051" + "$ref": "3053" } ], "namespace": "OpenAI", @@ -36251,16 +36277,16 @@ "isHttpMetadata": false }, { - "$id": "3189", + "$id": "3191", "kind": "property", "name": "seed", "serializedName": "seed", "doc": "This feature is in Beta.\nIf specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\nDeterminism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.", "type": { - "$id": "3190", + "$id": "3192", "kind": "nullable", "type": { - "$id": "3191", + "$id": "3193", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -36282,15 +36308,15 @@ "isHttpMetadata": false }, { - "$id": "3192", + "$id": "3194", "kind": "property", "name": "stream_options", "serializedName": "stream_options", "type": { - "$id": "3193", + "$id": "3195", "kind": "nullable", "type": { - "$id": "3194", + "$id": "3196", "kind": "model", "name": "ChatCompletionStreamOptions", "namespace": "OpenAI", @@ -36300,13 +36326,13 @@ "decorators": [], "properties": [ { - "$id": "3195", + "$id": "3197", "kind": "property", "name": "include_usage", "serializedName": "include_usage", "doc": "If set, an additional chunk will be streamed before the `data: [DONE]`\nmessage. The `usage` field on this chunk shows the token usage statistics\nfor the entire request, and the `choices` field will always be an empty\narray.\n\nAll other chunks will also include a `usage` field, but with a null\nvalue. **NOTE:** If the stream is interrupted, you may not receive the\nfinal usage chunk which contains the total token usage for the request.", "type": { - "$id": "3196", + "$id": "3198", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -36343,17 +36369,17 @@ "isHttpMetadata": false }, { - "$id": "3197", + "$id": "3199", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. A max of 128 functions are supported.", "type": { - "$id": "3198", + "$id": "3200", "kind": "array", "name": "ArrayChatCompletionTool", "valueType": { - "$id": "3199", + "$id": "3201", "kind": "model", "name": "ChatCompletionTool", "namespace": "OpenAI", @@ -36367,28 +36393,28 @@ ], "properties": [ { - "$id": "3200", + "$id": "3202", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the tool. Currently, only `function` is supported.", "type": { - "$id": "3201", + "$id": "3203", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1418" + "$ref": "1420" }, "enumType": { - "$id": "3202", + "$id": "3204", "kind": "enum", "decorators": [], "name": "ChatToolKind", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "3203", + "$id": "3205", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -36397,16 +36423,16 @@ }, "values": [ { - "$id": "3204", + "$id": "3206", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "enumType": { - "$ref": "3202" + "$ref": "3204" }, "valueType": { - "$ref": "3203" + "$ref": "3205" } } ], @@ -36435,12 +36461,12 @@ "isHttpMetadata": false }, { - "$id": "3205", + "$id": "3207", "kind": "property", "name": "function", "serializedName": "function", "type": { - "$ref": "2419" + "$ref": "2421" }, "optional": false, "readOnly": false, @@ -36474,12 +36500,12 @@ "isHttpMetadata": false }, { - "$id": "3206", + "$id": "3208", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "type": { - "$id": "3207", + "$id": "3209", "kind": "union", "name": "ChatCompletionToolChoiceOption", "variantTypes": [ @@ -36487,7 +36513,7 @@ "$ref": "254" }, { - "$id": "3208", + "$id": "3210", "kind": "model", "name": "ChatCompletionNamedToolChoice", "namespace": "OpenAI", @@ -36502,13 +36528,13 @@ ], "properties": [ { - "$id": "3209", + "$id": "3211", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the tool. Currently, only `function` is supported.", "type": { - "$ref": "1545" + "$ref": "1547" }, "optional": false, "readOnly": false, @@ -36524,12 +36550,12 @@ "isHttpMetadata": false }, { - "$id": "3210", + "$id": "3212", "kind": "property", "name": "function", "serializedName": "function", "type": { - "$id": "3211", + "$id": "3213", "kind": "model", "name": "ChatCompletionNamedToolChoiceFunction", "namespace": "OpenAI", @@ -36538,13 +36564,13 @@ "decorators": [], "properties": [ { - "$id": "3212", + "$id": "3214", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to call.", "type": { - "$id": "3213", + "$id": "3215", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -36598,17 +36624,17 @@ "isHttpMetadata": false }, { - "$id": "3214", + "$id": "3216", "kind": "property", "name": "parallel_tool_calls", "serializedName": "parallel_tool_calls", "type": { - "$id": "3215", + "$id": "3217", "kind": "boolean", "name": "ParallelToolCalls", "crossLanguageDefinitionId": "OpenAI.ParallelToolCalls", "baseType": { - "$id": "3216", + "$id": "3218", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -36630,24 +36656,24 @@ "isHttpMetadata": false }, { - "$id": "3217", + "$id": "3219", "kind": "property", "name": "function_call", "serializedName": "function_call", "doc": "Deprecated in favor of `tool_choice`.\n\nControls which (if any) function is called by the model.\n\n`none` means the model will not call a function and instead generates a\nmessage.\n\n`auto` means the model can pick between generating a message or calling a\nfunction.\n\nSpecifying a particular function via `{\"name\": \"my_function\"}` forces the\nmodel to call that function.\n\n`none` is the default when no functions are present. `auto` is the default\nif functions are present.", "type": { - "$id": "3218", + "$id": "3220", "kind": "union", "name": "CreateChatCompletionRequestFunctionCall", "variantTypes": [ { - "$ref": "1547" + "$ref": "1549" }, { - "$ref": "1549" + "$ref": "1551" }, { - "$id": "3219", + "$id": "3221", "kind": "model", "name": "ChatCompletionFunctionCallOption", "namespace": "OpenAI", @@ -36662,13 +36688,13 @@ ], "properties": [ { - "$id": "3220", + "$id": "3222", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to call.", "type": { - "$id": "3221", + "$id": "3223", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -36707,17 +36733,17 @@ "isHttpMetadata": false }, { - "$id": "3222", + "$id": "3224", "kind": "property", "name": "functions", "serializedName": "functions", "doc": "Deprecated in favor of `tools`.\n\nA list of functions the model may generate JSON inputs for.", "type": { - "$id": "3223", + "$id": "3225", "kind": "array", "name": "ArrayChatCompletionFunctions", "valueType": { - "$id": "3224", + "$id": "3226", "kind": "model", "name": "ChatCompletionFunctions", "namespace": "OpenAI", @@ -36732,13 +36758,13 @@ ], "properties": [ { - "$id": "3225", + "$id": "3227", "kind": "property", "name": "description", "serializedName": "description", "doc": "A description of what the function does, used by the model to choose when and how to call the function.", "type": { - "$id": "3226", + "$id": "3228", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -36758,13 +36784,13 @@ "isHttpMetadata": false }, { - "$id": "3227", + "$id": "3229", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to be called. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 64.", "type": { - "$id": "3228", + "$id": "3230", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -36784,13 +36810,13 @@ "isHttpMetadata": false }, { - "$id": "3229", + "$id": "3231", "kind": "property", "name": "parameters", "serializedName": "parameters", "doc": "The parameters the functions accepts, described as a JSON Schema object. See the [guide](/docs/guides/function-calling) for examples, and the [JSON Schema reference](https://json-schema.org/understanding-json-schema/) for documentation about the format.\n\nOmitting `parameters` defines a function with an empty parameter list.", "type": { - "$id": "3230", + "$id": "3232", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -36830,97 +36856,97 @@ ] }, { - "$ref": "2984" - }, - { - "$ref": "2991" + "$ref": "2986" }, { "$ref": "2993" }, { - "$ref": "3005" + "$ref": "2995" }, { - "$ref": "3009" + "$ref": "3007" }, { - "$ref": "3013" + "$ref": "3011" }, { - "$ref": "3018" + "$ref": "3015" }, { - "$ref": "3022" + "$ref": "3020" }, { - "$ref": "3029" + "$ref": "3024" }, { - "$ref": "3033" + "$ref": "3031" }, { - "$ref": "3037" + "$ref": "3035" }, { - "$ref": "3047" + "$ref": "3039" }, { - "$ref": "3056" + "$ref": "3049" }, { - "$ref": "3066" + "$ref": "3058" }, { - "$ref": "3082" + "$ref": "3068" }, { - "$ref": "3088" + "$ref": "3084" }, { - "$ref": "3093" + "$ref": "3090" }, { - "$ref": "3103" + "$ref": "3095" }, { - "$ref": "3127" + "$ref": "3105" }, { - "$ref": "3130" + "$ref": "3129" }, { - "$ref": "3133" + "$ref": "3132" }, { - "$ref": "3149" + "$ref": "3135" }, { - "$ref": "3178" + "$ref": "3151" }, { "$ref": "3180" }, { - "$ref": "3194" + "$ref": "3182" + }, + { + "$ref": "3196" }, { - "$ref": "3199" + "$ref": "3201" }, { - "$ref": "3208" + "$ref": "3210" }, { - "$ref": "3211" + "$ref": "3213" }, { - "$ref": "3219" + "$ref": "3221" }, { - "$ref": "3224" + "$ref": "3226" }, { - "$id": "3231", + "$id": "3233", "kind": "model", "name": "CreateChatCompletionStreamResponse", "namespace": "OpenAI", @@ -36936,12 +36962,12 @@ ], "properties": [ { - "$id": "3232", + "$id": "3234", "kind": "property", "name": "id", "doc": "A unique identifier for the chat completion. Each chunk has the same ID.", "type": { - "$id": "3233", + "$id": "3235", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -36957,16 +36983,16 @@ "isHttpMetadata": false }, { - "$id": "3234", + "$id": "3236", "kind": "property", "name": "choices", "doc": "A list of chat completion choices. Can contain more than one elements if `n` is greater than 1. Can also be empty for the\nlast chunk if you set `stream_options: {\"include_usage\": true}`.", "type": { - "$id": "3235", + "$id": "3237", "kind": "array", "name": "Array12", "valueType": { - "$id": "3236", + "$id": "3238", "kind": "model", "name": "CreateChatCompletionStreamResponseChoice", "namespace": "OpenAI", @@ -36975,11 +37001,11 @@ "decorators": [], "properties": [ { - "$id": "3237", + "$id": "3239", "kind": "property", "name": "delta", "type": { - "$id": "3238", + "$id": "3240", "kind": "model", "name": "ChatCompletionStreamResponseDelta", "namespace": "OpenAI", @@ -36994,12 +37020,12 @@ ], "properties": [ { - "$id": "3239", + "$id": "3241", "kind": "property", "name": "audio", "doc": "Response audio associated with the streaming chat delta payload.", "type": { - "$id": "3240", + "$id": "3242", "kind": "model", "name": "ChatCompletionMessageAudioChunk", "namespace": "OpenAI", @@ -37013,11 +37039,11 @@ ], "properties": [ { - "$id": "3241", + "$id": "3243", "kind": "property", "name": "id", "type": { - "$id": "3242", + "$id": "3244", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37033,11 +37059,11 @@ "isHttpMetadata": false }, { - "$id": "3243", + "$id": "3245", "kind": "property", "name": "transcript", "type": { - "$id": "3244", + "$id": "3246", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37053,11 +37079,11 @@ "isHttpMetadata": false }, { - "$id": "3245", + "$id": "3247", "kind": "property", "name": "data", "type": { - "$id": "3246", + "$id": "3248", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -37074,16 +37100,16 @@ "isHttpMetadata": false }, { - "$id": "3247", + "$id": "3249", "kind": "property", "name": "expires_at", "type": { - "$id": "3248", + "$id": "3250", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3249", + "$id": "3251", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -37113,15 +37139,15 @@ "isHttpMetadata": false }, { - "$id": "3250", + "$id": "3252", "kind": "property", "name": "content", "doc": "The contents of the chunk message.", "type": { - "$id": "3251", + "$id": "3253", "kind": "nullable", "type": { - "$id": "3252", + "$id": "3254", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37139,12 +37165,12 @@ "isHttpMetadata": false }, { - "$id": "3253", + "$id": "3255", "kind": "property", "name": "function_call", "doc": "Deprecated and replaced by `tool_calls`. The name and arguments of a function that should be called, as generated by the model.", "type": { - "$id": "3254", + "$id": "3256", "kind": "model", "name": "ChatCompletionStreamResponseDeltaFunctionCall", "namespace": "OpenAI", @@ -37153,11 +37179,11 @@ "decorators": [], "properties": [ { - "$id": "3255", + "$id": "3257", "kind": "property", "name": "name", "type": { - "$id": "3256", + "$id": "3258", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37173,11 +37199,11 @@ "isHttpMetadata": false }, { - "$id": "3257", + "$id": "3259", "kind": "property", "name": "arguments", "type": { - "$id": "3258", + "$id": "3260", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37204,15 +37230,15 @@ "isHttpMetadata": false }, { - "$id": "3259", + "$id": "3261", "kind": "property", "name": "tool_calls", "type": { - "$id": "3260", + "$id": "3262", "kind": "array", "name": "ArrayChatCompletionMessageToolCallChunk", "valueType": { - "$id": "3261", + "$id": "3263", "kind": "model", "name": "ChatCompletionMessageToolCallChunk", "namespace": "OpenAI", @@ -37226,11 +37252,11 @@ ], "properties": [ { - "$id": "3262", + "$id": "3264", "kind": "property", "name": "index", "type": { - "$id": "3263", + "$id": "3265", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -37246,12 +37272,12 @@ "isHttpMetadata": false }, { - "$id": "3264", + "$id": "3266", "kind": "property", "name": "id", "doc": "The ID of the tool call.", "type": { - "$id": "3265", + "$id": "3267", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37267,7 +37293,7 @@ "isHttpMetadata": false }, { - "$id": "3266", + "$id": "3268", "kind": "property", "name": "type", "doc": "The type of the tool. Currently, only `function` is supported.", @@ -37284,11 +37310,11 @@ "isHttpMetadata": false }, { - "$id": "3267", + "$id": "3269", "kind": "property", "name": "function", "type": { - "$id": "3268", + "$id": "3270", "kind": "model", "name": "ChatCompletionMessageToolCallChunkFunction", "namespace": "OpenAI", @@ -37297,12 +37323,12 @@ "decorators": [], "properties": [ { - "$id": "3269", + "$id": "3271", "kind": "property", "name": "name", "doc": "The name of the function to call.", "type": { - "$id": "3270", + "$id": "3272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37318,12 +37344,12 @@ "isHttpMetadata": false }, { - "$id": "3271", + "$id": "3273", "kind": "property", "name": "arguments", "doc": "The arguments to call the function with, as generated by the model in JSON format. Note that the model does not always generate valid JSON, and may hallucinate parameters not defined by your function schema. Validate the arguments in your code before calling your function.", "type": { - "$id": "3272", + "$id": "3274", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37364,7 +37390,7 @@ "isHttpMetadata": false }, { - "$id": "3273", + "$id": "3275", "kind": "property", "name": "role", "doc": "The role of the author of this message.", @@ -37381,15 +37407,15 @@ "isHttpMetadata": false }, { - "$id": "3274", + "$id": "3276", "kind": "property", "name": "refusal", "doc": "The refusal message generated by the model.", "type": { - "$id": "3275", + "$id": "3277", "kind": "nullable", "type": { - "$id": "3276", + "$id": "3278", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37418,15 +37444,15 @@ "isHttpMetadata": false }, { - "$id": "3277", + "$id": "3279", "kind": "property", "name": "logprobs", "doc": "Log probability information for the choice.", "type": { - "$id": "3278", + "$id": "3280", "kind": "nullable", "type": { - "$id": "3279", + "$id": "3281", "kind": "model", "name": "CreateChatCompletionStreamResponseChoiceLogprobs1", "namespace": "OpenAI", @@ -37435,15 +37461,15 @@ "decorators": [], "properties": [ { - "$id": "3280", + "$id": "3282", "kind": "property", "name": "content", "doc": "A list of message content tokens with log probability information.", "type": { - "$id": "3281", + "$id": "3283", "kind": "nullable", "type": { - "$ref": "2913" + "$ref": "2915" }, "namespace": "OpenAI" }, @@ -37457,15 +37483,15 @@ "isHttpMetadata": false }, { - "$id": "3282", + "$id": "3284", "kind": "property", "name": "refusal", "doc": "A list of message refusal tokens with log probability information.", "type": { - "$id": "3283", + "$id": "3285", "kind": "nullable", "type": { - "$ref": "2913" + "$ref": "2915" }, "namespace": "OpenAI" }, @@ -37492,12 +37518,12 @@ "isHttpMetadata": false }, { - "$id": "3284", + "$id": "3286", "kind": "property", "name": "finish_reason", "doc": "The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence,\n`length` if the maximum number of tokens specified in the request was reached,\n`content_filter` if content was omitted due to a flag from our content filters,\n`tool_calls` if the model called a tool, or `function_call` (deprecated) if the model called a function.", "type": { - "$id": "3285", + "$id": "3287", "kind": "nullable", "type": { "$ref": "263" @@ -37514,12 +37540,12 @@ "isHttpMetadata": false }, { - "$id": "3286", + "$id": "3288", "kind": "property", "name": "index", "doc": "The index of the choice in the list of choices.", "type": { - "$id": "3287", + "$id": "3289", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -37549,17 +37575,17 @@ "isHttpMetadata": false }, { - "$id": "3288", + "$id": "3290", "kind": "property", "name": "created", "doc": "The Unix timestamp (in seconds) of when the chat completion was created. Each chunk has the same timestamp.", "type": { - "$id": "3289", + "$id": "3291", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3290", + "$id": "3292", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -37578,12 +37604,12 @@ "isHttpMetadata": false }, { - "$id": "3291", + "$id": "3293", "kind": "property", "name": "model", "doc": "The model to generate the completion.", "type": { - "$id": "3292", + "$id": "3294", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37599,7 +37625,7 @@ "isHttpMetadata": false }, { - "$id": "3293", + "$id": "3295", "kind": "property", "name": "service_tier", "type": { @@ -37615,12 +37641,12 @@ "isHttpMetadata": false }, { - "$id": "3294", + "$id": "3296", "kind": "property", "name": "system_fingerprint", "doc": "This fingerprint represents the backend configuration that the model runs with.\nCan be used in conjunction with the `seed` request parameter to understand when backend changes have been made that might impact determinism.", "type": { - "$id": "3295", + "$id": "3297", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37636,12 +37662,12 @@ "isHttpMetadata": false }, { - "$id": "3296", + "$id": "3298", "kind": "property", "name": "object", "doc": "The object type, which is always `chat.completion.chunk`.", "type": { - "$ref": "1551" + "$ref": "1553" }, "optional": false, "readOnly": false, @@ -37653,15 +37679,15 @@ "isHttpMetadata": false }, { - "$id": "3297", + "$id": "3299", "kind": "property", "name": "usage", "doc": "An optional field that will only be present when you set\n`stream_options: {\"include_usage\": true}` in your request. When present, it\ncontains a null value **except for the last chunk** which contains the\ntoken usage statistics for the entire request.\n\n**NOTE:** If the stream is interrupted or cancelled, you may not\nreceive the final usage chunk which contains the total token usage for\nthe request.", "type": { - "$id": "3298", + "$id": "3300", "kind": "nullable", "type": { - "$ref": "2942" + "$ref": "2944" }, "namespace": "OpenAI" }, @@ -37676,9 +37702,6 @@ } ] }, - { - "$ref": "3236" - }, { "$ref": "3238" }, @@ -37686,19 +37709,22 @@ "$ref": "3240" }, { - "$ref": "3254" + "$ref": "3242" }, { - "$ref": "3261" + "$ref": "3256" }, { - "$ref": "3268" + "$ref": "3263" }, { - "$ref": "3279" + "$ref": "3270" }, { - "$id": "3299", + "$ref": "3281" + }, + { + "$id": "3301", "kind": "model", "name": "UpdateChatCompletionRequest", "namespace": "", @@ -37707,13 +37733,13 @@ "decorators": [], "properties": [ { - "$id": "3300", + "$id": "3302", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": false, "readOnly": false, @@ -37731,7 +37757,7 @@ ] }, { - "$id": "3301", + "$id": "3303", "kind": "model", "name": "ChatCompletionDeleted", "namespace": "OpenAI", @@ -37745,13 +37771,13 @@ ], "properties": [ { - "$id": "3302", + "$id": "3304", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of object being deleted.", "type": { - "$ref": "1553" + "$ref": "1555" }, "optional": false, "readOnly": false, @@ -37767,13 +37793,13 @@ "isHttpMetadata": false }, { - "$id": "3303", + "$id": "3305", "kind": "property", "name": "id", "serializedName": "id", "doc": "The ID of the chat completion that was deleted.", "type": { - "$id": "3304", + "$id": "3306", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -37793,13 +37819,13 @@ "isHttpMetadata": false }, { - "$id": "3305", + "$id": "3307", "kind": "property", "name": "deleted", "serializedName": "deleted", "doc": "Whether the chat completion was deleted.", "type": { - "$id": "3306", + "$id": "3308", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -37821,7 +37847,7 @@ ] }, { - "$id": "3307", + "$id": "3309", "kind": "model", "name": "ChatCompletionMessageList", "namespace": "OpenAI", @@ -37836,13 +37862,13 @@ ], "properties": [ { - "$id": "3308", + "$id": "3310", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of this object. It is always set to \"list\".", "type": { - "$ref": "1555" + "$ref": "1557" }, "optional": false, "readOnly": false, @@ -37858,17 +37884,17 @@ "isHttpMetadata": false }, { - "$id": "3309", + "$id": "3311", "kind": "property", "name": "data", "serializedName": "data", "doc": "An array of chat completion message objects.", "type": { - "$id": "3310", + "$id": "3312", "kind": "array", "name": "Array13", "valueType": { - "$id": "3311", + "$id": "3313", "kind": "model", "name": "ChatCompletionMessageListDatum", "namespace": "OpenAI", @@ -37877,13 +37903,13 @@ "decorators": [], "properties": [ { - "$id": "3312", + "$id": "3314", "kind": "property", "name": "content", "serializedName": "content", "doc": "The contents of the message.", "type": { - "$ref": "2845" + "$ref": "2847" }, "optional": false, "readOnly": false, @@ -37899,13 +37925,13 @@ "isHttpMetadata": false }, { - "$id": "3313", + "$id": "3315", "kind": "property", "name": "refusal", "serializedName": "refusal", "doc": "The refusal message generated by the model.", "type": { - "$ref": "2848" + "$ref": "2850" }, "optional": false, "readOnly": false, @@ -37921,12 +37947,12 @@ "isHttpMetadata": false }, { - "$id": "3314", + "$id": "3316", "kind": "property", "name": "tool_calls", "serializedName": "tool_calls", "type": { - "$ref": "2851" + "$ref": "2853" }, "optional": true, "readOnly": true, @@ -37942,13 +37968,13 @@ "isHttpMetadata": false }, { - "$id": "3315", + "$id": "3317", "kind": "property", "name": "annotations", "serializedName": "annotations", "doc": "Annotations for the message, when applicable, as when using the\n[web search tool](/docs/guides/tools-web-search?api-mode=chat).", "type": { - "$ref": "2867" + "$ref": "2869" }, "optional": true, "readOnly": true, @@ -37964,13 +37990,13 @@ "isHttpMetadata": false }, { - "$id": "3316", + "$id": "3318", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the author of this message.", "type": { - "$id": "3317", + "$id": "3319", "kind": "enumvalue", "name": "assistant", "value": "assistant", @@ -37978,7 +38004,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -37996,13 +38022,13 @@ "isHttpMetadata": false }, { - "$id": "3318", + "$id": "3320", "kind": "property", "name": "function_call", "serializedName": "function_call", "doc": "Deprecated and replaced by `tool_calls`. The name and arguments of a function that should be called, as generated by the model.", "type": { - "$ref": "2891" + "$ref": "2893" }, "optional": true, "readOnly": false, @@ -38018,13 +38044,13 @@ "isHttpMetadata": false }, { - "$id": "3319", + "$id": "3321", "kind": "property", "name": "audio", "serializedName": "audio", "doc": "If the audio output modality is requested, this object contains data\nabout the audio response from the model. [Learn more](/docs/guides/audio).", "type": { - "$ref": "2897" + "$ref": "2899" }, "optional": true, "readOnly": false, @@ -38040,15 +38066,15 @@ "isHttpMetadata": false }, { - "$id": "3320", + "$id": "3322", "kind": "property", "name": "content_parts", "serializedName": "content_parts", "type": { - "$id": "3321", + "$id": "3323", "kind": "nullable", "type": { - "$ref": "2990" + "$ref": "2992" }, "namespace": "OpenAI" }, @@ -38066,13 +38092,13 @@ "isHttpMetadata": false }, { - "$id": "3322", + "$id": "3324", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier of the chat message.", "type": { - "$id": "3323", + "$id": "3325", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38110,13 +38136,13 @@ "isHttpMetadata": false }, { - "$id": "3324", + "$id": "3326", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The identifier of the first chat message in the data array.", "type": { - "$id": "3325", + "$id": "3327", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38136,13 +38162,13 @@ "isHttpMetadata": false }, { - "$id": "3326", + "$id": "3328", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The identifier of the last chat message in the data array.", "type": { - "$id": "3327", + "$id": "3329", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38162,13 +38188,13 @@ "isHttpMetadata": false }, { - "$id": "3328", + "$id": "3330", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Indicates whether there are more chat messages available.", "type": { - "$id": "3329", + "$id": "3331", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -38190,10 +38216,10 @@ ] }, { - "$ref": "3311" + "$ref": "3313" }, { - "$id": "3330", + "$id": "3332", "kind": "model", "name": "ContainerListResource", "namespace": "OpenAI", @@ -38202,13 +38228,13 @@ "decorators": [], "properties": [ { - "$id": "3331", + "$id": "3333", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of object returned, must be 'list'.", "type": { - "$ref": "1557" + "$ref": "1559" }, "optional": false, "readOnly": false, @@ -38224,17 +38250,17 @@ "isHttpMetadata": false }, { - "$id": "3332", + "$id": "3334", "kind": "property", "name": "data", "serializedName": "data", "doc": "A list of containers.", "type": { - "$id": "3333", + "$id": "3335", "kind": "array", "name": "ArrayContainerResource", "valueType": { - "$id": "3334", + "$id": "3336", "kind": "model", "name": "ContainerResource", "namespace": "OpenAI", @@ -38243,13 +38269,13 @@ "decorators": [], "properties": [ { - "$id": "3335", + "$id": "3337", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for the container.", "type": { - "$id": "3336", + "$id": "3338", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38269,13 +38295,13 @@ "isHttpMetadata": false }, { - "$id": "3337", + "$id": "3339", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of this object.", "type": { - "$id": "3338", + "$id": "3340", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38295,13 +38321,13 @@ "isHttpMetadata": false }, { - "$id": "3339", + "$id": "3341", "kind": "property", "name": "name", "serializedName": "name", "doc": "Name of the container.", "type": { - "$id": "3340", + "$id": "3342", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38321,18 +38347,18 @@ "isHttpMetadata": false }, { - "$id": "3341", + "$id": "3343", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "Unix timestamp (in seconds) when the container was created.", "type": { - "$id": "3342", + "$id": "3344", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3343", + "$id": "3345", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -38355,13 +38381,13 @@ "isHttpMetadata": false }, { - "$id": "3344", + "$id": "3346", "kind": "property", "name": "status", "serializedName": "status", "doc": "Status of the container (e.g., active, deleted).", "type": { - "$id": "3345", + "$id": "3347", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38381,13 +38407,13 @@ "isHttpMetadata": false }, { - "$id": "3346", + "$id": "3348", "kind": "property", "name": "expires_after", "serializedName": "expires_after", "doc": "The container will expire after this time period.\nThe anchor is the reference point for the expiration.\nThe minutes is the number of minutes after the anchor before the container expires.", "type": { - "$id": "3347", + "$id": "3349", "kind": "model", "name": "ContainerResourceExpiresAfter", "namespace": "OpenAI", @@ -38396,7 +38422,7 @@ "decorators": [], "properties": [ { - "$id": "3348", + "$id": "3350", "kind": "property", "name": "anchor", "serializedName": "anchor", @@ -38418,13 +38444,13 @@ "isHttpMetadata": false }, { - "$id": "3349", + "$id": "3351", "kind": "property", "name": "minutes", "serializedName": "minutes", "doc": "The number of minutes after the anchor before the container expires.", "type": { - "$id": "3350", + "$id": "3352", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -38477,13 +38503,13 @@ "isHttpMetadata": false }, { - "$id": "3351", + "$id": "3353", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The ID of the first container in the list.", "type": { - "$id": "3352", + "$id": "3354", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38503,13 +38529,13 @@ "isHttpMetadata": false }, { - "$id": "3353", + "$id": "3355", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The ID of the last container in the list.", "type": { - "$id": "3354", + "$id": "3356", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38529,13 +38555,13 @@ "isHttpMetadata": false }, { - "$id": "3355", + "$id": "3357", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Whether there are more containers available.", "type": { - "$id": "3356", + "$id": "3358", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -38557,13 +38583,13 @@ ] }, { - "$ref": "3334" + "$ref": "3336" }, { - "$ref": "3347" + "$ref": "3349" }, { - "$id": "3357", + "$id": "3359", "kind": "model", "name": "CreateContainerBody", "namespace": "OpenAI", @@ -38572,13 +38598,13 @@ "decorators": [], "properties": [ { - "$id": "3358", + "$id": "3360", "kind": "property", "name": "name", "serializedName": "name", "doc": "Name of the container to create.", "type": { - "$id": "3359", + "$id": "3361", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38598,13 +38624,13 @@ "isHttpMetadata": false }, { - "$id": "3360", + "$id": "3362", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "IDs of files to copy to the container.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -38620,13 +38646,13 @@ "isHttpMetadata": false }, { - "$id": "3361", + "$id": "3363", "kind": "property", "name": "expires_after", "serializedName": "expires_after", "doc": "Container expiration time in seconds relative to the 'anchor' time.", "type": { - "$id": "3362", + "$id": "3364", "kind": "model", "name": "CreateContainerBodyExpiresAfter", "namespace": "OpenAI", @@ -38635,13 +38661,13 @@ "decorators": [], "properties": [ { - "$id": "3363", + "$id": "3365", "kind": "property", "name": "anchor", "serializedName": "anchor", "doc": "Time anchor for the expiration time. Currently only 'last_active_at' is supported.", "type": { - "$ref": "1559" + "$ref": "1561" }, "optional": false, "readOnly": false, @@ -38657,12 +38683,12 @@ "isHttpMetadata": false }, { - "$id": "3364", + "$id": "3366", "kind": "property", "name": "minutes", "serializedName": "minutes", "type": { - "$id": "3365", + "$id": "3367", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -38699,10 +38725,10 @@ ] }, { - "$ref": "3362" + "$ref": "3364" }, { - "$id": "3366", + "$id": "3368", "kind": "model", "name": "DeleteContainerResponse", "namespace": "OpenAI", @@ -38711,12 +38737,12 @@ "decorators": [], "properties": [ { - "$id": "3367", + "$id": "3369", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "3368", + "$id": "3370", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38736,12 +38762,12 @@ "isHttpMetadata": false }, { - "$id": "3369", + "$id": "3371", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1561" + "$ref": "1563" }, "optional": false, "readOnly": false, @@ -38757,12 +38783,12 @@ "isHttpMetadata": false }, { - "$id": "3370", + "$id": "3372", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$ref": "1563" + "$ref": "1565" }, "optional": false, "readOnly": false, @@ -38780,7 +38806,7 @@ ] }, { - "$id": "3371", + "$id": "3373", "kind": "model", "name": "CreateContainerFileBody", "namespace": "OpenAI", @@ -38789,13 +38815,13 @@ "decorators": [], "properties": [ { - "$id": "3372", + "$id": "3374", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "Name of the file to create.", "type": { - "$id": "3373", + "$id": "3375", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38821,13 +38847,13 @@ "isHttpMetadata": false }, { - "$id": "3374", + "$id": "3376", "kind": "property", "name": "file", "serializedName": "file", "doc": "The File object (not file name) to be uploaded.", "type": { - "$id": "3375", + "$id": "3377", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -38856,7 +38882,7 @@ ] }, { - "$id": "3376", + "$id": "3378", "kind": "model", "name": "ContainerFileResource", "namespace": "OpenAI", @@ -38865,13 +38891,13 @@ "decorators": [], "properties": [ { - "$id": "3377", + "$id": "3379", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for the file.", "type": { - "$id": "3378", + "$id": "3380", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38891,13 +38917,13 @@ "isHttpMetadata": false }, { - "$id": "3379", + "$id": "3381", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of this object (`container.file`).", "type": { - "$id": "3380", + "$id": "3382", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38917,13 +38943,13 @@ "isHttpMetadata": false }, { - "$id": "3381", + "$id": "3383", "kind": "property", "name": "container_id", "serializedName": "container_id", "doc": "The container this file belongs to.", "type": { - "$id": "3382", + "$id": "3384", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -38943,18 +38969,18 @@ "isHttpMetadata": false }, { - "$id": "3383", + "$id": "3385", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "Unix timestamp (in seconds) when the file was created.", "type": { - "$id": "3384", + "$id": "3386", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3385", + "$id": "3387", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -38977,13 +39003,13 @@ "isHttpMetadata": false }, { - "$id": "3386", + "$id": "3388", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "Size of the file in bytes.", "type": { - "$id": "3387", + "$id": "3389", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -39003,13 +39029,13 @@ "isHttpMetadata": false }, { - "$id": "3388", + "$id": "3390", "kind": "property", "name": "path", "serializedName": "path", "doc": "Path of the file in the container.", "type": { - "$id": "3389", + "$id": "3391", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39029,13 +39055,13 @@ "isHttpMetadata": false }, { - "$id": "3390", + "$id": "3392", "kind": "property", "name": "source", "serializedName": "source", "doc": "Source of the file (e.g., `user`, `assistant`).", "type": { - "$id": "3391", + "$id": "3393", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39057,7 +39083,7 @@ ] }, { - "$id": "3392", + "$id": "3394", "kind": "model", "name": "ContainerFileListResource", "namespace": "OpenAI", @@ -39066,13 +39092,13 @@ "decorators": [], "properties": [ { - "$id": "3393", + "$id": "3395", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of object returned, must be 'list'.", "type": { - "$ref": "1565" + "$ref": "1567" }, "optional": false, "readOnly": false, @@ -39088,17 +39114,17 @@ "isHttpMetadata": false }, { - "$id": "3394", + "$id": "3396", "kind": "property", "name": "data", "serializedName": "data", "doc": "A list of container files.", "type": { - "$id": "3395", + "$id": "3397", "kind": "array", "name": "ArrayContainerFileResource", "valueType": { - "$ref": "3376" + "$ref": "3378" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -39117,13 +39143,13 @@ "isHttpMetadata": false }, { - "$id": "3396", + "$id": "3398", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The ID of the first file in the list.", "type": { - "$id": "3397", + "$id": "3399", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39143,13 +39169,13 @@ "isHttpMetadata": false }, { - "$id": "3398", + "$id": "3400", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The ID of the last file in the list.", "type": { - "$id": "3399", + "$id": "3401", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39169,13 +39195,13 @@ "isHttpMetadata": false }, { - "$id": "3400", + "$id": "3402", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Whether there are more files available.", "type": { - "$id": "3401", + "$id": "3403", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -39197,7 +39223,7 @@ ] }, { - "$id": "3402", + "$id": "3404", "kind": "model", "name": "DeleteContainerFileResponse", "namespace": "OpenAI", @@ -39206,12 +39232,12 @@ "decorators": [], "properties": [ { - "$id": "3403", + "$id": "3405", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "3404", + "$id": "3406", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39231,12 +39257,12 @@ "isHttpMetadata": false }, { - "$id": "3405", + "$id": "3407", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1567" + "$ref": "1569" }, "optional": false, "readOnly": false, @@ -39252,12 +39278,12 @@ "isHttpMetadata": false }, { - "$id": "3406", + "$id": "3408", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$ref": "1569" + "$ref": "1571" }, "optional": false, "readOnly": false, @@ -39275,7 +39301,7 @@ ] }, { - "$id": "3407", + "$id": "3409", "kind": "model", "name": "CreateEmbeddingRequest", "namespace": "OpenAI", @@ -39289,35 +39315,35 @@ ], "properties": [ { - "$id": "3408", + "$id": "3410", "kind": "property", "name": "input", "serializedName": "input", "doc": "Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. The input must not exceed the max input tokens for the model (8192 tokens for all embedding models), cannot be an empty string, and any array must be 2048 dimensions or less. [Example Python code](https://cookbook.openai.com/examples/how_to_count_tokens_with_tiktoken) for counting tokens. In addition to the per-input token limit, all embedding models enforce a maximum of 300,000 tokens summed across all inputs in a single request.", "type": { - "$id": "3409", + "$id": "3411", "kind": "union", "name": "CreateEmbeddingRequestInput", "variantTypes": [ { - "$id": "3410", + "$id": "3412", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$ref": "2435" + "$ref": "2437" }, { - "$ref": "2668" + "$ref": "2670" }, { - "$id": "3411", + "$id": "3413", "kind": "array", "name": "ArrayArray", "valueType": { - "$ref": "2668" + "$ref": "2670" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -39340,7 +39366,7 @@ "isHttpMetadata": false }, { - "$id": "3412", + "$id": "3414", "kind": "property", "name": "model", "serializedName": "model", @@ -39362,7 +39388,7 @@ "isHttpMetadata": false }, { - "$id": "3413", + "$id": "3415", "kind": "property", "name": "encoding_format", "serializedName": "encoding_format", @@ -39384,13 +39410,13 @@ "isHttpMetadata": false }, { - "$id": "3414", + "$id": "3416", "kind": "property", "name": "dimensions", "serializedName": "dimensions", "doc": "The number of dimensions the resulting output embeddings should have. Only supported in `text-embedding-3` and later models.", "type": { - "$id": "3415", + "$id": "3417", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -39410,13 +39436,13 @@ "isHttpMetadata": false }, { - "$id": "3416", + "$id": "3418", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "3417", + "$id": "3419", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39438,7 +39464,7 @@ ] }, { - "$id": "3418", + "$id": "3420", "kind": "model", "name": "CreateEmbeddingResponse", "namespace": "OpenAI", @@ -39452,17 +39478,17 @@ ], "properties": [ { - "$id": "3419", + "$id": "3421", "kind": "property", "name": "data", "serializedName": "data", "doc": "The list of embeddings generated by the model.", "type": { - "$id": "3420", + "$id": "3422", "kind": "array", "name": "ArrayEmbedding", "valueType": { - "$id": "3421", + "$id": "3423", "kind": "model", "name": "Embedding", "namespace": "OpenAI", @@ -39477,13 +39503,13 @@ ], "properties": [ { - "$id": "3422", + "$id": "3424", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index of the embedding in the list of embeddings.", "type": { - "$id": "3423", + "$id": "3425", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -39503,22 +39529,22 @@ "isHttpMetadata": false }, { - "$id": "3424", + "$id": "3426", "kind": "property", "name": "embedding", "serializedName": "embedding", "doc": "The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the [embedding guide](/docs/guides/embeddings).", "type": { - "$id": "3425", + "$id": "3427", "kind": "union", "name": "EmbeddingEmbedding", "variantTypes": [ { - "$id": "3426", + "$id": "3428", "kind": "array", "name": "Array14", "valueType": { - "$id": "3427", + "$id": "3429", "kind": "float", "name": "float", "crossLanguageDefinitionId": "TypeSpec.float", @@ -39528,7 +39554,7 @@ "decorators": [] }, { - "$id": "3428", + "$id": "3430", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39552,13 +39578,13 @@ "isHttpMetadata": false }, { - "$id": "3429", + "$id": "3431", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"embedding\".", "type": { - "$ref": "1571" + "$ref": "1573" }, "optional": false, "readOnly": false, @@ -39592,13 +39618,13 @@ "isHttpMetadata": false }, { - "$id": "3430", + "$id": "3432", "kind": "property", "name": "model", "serializedName": "model", "doc": "The name of the model used to generate the embedding.", "type": { - "$id": "3431", + "$id": "3433", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39618,13 +39644,13 @@ "isHttpMetadata": false }, { - "$id": "3432", + "$id": "3434", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"list\".", "type": { - "$ref": "1573" + "$ref": "1575" }, "optional": false, "readOnly": false, @@ -39640,13 +39666,13 @@ "isHttpMetadata": false }, { - "$id": "3433", + "$id": "3435", "kind": "property", "name": "usage", "serializedName": "usage", "doc": "The usage information for the request.", "type": { - "$id": "3434", + "$id": "3436", "kind": "model", "name": "CreateEmbeddingResponseUsage", "namespace": "OpenAI", @@ -39655,13 +39681,13 @@ "decorators": [], "properties": [ { - "$id": "3435", + "$id": "3437", "kind": "property", "name": "prompt_tokens", "serializedName": "prompt_tokens", "doc": "The number of tokens used by the prompt.", "type": { - "$id": "3436", + "$id": "3438", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -39681,13 +39707,13 @@ "isHttpMetadata": false }, { - "$id": "3437", + "$id": "3439", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "The total number of tokens used by the request.", "type": { - "$id": "3438", + "$id": "3440", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -39724,13 +39750,13 @@ ] }, { - "$ref": "3421" + "$ref": "3423" }, { - "$ref": "3434" + "$ref": "3436" }, { - "$id": "3439", + "$id": "3441", "kind": "model", "name": "ListFilesResponse", "namespace": "OpenAI", @@ -39739,12 +39765,12 @@ "decorators": [], "properties": [ { - "$id": "3440", + "$id": "3442", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1575" + "$ref": "1577" }, "optional": false, "readOnly": false, @@ -39760,16 +39786,16 @@ "isHttpMetadata": false }, { - "$id": "3441", + "$id": "3443", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "3442", + "$id": "3444", "kind": "array", "name": "ArrayOpenAiFile", "valueType": { - "$id": "3443", + "$id": "3445", "kind": "model", "name": "OpenAIFile", "namespace": "OpenAI", @@ -39779,13 +39805,13 @@ "decorators": [], "properties": [ { - "$id": "3444", + "$id": "3446", "kind": "property", "name": "id", "serializedName": "id", "doc": "The file identifier, which can be referenced in the API endpoints.", "type": { - "$id": "3445", + "$id": "3447", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39805,16 +39831,16 @@ "isHttpMetadata": false }, { - "$id": "3446", + "$id": "3448", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "The size of the file, in bytes.", "type": { - "$id": "3447", + "$id": "3449", "kind": "nullable", "type": { - "$id": "3448", + "$id": "3450", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -39836,18 +39862,18 @@ "isHttpMetadata": false }, { - "$id": "3449", + "$id": "3451", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the file was created.", "type": { - "$id": "3450", + "$id": "3452", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3451", + "$id": "3453", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -39870,18 +39896,18 @@ "isHttpMetadata": false }, { - "$id": "3452", + "$id": "3454", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "The Unix timestamp (in seconds) for when the file will expire.", "type": { - "$id": "3453", + "$id": "3455", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3454", + "$id": "3456", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -39904,13 +39930,13 @@ "isHttpMetadata": false }, { - "$id": "3455", + "$id": "3457", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The name of the file.", "type": { - "$id": "3456", + "$id": "3458", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -39930,13 +39956,13 @@ "isHttpMetadata": false }, { - "$id": "3457", + "$id": "3459", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `file`.", "type": { - "$ref": "1577" + "$ref": "1579" }, "optional": false, "readOnly": false, @@ -39952,7 +39978,7 @@ "isHttpMetadata": false }, { - "$id": "3458", + "$id": "3460", "kind": "property", "name": "purpose", "serializedName": "purpose", @@ -39974,7 +40000,7 @@ "isHttpMetadata": false }, { - "$id": "3459", + "$id": "3461", "kind": "property", "name": "status", "serializedName": "status", @@ -39996,13 +40022,13 @@ "isHttpMetadata": false }, { - "$id": "3460", + "$id": "3462", "kind": "property", "name": "status_details", "serializedName": "status_details", "doc": "Deprecated. For details on why a fine-tuning training file failed validation, see the `error` field on `fine_tuning.job`.", "type": { - "$id": "3461", + "$id": "3463", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40040,12 +40066,12 @@ "isHttpMetadata": false }, { - "$id": "3462", + "$id": "3464", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "3463", + "$id": "3465", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40065,12 +40091,12 @@ "isHttpMetadata": false }, { - "$id": "3464", + "$id": "3466", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "3465", + "$id": "3467", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40090,12 +40116,12 @@ "isHttpMetadata": false }, { - "$id": "3466", + "$id": "3468", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "3467", + "$id": "3469", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -40117,10 +40143,10 @@ ] }, { - "$ref": "3443" + "$ref": "3445" }, { - "$id": "3468", + "$id": "3470", "kind": "model", "name": "CreateFileRequest", "namespace": "OpenAI", @@ -40129,13 +40155,13 @@ "decorators": [], "properties": [ { - "$id": "3469", + "$id": "3471", "kind": "property", "name": "file", "serializedName": "file", "doc": "The File object (not file name) to be uploaded.", "type": { - "$id": "3470", + "$id": "3472", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -40162,7 +40188,7 @@ "isHttpMetadata": false }, { - "$id": "3471", + "$id": "3473", "kind": "property", "name": "purpose", "serializedName": "purpose", @@ -40192,7 +40218,7 @@ ] }, { - "$id": "3472", + "$id": "3474", "kind": "model", "name": "DeleteFileResponse", "namespace": "OpenAI", @@ -40201,12 +40227,12 @@ "decorators": [], "properties": [ { - "$id": "3473", + "$id": "3475", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "3474", + "$id": "3476", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40226,12 +40252,12 @@ "isHttpMetadata": false }, { - "$id": "3475", + "$id": "3477", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1579" + "$ref": "1581" }, "optional": false, "readOnly": false, @@ -40247,12 +40273,12 @@ "isHttpMetadata": false }, { - "$id": "3476", + "$id": "3478", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "3477", + "$id": "3479", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -40274,7 +40300,7 @@ ] }, { - "$id": "3478", + "$id": "3480", "kind": "model", "name": "ListFineTuningCheckpointPermissionResponse", "namespace": "OpenAI", @@ -40283,16 +40309,16 @@ "decorators": [], "properties": [ { - "$id": "3479", + "$id": "3481", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "3480", + "$id": "3482", "kind": "array", "name": "ArrayFineTuningCheckpointPermission", "valueType": { - "$id": "3481", + "$id": "3483", "kind": "model", "name": "FineTuningCheckpointPermission", "namespace": "OpenAI", @@ -40302,13 +40328,13 @@ "decorators": [], "properties": [ { - "$id": "3482", + "$id": "3484", "kind": "property", "name": "id", "serializedName": "id", "doc": "The permission identifier, which can be referenced in the API endpoints.", "type": { - "$id": "3483", + "$id": "3485", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40328,18 +40354,18 @@ "isHttpMetadata": false }, { - "$id": "3484", + "$id": "3486", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the permission was created.", "type": { - "$id": "3485", + "$id": "3487", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3486", + "$id": "3488", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -40362,13 +40388,13 @@ "isHttpMetadata": false }, { - "$id": "3487", + "$id": "3489", "kind": "property", "name": "project_id", "serializedName": "project_id", "doc": "The project identifier that the permission is for.", "type": { - "$id": "3488", + "$id": "3490", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40388,13 +40414,13 @@ "isHttpMetadata": false }, { - "$id": "3489", + "$id": "3491", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"checkpoint.permission\".", "type": { - "$ref": "1581" + "$ref": "1583" }, "optional": false, "readOnly": false, @@ -40428,12 +40454,12 @@ "isHttpMetadata": false }, { - "$id": "3490", + "$id": "3492", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1583" + "$ref": "1585" }, "optional": false, "readOnly": false, @@ -40449,15 +40475,15 @@ "isHttpMetadata": false }, { - "$id": "3491", + "$id": "3493", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "3492", + "$id": "3494", "kind": "nullable", "type": { - "$id": "3493", + "$id": "3495", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40479,15 +40505,15 @@ "isHttpMetadata": false }, { - "$id": "3494", + "$id": "3496", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "3495", + "$id": "3497", "kind": "nullable", "type": { - "$id": "3496", + "$id": "3498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40509,12 +40535,12 @@ "isHttpMetadata": false }, { - "$id": "3497", + "$id": "3499", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "3498", + "$id": "3500", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -40536,10 +40562,10 @@ ] }, { - "$ref": "3481" + "$ref": "3483" }, { - "$id": "3499", + "$id": "3501", "kind": "model", "name": "CreateFineTuningCheckpointPermissionRequest", "namespace": "OpenAI", @@ -40548,13 +40574,13 @@ "decorators": [], "properties": [ { - "$id": "3500", + "$id": "3502", "kind": "property", "name": "project_ids", "serializedName": "project_ids", "doc": "The project identifiers to grant access to.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -40572,7 +40598,7 @@ ] }, { - "$id": "3501", + "$id": "3503", "kind": "model", "name": "DeleteFineTuningCheckpointPermissionResponse", "namespace": "OpenAI", @@ -40581,13 +40607,13 @@ "decorators": [], "properties": [ { - "$id": "3502", + "$id": "3504", "kind": "property", "name": "id", "serializedName": "id", "doc": "The ID of the fine-tuned model checkpoint permission that was deleted.", "type": { - "$id": "3503", + "$id": "3505", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40607,13 +40633,13 @@ "isHttpMetadata": false }, { - "$id": "3504", + "$id": "3506", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"checkpoint.permission\".", "type": { - "$ref": "1585" + "$ref": "1587" }, "optional": false, "readOnly": false, @@ -40629,13 +40655,13 @@ "isHttpMetadata": false }, { - "$id": "3505", + "$id": "3507", "kind": "property", "name": "deleted", "serializedName": "deleted", "doc": "Whether the fine-tuned model checkpoint permission was successfully deleted.", "type": { - "$id": "3506", + "$id": "3508", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -40657,7 +40683,7 @@ ] }, { - "$id": "3507", + "$id": "3509", "kind": "model", "name": "CreateFineTuningJobRequest", "namespace": "OpenAI", @@ -40666,7 +40692,7 @@ "decorators": [], "properties": [ { - "$id": "3508", + "$id": "3510", "kind": "property", "name": "model", "serializedName": "model", @@ -40688,13 +40714,13 @@ "isHttpMetadata": false }, { - "$id": "3509", + "$id": "3511", "kind": "property", "name": "training_file", "serializedName": "training_file", "doc": "The ID of an uploaded file that contains training data.\n\nSee [upload file](/docs/api-reference/files/create) for how to upload a file.\n\nYour dataset must be formatted as a JSONL file. Additionally, you must upload your file with the purpose `fine-tune`.\n\nThe contents of the file should differ depending on if the model uses the [chat](/docs/api-reference/fine-tuning/chat-input), [completions](/docs/api-reference/fine-tuning/completions-input) format, or if the fine-tuning method uses the [preference](/docs/api-reference/fine-tuning/preference-input) format.\n\nSee the [fine-tuning guide](/docs/guides/model-optimization) for more details.", "type": { - "$id": "3510", + "$id": "3512", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40714,13 +40740,13 @@ "isHttpMetadata": false }, { - "$id": "3511", + "$id": "3513", "kind": "property", "name": "hyperparameters", "serializedName": "hyperparameters", "doc": "The hyperparameters used for the fine-tuning job.\nThis value is now deprecated in favor of `method`, and should be passed in under the `method` parameter.", "type": { - "$id": "3512", + "$id": "3514", "kind": "model", "name": "CreateFineTuningJobRequestHyperparameters", "namespace": "OpenAI", @@ -40729,21 +40755,21 @@ "decorators": [], "properties": [ { - "$id": "3513", + "$id": "3515", "kind": "property", "name": "batch_size", "serializedName": "batch_size", "doc": "Number of examples in each batch. A larger batch size means that model parameters\nare updated less frequently, but with lower variance.", "type": { - "$id": "3514", + "$id": "3516", "kind": "union", "name": "CreateFineTuningJobRequestHyperparametersBatchSize", "variantTypes": [ { - "$ref": "1587" + "$ref": "1589" }, { - "$id": "3515", + "$id": "3517", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -40767,21 +40793,21 @@ "isHttpMetadata": false }, { - "$id": "3516", + "$id": "3518", "kind": "property", "name": "learning_rate_multiplier", "serializedName": "learning_rate_multiplier", "doc": "Scaling factor for the learning rate. A smaller learning rate may be useful to avoid\noverfitting.", "type": { - "$id": "3517", + "$id": "3519", "kind": "union", "name": "CreateFineTuningJobRequestHyperparametersLearningRateMultiplier", "variantTypes": [ { - "$ref": "1589" + "$ref": "1591" }, { - "$id": "3518", + "$id": "3520", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -40805,21 +40831,21 @@ "isHttpMetadata": false }, { - "$id": "3519", + "$id": "3521", "kind": "property", "name": "n_epochs", "serializedName": "n_epochs", "doc": "The number of epochs to train the model for. An epoch refers to one full cycle\nthrough the training dataset.", "type": { - "$id": "3520", + "$id": "3522", "kind": "union", "name": "CreateFineTuningJobRequestHyperparametersNEpochs", "variantTypes": [ { - "$ref": "1591" + "$ref": "1593" }, { - "$id": "3521", + "$id": "3523", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -40858,16 +40884,16 @@ "isHttpMetadata": false }, { - "$id": "3522", + "$id": "3524", "kind": "property", "name": "suffix", "serializedName": "suffix", "doc": "A string of up to 64 characters that will be added to your fine-tuned model name.\n\nFor example, a `suffix` of \"custom-model-name\" would produce a model name like `ft:gpt-4o-mini:openai:custom-model-name:7p4lURel`.", "type": { - "$id": "3523", + "$id": "3525", "kind": "nullable", "type": { - "$id": "3524", + "$id": "3526", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40889,16 +40915,16 @@ "isHttpMetadata": false }, { - "$id": "3525", + "$id": "3527", "kind": "property", "name": "validation_file", "serializedName": "validation_file", "doc": "The ID of an uploaded file that contains validation data.\n\nIf you provide this file, the data is used to generate validation\nmetrics periodically during fine-tuning. These metrics can be viewed in\nthe fine-tuning results file.\nThe same data should not be present in both train and validation files.\n\nYour dataset must be formatted as a JSONL file. You must upload your file with the purpose `fine-tune`.\n\nSee the [fine-tuning guide](/docs/guides/model-optimization) for more details.", "type": { - "$id": "3526", + "$id": "3528", "kind": "nullable", "type": { - "$id": "3527", + "$id": "3529", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -40920,20 +40946,20 @@ "isHttpMetadata": false }, { - "$id": "3528", + "$id": "3530", "kind": "property", "name": "integrations", "serializedName": "integrations", "doc": "A list of integrations to enable for your fine-tuning job.", "type": { - "$id": "3529", + "$id": "3531", "kind": "nullable", "type": { - "$id": "3530", + "$id": "3532", "kind": "array", "name": "ArrayCreateFineTuningJobRequestIntegration", "valueType": { - "$id": "3531", + "$id": "3533", "kind": "model", "name": "CreateFineTuningJobRequestIntegration", "namespace": "OpenAI", @@ -40941,7 +40967,7 @@ "usage": "Input,Json", "decorators": [], "discriminatorProperty": { - "$id": "3532", + "$id": "3534", "kind": "property", "name": "type", "serializedName": "type", @@ -40963,12 +40989,12 @@ }, "properties": [ { - "$ref": "3532" + "$ref": "3534" } ], "discriminatedSubtypes": { "wandb": { - "$id": "3533", + "$id": "3535", "kind": "model", "name": "CreateFineTuningJobRequestWandbIntegration", "namespace": "OpenAI", @@ -40977,16 +41003,16 @@ "discriminatorValue": "wandb", "decorators": [], "baseModel": { - "$ref": "3531" + "$ref": "3533" }, "properties": [ { - "$id": "3534", + "$id": "3536", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "3535", + "$id": "3537", "kind": "enumvalue", "name": "wandb", "value": "wandb", @@ -40994,14 +41020,14 @@ "$ref": "314" }, "enumType": { - "$id": "3536", + "$id": "3538", "kind": "enum", "decorators": [], "name": "CreateFineTuningJobRequestIntegrationType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "3537", + "$id": "3539", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -41010,16 +41036,16 @@ }, "values": [ { - "$id": "3538", + "$id": "3540", "kind": "enumvalue", "decorators": [], "name": "wandb", "value": "wandb", "valueType": { - "$ref": "3537" + "$ref": "3539" }, "enumType": { - "$ref": "3536" + "$ref": "3538" } } ], @@ -41048,12 +41074,12 @@ "isHttpMetadata": false }, { - "$id": "3539", + "$id": "3541", "kind": "property", "name": "wandb", "serializedName": "wandb", "type": { - "$id": "3540", + "$id": "3542", "kind": "model", "name": "CreateFineTuningJobRequestWandbIntegrationWandb", "namespace": "OpenAI", @@ -41062,12 +41088,12 @@ "decorators": [], "properties": [ { - "$id": "3541", + "$id": "3543", "kind": "property", "name": "project", "serializedName": "project", "type": { - "$id": "3542", + "$id": "3544", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -41087,15 +41113,15 @@ "isHttpMetadata": false }, { - "$id": "3543", + "$id": "3545", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "3544", + "$id": "3546", "kind": "nullable", "type": { - "$id": "3545", + "$id": "3547", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -41117,15 +41143,15 @@ "isHttpMetadata": false }, { - "$id": "3546", + "$id": "3548", "kind": "property", "name": "entity", "serializedName": "entity", "type": { - "$id": "3547", + "$id": "3549", "kind": "nullable", "type": { - "$id": "3548", + "$id": "3550", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -41147,12 +41173,12 @@ "isHttpMetadata": false }, { - "$id": "3549", + "$id": "3551", "kind": "property", "name": "tags", "serializedName": "tags", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -41205,16 +41231,16 @@ "isHttpMetadata": false }, { - "$id": "3550", + "$id": "3552", "kind": "property", "name": "seed", "serializedName": "seed", "doc": "The seed controls the reproducibility of the job. Passing in the same seed and job parameters should produce the same results, but may differ in rare cases.\nIf a seed is not specified, one will be generated for you.", "type": { - "$id": "3551", + "$id": "3553", "kind": "nullable", "type": { - "$id": "3552", + "$id": "3554", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -41236,12 +41262,12 @@ "isHttpMetadata": false }, { - "$id": "3553", + "$id": "3555", "kind": "property", "name": "method", "serializedName": "method", "type": { - "$id": "3554", + "$id": "3556", "kind": "model", "name": "FineTuneMethod", "namespace": "OpenAI", @@ -41251,7 +41277,7 @@ "decorators": [], "properties": [ { - "$id": "3555", + "$id": "3557", "kind": "property", "name": "type", "serializedName": "type", @@ -41273,12 +41299,12 @@ "isHttpMetadata": false }, { - "$id": "3556", + "$id": "3558", "kind": "property", "name": "supervised", "serializedName": "supervised", "type": { - "$id": "3557", + "$id": "3559", "kind": "model", "name": "FineTuneSupervisedMethod", "namespace": "OpenAI", @@ -41288,12 +41314,12 @@ "decorators": [], "properties": [ { - "$id": "3558", + "$id": "3560", "kind": "property", "name": "hyperparameters", "serializedName": "hyperparameters", "type": { - "$id": "3559", + "$id": "3561", "kind": "model", "name": "FineTuneSupervisedHyperparameters", "namespace": "OpenAI", @@ -41303,21 +41329,21 @@ "decorators": [], "properties": [ { - "$id": "3560", + "$id": "3562", "kind": "property", "name": "batch_size", "serializedName": "batch_size", "doc": "Number of examples in each batch. A larger batch size means that model parameters are updated less frequently, but with lower variance.", "type": { - "$id": "3561", + "$id": "3563", "kind": "union", "name": "FineTuneSupervisedHyperparametersBatchSize", "variantTypes": [ { - "$ref": "1593" + "$ref": "1595" }, { - "$id": "3562", + "$id": "3564", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -41341,21 +41367,21 @@ "isHttpMetadata": false }, { - "$id": "3563", + "$id": "3565", "kind": "property", "name": "learning_rate_multiplier", "serializedName": "learning_rate_multiplier", "doc": "Scaling factor for the learning rate. A smaller learning rate may be useful to avoid overfitting.", "type": { - "$id": "3564", + "$id": "3566", "kind": "union", "name": "FineTuneSupervisedHyperparametersLearningRateMultiplier", "variantTypes": [ { - "$ref": "1595" + "$ref": "1597" }, { - "$id": "3565", + "$id": "3567", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -41379,21 +41405,21 @@ "isHttpMetadata": false }, { - "$id": "3566", + "$id": "3568", "kind": "property", "name": "n_epochs", "serializedName": "n_epochs", "doc": "The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.", "type": { - "$id": "3567", + "$id": "3569", "kind": "union", "name": "FineTuneSupervisedHyperparametersNEpochs", "variantTypes": [ { - "$ref": "1597" + "$ref": "1599" }, { - "$id": "3568", + "$id": "3570", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -41447,12 +41473,12 @@ "isHttpMetadata": false }, { - "$id": "3569", + "$id": "3571", "kind": "property", "name": "dpo", "serializedName": "dpo", "type": { - "$id": "3570", + "$id": "3572", "kind": "model", "name": "FineTuneDPOMethod", "namespace": "OpenAI", @@ -41462,12 +41488,12 @@ "decorators": [], "properties": [ { - "$id": "3571", + "$id": "3573", "kind": "property", "name": "hyperparameters", "serializedName": "hyperparameters", "type": { - "$id": "3572", + "$id": "3574", "kind": "model", "name": "FineTuneDPOHyperparameters", "namespace": "OpenAI", @@ -41477,21 +41503,21 @@ "decorators": [], "properties": [ { - "$id": "3573", + "$id": "3575", "kind": "property", "name": "beta", "serializedName": "beta", "doc": "The beta value for the DPO method. A higher beta value will increase the weight of the penalty between the policy and reference model.", "type": { - "$id": "3574", + "$id": "3576", "kind": "union", "name": "FineTuneDPOHyperparametersBeta", "variantTypes": [ { - "$ref": "1599" + "$ref": "1601" }, { - "$id": "3575", + "$id": "3577", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -41515,21 +41541,21 @@ "isHttpMetadata": false }, { - "$id": "3576", + "$id": "3578", "kind": "property", "name": "batch_size", "serializedName": "batch_size", "doc": "Number of examples in each batch. A larger batch size means that model parameters are updated less frequently, but with lower variance.", "type": { - "$id": "3577", + "$id": "3579", "kind": "union", "name": "FineTuneDPOHyperparametersBatchSize", "variantTypes": [ { - "$ref": "1601" + "$ref": "1603" }, { - "$id": "3578", + "$id": "3580", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -41553,21 +41579,21 @@ "isHttpMetadata": false }, { - "$id": "3579", + "$id": "3581", "kind": "property", "name": "learning_rate_multiplier", "serializedName": "learning_rate_multiplier", "doc": "Scaling factor for the learning rate. A smaller learning rate may be useful to avoid overfitting.", "type": { - "$id": "3580", + "$id": "3582", "kind": "union", "name": "FineTuneDPOHyperparametersLearningRateMultiplier", "variantTypes": [ { - "$ref": "1603" + "$ref": "1605" }, { - "$id": "3581", + "$id": "3583", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -41591,21 +41617,21 @@ "isHttpMetadata": false }, { - "$id": "3582", + "$id": "3584", "kind": "property", "name": "n_epochs", "serializedName": "n_epochs", "doc": "The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.", "type": { - "$id": "3583", + "$id": "3585", "kind": "union", "name": "FineTuneDPOHyperparametersNEpochs", "variantTypes": [ { - "$ref": "1605" + "$ref": "1607" }, { - "$id": "3584", + "$id": "3586", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -41659,12 +41685,12 @@ "isHttpMetadata": false }, { - "$id": "3585", + "$id": "3587", "kind": "property", "name": "reinforcement", "serializedName": "reinforcement", "type": { - "$id": "3586", + "$id": "3588", "kind": "model", "name": "FineTuneReinforcementMethod", "namespace": "OpenAI", @@ -41674,18 +41700,18 @@ "decorators": [], "properties": [ { - "$id": "3587", + "$id": "3589", "kind": "property", "name": "grader", "serializedName": "grader", "doc": "The grader used for the fine-tuning job.", "type": { - "$id": "3588", + "$id": "3590", "kind": "union", "name": "FineTuneReinforcementMethodGrader", "variantTypes": [ { - "$id": "3589", + "$id": "3591", "kind": "model", "name": "GraderStringCheck", "namespace": "OpenAI", @@ -41695,7 +41721,7 @@ "discriminatorValue": "string_check", "decorators": [], "baseModel": { - "$id": "3590", + "$id": "3592", "kind": "model", "name": "Grader", "namespace": "OpenAI", @@ -41703,7 +41729,7 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "3591", + "$id": "3593", "kind": "property", "name": "type", "serializedName": "type", @@ -41725,15 +41751,15 @@ }, "properties": [ { - "$ref": "3591" + "$ref": "3593" } ], "discriminatedSubtypes": { "string_check": { - "$ref": "3589" + "$ref": "3591" }, "text_similarity": { - "$id": "3592", + "$id": "3594", "kind": "model", "name": "GraderTextSimilarity", "namespace": "OpenAI", @@ -41743,17 +41769,17 @@ "discriminatorValue": "text_similarity", "decorators": [], "baseModel": { - "$ref": "3590" + "$ref": "3592" }, "properties": [ { - "$id": "3593", + "$id": "3595", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of grader.", "type": { - "$id": "3594", + "$id": "3596", "kind": "enumvalue", "name": "text_similarity", "value": "text_similarity", @@ -41761,14 +41787,14 @@ "$ref": "328" }, "enumType": { - "$id": "3595", + "$id": "3597", "kind": "enum", "decorators": [], "name": "GraderType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "3596", + "$id": "3598", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -41777,81 +41803,81 @@ }, "values": [ { - "$id": "3597", + "$id": "3599", "kind": "enumvalue", "decorators": [], "name": "string_check", "value": "string_check", "valueType": { - "$ref": "3596" + "$ref": "3598" }, "enumType": { - "$ref": "3595" + "$ref": "3597" } }, { - "$id": "3598", + "$id": "3600", "kind": "enumvalue", "decorators": [], "name": "text_similarity", "value": "text_similarity", "valueType": { - "$ref": "3596" + "$ref": "3598" }, "enumType": { - "$ref": "3595" + "$ref": "3597" } }, { - "$id": "3599", + "$id": "3601", "kind": "enumvalue", "decorators": [], "name": "score_model", "value": "score_model", "valueType": { - "$ref": "3596" + "$ref": "3598" }, "enumType": { - "$ref": "3595" + "$ref": "3597" } }, { - "$id": "3600", + "$id": "3602", "kind": "enumvalue", "decorators": [], "name": "label_model", "value": "label_model", "valueType": { - "$ref": "3596" + "$ref": "3598" }, "enumType": { - "$ref": "3595" + "$ref": "3597" } }, { - "$id": "3601", + "$id": "3603", "kind": "enumvalue", "decorators": [], "name": "python", "value": "python", "valueType": { - "$ref": "3596" + "$ref": "3598" }, "enumType": { - "$ref": "3595" + "$ref": "3597" } }, { - "$id": "3602", + "$id": "3604", "kind": "enumvalue", "decorators": [], "name": "multi", "value": "multi", "valueType": { - "$ref": "3596" + "$ref": "3598" }, "enumType": { - "$ref": "3595" + "$ref": "3597" } } ], @@ -41880,13 +41906,13 @@ "isHttpMetadata": false }, { - "$id": "3603", + "$id": "3605", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3604", + "$id": "3606", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -41906,13 +41932,13 @@ "isHttpMetadata": false }, { - "$id": "3605", + "$id": "3607", "kind": "property", "name": "input", "serializedName": "input", "doc": "The text being graded.", "type": { - "$id": "3606", + "$id": "3608", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -41932,13 +41958,13 @@ "isHttpMetadata": false }, { - "$id": "3607", + "$id": "3609", "kind": "property", "name": "reference", "serializedName": "reference", "doc": "The text being graded against.", "type": { - "$id": "3608", + "$id": "3610", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -41958,7 +41984,7 @@ "isHttpMetadata": false }, { - "$id": "3609", + "$id": "3611", "kind": "property", "name": "evaluation_metric", "serializedName": "evaluation_metric", @@ -41982,7 +42008,7 @@ ] }, "python": { - "$id": "3610", + "$id": "3612", "kind": "model", "name": "GraderPython", "namespace": "OpenAI", @@ -41992,17 +42018,17 @@ "discriminatorValue": "python", "decorators": [], "baseModel": { - "$ref": "3590" + "$ref": "3592" }, "properties": [ { - "$id": "3611", + "$id": "3613", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `python`.", "type": { - "$id": "3612", + "$id": "3614", "kind": "enumvalue", "name": "python", "value": "python", @@ -42010,7 +42036,7 @@ "$ref": "328" }, "enumType": { - "$ref": "3595" + "$ref": "3597" }, "decorators": [] }, @@ -42028,13 +42054,13 @@ "isHttpMetadata": false }, { - "$id": "3613", + "$id": "3615", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3614", + "$id": "3616", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42054,13 +42080,13 @@ "isHttpMetadata": false }, { - "$id": "3615", + "$id": "3617", "kind": "property", "name": "source", "serializedName": "source", "doc": "The source code of the python script.", "type": { - "$id": "3616", + "$id": "3618", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42080,13 +42106,13 @@ "isHttpMetadata": false }, { - "$id": "3617", + "$id": "3619", "kind": "property", "name": "image_tag", "serializedName": "image_tag", "doc": "The image tag to use for the python script.", "type": { - "$id": "3618", + "$id": "3620", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42108,7 +42134,7 @@ ] }, "score_model": { - "$id": "3619", + "$id": "3621", "kind": "model", "name": "GraderScoreModel", "namespace": "OpenAI", @@ -42118,17 +42144,17 @@ "discriminatorValue": "score_model", "decorators": [], "baseModel": { - "$ref": "3590" + "$ref": "3592" }, "properties": [ { - "$id": "3620", + "$id": "3622", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `score_model`.", "type": { - "$id": "3621", + "$id": "3623", "kind": "enumvalue", "name": "score_model", "value": "score_model", @@ -42136,7 +42162,7 @@ "$ref": "328" }, "enumType": { - "$ref": "3595" + "$ref": "3597" }, "decorators": [] }, @@ -42154,13 +42180,13 @@ "isHttpMetadata": false }, { - "$id": "3622", + "$id": "3624", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3623", + "$id": "3625", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42180,13 +42206,13 @@ "isHttpMetadata": false }, { - "$id": "3624", + "$id": "3626", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for the evaluation.", "type": { - "$id": "3625", + "$id": "3627", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42206,13 +42232,13 @@ "isHttpMetadata": false }, { - "$id": "3626", + "$id": "3628", "kind": "property", "name": "sampling_params", "serializedName": "sampling_params", "doc": "The sampling parameters for the model.", "type": { - "$id": "3627", + "$id": "3629", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -42232,17 +42258,17 @@ "isHttpMetadata": false }, { - "$id": "3628", + "$id": "3630", "kind": "property", "name": "input", "serializedName": "input", "doc": "The input text. This may include template strings.", "type": { - "$id": "3629", + "$id": "3631", "kind": "array", "name": "ArrayEvalItem", "valueType": { - "$id": "3630", + "$id": "3632", "kind": "model", "name": "EvalItem", "namespace": "OpenAI", @@ -42252,7 +42278,7 @@ "decorators": [], "properties": [ { - "$id": "3631", + "$id": "3633", "kind": "property", "name": "role", "serializedName": "role", @@ -42274,25 +42300,25 @@ "isHttpMetadata": false }, { - "$id": "3632", + "$id": "3634", "kind": "property", "name": "content", "serializedName": "content", "doc": "Text inputs to the model - can contain template strings.", "type": { - "$id": "3633", + "$id": "3635", "kind": "union", "name": "EvalItemContent1", "variantTypes": [ { - "$id": "3634", + "$id": "3636", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "3635", + "$id": "3637", "kind": "model", "name": "EvalItemContent", "namespace": "OpenAI", @@ -42300,7 +42326,7 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "3636", + "$id": "3638", "kind": "property", "name": "type", "serializedName": "type", @@ -42322,12 +42348,12 @@ }, "properties": [ { - "$ref": "3636" + "$ref": "3638" } ], "discriminatedSubtypes": { "input_text": { - "$id": "3637", + "$id": "3639", "kind": "model", "name": "EvalItemContentInputText", "namespace": "OpenAI", @@ -42336,16 +42362,16 @@ "discriminatorValue": "input_text", "decorators": [], "baseModel": { - "$ref": "3635" + "$ref": "3637" }, "properties": [ { - "$id": "3638", + "$id": "3640", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "3639", + "$id": "3641", "kind": "enumvalue", "name": "input_text", "value": "input_text", @@ -42353,14 +42379,14 @@ "$ref": "354" }, "enumType": { - "$id": "3640", + "$id": "3642", "kind": "enum", "decorators": [], "name": "EvalItemContentType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "3641", + "$id": "3643", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -42369,29 +42395,29 @@ }, "values": [ { - "$id": "3642", + "$id": "3644", "kind": "enumvalue", "decorators": [], "name": "input_text", "value": "input_text", "valueType": { - "$ref": "3641" + "$ref": "3643" }, "enumType": { - "$ref": "3640" + "$ref": "3642" } }, { - "$id": "3643", + "$id": "3645", "kind": "enumvalue", "decorators": [], "name": "output_text", "value": "output_text", "valueType": { - "$ref": "3641" + "$ref": "3643" }, "enumType": { - "$ref": "3640" + "$ref": "3642" } } ], @@ -42420,12 +42446,12 @@ "isHttpMetadata": false }, { - "$id": "3644", + "$id": "3646", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "3645", + "$id": "3647", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42447,7 +42473,7 @@ ] }, "output_text": { - "$id": "3646", + "$id": "3648", "kind": "model", "name": "EvalItemContentOutputText", "namespace": "OpenAI", @@ -42456,16 +42482,16 @@ "discriminatorValue": "output_text", "decorators": [], "baseModel": { - "$ref": "3635" + "$ref": "3637" }, "properties": [ { - "$id": "3647", + "$id": "3649", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "3648", + "$id": "3650", "kind": "enumvalue", "name": "output_text", "value": "output_text", @@ -42473,7 +42499,7 @@ "$ref": "354" }, "enumType": { - "$ref": "3640" + "$ref": "3642" }, "decorators": [] }, @@ -42491,12 +42517,12 @@ "isHttpMetadata": false }, { - "$id": "3649", + "$id": "3651", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "3650", + "$id": "3652", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42537,7 +42563,7 @@ "isHttpMetadata": false }, { - "$id": "3651", + "$id": "3653", "kind": "property", "name": "type", "serializedName": "type", @@ -42577,13 +42603,13 @@ "isHttpMetadata": false }, { - "$id": "3652", + "$id": "3654", "kind": "property", "name": "range", "serializedName": "range", "doc": "The range of the score. Defaults to `[0, 1]`.", "type": { - "$ref": "2689" + "$ref": "2691" }, "optional": true, "readOnly": false, @@ -42601,7 +42627,7 @@ ] }, "multi": { - "$id": "3653", + "$id": "3655", "kind": "model", "name": "GraderMulti", "namespace": "OpenAI", @@ -42611,17 +42637,17 @@ "discriminatorValue": "multi", "decorators": [], "baseModel": { - "$ref": "3590" + "$ref": "3592" }, "properties": [ { - "$id": "3654", + "$id": "3656", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `multi`.", "type": { - "$id": "3655", + "$id": "3657", "kind": "enumvalue", "name": "multi", "value": "multi", @@ -42629,7 +42655,7 @@ "$ref": "328" }, "enumType": { - "$ref": "3595" + "$ref": "3597" }, "decorators": [] }, @@ -42647,13 +42673,13 @@ "isHttpMetadata": false }, { - "$id": "3656", + "$id": "3658", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3657", + "$id": "3659", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42673,29 +42699,29 @@ "isHttpMetadata": false }, { - "$id": "3658", + "$id": "3660", "kind": "property", "name": "graders", "serializedName": "graders", "type": { - "$id": "3659", + "$id": "3661", "kind": "union", "name": "GraderMultiGraders", "variantTypes": [ { - "$ref": "3589" + "$ref": "3591" }, { - "$ref": "3592" + "$ref": "3594" }, { - "$ref": "3610" + "$ref": "3612" }, { - "$ref": "3619" + "$ref": "3621" }, { - "$id": "3660", + "$id": "3662", "kind": "model", "name": "GraderLabelModel", "namespace": "OpenAI", @@ -42705,17 +42731,17 @@ "discriminatorValue": "label_model", "decorators": [], "baseModel": { - "$ref": "3590" + "$ref": "3592" }, "properties": [ { - "$id": "3661", + "$id": "3663", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `label_model`.", "type": { - "$id": "3662", + "$id": "3664", "kind": "enumvalue", "name": "label_model", "value": "label_model", @@ -42723,7 +42749,7 @@ "$ref": "328" }, "enumType": { - "$ref": "3595" + "$ref": "3597" }, "decorators": [] }, @@ -42741,13 +42767,13 @@ "isHttpMetadata": false }, { - "$id": "3663", + "$id": "3665", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3664", + "$id": "3666", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42767,13 +42793,13 @@ "isHttpMetadata": false }, { - "$id": "3665", + "$id": "3667", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for the evaluation. Must support structured outputs.", "type": { - "$id": "3666", + "$id": "3668", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42793,12 +42819,12 @@ "isHttpMetadata": false }, { - "$id": "3667", + "$id": "3669", "kind": "property", "name": "input", "serializedName": "input", "type": { - "$ref": "3629" + "$ref": "3631" }, "optional": false, "readOnly": false, @@ -42814,13 +42840,13 @@ "isHttpMetadata": false }, { - "$id": "3668", + "$id": "3670", "kind": "property", "name": "labels", "serializedName": "labels", "doc": "The labels to assign to each item in the evaluation.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -42836,13 +42862,13 @@ "isHttpMetadata": false }, { - "$id": "3669", + "$id": "3671", "kind": "property", "name": "passing_labels", "serializedName": "passing_labels", "doc": "The labels that indicate a passing result. Must be a subset of labels.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -42877,13 +42903,13 @@ "isHttpMetadata": false }, { - "$id": "3670", + "$id": "3672", "kind": "property", "name": "calculate_output", "serializedName": "calculate_output", "doc": "A formula to calculate the output based on grader results.", "type": { - "$id": "3671", + "$id": "3673", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42905,19 +42931,19 @@ ] }, "label_model": { - "$ref": "3660" + "$ref": "3662" } } }, "properties": [ { - "$id": "3672", + "$id": "3674", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `string_check`.", "type": { - "$id": "3673", + "$id": "3675", "kind": "enumvalue", "name": "string_check", "value": "string_check", @@ -42925,7 +42951,7 @@ "$ref": "328" }, "enumType": { - "$ref": "3595" + "$ref": "3597" }, "decorators": [] }, @@ -42943,13 +42969,13 @@ "isHttpMetadata": false }, { - "$id": "3674", + "$id": "3676", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3675", + "$id": "3677", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42969,13 +42995,13 @@ "isHttpMetadata": false }, { - "$id": "3676", + "$id": "3678", "kind": "property", "name": "input", "serializedName": "input", "doc": "The input text. This may include template strings.", "type": { - "$id": "3677", + "$id": "3679", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -42995,13 +43021,13 @@ "isHttpMetadata": false }, { - "$id": "3678", + "$id": "3680", "kind": "property", "name": "reference", "serializedName": "reference", "doc": "The reference text. This may include template strings.", "type": { - "$id": "3679", + "$id": "3681", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43021,7 +43047,7 @@ "isHttpMetadata": false }, { - "$id": "3680", + "$id": "3682", "kind": "property", "name": "operation", "serializedName": "operation", @@ -43045,16 +43071,16 @@ ] }, { - "$ref": "3592" + "$ref": "3594" }, { - "$ref": "3610" + "$ref": "3612" }, { - "$ref": "3619" + "$ref": "3621" }, { - "$ref": "3653" + "$ref": "3655" } ], "namespace": "OpenAI", @@ -43074,12 +43100,12 @@ "isHttpMetadata": false }, { - "$id": "3681", + "$id": "3683", "kind": "property", "name": "hyperparameters", "serializedName": "hyperparameters", "type": { - "$id": "3682", + "$id": "3684", "kind": "model", "name": "FineTuneReinforcementHyperparameters", "namespace": "OpenAI", @@ -43089,21 +43115,21 @@ "decorators": [], "properties": [ { - "$id": "3683", + "$id": "3685", "kind": "property", "name": "batch_size", "serializedName": "batch_size", "doc": "Number of examples in each batch. A larger batch size means that model parameters are updated less frequently, but with lower variance.", "type": { - "$id": "3684", + "$id": "3686", "kind": "union", "name": "FineTuneReinforcementHyperparametersBatchSize", "variantTypes": [ { - "$ref": "1607" + "$ref": "1609" }, { - "$id": "3685", + "$id": "3687", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43127,21 +43153,21 @@ "isHttpMetadata": false }, { - "$id": "3686", + "$id": "3688", "kind": "property", "name": "learning_rate_multiplier", "serializedName": "learning_rate_multiplier", "doc": "Scaling factor for the learning rate. A smaller learning rate may be useful to avoid overfitting.", "type": { - "$id": "3687", + "$id": "3689", "kind": "union", "name": "FineTuneReinforcementHyperparametersLearningRateMultiplier", "variantTypes": [ { - "$ref": "1609" + "$ref": "1611" }, { - "$id": "3688", + "$id": "3690", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -43165,21 +43191,21 @@ "isHttpMetadata": false }, { - "$id": "3689", + "$id": "3691", "kind": "property", "name": "n_epochs", "serializedName": "n_epochs", "doc": "The number of epochs to train the model for. An epoch refers to one full cycle through the training dataset.", "type": { - "$id": "3690", + "$id": "3692", "kind": "union", "name": "FineTuneReinforcementHyperparametersNEpochs", "variantTypes": [ { - "$ref": "1611" + "$ref": "1613" }, { - "$id": "3691", + "$id": "3693", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43203,7 +43229,7 @@ "isHttpMetadata": false }, { - "$id": "3692", + "$id": "3694", "kind": "property", "name": "reasoning_effort", "serializedName": "reasoning_effort", @@ -43225,21 +43251,21 @@ "isHttpMetadata": false }, { - "$id": "3693", + "$id": "3695", "kind": "property", "name": "compute_multiplier", "serializedName": "compute_multiplier", "doc": "Multiplier on amount of compute used for exploring search space during training.", "type": { - "$id": "3694", + "$id": "3696", "kind": "union", "name": "FineTuneReinforcementHyperparametersComputeMultiplier", "variantTypes": [ { - "$ref": "1613" + "$ref": "1615" }, { - "$id": "3695", + "$id": "3697", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -43263,21 +43289,21 @@ "isHttpMetadata": false }, { - "$id": "3696", + "$id": "3698", "kind": "property", "name": "eval_interval", "serializedName": "eval_interval", "doc": "The number of training steps between evaluation runs.", "type": { - "$id": "3697", + "$id": "3699", "kind": "union", "name": "FineTuneReinforcementHyperparametersEvalInterval", "variantTypes": [ { - "$ref": "1615" + "$ref": "1617" }, { - "$id": "3698", + "$id": "3700", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43301,21 +43327,21 @@ "isHttpMetadata": false }, { - "$id": "3699", + "$id": "3701", "kind": "property", "name": "eval_samples", "serializedName": "eval_samples", "doc": "Number of evaluation samples to generate per training step.", "type": { - "$id": "3700", + "$id": "3702", "kind": "union", "name": "FineTuneReinforcementHyperparametersEvalSamples", "variantTypes": [ { - "$ref": "1617" + "$ref": "1619" }, { - "$id": "3701", + "$id": "3703", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43384,13 +43410,13 @@ "isHttpMetadata": false }, { - "$id": "3702", + "$id": "3704", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -43408,73 +43434,73 @@ ] }, { - "$ref": "3512" - }, - { - "$ref": "3531" + "$ref": "3514" }, { "$ref": "3533" }, { - "$ref": "3540" + "$ref": "3535" }, { - "$ref": "3554" + "$ref": "3542" }, { - "$ref": "3557" + "$ref": "3556" }, { "$ref": "3559" }, { - "$ref": "3570" + "$ref": "3561" }, { "$ref": "3572" }, { - "$ref": "3586" + "$ref": "3574" }, { - "$ref": "3589" + "$ref": "3588" }, { - "$ref": "3590" + "$ref": "3591" }, { "$ref": "3592" }, { - "$ref": "3610" + "$ref": "3594" }, { - "$ref": "3619" + "$ref": "3612" }, { - "$ref": "3630" + "$ref": "3621" }, { - "$ref": "3635" + "$ref": "3632" }, { "$ref": "3637" }, { - "$ref": "3646" + "$ref": "3639" }, { - "$ref": "3653" + "$ref": "3648" }, { - "$ref": "3660" + "$ref": "3655" }, { - "$ref": "3682" + "$ref": "3662" }, { - "$id": "3703", + "$ref": "3684" + }, + { + "$id": "3705", "kind": "model", "name": "FineTuningJob", "namespace": "OpenAI", @@ -43484,16 +43510,16 @@ "decorators": [], "properties": [ { - "$id": "3704", + "$id": "3706", "kind": "property", "name": "user_provided_suffix", "serializedName": "user_provided_suffix", "doc": "The descriptive suffix applied to the job, as specified in the job creation request.", "type": { - "$id": "3705", + "$id": "3707", "kind": "nullable", "type": { - "$id": "3706", + "$id": "3708", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43515,13 +43541,13 @@ "isHttpMetadata": false }, { - "$id": "3707", + "$id": "3709", "kind": "property", "name": "id", "serializedName": "id", "doc": "The object identifier, which can be referenced in the API endpoints.", "type": { - "$id": "3708", + "$id": "3710", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43541,18 +43567,18 @@ "isHttpMetadata": false }, { - "$id": "3709", + "$id": "3711", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the fine-tuning job was created.", "type": { - "$id": "3710", + "$id": "3712", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3711", + "$id": "3713", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43575,16 +43601,16 @@ "isHttpMetadata": false }, { - "$id": "3712", + "$id": "3714", "kind": "property", "name": "error", "serializedName": "error", "doc": "For fine-tuning jobs that have `failed`, this will contain more information on the cause of the failure.", "type": { - "$id": "3713", + "$id": "3715", "kind": "nullable", "type": { - "$id": "3714", + "$id": "3716", "kind": "model", "name": "FineTuningJobError1", "namespace": "OpenAI", @@ -43593,13 +43619,13 @@ "decorators": [], "properties": [ { - "$id": "3715", + "$id": "3717", "kind": "property", "name": "code", "serializedName": "code", "doc": "A machine-readable error code.", "type": { - "$id": "3716", + "$id": "3718", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43619,13 +43645,13 @@ "isHttpMetadata": false }, { - "$id": "3717", + "$id": "3719", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable error message.", "type": { - "$id": "3718", + "$id": "3720", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43645,16 +43671,16 @@ "isHttpMetadata": false }, { - "$id": "3719", + "$id": "3721", "kind": "property", "name": "param", "serializedName": "param", "doc": "The parameter that was invalid, usually `training_file` or `validation_file`. This field will be null if the failure was not parameter-specific.", "type": { - "$id": "3720", + "$id": "3722", "kind": "nullable", "type": { - "$id": "3721", + "$id": "3723", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43693,16 +43719,16 @@ "isHttpMetadata": false }, { - "$id": "3722", + "$id": "3724", "kind": "property", "name": "fine_tuned_model", "serializedName": "fine_tuned_model", "doc": "The name of the fine-tuned model that is being created. The value will be null if the fine-tuning job is still running.", "type": { - "$id": "3723", + "$id": "3725", "kind": "nullable", "type": { - "$id": "3724", + "$id": "3726", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43724,21 +43750,21 @@ "isHttpMetadata": false }, { - "$id": "3725", + "$id": "3727", "kind": "property", "name": "finished_at", "serializedName": "finished_at", "doc": "The Unix timestamp (in seconds) for when the fine-tuning job was finished. The value will be null if the fine-tuning job is still running.", "type": { - "$id": "3726", + "$id": "3728", "kind": "nullable", "type": { - "$id": "3727", + "$id": "3729", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3728", + "$id": "3730", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43763,13 +43789,13 @@ "isHttpMetadata": false }, { - "$id": "3729", + "$id": "3731", "kind": "property", "name": "hyperparameters", "serializedName": "hyperparameters", "doc": "The hyperparameters used for the fine-tuning job. This value will only be returned when running `supervised` jobs.", "type": { - "$id": "3730", + "$id": "3732", "kind": "model", "name": "FineTuningJobHyperparameters", "namespace": "OpenAI", @@ -43778,24 +43804,24 @@ "decorators": [], "properties": [ { - "$id": "3731", + "$id": "3733", "kind": "property", "name": "batch_size", "serializedName": "batch_size", "doc": "Number of examples in each batch. A larger batch size means that model parameters\nare updated less frequently, but with lower variance.", "type": { - "$id": "3732", + "$id": "3734", "kind": "nullable", "type": { - "$id": "3733", + "$id": "3735", "kind": "union", "name": "FineTuningJobHyperparametersBatchSize", "variantTypes": [ { - "$ref": "1619" + "$ref": "1621" }, { - "$id": "3734", + "$id": "3736", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43821,21 +43847,21 @@ "isHttpMetadata": false }, { - "$id": "3735", + "$id": "3737", "kind": "property", "name": "learning_rate_multiplier", "serializedName": "learning_rate_multiplier", "doc": "Scaling factor for the learning rate. A smaller learning rate may be useful to avoid\noverfitting.", "type": { - "$id": "3736", + "$id": "3738", "kind": "union", "name": "FineTuningJobHyperparametersLearningRateMultiplier", "variantTypes": [ { - "$ref": "1621" + "$ref": "1623" }, { - "$id": "3737", + "$id": "3739", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -43859,21 +43885,21 @@ "isHttpMetadata": false }, { - "$id": "3738", + "$id": "3740", "kind": "property", "name": "n_epochs", "serializedName": "n_epochs", "doc": "The number of epochs to train the model for. An epoch refers to one full cycle\nthrough the training dataset.", "type": { - "$id": "3739", + "$id": "3741", "kind": "union", "name": "FineTuningJobHyperparametersNEpochs", "variantTypes": [ { - "$ref": "1623" + "$ref": "1625" }, { - "$id": "3740", + "$id": "3742", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -43912,13 +43938,13 @@ "isHttpMetadata": false }, { - "$id": "3741", + "$id": "3743", "kind": "property", "name": "model", "serializedName": "model", "doc": "The base model that is being fine-tuned.", "type": { - "$id": "3742", + "$id": "3744", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43938,13 +43964,13 @@ "isHttpMetadata": false }, { - "$id": "3743", + "$id": "3745", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"fine_tuning.job\".", "type": { - "$ref": "1625" + "$ref": "1627" }, "optional": false, "readOnly": false, @@ -43960,13 +43986,13 @@ "isHttpMetadata": false }, { - "$id": "3744", + "$id": "3746", "kind": "property", "name": "organization_id", "serializedName": "organization_id", "doc": "The organization that owns the fine-tuning job.", "type": { - "$id": "3745", + "$id": "3747", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -43986,13 +44012,13 @@ "isHttpMetadata": false }, { - "$id": "3746", + "$id": "3748", "kind": "property", "name": "result_files", "serializedName": "result_files", "doc": "The compiled results file ID(s) for the fine-tuning job. You can retrieve the results with the [Files API](/docs/api-reference/files/retrieve-contents).", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -44008,7 +44034,7 @@ "isHttpMetadata": false }, { - "$id": "3747", + "$id": "3749", "kind": "property", "name": "status", "serializedName": "status", @@ -44030,16 +44056,16 @@ "isHttpMetadata": false }, { - "$id": "3748", + "$id": "3750", "kind": "property", "name": "trained_tokens", "serializedName": "trained_tokens", "doc": "The total number of billable tokens processed by this fine-tuning job. The value will be null if the fine-tuning job is still running.", "type": { - "$id": "3749", + "$id": "3751", "kind": "nullable", "type": { - "$id": "3750", + "$id": "3752", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -44061,13 +44087,13 @@ "isHttpMetadata": false }, { - "$id": "3751", + "$id": "3753", "kind": "property", "name": "training_file", "serializedName": "training_file", "doc": "The file ID used for training. You can retrieve the training data with the [Files API](/docs/api-reference/files/retrieve-contents).", "type": { - "$id": "3752", + "$id": "3754", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44087,16 +44113,16 @@ "isHttpMetadata": false }, { - "$id": "3753", + "$id": "3755", "kind": "property", "name": "validation_file", "serializedName": "validation_file", "doc": "The file ID used for validation. You can retrieve the validation results with the [Files API](/docs/api-reference/files/retrieve-contents).", "type": { - "$id": "3754", + "$id": "3756", "kind": "nullable", "type": { - "$id": "3755", + "$id": "3757", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44118,20 +44144,20 @@ "isHttpMetadata": false }, { - "$id": "3756", + "$id": "3758", "kind": "property", "name": "integrations", "serializedName": "integrations", "doc": "A list of integrations to enable for this fine-tuning job.", "type": { - "$id": "3757", + "$id": "3759", "kind": "nullable", "type": { - "$id": "3758", + "$id": "3760", "kind": "array", "name": "ArrayFineTuningIntegration", "valueType": { - "$id": "3759", + "$id": "3761", "kind": "model", "name": "FineTuningIntegration", "namespace": "OpenAI", @@ -44139,7 +44165,7 @@ "usage": "Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "3760", + "$id": "3762", "kind": "property", "name": "type", "serializedName": "type", @@ -44161,12 +44187,12 @@ }, "properties": [ { - "$ref": "3760" + "$ref": "3762" } ], "discriminatedSubtypes": { "wandb": { - "$id": "3761", + "$id": "3763", "kind": "model", "name": "FineTuningIntegrationWandb", "namespace": "OpenAI", @@ -44175,17 +44201,17 @@ "discriminatorValue": "wandb", "decorators": [], "baseModel": { - "$ref": "3759" + "$ref": "3761" }, "properties": [ { - "$id": "3762", + "$id": "3764", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the integration being enabled for the fine-tuning job", "type": { - "$id": "3763", + "$id": "3765", "kind": "enumvalue", "name": "wandb", "value": "wandb", @@ -44193,14 +44219,14 @@ "$ref": "376" }, "enumType": { - "$id": "3764", + "$id": "3766", "kind": "enum", "decorators": [], "name": "FineTuningIntegrationType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "3765", + "$id": "3767", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -44209,16 +44235,16 @@ }, "values": [ { - "$id": "3766", + "$id": "3768", "kind": "enumvalue", "decorators": [], "name": "wandb", "value": "wandb", "valueType": { - "$ref": "3765" + "$ref": "3767" }, "enumType": { - "$ref": "3764" + "$ref": "3766" } } ], @@ -44247,13 +44273,13 @@ "isHttpMetadata": false }, { - "$id": "3767", + "$id": "3769", "kind": "property", "name": "wandb", "serializedName": "wandb", "doc": "The settings for your integration with Weights and Biases. This payload specifies the project that\nmetrics will be sent to. Optionally, you can set an explicit display name for your run, add tags\nto your run, and set a default entity (team, username, etc) to be associated with your run.", "type": { - "$id": "3768", + "$id": "3770", "kind": "model", "name": "FineTuningIntegrationWandbWandb", "namespace": "OpenAI", @@ -44262,13 +44288,13 @@ "decorators": [], "properties": [ { - "$id": "3769", + "$id": "3771", "kind": "property", "name": "project", "serializedName": "project", "doc": "The name of the project that the new run will be created under.", "type": { - "$id": "3770", + "$id": "3772", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44288,16 +44314,16 @@ "isHttpMetadata": false }, { - "$id": "3771", + "$id": "3773", "kind": "property", "name": "name", "serializedName": "name", "doc": "A display name to set for the run. If not set, we will use the Job ID as the name.", "type": { - "$id": "3772", + "$id": "3774", "kind": "nullable", "type": { - "$id": "3773", + "$id": "3775", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44319,16 +44345,16 @@ "isHttpMetadata": false }, { - "$id": "3774", + "$id": "3776", "kind": "property", "name": "entity", "serializedName": "entity", "doc": "The entity to use for the run. This allows you to set the team or username of the WandB user that you would\nlike associated with the run. If not set, the default entity for the registered WandB API key is used.", "type": { - "$id": "3775", + "$id": "3777", "kind": "nullable", "type": { - "$id": "3776", + "$id": "3778", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44350,13 +44376,13 @@ "isHttpMetadata": false }, { - "$id": "3777", + "$id": "3779", "kind": "property", "name": "tags", "serializedName": "tags", "doc": "A list of tags to be attached to the newly created run. These tags are passed through directly to WandB. Some\ndefault tags are generated by OpenAI: \"openai/finetune\", \"openai/{base-model}\", \"openai/{ftjob-abcdef}\".", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -44409,13 +44435,13 @@ "isHttpMetadata": false }, { - "$id": "3778", + "$id": "3780", "kind": "property", "name": "seed", "serializedName": "seed", "doc": "The seed used for the fine-tuning job.", "type": { - "$id": "3779", + "$id": "3781", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -44435,21 +44461,21 @@ "isHttpMetadata": false }, { - "$id": "3780", + "$id": "3782", "kind": "property", "name": "estimated_finish", "serializedName": "estimated_finish", "doc": "The Unix timestamp (in seconds) for when the fine-tuning job is estimated to finish. The value will be null if the fine-tuning job is not running.", "type": { - "$id": "3781", + "$id": "3783", "kind": "nullable", "type": { - "$id": "3782", + "$id": "3784", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3783", + "$id": "3785", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -44474,12 +44500,12 @@ "isHttpMetadata": false }, { - "$id": "3784", + "$id": "3786", "kind": "property", "name": "method", "serializedName": "method", "type": { - "$ref": "3554" + "$ref": "3556" }, "optional": true, "readOnly": false, @@ -44495,13 +44521,13 @@ "isHttpMetadata": false }, { - "$id": "3785", + "$id": "3787", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -44519,22 +44545,22 @@ ] }, { - "$ref": "3714" + "$ref": "3716" }, { - "$ref": "3730" + "$ref": "3732" }, { - "$ref": "3759" + "$ref": "3761" }, { - "$ref": "3761" + "$ref": "3763" }, { - "$ref": "3768" + "$ref": "3770" }, { - "$id": "3786", + "$id": "3788", "kind": "model", "name": "ListPaginatedFineTuningJobsResponse", "namespace": "OpenAI", @@ -44543,16 +44569,16 @@ "decorators": [], "properties": [ { - "$id": "3787", + "$id": "3789", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "3788", + "$id": "3790", "kind": "array", "name": "ArrayFineTuningJob", "valueType": { - "$ref": "3703" + "$ref": "3705" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -44571,12 +44597,12 @@ "isHttpMetadata": false }, { - "$id": "3789", + "$id": "3791", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "3790", + "$id": "3792", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -44596,12 +44622,12 @@ "isHttpMetadata": false }, { - "$id": "3791", + "$id": "3793", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1627" + "$ref": "1629" }, "optional": false, "readOnly": false, @@ -44619,7 +44645,7 @@ ] }, { - "$id": "3792", + "$id": "3794", "kind": "model", "name": "ListFineTuningJobCheckpointsResponse", "namespace": "OpenAI", @@ -44628,16 +44654,16 @@ "decorators": [], "properties": [ { - "$id": "3793", + "$id": "3795", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "3794", + "$id": "3796", "kind": "array", "name": "ArrayFineTuningJobCheckpoint", "valueType": { - "$id": "3795", + "$id": "3797", "kind": "model", "name": "FineTuningJobCheckpoint", "namespace": "OpenAI", @@ -44647,13 +44673,13 @@ "decorators": [], "properties": [ { - "$id": "3796", + "$id": "3798", "kind": "property", "name": "id", "serializedName": "id", "doc": "The checkpoint identifier, which can be referenced in the API endpoints.", "type": { - "$id": "3797", + "$id": "3799", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44673,18 +44699,18 @@ "isHttpMetadata": false }, { - "$id": "3798", + "$id": "3800", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the checkpoint was created.", "type": { - "$id": "3799", + "$id": "3801", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3800", + "$id": "3802", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -44707,13 +44733,13 @@ "isHttpMetadata": false }, { - "$id": "3801", + "$id": "3803", "kind": "property", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The name of the fine-tuned checkpoint model that is created.", "type": { - "$id": "3802", + "$id": "3804", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44733,13 +44759,13 @@ "isHttpMetadata": false }, { - "$id": "3803", + "$id": "3805", "kind": "property", "name": "step_number", "serializedName": "step_number", "doc": "The step number that the checkpoint was created at.", "type": { - "$id": "3804", + "$id": "3806", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -44759,13 +44785,13 @@ "isHttpMetadata": false }, { - "$id": "3805", + "$id": "3807", "kind": "property", "name": "metrics", "serializedName": "metrics", "doc": "Metrics at the step number during the fine-tuning job.", "type": { - "$id": "3806", + "$id": "3808", "kind": "model", "name": "FineTuningJobCheckpointMetrics", "namespace": "OpenAI", @@ -44774,12 +44800,12 @@ "decorators": [], "properties": [ { - "$id": "3807", + "$id": "3809", "kind": "property", "name": "step", "serializedName": "step", "type": { - "$id": "3808", + "$id": "3810", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -44799,12 +44825,12 @@ "isHttpMetadata": false }, { - "$id": "3809", + "$id": "3811", "kind": "property", "name": "train_loss", "serializedName": "train_loss", "type": { - "$id": "3810", + "$id": "3812", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -44824,12 +44850,12 @@ "isHttpMetadata": false }, { - "$id": "3811", + "$id": "3813", "kind": "property", "name": "train_mean_token_accuracy", "serializedName": "train_mean_token_accuracy", "type": { - "$id": "3812", + "$id": "3814", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -44849,12 +44875,12 @@ "isHttpMetadata": false }, { - "$id": "3813", + "$id": "3815", "kind": "property", "name": "valid_loss", "serializedName": "valid_loss", "type": { - "$id": "3814", + "$id": "3816", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -44874,12 +44900,12 @@ "isHttpMetadata": false }, { - "$id": "3815", + "$id": "3817", "kind": "property", "name": "valid_mean_token_accuracy", "serializedName": "valid_mean_token_accuracy", "type": { - "$id": "3816", + "$id": "3818", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -44899,12 +44925,12 @@ "isHttpMetadata": false }, { - "$id": "3817", + "$id": "3819", "kind": "property", "name": "full_valid_loss", "serializedName": "full_valid_loss", "type": { - "$id": "3818", + "$id": "3820", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -44924,12 +44950,12 @@ "isHttpMetadata": false }, { - "$id": "3819", + "$id": "3821", "kind": "property", "name": "full_valid_mean_token_accuracy", "serializedName": "full_valid_mean_token_accuracy", "type": { - "$id": "3820", + "$id": "3822", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -44964,13 +44990,13 @@ "isHttpMetadata": false }, { - "$id": "3821", + "$id": "3823", "kind": "property", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The name of the fine-tuning job that this checkpoint was created from.", "type": { - "$id": "3822", + "$id": "3824", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -44990,13 +45016,13 @@ "isHttpMetadata": false }, { - "$id": "3823", + "$id": "3825", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"fine_tuning.job.checkpoint\".", "type": { - "$ref": "1629" + "$ref": "1631" }, "optional": false, "readOnly": false, @@ -45030,12 +45056,12 @@ "isHttpMetadata": false }, { - "$id": "3824", + "$id": "3826", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1631" + "$ref": "1633" }, "optional": false, "readOnly": false, @@ -45051,15 +45077,15 @@ "isHttpMetadata": false }, { - "$id": "3825", + "$id": "3827", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "3826", + "$id": "3828", "kind": "nullable", "type": { - "$id": "3827", + "$id": "3829", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45081,15 +45107,15 @@ "isHttpMetadata": false }, { - "$id": "3828", + "$id": "3830", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "3829", + "$id": "3831", "kind": "nullable", "type": { - "$id": "3830", + "$id": "3832", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45111,12 +45137,12 @@ "isHttpMetadata": false }, { - "$id": "3831", + "$id": "3833", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "3832", + "$id": "3834", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45138,13 +45164,13 @@ ] }, { - "$ref": "3795" + "$ref": "3797" }, { - "$ref": "3806" + "$ref": "3808" }, { - "$id": "3833", + "$id": "3835", "kind": "model", "name": "ListFineTuningJobEventsResponse", "namespace": "OpenAI", @@ -45153,16 +45179,16 @@ "decorators": [], "properties": [ { - "$id": "3834", + "$id": "3836", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "3835", + "$id": "3837", "kind": "array", "name": "ArrayFineTuningJobEvent", "valueType": { - "$id": "3836", + "$id": "3838", "kind": "model", "name": "FineTuningJobEvent", "namespace": "OpenAI", @@ -45172,13 +45198,13 @@ "decorators": [], "properties": [ { - "$id": "3837", + "$id": "3839", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"fine_tuning.job.event\".", "type": { - "$ref": "1633" + "$ref": "1635" }, "optional": false, "readOnly": false, @@ -45194,13 +45220,13 @@ "isHttpMetadata": false }, { - "$id": "3838", + "$id": "3840", "kind": "property", "name": "id", "serializedName": "id", "doc": "The object identifier.", "type": { - "$id": "3839", + "$id": "3841", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45220,18 +45246,18 @@ "isHttpMetadata": false }, { - "$id": "3840", + "$id": "3842", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the fine-tuning job was created.", "type": { - "$id": "3841", + "$id": "3843", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "3842", + "$id": "3844", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -45254,7 +45280,7 @@ "isHttpMetadata": false }, { - "$id": "3843", + "$id": "3845", "kind": "property", "name": "level", "serializedName": "level", @@ -45276,13 +45302,13 @@ "isHttpMetadata": false }, { - "$id": "3844", + "$id": "3846", "kind": "property", "name": "message", "serializedName": "message", "doc": "The message of the event.", "type": { - "$id": "3845", + "$id": "3847", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45302,7 +45328,7 @@ "isHttpMetadata": false }, { - "$id": "3846", + "$id": "3848", "kind": "property", "name": "type", "serializedName": "type", @@ -45324,13 +45350,13 @@ "isHttpMetadata": false }, { - "$id": "3847", + "$id": "3849", "kind": "property", "name": "data", "serializedName": "data", "doc": "The data associated with the event.", "type": { - "$id": "3848", + "$id": "3850", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -45368,12 +45394,12 @@ "isHttpMetadata": false }, { - "$id": "3849", + "$id": "3851", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1635" + "$ref": "1637" }, "optional": false, "readOnly": false, @@ -45389,12 +45415,12 @@ "isHttpMetadata": false }, { - "$id": "3850", + "$id": "3852", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "3851", + "$id": "3853", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45416,10 +45442,10 @@ ] }, { - "$ref": "3836" + "$ref": "3838" }, { - "$id": "3852", + "$id": "3854", "kind": "model", "name": "RunGraderRequest", "namespace": "OpenAI", @@ -45428,30 +45454,30 @@ "decorators": [], "properties": [ { - "$id": "3853", + "$id": "3855", "kind": "property", "name": "grader", "serializedName": "grader", "doc": "The grader used for the fine-tuning job.", "type": { - "$id": "3854", + "$id": "3856", "kind": "union", "name": "RunGraderRequestGrader", "variantTypes": [ { - "$ref": "3589" + "$ref": "3591" }, { - "$ref": "3592" + "$ref": "3594" }, { - "$ref": "3610" + "$ref": "3612" }, { - "$ref": "3619" + "$ref": "3621" }, { - "$ref": "3653" + "$ref": "3655" } ], "namespace": "OpenAI", @@ -45471,13 +45497,13 @@ "isHttpMetadata": false }, { - "$id": "3855", + "$id": "3857", "kind": "property", "name": "item", "serializedName": "item", "doc": "The dataset item provided to the grader. This will be used to populate\nthe `item` namespace. See [the guide](/docs/guides/graders) for more details.", "type": { - "$id": "3856", + "$id": "3858", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -45497,13 +45523,13 @@ "isHttpMetadata": false }, { - "$id": "3857", + "$id": "3859", "kind": "property", "name": "model_sample", "serializedName": "model_sample", "doc": "The model sample to be evaluated. This value will be used to populate\nthe `sample` namespace. See [the guide](/docs/guides/graders) for more details.\nThe `output_json` variable will be populated if the model sample is a\nvalid JSON string.", "type": { - "$id": "3858", + "$id": "3860", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45525,7 +45551,7 @@ ] }, { - "$id": "3859", + "$id": "3861", "kind": "model", "name": "RunGraderResponse", "namespace": "OpenAI", @@ -45534,11 +45560,11 @@ "decorators": [], "properties": [ { - "$id": "3860", + "$id": "3862", "kind": "property", "name": "reward", "type": { - "$id": "3861", + "$id": "3863", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -45554,11 +45580,11 @@ "isHttpMetadata": false }, { - "$id": "3862", + "$id": "3864", "kind": "property", "name": "metadata", "type": { - "$id": "3863", + "$id": "3865", "kind": "model", "name": "RunGraderResponseMetadata", "namespace": "OpenAI", @@ -45567,11 +45593,11 @@ "decorators": [], "properties": [ { - "$id": "3864", + "$id": "3866", "kind": "property", "name": "name", "type": { - "$id": "3865", + "$id": "3867", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45587,11 +45613,11 @@ "isHttpMetadata": false }, { - "$id": "3866", + "$id": "3868", "kind": "property", "name": "type", "type": { - "$id": "3867", + "$id": "3869", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45607,11 +45633,11 @@ "isHttpMetadata": false }, { - "$id": "3868", + "$id": "3870", "kind": "property", "name": "errors", "type": { - "$id": "3869", + "$id": "3871", "kind": "model", "name": "RunGraderResponseMetadataErrors", "namespace": "OpenAI", @@ -45620,11 +45646,11 @@ "decorators": [], "properties": [ { - "$id": "3870", + "$id": "3872", "kind": "property", "name": "formula_parse_error", "type": { - "$id": "3871", + "$id": "3873", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45640,11 +45666,11 @@ "isHttpMetadata": false }, { - "$id": "3872", + "$id": "3874", "kind": "property", "name": "sample_parse_error", "type": { - "$id": "3873", + "$id": "3875", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45660,11 +45686,11 @@ "isHttpMetadata": false }, { - "$id": "3874", + "$id": "3876", "kind": "property", "name": "truncated_observation_error", "type": { - "$id": "3875", + "$id": "3877", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45680,11 +45706,11 @@ "isHttpMetadata": false }, { - "$id": "3876", + "$id": "3878", "kind": "property", "name": "unresponsive_reward_error", "type": { - "$id": "3877", + "$id": "3879", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45700,11 +45726,11 @@ "isHttpMetadata": false }, { - "$id": "3878", + "$id": "3880", "kind": "property", "name": "invalid_variable_error", "type": { - "$id": "3879", + "$id": "3881", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45720,11 +45746,11 @@ "isHttpMetadata": false }, { - "$id": "3880", + "$id": "3882", "kind": "property", "name": "other_error", "type": { - "$id": "3881", + "$id": "3883", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45740,11 +45766,11 @@ "isHttpMetadata": false }, { - "$id": "3882", + "$id": "3884", "kind": "property", "name": "python_grader_server_error", "type": { - "$id": "3883", + "$id": "3885", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45760,14 +45786,14 @@ "isHttpMetadata": false }, { - "$id": "3884", + "$id": "3886", "kind": "property", "name": "python_grader_server_error_type", "type": { - "$id": "3885", + "$id": "3887", "kind": "nullable", "type": { - "$id": "3886", + "$id": "3888", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45785,11 +45811,11 @@ "isHttpMetadata": false }, { - "$id": "3887", + "$id": "3889", "kind": "property", "name": "python_grader_runtime_error", "type": { - "$id": "3888", + "$id": "3890", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45805,14 +45831,14 @@ "isHttpMetadata": false }, { - "$id": "3889", + "$id": "3891", "kind": "property", "name": "python_grader_runtime_error_details", "type": { - "$id": "3890", + "$id": "3892", "kind": "nullable", "type": { - "$id": "3891", + "$id": "3893", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45830,11 +45856,11 @@ "isHttpMetadata": false }, { - "$id": "3892", + "$id": "3894", "kind": "property", "name": "model_grader_server_error", "type": { - "$id": "3893", + "$id": "3895", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45850,11 +45876,11 @@ "isHttpMetadata": false }, { - "$id": "3894", + "$id": "3896", "kind": "property", "name": "model_grader_refusal_error", "type": { - "$id": "3895", + "$id": "3897", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45870,11 +45896,11 @@ "isHttpMetadata": false }, { - "$id": "3896", + "$id": "3898", "kind": "property", "name": "model_grader_parse_error", "type": { - "$id": "3897", + "$id": "3899", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -45890,14 +45916,14 @@ "isHttpMetadata": false }, { - "$id": "3898", + "$id": "3900", "kind": "property", "name": "model_grader_server_error_details", "type": { - "$id": "3899", + "$id": "3901", "kind": "nullable", "type": { - "$id": "3900", + "$id": "3902", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -45926,11 +45952,11 @@ "isHttpMetadata": false }, { - "$id": "3901", + "$id": "3903", "kind": "property", "name": "execution_time", "type": { - "$id": "3902", + "$id": "3904", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -45946,11 +45972,11 @@ "isHttpMetadata": false }, { - "$id": "3903", + "$id": "3905", "kind": "property", "name": "scores", "type": { - "$id": "3904", + "$id": "3906", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -45966,14 +45992,14 @@ "isHttpMetadata": false }, { - "$id": "3905", + "$id": "3907", "kind": "property", "name": "token_usage", "type": { - "$id": "3906", + "$id": "3908", "kind": "nullable", "type": { - "$id": "3907", + "$id": "3909", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -45991,14 +46017,14 @@ "isHttpMetadata": false }, { - "$id": "3908", + "$id": "3910", "kind": "property", "name": "sampled_model_name", "type": { - "$id": "3909", + "$id": "3911", "kind": "nullable", "type": { - "$id": "3910", + "$id": "3912", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -46027,11 +46053,11 @@ "isHttpMetadata": false }, { - "$id": "3911", + "$id": "3913", "kind": "property", "name": "sub_rewards", "type": { - "$id": "3912", + "$id": "3914", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -46047,11 +46073,11 @@ "isHttpMetadata": false }, { - "$id": "3913", + "$id": "3915", "kind": "property", "name": "model_grader_token_usage_per_model", "type": { - "$id": "3914", + "$id": "3916", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -46069,13 +46095,13 @@ ] }, { - "$ref": "3863" + "$ref": "3865" }, { - "$ref": "3869" + "$ref": "3871" }, { - "$id": "3915", + "$id": "3917", "kind": "model", "name": "ValidateGraderRequest", "namespace": "OpenAI", @@ -46084,30 +46110,30 @@ "decorators": [], "properties": [ { - "$id": "3916", + "$id": "3918", "kind": "property", "name": "grader", "serializedName": "grader", "doc": "The grader used for the fine-tuning job.", "type": { - "$id": "3917", + "$id": "3919", "kind": "union", "name": "ValidateGraderRequestGrader", "variantTypes": [ { - "$ref": "3589" + "$ref": "3591" }, { - "$ref": "3592" + "$ref": "3594" }, { - "$ref": "3610" + "$ref": "3612" }, { - "$ref": "3619" + "$ref": "3621" }, { - "$ref": "3653" + "$ref": "3655" } ], "namespace": "OpenAI", @@ -46129,7 +46155,7 @@ ] }, { - "$id": "3918", + "$id": "3920", "kind": "model", "name": "ValidateGraderResponse", "namespace": "OpenAI", @@ -46138,29 +46164,29 @@ "decorators": [], "properties": [ { - "$id": "3919", + "$id": "3921", "kind": "property", "name": "grader", "doc": "The grader used for the fine-tuning job.", "type": { - "$id": "3920", + "$id": "3922", "kind": "union", "name": "ValidateGraderResponseGrader", "variantTypes": [ { - "$ref": "3589" + "$ref": "3591" }, { - "$ref": "3592" + "$ref": "3594" }, { - "$ref": "3610" + "$ref": "3612" }, { - "$ref": "3619" + "$ref": "3621" }, { - "$ref": "3653" + "$ref": "3655" } ], "namespace": "OpenAI", @@ -46178,7 +46204,7 @@ ] }, { - "$id": "3921", + "$id": "3923", "kind": "model", "name": "EvalList", "namespace": "OpenAI", @@ -46188,13 +46214,13 @@ "decorators": [], "properties": [ { - "$id": "3922", + "$id": "3924", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of this object. It is always set to \"list\".", "type": { - "$ref": "1637" + "$ref": "1639" }, "optional": false, "readOnly": false, @@ -46210,17 +46236,17 @@ "isHttpMetadata": false }, { - "$id": "3923", + "$id": "3925", "kind": "property", "name": "data", "serializedName": "data", "doc": "An array of eval objects.", "type": { - "$id": "3924", + "$id": "3926", "kind": "array", "name": "ArrayEval", "valueType": { - "$id": "3925", + "$id": "3927", "kind": "model", "name": "Eval", "namespace": "OpenAI", @@ -46230,13 +46256,13 @@ "decorators": [], "properties": [ { - "$id": "3926", + "$id": "3928", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type.", "type": { - "$ref": "1639" + "$ref": "1641" }, "optional": false, "readOnly": false, @@ -46252,13 +46278,13 @@ "isHttpMetadata": false }, { - "$id": "3927", + "$id": "3929", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for the evaluation.", "type": { - "$id": "3928", + "$id": "3930", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -46278,13 +46304,13 @@ "isHttpMetadata": false }, { - "$id": "3929", + "$id": "3931", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the evaluation.", "type": { - "$id": "3930", + "$id": "3932", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -46304,13 +46330,13 @@ "isHttpMetadata": false }, { - "$id": "3931", + "$id": "3933", "kind": "property", "name": "data_source_config", "serializedName": "data_source_config", "doc": "Configuration of data sources used in runs of the evaluation.", "type": { - "$id": "3932", + "$id": "3934", "kind": "model", "name": "EvalDataSourceConfigResource", "namespace": "OpenAI", @@ -46318,7 +46344,7 @@ "usage": "Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "3933", + "$id": "3935", "kind": "property", "name": "type", "serializedName": "type", @@ -46340,12 +46366,12 @@ }, "properties": [ { - "$ref": "3933" + "$ref": "3935" } ], "discriminatedSubtypes": { "custom": { - "$id": "3934", + "$id": "3936", "kind": "model", "name": "EvalCustomDataSourceConfigResource", "namespace": "OpenAI", @@ -46355,17 +46381,17 @@ "discriminatorValue": "custom", "decorators": [], "baseModel": { - "$ref": "3932" + "$ref": "3934" }, "properties": [ { - "$id": "3935", + "$id": "3937", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of data source. Always `custom`.", "type": { - "$id": "3936", + "$id": "3938", "kind": "enumvalue", "name": "custom", "value": "custom", @@ -46373,14 +46399,14 @@ "$ref": "388" }, "enumType": { - "$id": "3937", + "$id": "3939", "kind": "enum", "decorators": [], "name": "EvalDataSourceConfigType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "3938", + "$id": "3940", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -46389,42 +46415,42 @@ }, "values": [ { - "$id": "3939", + "$id": "3941", "kind": "enumvalue", "decorators": [], "name": "custom", "value": "custom", "valueType": { - "$ref": "3938" + "$ref": "3940" }, "enumType": { - "$ref": "3937" + "$ref": "3939" } }, { - "$id": "3940", + "$id": "3942", "kind": "enumvalue", "decorators": [], "name": "logs", "value": "logs", "valueType": { - "$ref": "3938" + "$ref": "3940" }, "enumType": { - "$ref": "3937" + "$ref": "3939" } }, { - "$id": "3941", + "$id": "3943", "kind": "enumvalue", "decorators": [], "name": "stored_completions", "value": "stored_completions", "valueType": { - "$ref": "3938" + "$ref": "3940" }, "enumType": { - "$ref": "3937" + "$ref": "3939" } } ], @@ -46453,23 +46479,23 @@ "isHttpMetadata": false }, { - "$id": "3942", + "$id": "3944", "kind": "property", "name": "schema", "serializedName": "schema", "doc": "The json schema for the run data source items.\nLearn how to build JSON schemas [here](https://json-schema.org/).", "type": { - "$id": "3943", + "$id": "3945", "kind": "dict", "keyType": { - "$id": "3944", + "$id": "3946", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "3945", + "$id": "3947", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -46493,7 +46519,7 @@ ] }, "stored_completions": { - "$id": "3946", + "$id": "3948", "kind": "model", "name": "EvalStoredCompletionsDataSourceConfigResource", "namespace": "OpenAI", @@ -46504,17 +46530,17 @@ "discriminatorValue": "stored_completions", "decorators": [], "baseModel": { - "$ref": "3932" + "$ref": "3934" }, "properties": [ { - "$id": "3947", + "$id": "3949", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of data source. Always `stored_completions`.", "type": { - "$id": "3948", + "$id": "3950", "kind": "enumvalue", "name": "stored_completions", "value": "stored_completions", @@ -46522,7 +46548,7 @@ "$ref": "388" }, "enumType": { - "$ref": "3937" + "$ref": "3939" }, "decorators": [] }, @@ -46540,13 +46566,13 @@ "isHttpMetadata": false }, { - "$id": "3949", + "$id": "3951", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -46562,13 +46588,13 @@ "isHttpMetadata": false }, { - "$id": "3950", + "$id": "3952", "kind": "property", "name": "schema", "serializedName": "schema", "doc": "The json schema for the run data source items.\nLearn how to build JSON schemas [here](https://json-schema.org/).", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": false, "readOnly": false, @@ -46586,7 +46612,7 @@ ] }, "logs": { - "$id": "3951", + "$id": "3953", "kind": "model", "name": "EvalLogsDataSourceConfigResource", "namespace": "OpenAI", @@ -46596,17 +46622,17 @@ "discriminatorValue": "logs", "decorators": [], "baseModel": { - "$ref": "3932" + "$ref": "3934" }, "properties": [ { - "$id": "3952", + "$id": "3954", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of data source. Always `logs`.", "type": { - "$id": "3953", + "$id": "3955", "kind": "enumvalue", "name": "logs", "value": "logs", @@ -46614,7 +46640,7 @@ "$ref": "388" }, "enumType": { - "$ref": "3937" + "$ref": "3939" }, "decorators": [] }, @@ -46632,13 +46658,13 @@ "isHttpMetadata": false }, { - "$id": "3954", + "$id": "3956", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -46654,13 +46680,13 @@ "isHttpMetadata": false }, { - "$id": "3955", + "$id": "3957", "kind": "property", "name": "schema", "serializedName": "schema", "doc": "The json schema for the run data source items.\nLearn how to build JSON schemas [here](https://json-schema.org/).", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": false, "readOnly": false, @@ -46693,20 +46719,20 @@ "isHttpMetadata": false }, { - "$id": "3956", + "$id": "3958", "kind": "property", "name": "testing_criteria", "serializedName": "testing_criteria", "doc": "A list of testing criteria.", "type": { - "$id": "3957", + "$id": "3959", "kind": "nullable", "type": { - "$id": "3958", + "$id": "3960", "kind": "array", "name": "ArrayEvalGraderResource", "valueType": { - "$id": "3959", + "$id": "3961", "kind": "model", "name": "EvalGraderResource", "namespace": "OpenAI", @@ -46714,7 +46740,7 @@ "usage": "Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "3960", + "$id": "3962", "kind": "property", "name": "type", "serializedName": "type", @@ -46736,12 +46762,12 @@ }, "properties": [ { - "$ref": "3960" + "$ref": "3962" } ], "discriminatedSubtypes": { "label_model": { - "$id": "3961", + "$id": "3963", "kind": "model", "name": "EvalGraderLabelModelResource", "namespace": "OpenAI", @@ -46750,17 +46776,17 @@ "discriminatorValue": "label_model", "decorators": [], "baseModel": { - "$ref": "3959" + "$ref": "3961" }, "properties": [ { - "$id": "3962", + "$id": "3964", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `label_model`.", "type": { - "$ref": "3662" + "$ref": "3664" }, "optional": false, "readOnly": false, @@ -46776,13 +46802,13 @@ "isHttpMetadata": false }, { - "$id": "3963", + "$id": "3965", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3964", + "$id": "3966", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -46802,13 +46828,13 @@ "isHttpMetadata": false }, { - "$id": "3965", + "$id": "3967", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for the evaluation. Must support structured outputs.", "type": { - "$id": "3966", + "$id": "3968", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -46828,12 +46854,12 @@ "isHttpMetadata": false }, { - "$id": "3967", + "$id": "3969", "kind": "property", "name": "input", "serializedName": "input", "type": { - "$ref": "3629" + "$ref": "3631" }, "optional": false, "readOnly": false, @@ -46849,13 +46875,13 @@ "isHttpMetadata": false }, { - "$id": "3968", + "$id": "3970", "kind": "property", "name": "labels", "serializedName": "labels", "doc": "The labels to assign to each item in the evaluation.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -46871,13 +46897,13 @@ "isHttpMetadata": false }, { - "$id": "3969", + "$id": "3971", "kind": "property", "name": "passing_labels", "serializedName": "passing_labels", "doc": "The labels that indicate a passing result. Must be a subset of labels.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -46895,7 +46921,7 @@ ] }, "text_similarity": { - "$id": "3970", + "$id": "3972", "kind": "model", "name": "EvalGraderTextSimilarityResource", "namespace": "OpenAI", @@ -46904,17 +46930,17 @@ "discriminatorValue": "text_similarity", "decorators": [], "baseModel": { - "$ref": "3959" + "$ref": "3961" }, "properties": [ { - "$id": "3971", + "$id": "3973", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of grader.", "type": { - "$ref": "3594" + "$ref": "3596" }, "optional": false, "readOnly": false, @@ -46930,13 +46956,13 @@ "isHttpMetadata": false }, { - "$id": "3972", + "$id": "3974", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3973", + "$id": "3975", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -46956,13 +46982,13 @@ "isHttpMetadata": false }, { - "$id": "3974", + "$id": "3976", "kind": "property", "name": "input", "serializedName": "input", "doc": "The text being graded.", "type": { - "$id": "3975", + "$id": "3977", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -46982,13 +47008,13 @@ "isHttpMetadata": false }, { - "$id": "3976", + "$id": "3978", "kind": "property", "name": "reference", "serializedName": "reference", "doc": "The text being graded against.", "type": { - "$id": "3977", + "$id": "3979", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47008,7 +47034,7 @@ "isHttpMetadata": false }, { - "$id": "3978", + "$id": "3980", "kind": "property", "name": "evaluation_metric", "serializedName": "evaluation_metric", @@ -47030,13 +47056,13 @@ "isHttpMetadata": false }, { - "$id": "3979", + "$id": "3981", "kind": "property", "name": "pass_threshold", "serializedName": "pass_threshold", "doc": "The threshold for the score.", "type": { - "$id": "3980", + "$id": "3982", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -47058,7 +47084,7 @@ ] }, "python": { - "$id": "3981", + "$id": "3983", "kind": "model", "name": "EvalGraderPythonResource", "namespace": "OpenAI", @@ -47067,17 +47093,17 @@ "discriminatorValue": "python", "decorators": [], "baseModel": { - "$ref": "3959" + "$ref": "3961" }, "properties": [ { - "$id": "3982", + "$id": "3984", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `python`.", "type": { - "$ref": "3612" + "$ref": "3614" }, "optional": false, "readOnly": false, @@ -47093,13 +47119,13 @@ "isHttpMetadata": false }, { - "$id": "3983", + "$id": "3985", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3984", + "$id": "3986", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47119,13 +47145,13 @@ "isHttpMetadata": false }, { - "$id": "3985", + "$id": "3987", "kind": "property", "name": "source", "serializedName": "source", "doc": "The source code of the python script.", "type": { - "$id": "3986", + "$id": "3988", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47145,13 +47171,13 @@ "isHttpMetadata": false }, { - "$id": "3987", + "$id": "3989", "kind": "property", "name": "image_tag", "serializedName": "image_tag", "doc": "The image tag to use for the python script.", "type": { - "$id": "3988", + "$id": "3990", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47171,13 +47197,13 @@ "isHttpMetadata": false }, { - "$id": "3989", + "$id": "3991", "kind": "property", "name": "pass_threshold", "serializedName": "pass_threshold", "doc": "The threshold for the score.", "type": { - "$id": "3990", + "$id": "3992", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -47199,7 +47225,7 @@ ] }, "score_model": { - "$id": "3991", + "$id": "3993", "kind": "model", "name": "EvalGraderScoreModelResource", "namespace": "OpenAI", @@ -47208,17 +47234,17 @@ "discriminatorValue": "score_model", "decorators": [], "baseModel": { - "$ref": "3959" + "$ref": "3961" }, "properties": [ { - "$id": "3992", + "$id": "3994", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `score_model`.", "type": { - "$ref": "3621" + "$ref": "3623" }, "optional": false, "readOnly": false, @@ -47234,13 +47260,13 @@ "isHttpMetadata": false }, { - "$id": "3993", + "$id": "3995", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "3994", + "$id": "3996", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47260,13 +47286,13 @@ "isHttpMetadata": false }, { - "$id": "3995", + "$id": "3997", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for the evaluation.", "type": { - "$id": "3996", + "$id": "3998", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47286,13 +47312,13 @@ "isHttpMetadata": false }, { - "$id": "3997", + "$id": "3999", "kind": "property", "name": "sampling_params", "serializedName": "sampling_params", "doc": "The sampling parameters for the model.", "type": { - "$id": "3998", + "$id": "4000", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -47312,13 +47338,13 @@ "isHttpMetadata": false }, { - "$id": "3999", + "$id": "4001", "kind": "property", "name": "input", "serializedName": "input", "doc": "The input text. This may include template strings.", "type": { - "$ref": "3629" + "$ref": "3631" }, "optional": false, "readOnly": false, @@ -47334,13 +47360,13 @@ "isHttpMetadata": false }, { - "$id": "4000", + "$id": "4002", "kind": "property", "name": "range", "serializedName": "range", "doc": "The range of the score. Defaults to `[0, 1]`.", "type": { - "$ref": "2689" + "$ref": "2691" }, "optional": true, "readOnly": false, @@ -47356,13 +47382,13 @@ "isHttpMetadata": false }, { - "$id": "4001", + "$id": "4003", "kind": "property", "name": "pass_threshold", "serializedName": "pass_threshold", "doc": "The threshold for the score.", "type": { - "$id": "4002", + "$id": "4004", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -47404,18 +47430,18 @@ "isHttpMetadata": false }, { - "$id": "4003", + "$id": "4005", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the eval was created.", "type": { - "$id": "4004", + "$id": "4006", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "4005", + "$id": "4007", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -47438,13 +47464,13 @@ "isHttpMetadata": false }, { - "$id": "4006", + "$id": "4008", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -47478,13 +47504,13 @@ "isHttpMetadata": false }, { - "$id": "4007", + "$id": "4009", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The identifier of the first eval in the data array.", "type": { - "$id": "4008", + "$id": "4010", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47504,13 +47530,13 @@ "isHttpMetadata": false }, { - "$id": "4009", + "$id": "4011", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The identifier of the last eval in the data array.", "type": { - "$id": "4010", + "$id": "4012", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47530,13 +47556,13 @@ "isHttpMetadata": false }, { - "$id": "4011", + "$id": "4013", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Indicates whether there are more evals available.", "type": { - "$id": "4012", + "$id": "4014", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -47558,37 +47584,37 @@ ] }, { - "$ref": "3925" - }, - { - "$ref": "3932" + "$ref": "3927" }, { "$ref": "3934" }, { - "$ref": "3946" + "$ref": "3936" }, { - "$ref": "3951" + "$ref": "3948" }, { - "$ref": "3959" + "$ref": "3953" }, { "$ref": "3961" }, { - "$ref": "3970" + "$ref": "3963" + }, + { + "$ref": "3972" }, { - "$ref": "3981" + "$ref": "3983" }, { - "$ref": "3991" + "$ref": "3993" }, { - "$id": "4013", + "$id": "4015", "kind": "model", "name": "CreateEvalRequest", "namespace": "OpenAI", @@ -47597,13 +47623,13 @@ "decorators": [], "properties": [ { - "$id": "4014", + "$id": "4016", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the evaluation.", "type": { - "$id": "4015", + "$id": "4017", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -47623,13 +47649,13 @@ "isHttpMetadata": false }, { - "$id": "4016", + "$id": "4018", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -47645,13 +47671,13 @@ "isHttpMetadata": false }, { - "$id": "4017", + "$id": "4019", "kind": "property", "name": "data_source_config", "serializedName": "data_source_config", "doc": "The configuration for the data source used for the evaluation runs. Dictates the schema of the data used in the evaluation.", "type": { - "$id": "4018", + "$id": "4020", "kind": "model", "name": "EvalDataSourceConfigParams", "namespace": "OpenAI", @@ -47659,7 +47685,7 @@ "usage": "Input,Json", "decorators": [], "discriminatorProperty": { - "$id": "4019", + "$id": "4021", "kind": "property", "name": "type", "serializedName": "type", @@ -47681,12 +47707,12 @@ }, "properties": [ { - "$ref": "4019" + "$ref": "4021" } ], "discriminatedSubtypes": { "custom": { - "$id": "4020", + "$id": "4022", "kind": "model", "name": "EvalCustomDataSourceConfigParams", "namespace": "OpenAI", @@ -47696,17 +47722,17 @@ "discriminatorValue": "custom", "decorators": [], "baseModel": { - "$ref": "4018" + "$ref": "4020" }, "properties": [ { - "$id": "4021", + "$id": "4023", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of data source. Always `custom`.", "type": { - "$ref": "3936" + "$ref": "3938" }, "optional": false, "readOnly": false, @@ -47722,13 +47748,13 @@ "isHttpMetadata": false }, { - "$id": "4022", + "$id": "4024", "kind": "property", "name": "item_schema", "serializedName": "item_schema", "doc": "The json schema for each row in the data source.", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": false, "readOnly": false, @@ -47744,13 +47770,13 @@ "isHttpMetadata": false }, { - "$id": "4023", + "$id": "4025", "kind": "property", "name": "include_sample_schema", "serializedName": "include_sample_schema", "doc": "Whether the eval should expect you to populate the sample namespace (ie, by generating responses off of your data source)", "type": { - "$id": "4024", + "$id": "4026", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -47772,7 +47798,7 @@ ] }, "logs": { - "$id": "4025", + "$id": "4027", "kind": "model", "name": "EvalLogsDataSourceConfigParams", "namespace": "OpenAI", @@ -47782,17 +47808,17 @@ "discriminatorValue": "logs", "decorators": [], "baseModel": { - "$ref": "4018" + "$ref": "4020" }, "properties": [ { - "$id": "4026", + "$id": "4028", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of data source. Always `logs`.", "type": { - "$ref": "3953" + "$ref": "3955" }, "optional": false, "readOnly": false, @@ -47808,13 +47834,13 @@ "isHttpMetadata": false }, { - "$id": "4027", + "$id": "4029", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -47832,7 +47858,7 @@ ] }, "stored_completions": { - "$id": "4028", + "$id": "4030", "kind": "model", "name": "EvalStoredCompletionsDataSourceConfigParams", "namespace": "OpenAI", @@ -47843,17 +47869,17 @@ "discriminatorValue": "stored_completions", "decorators": [], "baseModel": { - "$ref": "4018" + "$ref": "4020" }, "properties": [ { - "$id": "4029", + "$id": "4031", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of data source. Always `stored_completions`.", "type": { - "$ref": "3948" + "$ref": "3950" }, "optional": false, "readOnly": false, @@ -47869,13 +47895,13 @@ "isHttpMetadata": false }, { - "$id": "4030", + "$id": "4032", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Metadata filters for the stored completions data source.", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": true, "readOnly": false, @@ -47908,17 +47934,17 @@ "isHttpMetadata": false }, { - "$id": "4031", + "$id": "4033", "kind": "property", "name": "testing_criteria", "serializedName": "testing_criteria", "doc": "A list of graders for all eval runs in this group. Graders can reference variables in the data source using double curly braces notation, like `{{item.variable_name}}`. To reference the model's output, use the `sample` namespace (ie, `{{sample.output_text}}`).", "type": { - "$id": "4032", + "$id": "4034", "kind": "array", "name": "ArrayEvalGraderParams", "valueType": { - "$id": "4033", + "$id": "4035", "kind": "model", "name": "EvalGraderParams", "namespace": "OpenAI", @@ -47926,7 +47952,7 @@ "usage": "Input,Json", "decorators": [], "discriminatorProperty": { - "$id": "4034", + "$id": "4036", "kind": "property", "name": "type", "serializedName": "type", @@ -47948,12 +47974,12 @@ }, "properties": [ { - "$ref": "4034" + "$ref": "4036" } ], "discriminatedSubtypes": { "label_model": { - "$id": "4035", + "$id": "4037", "kind": "model", "name": "EvalGraderLabelModelParams", "namespace": "OpenAI", @@ -47963,17 +47989,17 @@ "discriminatorValue": "label_model", "decorators": [], "baseModel": { - "$ref": "4033" + "$ref": "4035" }, "properties": [ { - "$id": "4036", + "$id": "4038", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `label_model`.", "type": { - "$ref": "3662" + "$ref": "3664" }, "optional": false, "readOnly": false, @@ -47989,13 +48015,13 @@ "isHttpMetadata": false }, { - "$id": "4037", + "$id": "4039", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "4038", + "$id": "4040", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48015,13 +48041,13 @@ "isHttpMetadata": false }, { - "$id": "4039", + "$id": "4041", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for the evaluation. Must support structured outputs.", "type": { - "$id": "4040", + "$id": "4042", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48041,22 +48067,22 @@ "isHttpMetadata": false }, { - "$id": "4041", + "$id": "4043", "kind": "property", "name": "input", "serializedName": "input", "doc": "A list of chat messages forming the prompt or context. May include variable references to the `item` namespace, ie {{item.name}}.", "type": { - "$id": "4042", + "$id": "4044", "kind": "array", "name": "ArrayCreateEvalItem", "valueType": { - "$id": "4043", + "$id": "4045", "kind": "union", "name": "CreateEvalItem", "variantTypes": [ { - "$id": "4044", + "$id": "4046", "kind": "model", "name": "EvalGraderLabelModelParamsInput", "namespace": "OpenAI", @@ -48065,13 +48091,13 @@ "decorators": [], "properties": [ { - "$id": "4045", + "$id": "4047", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message (e.g. \"system\", \"assistant\", \"user\").", "type": { - "$id": "4046", + "$id": "4048", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48091,13 +48117,13 @@ "isHttpMetadata": false }, { - "$id": "4047", + "$id": "4049", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the message.", "type": { - "$id": "4048", + "$id": "4050", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48119,7 +48145,7 @@ ] }, { - "$ref": "3630" + "$ref": "3632" } ], "namespace": "OpenAI", @@ -48142,13 +48168,13 @@ "isHttpMetadata": false }, { - "$id": "4049", + "$id": "4051", "kind": "property", "name": "labels", "serializedName": "labels", "doc": "The labels to classify to each item in the evaluation.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -48164,13 +48190,13 @@ "isHttpMetadata": false }, { - "$id": "4050", + "$id": "4052", "kind": "property", "name": "passing_labels", "serializedName": "passing_labels", "doc": "The labels that indicate a passing result. Must be a subset of labels.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -48188,7 +48214,7 @@ ] }, "string_check": { - "$id": "4051", + "$id": "4053", "kind": "model", "name": "EvalGraderStringCheckParams", "namespace": "OpenAI", @@ -48197,17 +48223,17 @@ "discriminatorValue": "string_check", "decorators": [], "baseModel": { - "$ref": "4033" + "$ref": "4035" }, "properties": [ { - "$id": "4052", + "$id": "4054", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `string_check`.", "type": { - "$ref": "3673" + "$ref": "3675" }, "optional": false, "readOnly": false, @@ -48223,13 +48249,13 @@ "isHttpMetadata": false }, { - "$id": "4053", + "$id": "4055", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "4054", + "$id": "4056", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48249,13 +48275,13 @@ "isHttpMetadata": false }, { - "$id": "4055", + "$id": "4057", "kind": "property", "name": "input", "serializedName": "input", "doc": "The input text. This may include template strings.", "type": { - "$id": "4056", + "$id": "4058", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48275,13 +48301,13 @@ "isHttpMetadata": false }, { - "$id": "4057", + "$id": "4059", "kind": "property", "name": "reference", "serializedName": "reference", "doc": "The reference text. This may include template strings.", "type": { - "$id": "4058", + "$id": "4060", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48301,7 +48327,7 @@ "isHttpMetadata": false }, { - "$id": "4059", + "$id": "4061", "kind": "property", "name": "operation", "serializedName": "operation", @@ -48325,7 +48351,7 @@ ] }, "text_similarity": { - "$id": "4060", + "$id": "4062", "kind": "model", "name": "EvalGraderTextSimilarityParams", "namespace": "OpenAI", @@ -48334,17 +48360,17 @@ "discriminatorValue": "text_similarity", "decorators": [], "baseModel": { - "$ref": "4033" + "$ref": "4035" }, "properties": [ { - "$id": "4061", + "$id": "4063", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of grader.", "type": { - "$ref": "3594" + "$ref": "3596" }, "optional": false, "readOnly": false, @@ -48360,13 +48386,13 @@ "isHttpMetadata": false }, { - "$id": "4062", + "$id": "4064", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "4063", + "$id": "4065", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48386,13 +48412,13 @@ "isHttpMetadata": false }, { - "$id": "4064", + "$id": "4066", "kind": "property", "name": "input", "serializedName": "input", "doc": "The text being graded.", "type": { - "$id": "4065", + "$id": "4067", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48412,13 +48438,13 @@ "isHttpMetadata": false }, { - "$id": "4066", + "$id": "4068", "kind": "property", "name": "reference", "serializedName": "reference", "doc": "The text being graded against.", "type": { - "$id": "4067", + "$id": "4069", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48438,7 +48464,7 @@ "isHttpMetadata": false }, { - "$id": "4068", + "$id": "4070", "kind": "property", "name": "evaluation_metric", "serializedName": "evaluation_metric", @@ -48460,13 +48486,13 @@ "isHttpMetadata": false }, { - "$id": "4069", + "$id": "4071", "kind": "property", "name": "pass_threshold", "serializedName": "pass_threshold", "doc": "The threshold for the score.", "type": { - "$id": "4070", + "$id": "4072", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -48488,7 +48514,7 @@ ] }, "python": { - "$id": "4071", + "$id": "4073", "kind": "model", "name": "EvalGraderPythonParams", "namespace": "OpenAI", @@ -48497,17 +48523,17 @@ "discriminatorValue": "python", "decorators": [], "baseModel": { - "$ref": "4033" + "$ref": "4035" }, "properties": [ { - "$id": "4072", + "$id": "4074", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `python`.", "type": { - "$ref": "3612" + "$ref": "3614" }, "optional": false, "readOnly": false, @@ -48523,13 +48549,13 @@ "isHttpMetadata": false }, { - "$id": "4073", + "$id": "4075", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "4074", + "$id": "4076", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48549,13 +48575,13 @@ "isHttpMetadata": false }, { - "$id": "4075", + "$id": "4077", "kind": "property", "name": "source", "serializedName": "source", "doc": "The source code of the python script.", "type": { - "$id": "4076", + "$id": "4078", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48575,13 +48601,13 @@ "isHttpMetadata": false }, { - "$id": "4077", + "$id": "4079", "kind": "property", "name": "image_tag", "serializedName": "image_tag", "doc": "The image tag to use for the python script.", "type": { - "$id": "4078", + "$id": "4080", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48601,13 +48627,13 @@ "isHttpMetadata": false }, { - "$id": "4079", + "$id": "4081", "kind": "property", "name": "pass_threshold", "serializedName": "pass_threshold", "doc": "The threshold for the score.", "type": { - "$id": "4080", + "$id": "4082", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -48629,7 +48655,7 @@ ] }, "score_model": { - "$id": "4081", + "$id": "4083", "kind": "model", "name": "EvalGraderScoreModelParams", "namespace": "OpenAI", @@ -48638,17 +48664,17 @@ "discriminatorValue": "score_model", "decorators": [], "baseModel": { - "$ref": "4033" + "$ref": "4035" }, "properties": [ { - "$id": "4082", + "$id": "4084", "kind": "property", "name": "type", "serializedName": "type", "doc": "The object type, which is always `score_model`.", "type": { - "$ref": "3621" + "$ref": "3623" }, "optional": false, "readOnly": false, @@ -48664,13 +48690,13 @@ "isHttpMetadata": false }, { - "$id": "4083", + "$id": "4085", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the grader.", "type": { - "$id": "4084", + "$id": "4086", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48690,13 +48716,13 @@ "isHttpMetadata": false }, { - "$id": "4085", + "$id": "4087", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for the evaluation.", "type": { - "$id": "4086", + "$id": "4088", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48716,13 +48742,13 @@ "isHttpMetadata": false }, { - "$id": "4087", + "$id": "4089", "kind": "property", "name": "sampling_params", "serializedName": "sampling_params", "doc": "The sampling parameters for the model.", "type": { - "$id": "4088", + "$id": "4090", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -48742,13 +48768,13 @@ "isHttpMetadata": false }, { - "$id": "4089", + "$id": "4091", "kind": "property", "name": "input", "serializedName": "input", "doc": "The input text. This may include template strings.", "type": { - "$ref": "3629" + "$ref": "3631" }, "optional": false, "readOnly": false, @@ -48764,13 +48790,13 @@ "isHttpMetadata": false }, { - "$id": "4090", + "$id": "4092", "kind": "property", "name": "range", "serializedName": "range", "doc": "The range of the score. Defaults to `[0, 1]`.", "type": { - "$ref": "2689" + "$ref": "2691" }, "optional": true, "readOnly": false, @@ -48786,13 +48812,13 @@ "isHttpMetadata": false }, { - "$id": "4091", + "$id": "4093", "kind": "property", "name": "pass_threshold", "serializedName": "pass_threshold", "doc": "The threshold for the score.", "type": { - "$id": "4092", + "$id": "4094", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -48833,41 +48859,41 @@ } ] }, - { - "$ref": "4018" - }, { "$ref": "4020" }, { - "$ref": "4025" + "$ref": "4022" }, { - "$ref": "4028" + "$ref": "4027" }, { - "$ref": "4033" + "$ref": "4030" }, { "$ref": "4035" }, { - "$ref": "4044" + "$ref": "4037" }, { - "$ref": "4051" + "$ref": "4046" }, { - "$ref": "4060" + "$ref": "4053" }, { - "$ref": "4071" + "$ref": "4062" }, { - "$ref": "4081" + "$ref": "4073" }, { - "$id": "4093", + "$ref": "4083" + }, + { + "$id": "4095", "kind": "model", "name": "UpdateEvalRequest", "namespace": "OpenAI", @@ -48876,12 +48902,12 @@ "decorators": [], "properties": [ { - "$id": "4094", + "$id": "4096", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "4095", + "$id": "4097", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -48901,12 +48927,12 @@ "isHttpMetadata": false }, { - "$id": "4096", + "$id": "4098", "kind": "property", "name": "metadata", "serializedName": "metadata", "type": { - "$id": "4097", + "$id": "4099", "kind": "model", "name": "MetadataPropertyForRequest", "namespace": "OpenAI", @@ -48916,13 +48942,13 @@ "decorators": [], "properties": [ { - "$id": "4098", + "$id": "4100", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -48955,10 +48981,10 @@ ] }, { - "$ref": "4097" + "$ref": "4099" }, { - "$id": "4099", + "$id": "4101", "kind": "model", "name": "DeleteEvalResponse", "namespace": "OpenAI", @@ -48967,12 +48993,12 @@ "decorators": [], "properties": [ { - "$id": "4100", + "$id": "4102", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1641" + "$ref": "1643" }, "optional": false, "readOnly": false, @@ -48988,12 +49014,12 @@ "isHttpMetadata": false }, { - "$id": "4101", + "$id": "4103", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "4102", + "$id": "4104", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -49013,12 +49039,12 @@ "isHttpMetadata": false }, { - "$id": "4103", + "$id": "4105", "kind": "property", "name": "eval_id", "serializedName": "eval_id", "type": { - "$id": "4104", + "$id": "4106", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49040,7 +49066,7 @@ ] }, { - "$id": "4105", + "$id": "4107", "kind": "model", "name": "EvalRunList", "namespace": "OpenAI", @@ -49050,13 +49076,13 @@ "decorators": [], "properties": [ { - "$id": "4106", + "$id": "4108", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of this object. It is always set to \"list\".", "type": { - "$ref": "1643" + "$ref": "1645" }, "optional": false, "readOnly": false, @@ -49072,17 +49098,17 @@ "isHttpMetadata": false }, { - "$id": "4107", + "$id": "4109", "kind": "property", "name": "data", "serializedName": "data", "doc": "An array of eval run objects.", "type": { - "$id": "4108", + "$id": "4110", "kind": "array", "name": "ArrayEvalRun", "valueType": { - "$id": "4109", + "$id": "4111", "kind": "model", "name": "EvalRun", "namespace": "OpenAI", @@ -49092,13 +49118,13 @@ "decorators": [], "properties": [ { - "$id": "4110", + "$id": "4112", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of the object. Always \"eval.run\".", "type": { - "$ref": "1645" + "$ref": "1647" }, "optional": false, "readOnly": false, @@ -49114,13 +49140,13 @@ "isHttpMetadata": false }, { - "$id": "4111", + "$id": "4113", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for the evaluation run.", "type": { - "$id": "4112", + "$id": "4114", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49140,13 +49166,13 @@ "isHttpMetadata": false }, { - "$id": "4113", + "$id": "4115", "kind": "property", "name": "eval_id", "serializedName": "eval_id", "doc": "The identifier of the associated evaluation.", "type": { - "$id": "4114", + "$id": "4116", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49166,13 +49192,13 @@ "isHttpMetadata": false }, { - "$id": "4115", + "$id": "4117", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the evaluation run.", "type": { - "$id": "4116", + "$id": "4118", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49192,13 +49218,13 @@ "isHttpMetadata": false }, { - "$id": "4117", + "$id": "4119", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model that is evaluated, if applicable.", "type": { - "$id": "4118", + "$id": "4120", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49218,13 +49244,13 @@ "isHttpMetadata": false }, { - "$id": "4119", + "$id": "4121", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the evaluation run.", "type": { - "$id": "4120", + "$id": "4122", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49244,18 +49270,18 @@ "isHttpMetadata": false }, { - "$id": "4121", + "$id": "4123", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "Unix timestamp (in seconds) when the evaluation run was created.", "type": { - "$id": "4122", + "$id": "4124", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "4123", + "$id": "4125", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49278,13 +49304,13 @@ "isHttpMetadata": false }, { - "$id": "4124", + "$id": "4126", "kind": "property", "name": "report_url", "serializedName": "report_url", "doc": "The URL to the rendered evaluation run report on the UI dashboard.", "type": { - "$id": "4125", + "$id": "4127", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49304,13 +49330,13 @@ "isHttpMetadata": false }, { - "$id": "4126", + "$id": "4128", "kind": "property", "name": "result_counts", "serializedName": "result_counts", "doc": "Counters summarizing the outcomes of the evaluation run.", "type": { - "$id": "4127", + "$id": "4129", "kind": "model", "name": "EvalRunResultCounts", "namespace": "OpenAI", @@ -49319,13 +49345,13 @@ "decorators": [], "properties": [ { - "$id": "4128", + "$id": "4130", "kind": "property", "name": "total", "serializedName": "total", "doc": "Total number of executed output items.", "type": { - "$id": "4129", + "$id": "4131", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49345,13 +49371,13 @@ "isHttpMetadata": false }, { - "$id": "4130", + "$id": "4132", "kind": "property", "name": "errored", "serializedName": "errored", "doc": "Number of output items that resulted in an error.", "type": { - "$id": "4131", + "$id": "4133", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49371,13 +49397,13 @@ "isHttpMetadata": false }, { - "$id": "4132", + "$id": "4134", "kind": "property", "name": "failed", "serializedName": "failed", "doc": "Number of output items that failed to pass the evaluation.", "type": { - "$id": "4133", + "$id": "4135", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49397,13 +49423,13 @@ "isHttpMetadata": false }, { - "$id": "4134", + "$id": "4136", "kind": "property", "name": "passed", "serializedName": "passed", "doc": "Number of output items that passed the evaluation.", "type": { - "$id": "4135", + "$id": "4137", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49438,17 +49464,17 @@ "isHttpMetadata": false }, { - "$id": "4136", + "$id": "4138", "kind": "property", "name": "per_model_usage", "serializedName": "per_model_usage", "doc": "Usage statistics for each model during the evaluation run.", "type": { - "$id": "4137", + "$id": "4139", "kind": "array", "name": "Array15", "valueType": { - "$id": "4138", + "$id": "4140", "kind": "model", "name": "EvalRunPerModelUsage", "namespace": "OpenAI", @@ -49457,13 +49483,13 @@ "decorators": [], "properties": [ { - "$id": "4139", + "$id": "4141", "kind": "property", "name": "model_name", "serializedName": "model_name", "doc": "The name of the model.", "type": { - "$id": "4140", + "$id": "4142", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49483,13 +49509,13 @@ "isHttpMetadata": false }, { - "$id": "4141", + "$id": "4143", "kind": "property", "name": "invocation_count", "serializedName": "invocation_count", "doc": "The number of invocations.", "type": { - "$id": "4142", + "$id": "4144", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49509,13 +49535,13 @@ "isHttpMetadata": false }, { - "$id": "4143", + "$id": "4145", "kind": "property", "name": "prompt_tokens", "serializedName": "prompt_tokens", "doc": "The number of prompt tokens used.", "type": { - "$id": "4144", + "$id": "4146", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49535,13 +49561,13 @@ "isHttpMetadata": false }, { - "$id": "4145", + "$id": "4147", "kind": "property", "name": "completion_tokens", "serializedName": "completion_tokens", "doc": "The number of completion tokens generated.", "type": { - "$id": "4146", + "$id": "4148", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49561,13 +49587,13 @@ "isHttpMetadata": false }, { - "$id": "4147", + "$id": "4149", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "The total number of tokens used.", "type": { - "$id": "4148", + "$id": "4150", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49587,13 +49613,13 @@ "isHttpMetadata": false }, { - "$id": "4149", + "$id": "4151", "kind": "property", "name": "cached_tokens", "serializedName": "cached_tokens", "doc": "The number of tokens retrieved from cache.", "type": { - "$id": "4150", + "$id": "4152", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49631,17 +49657,17 @@ "isHttpMetadata": false }, { - "$id": "4151", + "$id": "4153", "kind": "property", "name": "per_testing_criteria_results", "serializedName": "per_testing_criteria_results", "doc": "Results per testing criteria applied during the evaluation run.", "type": { - "$id": "4152", + "$id": "4154", "kind": "array", "name": "Array16", "valueType": { - "$id": "4153", + "$id": "4155", "kind": "model", "name": "EvalRunPerTestingCriteriaResult", "namespace": "OpenAI", @@ -49650,13 +49676,13 @@ "decorators": [], "properties": [ { - "$id": "4154", + "$id": "4156", "kind": "property", "name": "testing_criteria", "serializedName": "testing_criteria", "doc": "A description of the testing criteria.", "type": { - "$id": "4155", + "$id": "4157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49676,13 +49702,13 @@ "isHttpMetadata": false }, { - "$id": "4156", + "$id": "4158", "kind": "property", "name": "passed", "serializedName": "passed", "doc": "Number of tests passed for this criteria.", "type": { - "$id": "4157", + "$id": "4159", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49702,13 +49728,13 @@ "isHttpMetadata": false }, { - "$id": "4158", + "$id": "4160", "kind": "property", "name": "failed", "serializedName": "failed", "doc": "Number of tests failed for this criteria.", "type": { - "$id": "4159", + "$id": "4161", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -49746,13 +49772,13 @@ "isHttpMetadata": false }, { - "$id": "4160", + "$id": "4162", "kind": "property", "name": "data_source", "serializedName": "data_source", "doc": "Information about the run's data source.", "type": { - "$id": "4161", + "$id": "4163", "kind": "model", "name": "EvalRunDataSourceResource", "namespace": "OpenAI", @@ -49761,7 +49787,7 @@ "decorators": [], "properties": [ { - "$id": "4162", + "$id": "4164", "kind": "property", "name": "type", "serializedName": "type", @@ -49797,13 +49823,13 @@ "isHttpMetadata": false }, { - "$id": "4163", + "$id": "4165", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -49819,12 +49845,12 @@ "isHttpMetadata": false }, { - "$id": "4164", + "$id": "4166", "kind": "property", "name": "error", "serializedName": "error", "type": { - "$id": "4165", + "$id": "4167", "kind": "model", "name": "EvalApiError", "namespace": "OpenAI", @@ -49834,13 +49860,13 @@ "decorators": [], "properties": [ { - "$id": "4166", + "$id": "4168", "kind": "property", "name": "code", "serializedName": "code", "doc": "The error code.", "type": { - "$id": "4167", + "$id": "4169", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49860,13 +49886,13 @@ "isHttpMetadata": false }, { - "$id": "4168", + "$id": "4170", "kind": "property", "name": "message", "serializedName": "message", "doc": "The error message.", "type": { - "$id": "4169", + "$id": "4171", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49919,13 +49945,13 @@ "isHttpMetadata": false }, { - "$id": "4170", + "$id": "4172", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The identifier of the first eval run in the data array.", "type": { - "$id": "4171", + "$id": "4173", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49945,13 +49971,13 @@ "isHttpMetadata": false }, { - "$id": "4172", + "$id": "4174", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The identifier of the last eval run in the data array.", "type": { - "$id": "4173", + "$id": "4175", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -49971,13 +49997,13 @@ "isHttpMetadata": false }, { - "$id": "4174", + "$id": "4176", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Indicates whether there are more evals available.", "type": { - "$id": "4175", + "$id": "4177", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -49999,25 +50025,25 @@ ] }, { - "$ref": "4109" + "$ref": "4111" }, { - "$ref": "4127" + "$ref": "4129" }, { - "$ref": "4138" + "$ref": "4140" }, { - "$ref": "4153" + "$ref": "4155" }, { - "$ref": "4161" + "$ref": "4163" }, { - "$ref": "4165" + "$ref": "4167" }, { - "$id": "4176", + "$id": "4178", "kind": "model", "name": "CreateEvalRunRequest", "namespace": "OpenAI", @@ -50026,13 +50052,13 @@ "decorators": [], "properties": [ { - "$id": "4177", + "$id": "4179", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the run.", "type": { - "$id": "4178", + "$id": "4180", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -50052,13 +50078,13 @@ "isHttpMetadata": false }, { - "$id": "4179", + "$id": "4181", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -50074,13 +50100,13 @@ "isHttpMetadata": false }, { - "$id": "4180", + "$id": "4182", "kind": "property", "name": "data_source", "serializedName": "data_source", "doc": "Details about the run's data source.", "type": { - "$id": "4181", + "$id": "4183", "kind": "model", "name": "EvalRunDataSourceParams", "namespace": "OpenAI", @@ -50088,7 +50114,7 @@ "usage": "Input,Json", "decorators": [], "discriminatorProperty": { - "$id": "4182", + "$id": "4184", "kind": "property", "name": "type", "serializedName": "type", @@ -50110,12 +50136,12 @@ }, "properties": [ { - "$ref": "4182" + "$ref": "4184" } ], "discriminatedSubtypes": { "jsonl": { - "$id": "4183", + "$id": "4185", "kind": "model", "name": "EvalJsonlRunDataSourceParams", "namespace": "OpenAI", @@ -50125,17 +50151,17 @@ "discriminatorValue": "jsonl", "decorators": [], "baseModel": { - "$ref": "4181" + "$ref": "4183" }, "properties": [ { - "$id": "4184", + "$id": "4186", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of data source. Always `jsonl`.", "type": { - "$id": "4185", + "$id": "4187", "kind": "enumvalue", "name": "jsonl", "value": "jsonl", @@ -50143,14 +50169,14 @@ "$ref": "393" }, "enumType": { - "$id": "4186", + "$id": "4188", "kind": "enum", "decorators": [], "name": "EvalRunDataSourceType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4187", + "$id": "4189", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -50159,42 +50185,42 @@ }, "values": [ { - "$id": "4188", + "$id": "4190", "kind": "enumvalue", "decorators": [], "name": "jsonl", "value": "jsonl", "valueType": { - "$ref": "4187" + "$ref": "4189" }, "enumType": { - "$ref": "4186" + "$ref": "4188" } }, { - "$id": "4189", + "$id": "4191", "kind": "enumvalue", "decorators": [], "name": "completions", "value": "completions", "valueType": { - "$ref": "4187" + "$ref": "4189" }, "enumType": { - "$ref": "4186" + "$ref": "4188" } }, { - "$id": "4190", + "$id": "4192", "kind": "enumvalue", "decorators": [], "name": "responses", "value": "responses", "valueType": { - "$ref": "4187" + "$ref": "4189" }, "enumType": { - "$ref": "4186" + "$ref": "4188" } } ], @@ -50223,18 +50249,18 @@ "isHttpMetadata": false }, { - "$id": "4191", + "$id": "4193", "kind": "property", "name": "source", "serializedName": "source", "doc": "Determines what populates the `item` namespace in the data source.", "type": { - "$id": "4192", + "$id": "4194", "kind": "union", "name": "EvalJsonlRunDataSourceParamsSource", "variantTypes": [ { - "$id": "4193", + "$id": "4195", "kind": "model", "name": "EvalRunFileContentDataContentSource", "namespace": "OpenAI", @@ -50243,7 +50269,7 @@ "discriminatorValue": "file_content", "decorators": [], "baseModel": { - "$id": "4194", + "$id": "4196", "kind": "model", "name": "EvalRunDataContentSource", "namespace": "OpenAI", @@ -50251,7 +50277,7 @@ "usage": "Input,Json", "decorators": [], "discriminatorProperty": { - "$id": "4195", + "$id": "4197", "kind": "property", "name": "type", "serializedName": "type", @@ -50273,15 +50299,15 @@ }, "properties": [ { - "$ref": "4195" + "$ref": "4197" } ], "discriminatedSubtypes": { "file_content": { - "$ref": "4193" + "$ref": "4195" }, "file_id": { - "$id": "4196", + "$id": "4198", "kind": "model", "name": "EvalRunFileIdDataContentSource", "namespace": "OpenAI", @@ -50290,17 +50316,17 @@ "discriminatorValue": "file_id", "decorators": [], "baseModel": { - "$ref": "4194" + "$ref": "4196" }, "properties": [ { - "$id": "4197", + "$id": "4199", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of jsonl source. Always `file_id`.", "type": { - "$id": "4198", + "$id": "4200", "kind": "enumvalue", "name": "file_id", "value": "file_id", @@ -50308,14 +50334,14 @@ "$ref": "398" }, "enumType": { - "$id": "4199", + "$id": "4201", "kind": "enum", "decorators": [], "name": "EvalRunDataContentSourceType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4200", + "$id": "4202", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -50324,55 +50350,55 @@ }, "values": [ { - "$id": "4201", + "$id": "4203", "kind": "enumvalue", "decorators": [], "name": "file_id", "value": "file_id", "valueType": { - "$ref": "4200" + "$ref": "4202" }, "enumType": { - "$ref": "4199" + "$ref": "4201" } }, { - "$id": "4202", + "$id": "4204", "kind": "enumvalue", "decorators": [], "name": "file_content", "value": "file_content", "valueType": { - "$ref": "4200" + "$ref": "4202" }, "enumType": { - "$ref": "4199" + "$ref": "4201" } }, { - "$id": "4203", + "$id": "4205", "kind": "enumvalue", "decorators": [], "name": "stored_completions", "value": "stored_completions", "valueType": { - "$ref": "4200" + "$ref": "4202" }, "enumType": { - "$ref": "4199" + "$ref": "4201" } }, { - "$id": "4204", + "$id": "4206", "kind": "enumvalue", "decorators": [], "name": "responses", "value": "responses", "valueType": { - "$ref": "4200" + "$ref": "4202" }, "enumType": { - "$ref": "4199" + "$ref": "4201" } } ], @@ -50401,13 +50427,13 @@ "isHttpMetadata": false }, { - "$id": "4205", + "$id": "4207", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier of the file.", "type": { - "$id": "4206", + "$id": "4208", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -50429,7 +50455,7 @@ ] }, "stored_completions": { - "$id": "4207", + "$id": "4209", "kind": "model", "name": "EvalRunStoredCompletionsDataContentSource", "namespace": "OpenAI", @@ -50439,17 +50465,17 @@ "discriminatorValue": "stored_completions", "decorators": [], "baseModel": { - "$ref": "4194" + "$ref": "4196" }, "properties": [ { - "$id": "4208", + "$id": "4210", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of source. Always `stored_completions`.", "type": { - "$id": "4209", + "$id": "4211", "kind": "enumvalue", "name": "stored_completions", "value": "stored_completions", @@ -50457,7 +50483,7 @@ "$ref": "398" }, "enumType": { - "$ref": "4199" + "$ref": "4201" }, "decorators": [] }, @@ -50475,13 +50501,13 @@ "isHttpMetadata": false }, { - "$id": "4210", + "$id": "4212", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -50497,16 +50523,16 @@ "isHttpMetadata": false }, { - "$id": "4211", + "$id": "4213", "kind": "property", "name": "model", "serializedName": "model", "doc": "An optional model to filter by (e.g., 'gpt-4o').", "type": { - "$id": "4212", + "$id": "4214", "kind": "nullable", "type": { - "$id": "4213", + "$id": "4215", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -50528,16 +50554,16 @@ "isHttpMetadata": false }, { - "$id": "4214", + "$id": "4216", "kind": "property", "name": "created_after", "serializedName": "created_after", "doc": "An optional Unix timestamp to filter items created after this time.", "type": { - "$id": "4215", + "$id": "4217", "kind": "nullable", "type": { - "$id": "4216", + "$id": "4218", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -50559,16 +50585,16 @@ "isHttpMetadata": false }, { - "$id": "4217", + "$id": "4219", "kind": "property", "name": "created_before", "serializedName": "created_before", "doc": "An optional Unix timestamp to filter items created before this time.", "type": { - "$id": "4218", + "$id": "4220", "kind": "nullable", "type": { - "$id": "4219", + "$id": "4221", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -50590,16 +50616,16 @@ "isHttpMetadata": false }, { - "$id": "4220", + "$id": "4222", "kind": "property", "name": "limit", "serializedName": "limit", "doc": "An optional maximum number of items to return.", "type": { - "$id": "4221", + "$id": "4223", "kind": "nullable", "type": { - "$id": "4222", + "$id": "4224", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -50623,7 +50649,7 @@ ] }, "responses": { - "$id": "4223", + "$id": "4225", "kind": "model", "name": "EvalRunResponsesDataContentSource", "namespace": "OpenAI", @@ -50633,17 +50659,17 @@ "discriminatorValue": "responses", "decorators": [], "baseModel": { - "$ref": "4194" + "$ref": "4196" }, "properties": [ { - "$id": "4224", + "$id": "4226", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of run data source. Always `responses`.", "type": { - "$id": "4225", + "$id": "4227", "kind": "enumvalue", "name": "responses", "value": "responses", @@ -50651,7 +50677,7 @@ "$ref": "398" }, "enumType": { - "$ref": "4199" + "$ref": "4201" }, "decorators": [] }, @@ -50669,13 +50695,13 @@ "isHttpMetadata": false }, { - "$id": "4226", + "$id": "4228", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -50691,16 +50717,16 @@ "isHttpMetadata": false }, { - "$id": "4227", + "$id": "4229", "kind": "property", "name": "model", "serializedName": "model", "doc": "The name of the model to find responses for. This is a query parameter used to select responses.", "type": { - "$id": "4228", + "$id": "4230", "kind": "nullable", "type": { - "$id": "4229", + "$id": "4231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -50722,16 +50748,16 @@ "isHttpMetadata": false }, { - "$id": "4230", + "$id": "4232", "kind": "property", "name": "instructions_search", "serializedName": "instructions_search", "doc": "Optional string to search the 'instructions' field. This is a query parameter used to select responses.", "type": { - "$id": "4231", + "$id": "4233", "kind": "nullable", "type": { - "$id": "4232", + "$id": "4234", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -50753,16 +50779,16 @@ "isHttpMetadata": false }, { - "$id": "4233", + "$id": "4235", "kind": "property", "name": "created_after", "serializedName": "created_after", "doc": "Only include items created after this timestamp (inclusive). This is a query parameter used to select responses.", "type": { - "$id": "4234", + "$id": "4236", "kind": "nullable", "type": { - "$id": "4235", + "$id": "4237", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -50784,16 +50810,16 @@ "isHttpMetadata": false }, { - "$id": "4236", + "$id": "4238", "kind": "property", "name": "created_before", "serializedName": "created_before", "doc": "Only include items created before this timestamp (inclusive). This is a query parameter used to select responses.", "type": { - "$id": "4237", + "$id": "4239", "kind": "nullable", "type": { - "$id": "4238", + "$id": "4240", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -50815,13 +50841,13 @@ "isHttpMetadata": false }, { - "$id": "4239", + "$id": "4241", "kind": "property", "name": "reasoning_effort", "serializedName": "reasoning_effort", "doc": "Optional reasoning effort parameter. This is a query parameter used to select responses.", "type": { - "$id": "4240", + "$id": "4242", "kind": "nullable", "type": { "$ref": "53" @@ -50842,16 +50868,16 @@ "isHttpMetadata": false }, { - "$id": "4241", + "$id": "4243", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "Sampling temperature. This is a query parameter used to select responses.", "type": { - "$id": "4242", + "$id": "4244", "kind": "nullable", "type": { - "$id": "4243", + "$id": "4245", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -50873,16 +50899,16 @@ "isHttpMetadata": false }, { - "$id": "4244", + "$id": "4246", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "Nucleus sampling parameter. This is a query parameter used to select responses.", "type": { - "$id": "4245", + "$id": "4247", "kind": "nullable", "type": { - "$id": "4246", + "$id": "4248", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -50904,16 +50930,16 @@ "isHttpMetadata": false }, { - "$id": "4247", + "$id": "4249", "kind": "property", "name": "users", "serializedName": "users", "doc": "List of user identifiers. This is a query parameter used to select responses.", "type": { - "$id": "4248", + "$id": "4250", "kind": "nullable", "type": { - "$ref": "2435" + "$ref": "2437" }, "namespace": "OpenAI" }, @@ -50931,16 +50957,16 @@ "isHttpMetadata": false }, { - "$id": "4249", + "$id": "4251", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "List of tool names. This is a query parameter used to select responses.", "type": { - "$id": "4250", + "$id": "4252", "kind": "nullable", "type": { - "$ref": "2435" + "$ref": "2437" }, "namespace": "OpenAI" }, @@ -50963,13 +50989,13 @@ }, "properties": [ { - "$id": "4251", + "$id": "4253", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of jsonl source. Always `file_content`.", "type": { - "$id": "4252", + "$id": "4254", "kind": "enumvalue", "name": "file_content", "value": "file_content", @@ -50977,7 +51003,7 @@ "$ref": "398" }, "enumType": { - "$ref": "4199" + "$ref": "4201" }, "decorators": [] }, @@ -50995,17 +51021,17 @@ "isHttpMetadata": false }, { - "$id": "4253", + "$id": "4255", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the jsonl file.", "type": { - "$id": "4254", + "$id": "4256", "kind": "array", "name": "Array17", "valueType": { - "$id": "4255", + "$id": "4257", "kind": "model", "name": "EvalRunFileContentDataContentSourceContent", "namespace": "OpenAI", @@ -51014,12 +51040,12 @@ "decorators": [], "properties": [ { - "$id": "4256", + "$id": "4258", "kind": "property", "name": "item", "serializedName": "item", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": false, "readOnly": false, @@ -51035,12 +51061,12 @@ "isHttpMetadata": false }, { - "$id": "4257", + "$id": "4259", "kind": "property", "name": "sample", "serializedName": "sample", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": true, "readOnly": false, @@ -51076,7 +51102,7 @@ ] }, { - "$ref": "4196" + "$ref": "4198" } ], "namespace": "OpenAI", @@ -51098,7 +51124,7 @@ ] }, "completions": { - "$id": "4258", + "$id": "4260", "kind": "model", "name": "EvalCompletionsRunDataSourceParams", "namespace": "OpenAI", @@ -51108,17 +51134,17 @@ "discriminatorValue": "completions", "decorators": [], "baseModel": { - "$ref": "4181" + "$ref": "4183" }, "properties": [ { - "$id": "4259", + "$id": "4261", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of run data source. Always `completions`.", "type": { - "$id": "4260", + "$id": "4262", "kind": "enumvalue", "name": "completions", "value": "completions", @@ -51126,7 +51152,7 @@ "$ref": "393" }, "enumType": { - "$ref": "4186" + "$ref": "4188" }, "decorators": [] }, @@ -51144,18 +51170,18 @@ "isHttpMetadata": false }, { - "$id": "4261", + "$id": "4263", "kind": "property", "name": "input_messages", "serializedName": "input_messages", "doc": "Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, `item.input_trajectory`), or a template with variable references to the `item` namespace.", "type": { - "$id": "4262", + "$id": "4264", "kind": "union", "name": "EvalCompletionsRunDataSourceParamsInputMessages", "variantTypes": [ { - "$id": "4263", + "$id": "4265", "kind": "model", "name": "EvalCompletionsRunDataSourceParamsInputMessages1", "namespace": "OpenAI", @@ -51164,13 +51190,13 @@ "decorators": [], "properties": [ { - "$id": "4264", + "$id": "4266", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of input messages. Always `template`.", "type": { - "$ref": "1647" + "$ref": "1649" }, "optional": false, "readOnly": false, @@ -51186,29 +51212,29 @@ "isHttpMetadata": false }, { - "$id": "4265", + "$id": "4267", "kind": "property", "name": "template", "serializedName": "template", "doc": "A list of chat messages forming the prompt or context. May include variable references to the `item` namespace, ie {{item.name}}.", "type": { - "$id": "4266", + "$id": "4268", "kind": "array", "name": "Array18", "valueType": { - "$id": "4267", + "$id": "4269", "kind": "union", "name": "EvalCompletionsRunDataSourceParamsInputMessagesTemplate", "variantTypes": [ { - "$id": "4268", + "$id": "4270", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", "decorators": [] }, { - "$ref": "3630" + "$ref": "3632" } ], "namespace": "OpenAI", @@ -51233,7 +51259,7 @@ ] }, { - "$id": "4269", + "$id": "4271", "kind": "model", "name": "EvalCompletionsRunDataSourceParamsInputMessages2", "namespace": "OpenAI", @@ -51242,13 +51268,13 @@ "decorators": [], "properties": [ { - "$id": "4270", + "$id": "4272", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of input messages. Always `item_reference`.", "type": { - "$ref": "1649" + "$ref": "1651" }, "optional": false, "readOnly": false, @@ -51264,13 +51290,13 @@ "isHttpMetadata": false }, { - "$id": "4271", + "$id": "4273", "kind": "property", "name": "item_reference", "serializedName": "item_reference", "doc": "A reference to a variable in the `item` namespace. Ie, \"item.input_trajectory\"", "type": { - "$id": "4272", + "$id": "4274", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -51309,12 +51335,12 @@ "isHttpMetadata": false }, { - "$id": "4273", + "$id": "4275", "kind": "property", "name": "sampling_params", "serializedName": "sampling_params", "type": { - "$id": "4274", + "$id": "4276", "kind": "model", "name": "EvalCompletionsRunDataSourceParamsSamplingParams", "namespace": "OpenAI", @@ -51323,13 +51349,13 @@ "decorators": [], "properties": [ { - "$id": "4275", + "$id": "4277", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "A higher temperature increases randomness in the outputs.", "type": { - "$id": "4276", + "$id": "4278", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -51349,13 +51375,13 @@ "isHttpMetadata": false }, { - "$id": "4277", + "$id": "4279", "kind": "property", "name": "max_completion_tokens", "serializedName": "max_completion_tokens", "doc": "The maximum number of tokens in the generated output.", "type": { - "$id": "4278", + "$id": "4280", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -51375,13 +51401,13 @@ "isHttpMetadata": false }, { - "$id": "4279", + "$id": "4281", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to temperature for nucleus sampling; 1.0 includes all tokens.", "type": { - "$id": "4280", + "$id": "4282", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -51401,13 +51427,13 @@ "isHttpMetadata": false }, { - "$id": "4281", + "$id": "4283", "kind": "property", "name": "seed", "serializedName": "seed", "doc": "A seed value to initialize the randomness, during sampling.", "type": { - "$id": "4282", + "$id": "4284", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -51427,13 +51453,13 @@ "isHttpMetadata": false }, { - "$id": "4283", + "$id": "4285", "kind": "property", "name": "response_format", "serializedName": "response_format", "doc": "An object specifying the format that the model must output.\n\nSetting to `{ \"type\": \"json_schema\", \"json_schema\": {...} }` enables\nStructured Outputs which ensures the model will match your supplied JSON\nschema. Learn more in the [Structured Outputs\nguide](/docs/guides/structured-outputs).\n\nSetting to `{ \"type\": \"json_object\" }` enables the older JSON mode, which\nensures the message the model generates is valid JSON. Using `json_schema`\nis preferred for models that support it.", "type": { - "$id": "4284", + "$id": "4286", "kind": "model", "name": "ResponseTextFormatConfiguration", "namespace": "OpenAI", @@ -51446,7 +51472,7 @@ } ], "discriminatorProperty": { - "$id": "4285", + "$id": "4287", "kind": "property", "name": "type", "serializedName": "type", @@ -51468,12 +51494,12 @@ }, "properties": [ { - "$ref": "4285" + "$ref": "4287" } ], "discriminatedSubtypes": { "text": { - "$id": "4286", + "$id": "4288", "kind": "model", "name": "ResponseTextFormatConfigurationText", "namespace": "OpenAI", @@ -51487,16 +51513,16 @@ } ], "baseModel": { - "$ref": "4284" + "$ref": "4286" }, "properties": [ { - "$id": "4287", + "$id": "4289", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4288", + "$id": "4290", "kind": "enumvalue", "name": "text", "value": "text", @@ -51504,7 +51530,7 @@ "$ref": "404" }, "enumType": { - "$id": "4289", + "$id": "4291", "kind": "enum", "decorators": [], "doc": "An object specifying the format that the model must output.\n\nConfiguring `{ \"type\": \"json_schema\" }` enables Structured Outputs,\nwhich ensures the model will match your supplied JSON schema. Learn more in the\n[Structured Outputs guide](/docs/guides/structured-outputs).\n\nThe default format is `{ \"type\": \"text\" }` with no additional options.\n\n**Not recommended for gpt-4o and newer models:**\n\nSetting to `{ \"type\": \"json_object\" }` enables the older JSON mode, which\nensures the message the model generates is valid JSON. Using `json_schema`\nis preferred for models that support it.", @@ -51512,7 +51538,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4290", + "$id": "4292", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -51521,42 +51547,42 @@ }, "values": [ { - "$id": "4291", + "$id": "4293", "kind": "enumvalue", "decorators": [], "name": "text", "value": "text", "valueType": { - "$ref": "4290" + "$ref": "4292" }, "enumType": { - "$ref": "4289" + "$ref": "4291" } }, { - "$id": "4292", + "$id": "4294", "kind": "enumvalue", "decorators": [], "name": "json_schema", "value": "json_schema", "valueType": { - "$ref": "4290" + "$ref": "4292" }, "enumType": { - "$ref": "4289" + "$ref": "4291" } }, { - "$id": "4293", + "$id": "4295", "kind": "enumvalue", "decorators": [], "name": "json_object", "value": "json_object", "valueType": { - "$ref": "4290" + "$ref": "4292" }, "enumType": { - "$ref": "4289" + "$ref": "4291" } } ], @@ -51587,7 +51613,7 @@ ] }, "json_object": { - "$id": "4294", + "$id": "4296", "kind": "model", "name": "ResponseTextFormatConfigurationJsonObject", "namespace": "OpenAI", @@ -51601,16 +51627,16 @@ } ], "baseModel": { - "$ref": "4284" + "$ref": "4286" }, "properties": [ { - "$id": "4295", + "$id": "4297", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4296", + "$id": "4298", "kind": "enumvalue", "name": "json_object", "value": "json_object", @@ -51618,7 +51644,7 @@ "$ref": "404" }, "enumType": { - "$ref": "4289" + "$ref": "4291" }, "decorators": [] }, @@ -51638,7 +51664,7 @@ ] }, "json_schema": { - "$id": "4297", + "$id": "4299", "kind": "model", "name": "ResponseTextFormatConfigurationJsonSchema", "namespace": "OpenAI", @@ -51653,17 +51679,17 @@ } ], "baseModel": { - "$ref": "4284" + "$ref": "4286" }, "properties": [ { - "$id": "4298", + "$id": "4300", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of response format being defined. Always `json_schema`.", "type": { - "$id": "4299", + "$id": "4301", "kind": "enumvalue", "name": "json_schema", "value": "json_schema", @@ -51671,7 +51697,7 @@ "$ref": "404" }, "enumType": { - "$ref": "4289" + "$ref": "4291" }, "decorators": [] }, @@ -51689,13 +51715,13 @@ "isHttpMetadata": false }, { - "$id": "4300", + "$id": "4302", "kind": "property", "name": "description", "serializedName": "description", "doc": "A description of what the response format is for, used by the model to\ndetermine how to respond in the format.", "type": { - "$id": "4301", + "$id": "4303", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -51715,13 +51741,13 @@ "isHttpMetadata": false }, { - "$id": "4302", + "$id": "4304", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the response format. Must be a-z, A-Z, 0-9, or contain\nunderscores and dashes, with a maximum length of 64.", "type": { - "$id": "4303", + "$id": "4305", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -51741,12 +51767,12 @@ "isHttpMetadata": false }, { - "$id": "4304", + "$id": "4306", "kind": "property", "name": "schema", "serializedName": "schema", "type": { - "$ref": "2475" + "$ref": "2477" }, "optional": false, "readOnly": false, @@ -51762,16 +51788,16 @@ "isHttpMetadata": false }, { - "$id": "4305", + "$id": "4307", "kind": "property", "name": "strict", "serializedName": "strict", "doc": "Whether to enable strict schema adherence when generating the output.\nIf set to true, the model will always follow the exact schema defined\nin the `schema` field. Only a subset of JSON Schema is supported when\n`strict` is `true`. To learn more, read the [Structured Outputs\nguide](/docs/guides/structured-outputs).", "type": { - "$id": "4306", + "$id": "4308", "kind": "nullable", "type": { - "$id": "4307", + "$id": "4309", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -51810,13 +51836,13 @@ "isHttpMetadata": false }, { - "$id": "4308", + "$id": "4310", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "A list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. A max of 128 functions are supported.", "type": { - "$ref": "3198" + "$ref": "3200" }, "optional": true, "readOnly": false, @@ -51847,13 +51873,13 @@ "isHttpMetadata": false }, { - "$id": "4309", + "$id": "4311", "kind": "property", "name": "model", "serializedName": "model", "doc": "The name of the model to use for generating completions (e.g. \"o3-mini\").", "type": { - "$id": "4310", + "$id": "4312", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -51873,24 +51899,24 @@ "isHttpMetadata": false }, { - "$id": "4311", + "$id": "4313", "kind": "property", "name": "source", "serializedName": "source", "doc": "Determines what populates the `item` namespace in this run's data source.", "type": { - "$id": "4312", + "$id": "4314", "kind": "union", "name": "EvalCompletionsRunDataSourceParamsSource", "variantTypes": [ { - "$ref": "4193" + "$ref": "4195" }, { - "$ref": "4196" + "$ref": "4198" }, { - "$ref": "4207" + "$ref": "4209" } ], "namespace": "OpenAI", @@ -51912,7 +51938,7 @@ ] }, "responses": { - "$id": "4313", + "$id": "4315", "kind": "model", "name": "EvalResponsesRunDataSourceParams", "namespace": "OpenAI", @@ -51922,17 +51948,17 @@ "discriminatorValue": "responses", "decorators": [], "baseModel": { - "$ref": "4181" + "$ref": "4183" }, "properties": [ { - "$id": "4314", + "$id": "4316", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of run data source. Always `responses`.", "type": { - "$id": "4315", + "$id": "4317", "kind": "enumvalue", "name": "responses", "value": "responses", @@ -51940,7 +51966,7 @@ "$ref": "393" }, "enumType": { - "$ref": "4186" + "$ref": "4188" }, "decorators": [] }, @@ -51958,18 +51984,18 @@ "isHttpMetadata": false }, { - "$id": "4316", + "$id": "4318", "kind": "property", "name": "input_messages", "serializedName": "input_messages", "doc": "Used when sampling from a model. Dictates the structure of the messages passed into the model. Can either be a reference to a prebuilt trajectory (ie, `item.input_trajectory`), or a template with variable references to the `item` namespace.", "type": { - "$id": "4317", + "$id": "4319", "kind": "union", "name": "EvalResponsesRunDataSourceParamsInputMessages", "variantTypes": [ { - "$id": "4318", + "$id": "4320", "kind": "model", "name": "EvalResponsesRunDataSourceParamsInputMessages1", "namespace": "OpenAI", @@ -51978,13 +52004,13 @@ "decorators": [], "properties": [ { - "$id": "4319", + "$id": "4321", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of input messages. Always `template`.", "type": { - "$ref": "1651" + "$ref": "1653" }, "optional": false, "readOnly": false, @@ -52000,22 +52026,22 @@ "isHttpMetadata": false }, { - "$id": "4320", + "$id": "4322", "kind": "property", "name": "template", "serializedName": "template", "doc": "A list of chat messages forming the prompt or context. May include variable references to the `item` namespace, ie {{item.name}}.", "type": { - "$id": "4321", + "$id": "4323", "kind": "array", "name": "Array19", "valueType": { - "$id": "4322", + "$id": "4324", "kind": "union", "name": "EvalResponsesRunDataSourceParamsInputMessagesTemplate", "variantTypes": [ { - "$id": "4323", + "$id": "4325", "kind": "model", "name": "EvalResponsesRunDataSourceParamsInputMessagesTemplate1", "namespace": "OpenAI", @@ -52024,13 +52050,13 @@ "decorators": [], "properties": [ { - "$id": "4324", + "$id": "4326", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message (e.g. \"system\", \"assistant\", \"user\").", "type": { - "$id": "4325", + "$id": "4327", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -52050,13 +52076,13 @@ "isHttpMetadata": false }, { - "$id": "4326", + "$id": "4328", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the message.", "type": { - "$id": "4327", + "$id": "4329", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -52078,7 +52104,7 @@ ] }, { - "$ref": "3630" + "$ref": "3632" } ], "namespace": "OpenAI", @@ -52103,7 +52129,7 @@ ] }, { - "$id": "4328", + "$id": "4330", "kind": "model", "name": "EvalResponsesRunDataSourceParamsInputMessages2", "namespace": "OpenAI", @@ -52112,13 +52138,13 @@ "decorators": [], "properties": [ { - "$id": "4329", + "$id": "4331", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of input messages. Always `item_reference`.", "type": { - "$ref": "1653" + "$ref": "1655" }, "optional": false, "readOnly": false, @@ -52134,13 +52160,13 @@ "isHttpMetadata": false }, { - "$id": "4330", + "$id": "4332", "kind": "property", "name": "item_reference", "serializedName": "item_reference", "doc": "A reference to a variable in the `item` namespace. Ie, \"item.name\"", "type": { - "$id": "4331", + "$id": "4333", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -52179,12 +52205,12 @@ "isHttpMetadata": false }, { - "$id": "4332", + "$id": "4334", "kind": "property", "name": "sampling_params", "serializedName": "sampling_params", "type": { - "$id": "4333", + "$id": "4335", "kind": "model", "name": "EvalResponsesRunDataSourceParamsSamplingParams", "namespace": "OpenAI", @@ -52193,13 +52219,13 @@ "decorators": [], "properties": [ { - "$id": "4334", + "$id": "4336", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "A higher temperature increases randomness in the outputs.", "type": { - "$id": "4335", + "$id": "4337", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -52219,13 +52245,13 @@ "isHttpMetadata": false }, { - "$id": "4336", + "$id": "4338", "kind": "property", "name": "max_completion_tokens", "serializedName": "max_completion_tokens", "doc": "The maximum number of tokens in the generated output.", "type": { - "$id": "4337", + "$id": "4339", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -52245,13 +52271,13 @@ "isHttpMetadata": false }, { - "$id": "4338", + "$id": "4340", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to temperature for nucleus sampling; 1.0 includes all tokens.", "type": { - "$id": "4339", + "$id": "4341", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -52271,13 +52297,13 @@ "isHttpMetadata": false }, { - "$id": "4340", + "$id": "4342", "kind": "property", "name": "seed", "serializedName": "seed", "doc": "A seed value to initialize the randomness, during sampling.", "type": { - "$id": "4341", + "$id": "4343", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -52297,17 +52323,17 @@ "isHttpMetadata": false }, { - "$id": "4342", + "$id": "4344", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "An array of tools the model may call while generating a response. You\ncan specify which tool to use by setting the `tool_choice` parameter.\n\nThe two categories of tools you can provide the model are:\n\n- **Built-in tools**: Tools that are provided by OpenAI that extend the\n model's capabilities, like [web search](/docs/guides/tools-web-search)\n or [file search](/docs/guides/tools-file-search). Learn more about\n [built-in tools](/docs/guides/tools).\n- **Function calls (custom tools)**: Functions that are defined by you,\n enabling the model to call your own code. Learn more about\n [function calling](/docs/guides/function-calling).", "type": { - "$id": "4343", + "$id": "4345", "kind": "array", "name": "ArrayTool", "valueType": { - "$id": "4344", + "$id": "4346", "kind": "model", "name": "Tool", "namespace": "OpenAI", @@ -52320,7 +52346,7 @@ } ], "discriminatorProperty": { - "$id": "4345", + "$id": "4347", "kind": "property", "name": "type", "serializedName": "type", @@ -52342,12 +52368,12 @@ }, "properties": [ { - "$ref": "4345" + "$ref": "4347" } ], "discriminatedSubtypes": { "function": { - "$id": "4346", + "$id": "4348", "kind": "model", "name": "FunctionTool", "namespace": "OpenAI", @@ -52362,17 +52388,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4347", + "$id": "4349", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the function tool. Always `function`.", "type": { - "$id": "4348", + "$id": "4350", "kind": "enumvalue", "name": "function", "value": "function", @@ -52380,7 +52406,7 @@ "$ref": "409" }, "enumType": { - "$id": "4349", + "$id": "4351", "kind": "enum", "decorators": [], "doc": "A tool that can be used to generate a response.", @@ -52388,7 +52414,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4350", + "$id": "4352", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -52397,107 +52423,107 @@ }, "values": [ { - "$id": "4351", + "$id": "4353", "kind": "enumvalue", "decorators": [], "name": "file_search", "value": "file_search", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } }, { - "$id": "4352", + "$id": "4354", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } }, { - "$id": "4353", + "$id": "4355", "kind": "enumvalue", "decorators": [], "name": "computer_use_preview", "value": "computer_use_preview", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } }, { - "$id": "4354", + "$id": "4356", "kind": "enumvalue", "decorators": [], "name": "web_search_preview", "value": "web_search_preview", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } }, { - "$id": "4355", + "$id": "4357", "kind": "enumvalue", "decorators": [], "name": "mcp", "value": "mcp", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } }, { - "$id": "4356", + "$id": "4358", "kind": "enumvalue", "decorators": [], "name": "code_interpreter", "value": "code_interpreter", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } }, { - "$id": "4357", + "$id": "4359", "kind": "enumvalue", "decorators": [], "name": "image_generation", "value": "image_generation", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } }, { - "$id": "4358", + "$id": "4360", "kind": "enumvalue", "decorators": [], "name": "local_shell", "value": "local_shell", "valueType": { - "$ref": "4350" + "$ref": "4352" }, "enumType": { - "$ref": "4349" + "$ref": "4351" } } ], @@ -52526,13 +52552,13 @@ "isHttpMetadata": false }, { - "$id": "4359", + "$id": "4361", "kind": "property", "name": "FunctionName", "serializedName": "name", "doc": "The name of the function to call.", "type": { - "$id": "4360", + "$id": "4362", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -52552,16 +52578,16 @@ "isHttpMetadata": false }, { - "$id": "4361", + "$id": "4363", "kind": "property", "name": "FunctionDescription", "serializedName": "description", "doc": "A description of the function. Used by the model to determine whether or not to call the function.", "type": { - "$id": "4362", + "$id": "4364", "kind": "nullable", "type": { - "$id": "4363", + "$id": "4365", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -52583,16 +52609,16 @@ "isHttpMetadata": false }, { - "$id": "4364", + "$id": "4366", "kind": "property", "name": "FunctionParameters", "serializedName": "parameters", "doc": "A JSON schema object describing the parameters of the function.", "type": { - "$id": "4365", + "$id": "4367", "kind": "nullable", "type": { - "$id": "4366", + "$id": "4368", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -52614,16 +52640,16 @@ "isHttpMetadata": false }, { - "$id": "4367", + "$id": "4369", "kind": "property", "name": "StrictModeEnabled", "serializedName": "strict", "doc": "Whether to enforce strict parameter validation. Default `true`.", "type": { - "$id": "4368", + "$id": "4370", "kind": "nullable", "type": { - "$id": "4369", + "$id": "4371", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -52647,7 +52673,7 @@ ] }, "file_search": { - "$id": "4370", + "$id": "4372", "kind": "model", "name": "FileSearchTool", "namespace": "OpenAI", @@ -52662,17 +52688,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4371", + "$id": "4373", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the file search tool. Always `file_search`.", "type": { - "$id": "4372", + "$id": "4374", "kind": "enumvalue", "name": "file_search", "value": "file_search", @@ -52680,7 +52706,7 @@ "$ref": "409" }, "enumType": { - "$ref": "4349" + "$ref": "4351" }, "decorators": [] }, @@ -52698,13 +52724,13 @@ "isHttpMetadata": false }, { - "$id": "4373", + "$id": "4375", "kind": "property", "name": "vector_store_ids", "serializedName": "vector_store_ids", "doc": "The IDs of the vector stores to search.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -52720,13 +52746,13 @@ "isHttpMetadata": false }, { - "$id": "4374", + "$id": "4376", "kind": "property", "name": "MaxResultCount", "serializedName": "max_num_results", "doc": "The maximum number of results to return. This number should be between 1 and 50 inclusive.", "type": { - "$id": "4375", + "$id": "4377", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -52746,13 +52772,13 @@ "isHttpMetadata": false }, { - "$id": "4376", + "$id": "4378", "kind": "property", "name": "ranking_options", "serializedName": "ranking_options", "doc": "Ranking options for search.", "type": { - "$id": "4377", + "$id": "4379", "kind": "model", "name": "RankingOptions", "namespace": "OpenAI", @@ -52766,7 +52792,7 @@ ], "properties": [ { - "$id": "4378", + "$id": "4380", "kind": "property", "name": "ranker", "serializedName": "ranker", @@ -52788,13 +52814,13 @@ "isHttpMetadata": false }, { - "$id": "4379", + "$id": "4381", "kind": "property", "name": "score_threshold", "serializedName": "score_threshold", "doc": "The score threshold for the file search, a number between 0 and 1. Numbers closer to 1 will attempt to return only the most relevant results, but may return fewer results.", "type": { - "$id": "4380", + "$id": "4382", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -52829,21 +52855,21 @@ "isHttpMetadata": false }, { - "$id": "4381", + "$id": "4383", "kind": "property", "name": "filters", "serializedName": "filters", "doc": "A filter to apply.", "type": { - "$id": "4382", + "$id": "4384", "kind": "nullable", "type": { - "$id": "4383", + "$id": "4385", "kind": "union", "name": "Filters", "variantTypes": [ { - "$id": "4384", + "$id": "4386", "kind": "model", "name": "ComparisonFilter", "namespace": "OpenAI", @@ -52856,7 +52882,7 @@ } ], "discriminatorProperty": { - "$id": "4385", + "$id": "4387", "kind": "property", "name": "type", "serializedName": "type", @@ -52878,15 +52904,15 @@ }, "properties": [ { - "$ref": "4385" + "$ref": "4387" }, { - "$id": "4386", + "$id": "4388", "kind": "property", "name": "key", "serializedName": "key", "type": { - "$id": "4387", + "$id": "4389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -52906,31 +52932,31 @@ "isHttpMetadata": false }, { - "$id": "4388", + "$id": "4390", "kind": "property", "name": "value", "serializedName": "value", "type": { - "$id": "4389", + "$id": "4391", "kind": "union", "name": "ComparisonFilterValue", "variantTypes": [ { - "$id": "4390", + "$id": "4392", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "4391", + "$id": "4393", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", "decorators": [] }, { - "$id": "4392", + "$id": "4394", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -52956,7 +52982,7 @@ ], "discriminatedSubtypes": { "eq": { - "$id": "4393", + "$id": "4395", "kind": "model", "name": "ComparisonFilterEquals", "namespace": "OpenAI", @@ -52970,16 +52996,16 @@ } ], "baseModel": { - "$ref": "4384" + "$ref": "4386" }, "properties": [ { - "$id": "4394", + "$id": "4396", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4395", + "$id": "4397", "kind": "enumvalue", "name": "eq", "value": "eq", @@ -52987,14 +53013,14 @@ "$ref": "423" }, "enumType": { - "$id": "4396", + "$id": "4398", "kind": "enum", "decorators": [], "name": "ComparisonFilterType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "4397", + "$id": "4399", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -53003,81 +53029,81 @@ }, "values": [ { - "$id": "4398", + "$id": "4400", "kind": "enumvalue", "decorators": [], "name": "eq", "value": "eq", "valueType": { - "$ref": "4397" + "$ref": "4399" }, "enumType": { - "$ref": "4396" + "$ref": "4398" } }, { - "$id": "4399", + "$id": "4401", "kind": "enumvalue", "decorators": [], "name": "ne", "value": "ne", "valueType": { - "$ref": "4397" + "$ref": "4399" }, "enumType": { - "$ref": "4396" + "$ref": "4398" } }, { - "$id": "4400", + "$id": "4402", "kind": "enumvalue", "decorators": [], "name": "gt", "value": "gt", "valueType": { - "$ref": "4397" + "$ref": "4399" }, "enumType": { - "$ref": "4396" + "$ref": "4398" } }, { - "$id": "4401", + "$id": "4403", "kind": "enumvalue", "decorators": [], "name": "gte", "value": "gte", "valueType": { - "$ref": "4397" + "$ref": "4399" }, "enumType": { - "$ref": "4396" + "$ref": "4398" } }, { - "$id": "4402", + "$id": "4404", "kind": "enumvalue", "decorators": [], "name": "lt", "value": "lt", "valueType": { - "$ref": "4397" + "$ref": "4399" }, "enumType": { - "$ref": "4396" + "$ref": "4398" } }, { - "$id": "4403", + "$id": "4405", "kind": "enumvalue", "decorators": [], "name": "lte", "value": "lte", "valueType": { - "$ref": "4397" + "$ref": "4399" }, "enumType": { - "$ref": "4396" + "$ref": "4398" } } ], @@ -53108,7 +53134,7 @@ ] }, "ne": { - "$id": "4404", + "$id": "4406", "kind": "model", "name": "ComparisonFilterNotEquals", "namespace": "OpenAI", @@ -53122,16 +53148,16 @@ } ], "baseModel": { - "$ref": "4384" + "$ref": "4386" }, "properties": [ { - "$id": "4405", + "$id": "4407", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4406", + "$id": "4408", "kind": "enumvalue", "name": "ne", "value": "ne", @@ -53139,7 +53165,7 @@ "$ref": "423" }, "enumType": { - "$ref": "4396" + "$ref": "4398" }, "decorators": [] }, @@ -53159,7 +53185,7 @@ ] }, "gt": { - "$id": "4407", + "$id": "4409", "kind": "model", "name": "ComparisonFilterGreaterThan", "namespace": "OpenAI", @@ -53173,16 +53199,16 @@ } ], "baseModel": { - "$ref": "4384" + "$ref": "4386" }, "properties": [ { - "$id": "4408", + "$id": "4410", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4409", + "$id": "4411", "kind": "enumvalue", "name": "gt", "value": "gt", @@ -53190,7 +53216,7 @@ "$ref": "423" }, "enumType": { - "$ref": "4396" + "$ref": "4398" }, "decorators": [] }, @@ -53210,7 +53236,7 @@ ] }, "gte": { - "$id": "4410", + "$id": "4412", "kind": "model", "name": "ComparisonFilterGreaterThanOrEquals", "namespace": "OpenAI", @@ -53224,16 +53250,16 @@ } ], "baseModel": { - "$ref": "4384" + "$ref": "4386" }, "properties": [ { - "$id": "4411", + "$id": "4413", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4412", + "$id": "4414", "kind": "enumvalue", "name": "gte", "value": "gte", @@ -53241,7 +53267,7 @@ "$ref": "423" }, "enumType": { - "$ref": "4396" + "$ref": "4398" }, "decorators": [] }, @@ -53261,7 +53287,7 @@ ] }, "lt": { - "$id": "4413", + "$id": "4415", "kind": "model", "name": "ComparisonFilterLessThan", "namespace": "OpenAI", @@ -53275,16 +53301,16 @@ } ], "baseModel": { - "$ref": "4384" + "$ref": "4386" }, "properties": [ { - "$id": "4414", + "$id": "4416", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4415", + "$id": "4417", "kind": "enumvalue", "name": "lt", "value": "lt", @@ -53292,7 +53318,7 @@ "$ref": "423" }, "enumType": { - "$ref": "4396" + "$ref": "4398" }, "decorators": [] }, @@ -53312,7 +53338,7 @@ ] }, "lte": { - "$id": "4416", + "$id": "4418", "kind": "model", "name": "ComparisonFilterLessThanOrEquals", "namespace": "OpenAI", @@ -53326,16 +53352,16 @@ } ], "baseModel": { - "$ref": "4384" + "$ref": "4386" }, "properties": [ { - "$id": "4417", + "$id": "4419", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4418", + "$id": "4420", "kind": "enumvalue", "name": "lte", "value": "lte", @@ -53343,7 +53369,7 @@ "$ref": "423" }, "enumType": { - "$ref": "4396" + "$ref": "4398" }, "decorators": [] }, @@ -53365,7 +53391,7 @@ } }, { - "$id": "4419", + "$id": "4421", "kind": "model", "name": "CompoundFilter", "namespace": "OpenAI", @@ -53378,7 +53404,7 @@ } ], "discriminatorProperty": { - "$id": "4420", + "$id": "4422", "kind": "property", "name": "type", "serializedName": "type", @@ -53400,27 +53426,27 @@ }, "properties": [ { - "$ref": "4420" + "$ref": "4422" }, { - "$id": "4421", + "$id": "4423", "kind": "property", "name": "filters", "serializedName": "filters", "type": { - "$id": "4422", + "$id": "4424", "kind": "array", "name": "Array20", "valueType": { - "$id": "4423", + "$id": "4425", "kind": "union", "name": "CompoundFilterFilter", "variantTypes": [ { - "$ref": "4384" + "$ref": "4386" }, { - "$ref": "4419" + "$ref": "4421" } ], "namespace": "OpenAI", @@ -53445,7 +53471,7 @@ ], "discriminatedSubtypes": { "and": { - "$id": "4424", + "$id": "4426", "kind": "model", "name": "CompoundFilterAnd", "namespace": "OpenAI", @@ -53459,16 +53485,16 @@ } ], "baseModel": { - "$ref": "4419" + "$ref": "4421" }, "properties": [ { - "$id": "4425", + "$id": "4427", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4426", + "$id": "4428", "kind": "enumvalue", "name": "and", "value": "and", @@ -53476,14 +53502,14 @@ "$ref": "431" }, "enumType": { - "$id": "4427", + "$id": "4429", "kind": "enum", "decorators": [], "name": "CompoundFilterType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "4428", + "$id": "4430", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -53492,29 +53518,29 @@ }, "values": [ { - "$id": "4429", + "$id": "4431", "kind": "enumvalue", "decorators": [], "name": "and", "value": "and", "valueType": { - "$ref": "4428" + "$ref": "4430" }, "enumType": { - "$ref": "4427" + "$ref": "4429" } }, { - "$id": "4430", + "$id": "4432", "kind": "enumvalue", "decorators": [], "name": "or", "value": "or", "valueType": { - "$ref": "4428" + "$ref": "4430" }, "enumType": { - "$ref": "4427" + "$ref": "4429" } } ], @@ -53545,7 +53571,7 @@ ] }, "or": { - "$id": "4431", + "$id": "4433", "kind": "model", "name": "CompoundFilterOr", "namespace": "OpenAI", @@ -53559,16 +53585,16 @@ } ], "baseModel": { - "$ref": "4419" + "$ref": "4421" }, "properties": [ { - "$id": "4432", + "$id": "4434", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4433", + "$id": "4435", "kind": "enumvalue", "name": "or", "value": "or", @@ -53576,7 +53602,7 @@ "$ref": "431" }, "enumType": { - "$ref": "4427" + "$ref": "4429" }, "decorators": [] }, @@ -53619,7 +53645,7 @@ ] }, "computer_use_preview": { - "$id": "4434", + "$id": "4436", "kind": "model", "name": "ComputerUsePreviewTool", "namespace": "OpenAI", @@ -53634,17 +53660,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4435", + "$id": "4437", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the computer use tool. Always `computer_use_preview`.", "type": { - "$id": "4436", + "$id": "4438", "kind": "enumvalue", "name": "computer_use_preview", "value": "computer_use_preview", @@ -53652,7 +53678,7 @@ "$ref": "409" }, "enumType": { - "$ref": "4349" + "$ref": "4351" }, "decorators": [] }, @@ -53670,7 +53696,7 @@ "isHttpMetadata": false }, { - "$id": "4437", + "$id": "4439", "kind": "property", "name": "environment", "serializedName": "environment", @@ -53692,13 +53718,13 @@ "isHttpMetadata": false }, { - "$id": "4438", + "$id": "4440", "kind": "property", "name": "display_width", "serializedName": "display_width", "doc": "The width of the computer display.", "type": { - "$id": "4439", + "$id": "4441", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -53718,13 +53744,13 @@ "isHttpMetadata": false }, { - "$id": "4440", + "$id": "4442", "kind": "property", "name": "display_height", "serializedName": "display_height", "doc": "The height of the computer display.", "type": { - "$id": "4441", + "$id": "4443", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -53746,7 +53772,7 @@ ] }, "web_search_preview": { - "$id": "4442", + "$id": "4444", "kind": "model", "name": "WebSearchPreviewTool", "namespace": "OpenAI", @@ -53761,17 +53787,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4443", + "$id": "4445", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the web search tool. One of `web_search_preview` or `web_search_preview_2025_03_11`.", "type": { - "$id": "4444", + "$id": "4446", "kind": "enumvalue", "name": "web_search_preview", "value": "web_search_preview", @@ -53779,7 +53805,7 @@ "$ref": "409" }, "enumType": { - "$ref": "4349" + "$ref": "4351" }, "decorators": [] }, @@ -53797,16 +53823,16 @@ "isHttpMetadata": false }, { - "$id": "4445", + "$id": "4447", "kind": "property", "name": "user_location", "serializedName": "user_location", "doc": "The user's location.", "type": { - "$id": "4446", + "$id": "4448", "kind": "nullable", "type": { - "$id": "4447", + "$id": "4449", "kind": "model", "name": "Location", "namespace": "OpenAI", @@ -53819,7 +53845,7 @@ } ], "discriminatorProperty": { - "$id": "4448", + "$id": "4450", "kind": "property", "name": "type", "serializedName": "type", @@ -53841,12 +53867,12 @@ }, "properties": [ { - "$ref": "4448" + "$ref": "4450" } ], "discriminatedSubtypes": { "approximate": { - "$id": "4449", + "$id": "4451", "kind": "model", "name": "ApproximateLocation", "namespace": "OpenAI", @@ -53860,16 +53886,16 @@ } ], "baseModel": { - "$ref": "4447" + "$ref": "4449" }, "properties": [ { - "$id": "4450", + "$id": "4452", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4451", + "$id": "4453", "kind": "enumvalue", "name": "approximate", "value": "approximate", @@ -53877,14 +53903,14 @@ "$ref": "442" }, "enumType": { - "$id": "4452", + "$id": "4454", "kind": "enum", "decorators": [], "name": "LocationType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4453", + "$id": "4455", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -53893,16 +53919,16 @@ }, "values": [ { - "$id": "4454", + "$id": "4456", "kind": "enumvalue", "decorators": [], "name": "approximate", "value": "approximate", "valueType": { - "$ref": "4453" + "$ref": "4455" }, "enumType": { - "$ref": "4452" + "$ref": "4454" } } ], @@ -53931,15 +53957,15 @@ "isHttpMetadata": false }, { - "$id": "4455", + "$id": "4457", "kind": "property", "name": "country", "serializedName": "country", "type": { - "$id": "4456", + "$id": "4458", "kind": "nullable", "type": { - "$id": "4457", + "$id": "4459", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -53961,15 +53987,15 @@ "isHttpMetadata": false }, { - "$id": "4458", + "$id": "4460", "kind": "property", "name": "region", "serializedName": "region", "type": { - "$id": "4459", + "$id": "4461", "kind": "nullable", "type": { - "$id": "4460", + "$id": "4462", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -53991,15 +54017,15 @@ "isHttpMetadata": false }, { - "$id": "4461", + "$id": "4463", "kind": "property", "name": "city", "serializedName": "city", "type": { - "$id": "4462", + "$id": "4464", "kind": "nullable", "type": { - "$id": "4463", + "$id": "4465", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -54021,15 +54047,15 @@ "isHttpMetadata": false }, { - "$id": "4464", + "$id": "4466", "kind": "property", "name": "timezone", "serializedName": "timezone", "type": { - "$id": "4465", + "$id": "4467", "kind": "nullable", "type": { - "$id": "4466", + "$id": "4468", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -54070,7 +54096,7 @@ "isHttpMetadata": false }, { - "$id": "4467", + "$id": "4469", "kind": "property", "name": "search_context_size", "serializedName": "search_context_size", @@ -54094,7 +54120,7 @@ ] }, "code_interpreter": { - "$id": "4468", + "$id": "4470", "kind": "model", "name": "CodeInterpreterTool", "namespace": "OpenAI", @@ -54109,17 +54135,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4469", + "$id": "4471", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the code interpreter tool. Always `code_interpreter`.", "type": { - "$id": "4470", + "$id": "4472", "kind": "enumvalue", "name": "code_interpreter", "value": "code_interpreter", @@ -54127,7 +54153,7 @@ "$ref": "409" }, "enumType": { - "$ref": "4349" + "$ref": "4351" }, "decorators": [] }, @@ -54145,25 +54171,25 @@ "isHttpMetadata": false }, { - "$id": "4471", + "$id": "4473", "kind": "property", "name": "container", "serializedName": "container", "doc": "The code interpreter container. Can be a container ID or an object that\nspecifies uploaded file IDs to make available to your code.", "type": { - "$id": "4472", + "$id": "4474", "kind": "union", "name": "CodeInterpreterToolContainer", "variantTypes": [ { - "$id": "4473", + "$id": "4475", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "4474", + "$id": "4476", "kind": "model", "name": "CodeInterpreterToolAuto", "namespace": "OpenAI", @@ -54178,7 +54204,7 @@ } ], "baseModel": { - "$id": "4475", + "$id": "4477", "kind": "model", "name": "CodeInterpreterContainerConfiguration", "namespace": "OpenAI", @@ -54191,7 +54217,7 @@ } ], "discriminatorProperty": { - "$id": "4476", + "$id": "4478", "kind": "property", "name": "type", "serializedName": "type", @@ -54214,24 +54240,24 @@ }, "properties": [ { - "$ref": "4476" + "$ref": "4478" } ], "discriminatedSubtypes": { "auto": { - "$ref": "4474" + "$ref": "4476" } } }, "properties": [ { - "$id": "4477", + "$id": "4479", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `auto`.", "type": { - "$id": "4478", + "$id": "4480", "kind": "enumvalue", "name": "auto", "value": "auto", @@ -54239,7 +54265,7 @@ "$ref": "450" }, "enumType": { - "$id": "4479", + "$id": "4481", "kind": "enum", "decorators": [ { @@ -54251,7 +54277,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4480", + "$id": "4482", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -54260,16 +54286,16 @@ }, "values": [ { - "$id": "4481", + "$id": "4483", "kind": "enumvalue", "decorators": [], "name": "auto", "value": "auto", "valueType": { - "$ref": "4480" + "$ref": "4482" }, "enumType": { - "$ref": "4479" + "$ref": "4481" } } ], @@ -54298,13 +54324,13 @@ "isHttpMetadata": false }, { - "$id": "4482", + "$id": "4484", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "An optional list of uploaded files to make available to your code.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -54341,7 +54367,7 @@ ] }, "image_generation": { - "$id": "4483", + "$id": "4485", "kind": "model", "name": "ImageGenTool", "namespace": "OpenAI", @@ -54356,17 +54382,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4484", + "$id": "4486", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the image generation tool. Always `image_generation`.", "type": { - "$id": "4485", + "$id": "4487", "kind": "enumvalue", "name": "image_generation", "value": "image_generation", @@ -54374,7 +54400,7 @@ "$ref": "409" }, "enumType": { - "$ref": "4349" + "$ref": "4351" }, "decorators": [] }, @@ -54392,7 +54418,7 @@ "isHttpMetadata": false }, { - "$id": "4486", + "$id": "4488", "kind": "property", "name": "model", "serializedName": "model", @@ -54414,7 +54440,7 @@ "isHttpMetadata": false }, { - "$id": "4487", + "$id": "4489", "kind": "property", "name": "quality", "serializedName": "quality", @@ -54436,7 +54462,7 @@ "isHttpMetadata": false }, { - "$id": "4488", + "$id": "4490", "kind": "property", "name": "size", "serializedName": "size", @@ -54458,7 +54484,7 @@ "isHttpMetadata": false }, { - "$id": "4489", + "$id": "4491", "kind": "property", "name": "output_format", "serializedName": "output_format", @@ -54480,13 +54506,13 @@ "isHttpMetadata": false }, { - "$id": "4490", + "$id": "4492", "kind": "property", "name": "output_compression", "serializedName": "output_compression", "doc": "Compression level for the output image. Default: 100.", "type": { - "$id": "4491", + "$id": "4493", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -54506,7 +54532,7 @@ "isHttpMetadata": false }, { - "$id": "4492", + "$id": "4494", "kind": "property", "name": "moderation", "serializedName": "moderation", @@ -54528,7 +54554,7 @@ "isHttpMetadata": false }, { - "$id": "4493", + "$id": "4495", "kind": "property", "name": "background", "serializedName": "background", @@ -54550,7 +54576,7 @@ "isHttpMetadata": false }, { - "$id": "4494", + "$id": "4496", "kind": "property", "name": "input_fidelity", "serializedName": "input_fidelity", @@ -54572,13 +54598,13 @@ "isHttpMetadata": false }, { - "$id": "4495", + "$id": "4497", "kind": "property", "name": "input_image_mask", "serializedName": "input_image_mask", "doc": "Optional mask for inpainting. Contains `image_url`\n(string, optional) and `file_id` (string, optional).", "type": { - "$id": "4496", + "$id": "4498", "kind": "model", "name": "ImageGenToolInputImageMask", "namespace": "OpenAI", @@ -54587,13 +54613,13 @@ "decorators": [], "properties": [ { - "$id": "4497", + "$id": "4499", "kind": "property", "name": "image_url", "serializedName": "image_url", "doc": "Base64-encoded mask image.", "type": { - "$id": "4498", + "$id": "4500", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -54613,13 +54639,13 @@ "isHttpMetadata": false }, { - "$id": "4499", + "$id": "4501", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "File ID for the mask image.", "type": { - "$id": "4500", + "$id": "4502", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -54654,13 +54680,13 @@ "isHttpMetadata": false }, { - "$id": "4501", + "$id": "4503", "kind": "property", "name": "partial_images", "serializedName": "partial_images", "doc": "Number of partial images to generate in streaming mode, from 0 (default value) to 3.", "type": { - "$id": "4502", + "$id": "4504", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -54682,7 +54708,7 @@ ] }, "local_shell": { - "$id": "4503", + "$id": "4505", "kind": "model", "name": "LocalShellTool", "namespace": "OpenAI", @@ -54697,17 +54723,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4504", + "$id": "4506", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the local shell tool. Always `local_shell`.", "type": { - "$id": "4505", + "$id": "4507", "kind": "enumvalue", "name": "local_shell", "value": "local_shell", @@ -54715,7 +54741,7 @@ "$ref": "409" }, "enumType": { - "$ref": "4349" + "$ref": "4351" }, "decorators": [] }, @@ -54735,7 +54761,7 @@ ] }, "mcp": { - "$id": "4506", + "$id": "4508", "kind": "model", "name": "MCPTool", "namespace": "OpenAI", @@ -54750,17 +54776,17 @@ } ], "baseModel": { - "$ref": "4344" + "$ref": "4346" }, "properties": [ { - "$id": "4507", + "$id": "4509", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the MCP tool. Always `mcp`.", "type": { - "$id": "4508", + "$id": "4510", "kind": "enumvalue", "name": "mcp", "value": "mcp", @@ -54768,7 +54794,7 @@ "$ref": "409" }, "enumType": { - "$ref": "4349" + "$ref": "4351" }, "decorators": [] }, @@ -54786,13 +54812,13 @@ "isHttpMetadata": false }, { - "$id": "4509", + "$id": "4511", "kind": "property", "name": "server_label", "serializedName": "server_label", "doc": "A label for this MCP server, used to identify it in tool calls.", "type": { - "$id": "4510", + "$id": "4512", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -54812,13 +54838,13 @@ "isHttpMetadata": false }, { - "$id": "4511", + "$id": "4513", "kind": "property", "name": "ServerUri", "serializedName": "server_url", "doc": "The URL for the MCP server. One of `server_url` or `connector_id` must be\n provided.", "type": { - "$id": "4512", + "$id": "4514", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -54838,7 +54864,7 @@ "isHttpMetadata": false }, { - "$id": "4513", + "$id": "4515", "kind": "property", "name": "connector_id", "serializedName": "connector_id", @@ -54860,13 +54886,13 @@ "isHttpMetadata": false }, { - "$id": "4514", + "$id": "4516", "kind": "property", "name": "AuthorizationToken", "serializedName": "authorization", "doc": "An OAuth access token that can be used with a remote MCP server, either\n with a custom MCP server URL or a service connector. Your application\n must handle the OAuth authorization flow and provide the token here.", "type": { - "$id": "4515", + "$id": "4517", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -54886,13 +54912,13 @@ "isHttpMetadata": false }, { - "$id": "4516", + "$id": "4518", "kind": "property", "name": "server_description", "serializedName": "server_description", "doc": "Optional description of the MCP server, used to provide more context.", "type": { - "$id": "4517", + "$id": "4519", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -54912,16 +54938,16 @@ "isHttpMetadata": false }, { - "$id": "4518", + "$id": "4520", "kind": "property", "name": "headers", "serializedName": "headers", "doc": "Optional HTTP headers to send to the MCP server. Use for authentication\n or other purposes.", "type": { - "$id": "4519", + "$id": "4521", "kind": "nullable", "type": { - "$ref": "2442" + "$ref": "2444" }, "namespace": "OpenAI" }, @@ -54939,16 +54965,16 @@ "isHttpMetadata": false }, { - "$id": "4520", + "$id": "4522", "kind": "property", "name": "allowed_tools", "serializedName": "allowed_tools", "doc": "List of allowed tool names or a filter object.", "type": { - "$id": "4521", + "$id": "4523", "kind": "nullable", "type": { - "$id": "4522", + "$id": "4524", "kind": "model", "name": "MCPToolFilter", "namespace": "OpenAI", @@ -54964,14 +54990,14 @@ ], "properties": [ { - "$id": "4523", + "$id": "4525", "kind": "property", "name": "tool_names", "serializedName": "tool_names", "summary": "MCP allowed tools", "doc": "List of allowed tool names.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -54987,13 +55013,13 @@ "isHttpMetadata": false }, { - "$id": "4524", + "$id": "4526", "kind": "property", "name": "IsReadOnly", "serializedName": "read_only", "doc": "Indicates whether or not a tool modifies data or is read-only. If an\n MCP server is [annotated with `readOnlyHint`](https://modelcontextprotocol.io/specification/2025-06-18/schema#toolannotations-readonlyhint),\n it will match this filter.", "type": { - "$id": "4525", + "$id": "4527", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -55030,21 +55056,21 @@ "isHttpMetadata": false }, { - "$id": "4526", + "$id": "4528", "kind": "property", "name": "require_approval", "serializedName": "require_approval", "doc": "Specify which of the MCP server's tools require approval.", "type": { - "$id": "4527", + "$id": "4529", "kind": "nullable", "type": { - "$id": "4528", + "$id": "4530", "kind": "union", "name": "MCPToolRequireApproval", "variantTypes": [ { - "$id": "4529", + "$id": "4531", "kind": "model", "name": "MCPToolRequireApproval1", "namespace": "OpenAI", @@ -55053,12 +55079,12 @@ "decorators": [], "properties": [ { - "$id": "4530", + "$id": "4532", "kind": "property", "name": "always", "serializedName": "always", "type": { - "$ref": "4522" + "$ref": "4524" }, "optional": true, "readOnly": false, @@ -55074,12 +55100,12 @@ "isHttpMetadata": false }, { - "$id": "4531", + "$id": "4533", "kind": "property", "name": "never", "serializedName": "never", "type": { - "$ref": "4522" + "$ref": "4524" }, "optional": true, "readOnly": false, @@ -55097,10 +55123,10 @@ ] }, { - "$ref": "1655" + "$ref": "1657" }, { - "$ref": "1657" + "$ref": "1659" } ], "namespace": "OpenAI", @@ -55142,13 +55168,13 @@ "isHttpMetadata": false }, { - "$id": "4532", + "$id": "4534", "kind": "property", "name": "text", "serializedName": "text", "doc": "Configuration options for a text response from the model. Can be plain\ntext or structured JSON data. Learn more:\n- [Text inputs and outputs](/docs/guides/text)\n- [Structured Outputs](/docs/guides/structured-outputs)", "type": { - "$id": "4533", + "$id": "4535", "kind": "model", "name": "EvalResponsesRunDataSourceParamsSamplingParamsText", "namespace": "OpenAI", @@ -55157,12 +55183,12 @@ "decorators": [], "properties": [ { - "$id": "4534", + "$id": "4536", "kind": "property", "name": "format", "serializedName": "format", "type": { - "$ref": "4284" + "$ref": "4286" }, "optional": true, "readOnly": false, @@ -55208,13 +55234,13 @@ "isHttpMetadata": false }, { - "$id": "4535", + "$id": "4537", "kind": "property", "name": "model", "serializedName": "model", "doc": "The name of the model to use for generating completions (e.g. \"o3-mini\").", "type": { - "$id": "4536", + "$id": "4538", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55234,24 +55260,24 @@ "isHttpMetadata": false }, { - "$id": "4537", + "$id": "4539", "kind": "property", "name": "source", "serializedName": "source", "doc": "Determines what populates the `item` namespace in this run's data source.", "type": { - "$id": "4538", + "$id": "4540", "kind": "union", "name": "EvalResponsesRunDataSourceParamsSource", "variantTypes": [ { - "$ref": "4193" + "$ref": "4195" }, { - "$ref": "4196" + "$ref": "4198" }, { - "$ref": "4223" + "$ref": "4225" } ], "namespace": "OpenAI", @@ -55289,155 +55315,155 @@ } ] }, - { - "$ref": "4181" - }, { "$ref": "4183" }, { - "$ref": "4193" + "$ref": "4185" }, { - "$ref": "4255" + "$ref": "4195" }, { - "$ref": "4194" + "$ref": "4257" }, { "$ref": "4196" }, { - "$ref": "4207" + "$ref": "4198" }, { - "$ref": "4223" + "$ref": "4209" }, { - "$ref": "4258" + "$ref": "4225" }, { - "$ref": "4263" + "$ref": "4260" }, { - "$ref": "4269" + "$ref": "4265" }, { - "$ref": "4274" + "$ref": "4271" }, { - "$ref": "4284" + "$ref": "4276" }, { "$ref": "4286" }, { - "$ref": "4294" + "$ref": "4288" }, { - "$ref": "4297" + "$ref": "4296" }, { - "$ref": "4313" + "$ref": "4299" }, { - "$ref": "4318" + "$ref": "4315" }, { - "$ref": "4323" + "$ref": "4320" }, { - "$ref": "4328" + "$ref": "4325" }, { - "$ref": "4333" + "$ref": "4330" }, { - "$ref": "4344" + "$ref": "4335" }, { "$ref": "4346" }, { - "$ref": "4370" + "$ref": "4348" }, { - "$ref": "4377" + "$ref": "4372" }, { - "$ref": "4384" + "$ref": "4379" }, { - "$ref": "4393" + "$ref": "4386" }, { - "$ref": "4404" + "$ref": "4395" }, { - "$ref": "4407" + "$ref": "4406" }, { - "$ref": "4410" + "$ref": "4409" }, { - "$ref": "4413" + "$ref": "4412" }, { - "$ref": "4416" + "$ref": "4415" }, { - "$ref": "4419" + "$ref": "4418" }, { - "$ref": "4424" + "$ref": "4421" }, { - "$ref": "4431" + "$ref": "4426" }, { - "$ref": "4434" + "$ref": "4433" }, { - "$ref": "4442" + "$ref": "4436" }, { - "$ref": "4447" + "$ref": "4444" }, { "$ref": "4449" }, { - "$ref": "4468" + "$ref": "4451" + }, + { + "$ref": "4470" }, { - "$ref": "4474" + "$ref": "4476" }, { - "$ref": "4475" + "$ref": "4477" }, { - "$ref": "4483" + "$ref": "4485" }, { - "$ref": "4496" + "$ref": "4498" }, { - "$ref": "4503" + "$ref": "4505" }, { - "$ref": "4506" + "$ref": "4508" }, { - "$ref": "4522" + "$ref": "4524" }, { - "$ref": "4529" + "$ref": "4531" }, { - "$ref": "4533" + "$ref": "4535" }, { - "$id": "4539", + "$id": "4541", "kind": "model", "name": "DeleteEvalRunResponse", "namespace": "OpenAI", @@ -55446,12 +55472,12 @@ "decorators": [], "properties": [ { - "$id": "4540", + "$id": "4542", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1659" + "$ref": "1661" }, "optional": false, "readOnly": false, @@ -55467,12 +55493,12 @@ "isHttpMetadata": false }, { - "$id": "4541", + "$id": "4543", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "4542", + "$id": "4544", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -55492,12 +55518,12 @@ "isHttpMetadata": false }, { - "$id": "4543", + "$id": "4545", "kind": "property", "name": "eval_run_id", "serializedName": "eval_run_id", "type": { - "$id": "4544", + "$id": "4546", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55519,7 +55545,7 @@ ] }, { - "$id": "4545", + "$id": "4547", "kind": "model", "name": "EvalRunOutputItemList", "namespace": "OpenAI", @@ -55529,13 +55555,13 @@ "decorators": [], "properties": [ { - "$id": "4546", + "$id": "4548", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of this object. It is always set to \"list\".", "type": { - "$ref": "1661" + "$ref": "1663" }, "optional": false, "readOnly": false, @@ -55551,17 +55577,17 @@ "isHttpMetadata": false }, { - "$id": "4547", + "$id": "4549", "kind": "property", "name": "data", "serializedName": "data", "doc": "An array of eval run output item objects.", "type": { - "$id": "4548", + "$id": "4550", "kind": "array", "name": "ArrayEvalRunOutputItem", "valueType": { - "$id": "4549", + "$id": "4551", "kind": "model", "name": "EvalRunOutputItem", "namespace": "OpenAI", @@ -55571,13 +55597,13 @@ "decorators": [], "properties": [ { - "$id": "4550", + "$id": "4552", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of the object. Always \"eval.run.output_item\".", "type": { - "$ref": "1663" + "$ref": "1665" }, "optional": false, "readOnly": false, @@ -55593,13 +55619,13 @@ "isHttpMetadata": false }, { - "$id": "4551", + "$id": "4553", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for the evaluation run output item.", "type": { - "$id": "4552", + "$id": "4554", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55619,13 +55645,13 @@ "isHttpMetadata": false }, { - "$id": "4553", + "$id": "4555", "kind": "property", "name": "run_id", "serializedName": "run_id", "doc": "The identifier of the evaluation run associated with this output item.", "type": { - "$id": "4554", + "$id": "4556", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55645,13 +55671,13 @@ "isHttpMetadata": false }, { - "$id": "4555", + "$id": "4557", "kind": "property", "name": "eval_id", "serializedName": "eval_id", "doc": "The identifier of the evaluation group.", "type": { - "$id": "4556", + "$id": "4558", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55671,18 +55697,18 @@ "isHttpMetadata": false }, { - "$id": "4557", + "$id": "4559", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "Unix timestamp (in seconds) when the evaluation run was created.", "type": { - "$id": "4558", + "$id": "4560", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "4559", + "$id": "4561", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -55705,13 +55731,13 @@ "isHttpMetadata": false }, { - "$id": "4560", + "$id": "4562", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the evaluation run.", "type": { - "$id": "4561", + "$id": "4563", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55731,13 +55757,13 @@ "isHttpMetadata": false }, { - "$id": "4562", + "$id": "4564", "kind": "property", "name": "datasource_item_id", "serializedName": "datasource_item_id", "doc": "The identifier for the data source item.", "type": { - "$id": "4563", + "$id": "4565", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -55757,13 +55783,13 @@ "isHttpMetadata": false }, { - "$id": "4564", + "$id": "4566", "kind": "property", "name": "datasource_item", "serializedName": "datasource_item", "doc": "Details of the input data source item.", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": false, "readOnly": false, @@ -55779,17 +55805,17 @@ "isHttpMetadata": false }, { - "$id": "4565", + "$id": "4567", "kind": "property", "name": "results", "serializedName": "results", "doc": "A list of results from the evaluation run.", "type": { - "$id": "4566", + "$id": "4568", "kind": "array", "name": "ArrayRecord", "valueType": { - "$ref": "3943" + "$ref": "3945" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -55808,13 +55834,13 @@ "isHttpMetadata": false }, { - "$id": "4567", + "$id": "4569", "kind": "property", "name": "sample", "serializedName": "sample", "doc": "A sample containing the input and output of the evaluation run.", "type": { - "$id": "4568", + "$id": "4570", "kind": "model", "name": "EvalRunOutputItemSample", "namespace": "OpenAI", @@ -55823,17 +55849,17 @@ "decorators": [], "properties": [ { - "$id": "4569", + "$id": "4571", "kind": "property", "name": "input", "serializedName": "input", "doc": "An array of input messages.", "type": { - "$id": "4570", + "$id": "4572", "kind": "array", "name": "Array21", "valueType": { - "$id": "4571", + "$id": "4573", "kind": "model", "name": "EvalRunOutputItemSampleInput", "namespace": "OpenAI", @@ -55842,13 +55868,13 @@ "decorators": [], "properties": [ { - "$id": "4572", + "$id": "4574", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message sender (e.g., system, user, developer).", "type": { - "$id": "4573", + "$id": "4575", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55868,13 +55894,13 @@ "isHttpMetadata": false }, { - "$id": "4574", + "$id": "4576", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the message.", "type": { - "$id": "4575", + "$id": "4577", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55912,17 +55938,17 @@ "isHttpMetadata": false }, { - "$id": "4576", + "$id": "4578", "kind": "property", "name": "output", "serializedName": "output", "doc": "An array of output messages.", "type": { - "$id": "4577", + "$id": "4579", "kind": "array", "name": "Array22", "valueType": { - "$id": "4578", + "$id": "4580", "kind": "model", "name": "EvalRunOutputItemSampleOutput", "namespace": "OpenAI", @@ -55931,13 +55957,13 @@ "decorators": [], "properties": [ { - "$id": "4579", + "$id": "4581", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message (e.g. \"system\", \"assistant\", \"user\").", "type": { - "$id": "4580", + "$id": "4582", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -55957,13 +55983,13 @@ "isHttpMetadata": false }, { - "$id": "4581", + "$id": "4583", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the message.", "type": { - "$id": "4582", + "$id": "4584", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56001,13 +56027,13 @@ "isHttpMetadata": false }, { - "$id": "4583", + "$id": "4585", "kind": "property", "name": "finish_reason", "serializedName": "finish_reason", "doc": "The reason why the sample generation was finished.", "type": { - "$id": "4584", + "$id": "4586", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56027,13 +56053,13 @@ "isHttpMetadata": false }, { - "$id": "4585", + "$id": "4587", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model used for generating the sample.", "type": { - "$id": "4586", + "$id": "4588", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56053,13 +56079,13 @@ "isHttpMetadata": false }, { - "$id": "4587", + "$id": "4589", "kind": "property", "name": "usage", "serializedName": "usage", "doc": "Token usage details for the sample.", "type": { - "$id": "4588", + "$id": "4590", "kind": "model", "name": "EvalRunOutputItemSampleUsage", "namespace": "OpenAI", @@ -56068,13 +56094,13 @@ "decorators": [], "properties": [ { - "$id": "4589", + "$id": "4591", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "The total number of tokens used.", "type": { - "$id": "4590", + "$id": "4592", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -56094,13 +56120,13 @@ "isHttpMetadata": false }, { - "$id": "4591", + "$id": "4593", "kind": "property", "name": "completion_tokens", "serializedName": "completion_tokens", "doc": "The number of completion tokens generated.", "type": { - "$id": "4592", + "$id": "4594", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -56120,13 +56146,13 @@ "isHttpMetadata": false }, { - "$id": "4593", + "$id": "4595", "kind": "property", "name": "prompt_tokens", "serializedName": "prompt_tokens", "doc": "The number of prompt tokens used.", "type": { - "$id": "4594", + "$id": "4596", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -56146,13 +56172,13 @@ "isHttpMetadata": false }, { - "$id": "4595", + "$id": "4597", "kind": "property", "name": "cached_tokens", "serializedName": "cached_tokens", "doc": "The number of tokens retrieved from cache.", "type": { - "$id": "4596", + "$id": "4598", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -56187,12 +56213,12 @@ "isHttpMetadata": false }, { - "$id": "4597", + "$id": "4599", "kind": "property", "name": "error", "serializedName": "error", "type": { - "$ref": "4165" + "$ref": "4167" }, "optional": false, "readOnly": false, @@ -56208,13 +56234,13 @@ "isHttpMetadata": false }, { - "$id": "4598", + "$id": "4600", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "The sampling temperature used.", "type": { - "$id": "4599", + "$id": "4601", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -56234,13 +56260,13 @@ "isHttpMetadata": false }, { - "$id": "4600", + "$id": "4602", "kind": "property", "name": "max_completion_tokens", "serializedName": "max_completion_tokens", "doc": "The maximum number of tokens allowed for completion.", "type": { - "$id": "4601", + "$id": "4603", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -56260,13 +56286,13 @@ "isHttpMetadata": false }, { - "$id": "4602", + "$id": "4604", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "The top_p value used for sampling.", "type": { - "$id": "4603", + "$id": "4605", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -56286,13 +56312,13 @@ "isHttpMetadata": false }, { - "$id": "4604", + "$id": "4606", "kind": "property", "name": "seed", "serializedName": "seed", "doc": "The seed used for generating the sample.", "type": { - "$id": "4605", + "$id": "4607", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -56345,13 +56371,13 @@ "isHttpMetadata": false }, { - "$id": "4606", + "$id": "4608", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The identifier of the first eval run output item in the data array.", "type": { - "$id": "4607", + "$id": "4609", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56371,13 +56397,13 @@ "isHttpMetadata": false }, { - "$id": "4608", + "$id": "4610", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The identifier of the last eval run output item in the data array.", "type": { - "$id": "4609", + "$id": "4611", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56397,13 +56423,13 @@ "isHttpMetadata": false }, { - "$id": "4610", + "$id": "4612", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Indicates whether there are more eval run output items available.", "type": { - "$id": "4611", + "$id": "4613", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -56425,22 +56451,22 @@ ] }, { - "$ref": "4549" + "$ref": "4551" }, { - "$ref": "4568" + "$ref": "4570" }, { - "$ref": "4571" + "$ref": "4573" }, { - "$ref": "4578" + "$ref": "4580" }, { - "$ref": "4588" + "$ref": "4590" }, { - "$id": "4612", + "$id": "4614", "kind": "model", "name": "CreateResponse", "namespace": "OpenAI", @@ -56454,13 +56480,13 @@ ], "properties": [ { - "$id": "4613", + "$id": "4615", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -56476,13 +56502,13 @@ "isHttpMetadata": false }, { - "$id": "4614", + "$id": "4616", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.\nWe generally recommend altering this or `top_p` but not both.", "type": { - "$ref": "2974" + "$ref": "2976" }, "optional": true, "readOnly": false, @@ -56498,13 +56524,13 @@ "isHttpMetadata": false }, { - "$id": "4615", + "$id": "4617", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling,\nwhere the model considers the results of the tokens with top_p probability\nmass. So 0.1 means only the tokens comprising the top 10% probability mass\nare considered.\n\nWe generally recommend altering this or `temperature` but not both.", "type": { - "$ref": "2977" + "$ref": "2979" }, "optional": true, "readOnly": false, @@ -56520,13 +56546,13 @@ "isHttpMetadata": false }, { - "$id": "4616", + "$id": "4618", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "4617", + "$id": "4619", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56546,7 +56572,7 @@ "isHttpMetadata": false }, { - "$id": "4618", + "$id": "4620", "kind": "property", "name": "service_tier", "serializedName": "service_tier", @@ -56567,16 +56593,16 @@ "isHttpMetadata": false }, { - "$id": "4619", + "$id": "4621", "kind": "property", "name": "previous_response_id", "serializedName": "previous_response_id", "doc": "The unique ID of the previous response to the model. Use this to\ncreate multi-turn conversations. Learn more about\n[conversation state](/docs/guides/conversation-state).", "type": { - "$id": "4620", + "$id": "4622", "kind": "nullable", "type": { - "$id": "4621", + "$id": "4623", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56598,7 +56624,7 @@ "isHttpMetadata": false }, { - "$id": "4622", + "$id": "4624", "kind": "property", "name": "model", "serializedName": "model", @@ -56620,15 +56646,15 @@ "isHttpMetadata": false }, { - "$id": "4623", + "$id": "4625", "kind": "property", "name": "reasoning", "serializedName": "reasoning", "type": { - "$id": "4624", + "$id": "4626", "kind": "nullable", "type": { - "$id": "4625", + "$id": "4627", "kind": "model", "name": "Reasoning", "namespace": "OpenAI", @@ -56643,12 +56669,12 @@ ], "properties": [ { - "$id": "4626", + "$id": "4628", "kind": "property", "name": "effort", "serializedName": "effort", "type": { - "$id": "4627", + "$id": "4629", "kind": "nullable", "type": { "$ref": "53" @@ -56669,13 +56695,13 @@ "isHttpMetadata": false }, { - "$id": "4628", + "$id": "4630", "kind": "property", "name": "summary", "serializedName": "summary", "doc": "A summary of the reasoning performed by the model. This can be\nuseful for debugging and understanding the model's reasoning process.\nOne of `auto`, `concise`, or `detailed`.", "type": { - "$id": "4629", + "$id": "4631", "kind": "nullable", "type": { "$ref": "565" @@ -56696,13 +56722,13 @@ "isHttpMetadata": false }, { - "$id": "4630", + "$id": "4632", "kind": "property", "name": "generate_summary", "serializedName": "generate_summary", "doc": "**Deprecated:** use `summary` instead.\n\nA summary of the reasoning performed by the model. This can be\nuseful for debugging and understanding the model's reasoning process.\nOne of `auto`, `concise`, or `detailed`.", "type": { - "$id": "4631", + "$id": "4633", "kind": "nullable", "type": { "$ref": "570" @@ -56740,16 +56766,16 @@ "isHttpMetadata": false }, { - "$id": "4632", + "$id": "4634", "kind": "property", "name": "background", "serializedName": "background", "doc": "Whether to run the model response in the background.\n[Learn more](/docs/guides/background).", "type": { - "$id": "4633", + "$id": "4635", "kind": "nullable", "type": { - "$id": "4634", + "$id": "4636", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -56771,16 +56797,16 @@ "isHttpMetadata": false }, { - "$id": "4635", + "$id": "4637", "kind": "property", "name": "max_output_tokens", "serializedName": "max_output_tokens", "doc": "An upper bound for the number of tokens that can be generated for a response, including visible output tokens and [reasoning tokens](/docs/guides/reasoning).", "type": { - "$id": "4636", + "$id": "4638", "kind": "nullable", "type": { - "$id": "4637", + "$id": "4639", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -56802,16 +56828,16 @@ "isHttpMetadata": false }, { - "$id": "4638", + "$id": "4640", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "Inserts a system (or developer) message as the first item in the model's context.\n\nWhen using along with `previous_response_id`, the instructions from a previous\nresponse will not be carried over to the next response. This makes it simple\nto swap out system (or developer) messages in new responses.", "type": { - "$id": "4639", + "$id": "4641", "kind": "nullable", "type": { - "$id": "4640", + "$id": "4642", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -56833,13 +56859,13 @@ "isHttpMetadata": false }, { - "$id": "4641", + "$id": "4643", "kind": "property", "name": "text", "serializedName": "text", "doc": "Configuration options for a text response from the model. Can be plain\ntext or structured JSON data. Learn more:\n- [Text inputs and outputs](/docs/guides/text)\n- [Structured Outputs](/docs/guides/structured-outputs)", "type": { - "$id": "4642", + "$id": "4644", "kind": "model", "name": "CreateResponseText", "namespace": "OpenAI", @@ -56848,12 +56874,12 @@ "decorators": [], "properties": [ { - "$id": "4643", + "$id": "4645", "kind": "property", "name": "format", "serializedName": "format", "type": { - "$ref": "4284" + "$ref": "4286" }, "optional": true, "readOnly": false, @@ -56884,13 +56910,13 @@ "isHttpMetadata": false }, { - "$id": "4644", + "$id": "4646", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "An array of tools the model may call while generating a response. You\ncan specify which tool to use by setting the `tool_choice` parameter.\n\nThe two categories of tools you can provide the model are:\n\n- **Built-in tools**: Tools that are provided by OpenAI that extend the\n model's capabilities, like [web search](/docs/guides/tools-web-search)\n or [file search](/docs/guides/tools-file-search). Learn more about\n [built-in tools](/docs/guides/tools).\n- **Function calls (custom tools)**: Functions that are defined by you,\n enabling the model to call your own code. Learn more about\n [function calling](/docs/guides/function-calling).", "type": { - "$ref": "4343" + "$ref": "4345" }, "optional": true, "readOnly": false, @@ -56906,13 +56932,13 @@ "isHttpMetadata": false }, { - "$id": "4645", + "$id": "4647", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "doc": "How the model should select which tool (or tools) to use when generating\na response. See the `tools` parameter to see how to specify which tools\nthe model can call.", "type": { - "$id": "4646", + "$id": "4648", "kind": "union", "name": "CreateResponseToolChoice", "variantTypes": [ @@ -56920,7 +56946,7 @@ "$ref": "575" }, { - "$id": "4647", + "$id": "4649", "kind": "model", "name": "ToolChoiceObject", "namespace": "OpenAI", @@ -56933,7 +56959,7 @@ } ], "discriminatorProperty": { - "$id": "4648", + "$id": "4650", "kind": "property", "name": "type", "serializedName": "type", @@ -56955,12 +56981,12 @@ }, "properties": [ { - "$ref": "4648" + "$ref": "4650" } ], "discriminatedSubtypes": { "file_search": { - "$id": "4649", + "$id": "4651", "kind": "model", "name": "ToolChoiceObjectFileSearch", "namespace": "OpenAI", @@ -56974,16 +57000,16 @@ } ], "baseModel": { - "$ref": "4647" + "$ref": "4649" }, "properties": [ { - "$id": "4650", + "$id": "4652", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4651", + "$id": "4653", "kind": "enumvalue", "name": "file_search", "value": "file_search", @@ -56991,7 +57017,7 @@ "$ref": "581" }, "enumType": { - "$id": "4652", + "$id": "4654", "kind": "enum", "decorators": [], "doc": "Indicates that the model should use a built-in tool to generate a response.\n[Learn more about built-in tools](/docs/guides/tools).", @@ -56999,7 +57025,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4653", + "$id": "4655", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -57008,94 +57034,94 @@ }, "values": [ { - "$id": "4654", + "$id": "4656", "kind": "enumvalue", "decorators": [], "name": "file_search", "value": "file_search", "valueType": { - "$ref": "4653" + "$ref": "4655" }, "enumType": { - "$ref": "4652" + "$ref": "4654" } }, { - "$id": "4655", + "$id": "4657", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "valueType": { - "$ref": "4653" + "$ref": "4655" }, "enumType": { - "$ref": "4652" + "$ref": "4654" } }, { - "$id": "4656", + "$id": "4658", "kind": "enumvalue", "decorators": [], "name": "computer", "value": "computer_use_preview", "valueType": { - "$ref": "4653" + "$ref": "4655" }, "enumType": { - "$ref": "4652" + "$ref": "4654" } }, { - "$id": "4657", + "$id": "4659", "kind": "enumvalue", "decorators": [], "name": "web_search", "value": "web_search_preview", "valueType": { - "$ref": "4653" + "$ref": "4655" }, "enumType": { - "$ref": "4652" + "$ref": "4654" } }, { - "$id": "4658", + "$id": "4660", "kind": "enumvalue", "decorators": [], "name": "image_generation", "value": "image_generation", "valueType": { - "$ref": "4653" + "$ref": "4655" }, "enumType": { - "$ref": "4652" + "$ref": "4654" } }, { - "$id": "4659", + "$id": "4661", "kind": "enumvalue", "decorators": [], "name": "code_interpreter", "value": "code_interpreter", "valueType": { - "$ref": "4653" + "$ref": "4655" }, "enumType": { - "$ref": "4652" + "$ref": "4654" } }, { - "$id": "4660", + "$id": "4662", "kind": "enumvalue", "decorators": [], "name": "mcp", "value": "mcp", "valueType": { - "$ref": "4653" + "$ref": "4655" }, "enumType": { - "$ref": "4652" + "$ref": "4654" } } ], @@ -57126,7 +57152,7 @@ ] }, "computer_use_preview": { - "$id": "4661", + "$id": "4663", "kind": "model", "name": "ToolChoiceObjectComputer", "namespace": "OpenAI", @@ -57140,16 +57166,16 @@ } ], "baseModel": { - "$ref": "4647" + "$ref": "4649" }, "properties": [ { - "$id": "4662", + "$id": "4664", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4663", + "$id": "4665", "kind": "enumvalue", "name": "computer", "value": "computer_use_preview", @@ -57157,7 +57183,7 @@ "$ref": "581" }, "enumType": { - "$ref": "4652" + "$ref": "4654" }, "decorators": [] }, @@ -57177,7 +57203,7 @@ ] }, "web_search_preview": { - "$id": "4664", + "$id": "4666", "kind": "model", "name": "ToolChoiceObjectWebSearch", "namespace": "OpenAI", @@ -57191,16 +57217,16 @@ } ], "baseModel": { - "$ref": "4647" + "$ref": "4649" }, "properties": [ { - "$id": "4665", + "$id": "4667", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4666", + "$id": "4668", "kind": "enumvalue", "name": "web_search", "value": "web_search_preview", @@ -57208,7 +57234,7 @@ "$ref": "581" }, "enumType": { - "$ref": "4652" + "$ref": "4654" }, "decorators": [] }, @@ -57228,7 +57254,7 @@ ] }, "image_generation": { - "$id": "4667", + "$id": "4669", "kind": "model", "name": "ToolChoiceObjectImageGen", "namespace": "OpenAI", @@ -57242,16 +57268,16 @@ } ], "baseModel": { - "$ref": "4647" + "$ref": "4649" }, "properties": [ { - "$id": "4668", + "$id": "4670", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4669", + "$id": "4671", "kind": "enumvalue", "name": "image_generation", "value": "image_generation", @@ -57259,7 +57285,7 @@ "$ref": "581" }, "enumType": { - "$ref": "4652" + "$ref": "4654" }, "decorators": [] }, @@ -57279,7 +57305,7 @@ ] }, "code_interpreter": { - "$id": "4670", + "$id": "4672", "kind": "model", "name": "ToolChoiceObjectCodeInterpreter", "namespace": "OpenAI", @@ -57293,16 +57319,16 @@ } ], "baseModel": { - "$ref": "4647" + "$ref": "4649" }, "properties": [ { - "$id": "4671", + "$id": "4673", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4672", + "$id": "4674", "kind": "enumvalue", "name": "code_interpreter", "value": "code_interpreter", @@ -57310,7 +57336,7 @@ "$ref": "581" }, "enumType": { - "$ref": "4652" + "$ref": "4654" }, "decorators": [] }, @@ -57330,7 +57356,7 @@ ] }, "mcp": { - "$id": "4673", + "$id": "4675", "kind": "model", "name": "ToolChoiceObjectMCP", "namespace": "OpenAI", @@ -57344,16 +57370,16 @@ } ], "baseModel": { - "$ref": "4647" + "$ref": "4649" }, "properties": [ { - "$id": "4674", + "$id": "4676", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4675", + "$id": "4677", "kind": "enumvalue", "name": "mcp", "value": "mcp", @@ -57361,7 +57387,7 @@ "$ref": "581" }, "enumType": { - "$ref": "4652" + "$ref": "4654" }, "decorators": [] }, @@ -57381,7 +57407,7 @@ ] }, "function": { - "$id": "4676", + "$id": "4678", "kind": "model", "name": "ToolChoiceObjectFunction", "namespace": "OpenAI", @@ -57396,17 +57422,17 @@ } ], "baseModel": { - "$ref": "4647" + "$ref": "4649" }, "properties": [ { - "$id": "4677", + "$id": "4679", "kind": "property", "name": "type", "serializedName": "type", "doc": "For function calling, the type is always `function`.", "type": { - "$id": "4678", + "$id": "4680", "kind": "enumvalue", "name": "function", "value": "function", @@ -57414,7 +57440,7 @@ "$ref": "581" }, "enumType": { - "$ref": "4652" + "$ref": "4654" }, "decorators": [] }, @@ -57432,13 +57458,13 @@ "isHttpMetadata": false }, { - "$id": "4679", + "$id": "4681", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to call.", "type": { - "$id": "4680", + "$id": "4682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -57479,13 +57505,13 @@ "isHttpMetadata": false }, { - "$id": "4681", + "$id": "4683", "kind": "property", "name": "truncation", "serializedName": "truncation", "doc": "The truncation strategy to use for the model response.\n- `auto`: If the context of this response and previous ones exceeds\n the model's context window size, the model will truncate the\n response to fit the context window by dropping input items in the\n middle of the conversation.\n- `disabled` (default): If a model response will exceed the context window\n size for a model, the request will fail with a 400 error.", "type": { - "$id": "4682", + "$id": "4684", "kind": "nullable", "type": { "$ref": "589" @@ -57506,34 +57532,34 @@ "isHttpMetadata": false }, { - "$id": "4683", + "$id": "4685", "kind": "property", "name": "input", "serializedName": "input", "doc": "Text, image, or file inputs to the model, used to generate a response.\n\nLearn more:\n- [Text inputs and outputs](/docs/guides/text)\n- [Image inputs](/docs/guides/images)\n- [File inputs](/docs/guides/pdf-files)\n- [Conversation state](/docs/guides/conversation-state)\n- [Function calling](/docs/guides/function-calling)", "type": { - "$id": "4684", + "$id": "4686", "kind": "union", "name": "CreateResponseInput", "variantTypes": [ { - "$id": "4685", + "$id": "4687", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "4686", + "$id": "4688", "kind": "array", "name": "Array23", "valueType": { - "$id": "4687", + "$id": "4689", "kind": "union", "name": "CreateResponseInput1", "variantTypes": [ { - "$id": "4688", + "$id": "4690", "kind": "model", "name": "ImplicitUserMessage", "namespace": "OpenAI", @@ -57547,28 +57573,28 @@ ], "properties": [ { - "$id": "4689", + "$id": "4691", "kind": "property", "name": "content", "serializedName": "content", "type": { - "$id": "4690", + "$id": "4692", "kind": "union", "name": "ImplicitUserMessageContent", "variantTypes": [ { - "$id": "4691", + "$id": "4693", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "4692", + "$id": "4694", "kind": "array", "name": "ArrayItemContent", "valueType": { - "$id": "4693", + "$id": "4695", "kind": "model", "name": "ItemContent", "namespace": "OpenAI", @@ -57581,7 +57607,7 @@ } ], "discriminatorProperty": { - "$id": "4694", + "$id": "4696", "kind": "property", "name": "type", "serializedName": "type", @@ -57603,12 +57629,12 @@ }, "properties": [ { - "$ref": "4694" + "$ref": "4696" } ], "discriminatedSubtypes": { "input_audio": { - "$id": "4695", + "$id": "4697", "kind": "model", "name": "ItemContentInputAudio", "namespace": "OpenAI", @@ -57623,17 +57649,17 @@ } ], "baseModel": { - "$ref": "4693" + "$ref": "4695" }, "properties": [ { - "$id": "4696", + "$id": "4698", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the input item. Always `input_audio`.", "type": { - "$id": "4697", + "$id": "4699", "kind": "enumvalue", "name": "input_audio", "value": "input_audio", @@ -57641,7 +57667,7 @@ "$ref": "594" }, "enumType": { - "$id": "4698", + "$id": "4700", "kind": "enum", "decorators": [], "doc": "Multi-modal input and output contents.", @@ -57649,7 +57675,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4699", + "$id": "4701", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -57658,94 +57684,94 @@ }, "values": [ { - "$id": "4700", + "$id": "4702", "kind": "enumvalue", "decorators": [], "name": "input_text", "value": "input_text", "valueType": { - "$ref": "4699" + "$ref": "4701" }, "enumType": { - "$ref": "4698" + "$ref": "4700" } }, { - "$id": "4701", + "$id": "4703", "kind": "enumvalue", "decorators": [], "name": "input_audio", "value": "input_audio", "valueType": { - "$ref": "4699" + "$ref": "4701" }, "enumType": { - "$ref": "4698" + "$ref": "4700" } }, { - "$id": "4702", + "$id": "4704", "kind": "enumvalue", "decorators": [], "name": "input_image", "value": "input_image", "valueType": { - "$ref": "4699" + "$ref": "4701" }, "enumType": { - "$ref": "4698" + "$ref": "4700" } }, { - "$id": "4703", + "$id": "4705", "kind": "enumvalue", "decorators": [], "name": "input_file", "value": "input_file", "valueType": { - "$ref": "4699" + "$ref": "4701" }, "enumType": { - "$ref": "4698" + "$ref": "4700" } }, { - "$id": "4704", + "$id": "4706", "kind": "enumvalue", "decorators": [], "name": "output_text", "value": "output_text", "valueType": { - "$ref": "4699" + "$ref": "4701" }, "enumType": { - "$ref": "4698" + "$ref": "4700" } }, { - "$id": "4705", + "$id": "4707", "kind": "enumvalue", "decorators": [], "name": "output_audio", "value": "output_audio", "valueType": { - "$ref": "4699" + "$ref": "4701" }, "enumType": { - "$ref": "4698" + "$ref": "4700" } }, { - "$id": "4706", + "$id": "4708", "kind": "enumvalue", "decorators": [], "name": "refusal", "value": "refusal", "valueType": { - "$ref": "4699" + "$ref": "4701" }, "enumType": { - "$ref": "4698" + "$ref": "4700" } } ], @@ -57774,13 +57800,13 @@ "isHttpMetadata": false }, { - "$id": "4707", + "$id": "4709", "kind": "property", "name": "data", "serializedName": "data", "doc": "Base64-encoded audio data.", "type": { - "$id": "4708", + "$id": "4710", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -57800,7 +57826,7 @@ "isHttpMetadata": false }, { - "$id": "4709", + "$id": "4711", "kind": "property", "name": "format", "serializedName": "format", @@ -57824,7 +57850,7 @@ ] }, "output_audio": { - "$id": "4710", + "$id": "4712", "kind": "model", "name": "ItemContentOutputAudio", "namespace": "OpenAI", @@ -57839,17 +57865,17 @@ } ], "baseModel": { - "$ref": "4693" + "$ref": "4695" }, "properties": [ { - "$id": "4711", + "$id": "4713", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the output audio. Always `output_audio`.", "type": { - "$id": "4712", + "$id": "4714", "kind": "enumvalue", "name": "output_audio", "value": "output_audio", @@ -57857,7 +57883,7 @@ "$ref": "594" }, "enumType": { - "$ref": "4698" + "$ref": "4700" }, "decorators": [] }, @@ -57875,13 +57901,13 @@ "isHttpMetadata": false }, { - "$id": "4713", + "$id": "4715", "kind": "property", "name": "data", "serializedName": "data", "doc": "Base64-encoded audio data from the model.", "type": { - "$id": "4714", + "$id": "4716", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -57901,13 +57927,13 @@ "isHttpMetadata": false }, { - "$id": "4715", + "$id": "4717", "kind": "property", "name": "transcript", "serializedName": "transcript", "doc": "The transcript of the audio data from the model.", "type": { - "$id": "4716", + "$id": "4718", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -57929,7 +57955,7 @@ ] }, "refusal": { - "$id": "4717", + "$id": "4719", "kind": "model", "name": "ItemContentRefusal", "namespace": "OpenAI", @@ -57944,17 +57970,17 @@ } ], "baseModel": { - "$ref": "4693" + "$ref": "4695" }, "properties": [ { - "$id": "4718", + "$id": "4720", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the refusal. Always `refusal`.", "type": { - "$id": "4719", + "$id": "4721", "kind": "enumvalue", "name": "refusal", "value": "refusal", @@ -57962,7 +57988,7 @@ "$ref": "594" }, "enumType": { - "$ref": "4698" + "$ref": "4700" }, "decorators": [] }, @@ -57980,13 +58006,13 @@ "isHttpMetadata": false }, { - "$id": "4720", + "$id": "4722", "kind": "property", "name": "refusal", "serializedName": "refusal", "doc": "The refusal explanationfrom the model.", "type": { - "$id": "4721", + "$id": "4723", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58008,7 +58034,7 @@ ] }, "input_text": { - "$id": "4722", + "$id": "4724", "kind": "model", "name": "ItemContentInputText", "namespace": "OpenAI", @@ -58023,17 +58049,17 @@ } ], "baseModel": { - "$ref": "4693" + "$ref": "4695" }, "properties": [ { - "$id": "4723", + "$id": "4725", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the input item. Always `input_text`.", "type": { - "$id": "4724", + "$id": "4726", "kind": "enumvalue", "name": "input_text", "value": "input_text", @@ -58041,7 +58067,7 @@ "$ref": "594" }, "enumType": { - "$ref": "4698" + "$ref": "4700" }, "decorators": [] }, @@ -58059,13 +58085,13 @@ "isHttpMetadata": false }, { - "$id": "4725", + "$id": "4727", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text input to the model.", "type": { - "$id": "4726", + "$id": "4728", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58087,7 +58113,7 @@ ] }, "input_image": { - "$id": "4727", + "$id": "4729", "kind": "model", "name": "ItemContentInputImage", "namespace": "OpenAI", @@ -58102,17 +58128,17 @@ } ], "baseModel": { - "$ref": "4693" + "$ref": "4695" }, "properties": [ { - "$id": "4728", + "$id": "4730", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the input item. Always `input_image`.", "type": { - "$id": "4729", + "$id": "4731", "kind": "enumvalue", "name": "input_image", "value": "input_image", @@ -58120,7 +58146,7 @@ "$ref": "594" }, "enumType": { - "$ref": "4698" + "$ref": "4700" }, "decorators": [] }, @@ -58138,16 +58164,16 @@ "isHttpMetadata": false }, { - "$id": "4730", + "$id": "4732", "kind": "property", "name": "image_url", "serializedName": "image_url", "doc": "The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL.", "type": { - "$id": "4731", + "$id": "4733", "kind": "nullable", "type": { - "$id": "4732", + "$id": "4734", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58169,16 +58195,16 @@ "isHttpMetadata": false }, { - "$id": "4733", + "$id": "4735", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to be sent to the model.", "type": { - "$id": "4734", + "$id": "4736", "kind": "nullable", "type": { - "$id": "4735", + "$id": "4737", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58200,7 +58226,7 @@ "isHttpMetadata": false }, { - "$id": "4736", + "$id": "4738", "kind": "property", "name": "detail", "serializedName": "detail", @@ -58224,7 +58250,7 @@ ] }, "input_file": { - "$id": "4737", + "$id": "4739", "kind": "model", "name": "ItemContentInputFile", "namespace": "OpenAI", @@ -58239,17 +58265,17 @@ } ], "baseModel": { - "$ref": "4693" + "$ref": "4695" }, "properties": [ { - "$id": "4738", + "$id": "4740", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the input item. Always `input_file`.", "type": { - "$id": "4739", + "$id": "4741", "kind": "enumvalue", "name": "input_file", "value": "input_file", @@ -58257,7 +58283,7 @@ "$ref": "594" }, "enumType": { - "$ref": "4698" + "$ref": "4700" }, "decorators": [] }, @@ -58275,16 +58301,16 @@ "isHttpMetadata": false }, { - "$id": "4740", + "$id": "4742", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to be sent to the model.", "type": { - "$id": "4741", + "$id": "4743", "kind": "nullable", "type": { - "$id": "4742", + "$id": "4744", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58306,13 +58332,13 @@ "isHttpMetadata": false }, { - "$id": "4743", + "$id": "4745", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The name of the file to be sent to the model.", "type": { - "$id": "4744", + "$id": "4746", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58332,13 +58358,13 @@ "isHttpMetadata": false }, { - "$id": "4745", + "$id": "4747", "kind": "property", "name": "file_data", "serializedName": "file_data", "doc": "The content of the file to be sent to the model.", "type": { - "$id": "4746", + "$id": "4748", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58360,7 +58386,7 @@ ] }, "output_text": { - "$id": "4747", + "$id": "4749", "kind": "model", "name": "ItemContentOutputText", "namespace": "OpenAI", @@ -58375,17 +58401,17 @@ } ], "baseModel": { - "$ref": "4693" + "$ref": "4695" }, "properties": [ { - "$id": "4748", + "$id": "4750", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the output text. Always `output_text`.", "type": { - "$id": "4749", + "$id": "4751", "kind": "enumvalue", "name": "output_text", "value": "output_text", @@ -58393,7 +58419,7 @@ "$ref": "594" }, "enumType": { - "$ref": "4698" + "$ref": "4700" }, "decorators": [] }, @@ -58411,13 +58437,13 @@ "isHttpMetadata": false }, { - "$id": "4750", + "$id": "4752", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text output from the model.", "type": { - "$id": "4751", + "$id": "4753", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58437,17 +58463,17 @@ "isHttpMetadata": false }, { - "$id": "4752", + "$id": "4754", "kind": "property", "name": "annotations", "serializedName": "annotations", "doc": "The annotations of the text output.", "type": { - "$id": "4753", + "$id": "4755", "kind": "array", "name": "ArrayAnnotation", "valueType": { - "$id": "4754", + "$id": "4756", "kind": "model", "name": "Annotation", "namespace": "OpenAI", @@ -58460,7 +58486,7 @@ } ], "discriminatorProperty": { - "$id": "4755", + "$id": "4757", "kind": "property", "name": "type", "serializedName": "type", @@ -58482,12 +58508,12 @@ }, "properties": [ { - "$ref": "4755" + "$ref": "4757" } ], "discriminatedSubtypes": { "file_citation": { - "$id": "4756", + "$id": "4758", "kind": "model", "name": "AnnotationFileCitation", "namespace": "OpenAI", @@ -58502,17 +58528,17 @@ } ], "baseModel": { - "$ref": "4754" + "$ref": "4756" }, "properties": [ { - "$id": "4757", + "$id": "4759", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the file citation. Always `file_citation`.", "type": { - "$id": "4758", + "$id": "4760", "kind": "enumvalue", "name": "file_citation", "value": "file_citation", @@ -58520,14 +58546,14 @@ "$ref": "612" }, "enumType": { - "$id": "4759", + "$id": "4761", "kind": "enum", "decorators": [], "name": "AnnotationType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4760", + "$id": "4762", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -58536,55 +58562,55 @@ }, "values": [ { - "$id": "4761", + "$id": "4763", "kind": "enumvalue", "decorators": [], "name": "file_citation", "value": "file_citation", "valueType": { - "$ref": "4760" + "$ref": "4762" }, "enumType": { - "$ref": "4759" + "$ref": "4761" } }, { - "$id": "4762", + "$id": "4764", "kind": "enumvalue", "decorators": [], "name": "url_citation", "value": "url_citation", "valueType": { - "$ref": "4760" + "$ref": "4762" }, "enumType": { - "$ref": "4759" + "$ref": "4761" } }, { - "$id": "4763", + "$id": "4765", "kind": "enumvalue", "decorators": [], "name": "file_path", "value": "file_path", "valueType": { - "$ref": "4760" + "$ref": "4762" }, "enumType": { - "$ref": "4759" + "$ref": "4761" } }, { - "$id": "4764", + "$id": "4766", "kind": "enumvalue", "decorators": [], "name": "container_file_citation", "value": "container_file_citation", "valueType": { - "$ref": "4760" + "$ref": "4762" }, "enumType": { - "$ref": "4759" + "$ref": "4761" } } ], @@ -58613,13 +58639,13 @@ "isHttpMetadata": false }, { - "$id": "4765", + "$id": "4767", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file.", "type": { - "$id": "4766", + "$id": "4768", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58639,13 +58665,13 @@ "isHttpMetadata": false }, { - "$id": "4767", + "$id": "4769", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index of the file in the list of files.", "type": { - "$id": "4768", + "$id": "4770", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -58667,7 +58693,7 @@ ] }, "url_citation": { - "$id": "4769", + "$id": "4771", "kind": "model", "name": "AnnotationUrlCitation", "namespace": "OpenAI", @@ -58682,17 +58708,17 @@ } ], "baseModel": { - "$ref": "4754" + "$ref": "4756" }, "properties": [ { - "$id": "4770", + "$id": "4772", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the URL citation. Always `url_citation`.", "type": { - "$id": "4771", + "$id": "4773", "kind": "enumvalue", "name": "url_citation", "value": "url_citation", @@ -58700,7 +58726,7 @@ "$ref": "612" }, "enumType": { - "$ref": "4759" + "$ref": "4761" }, "decorators": [] }, @@ -58718,13 +58744,13 @@ "isHttpMetadata": false }, { - "$id": "4772", + "$id": "4774", "kind": "property", "name": "url", "serializedName": "url", "doc": "The URL of the web resource.", "type": { - "$id": "4773", + "$id": "4775", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -58744,13 +58770,13 @@ "isHttpMetadata": false }, { - "$id": "4774", + "$id": "4776", "kind": "property", "name": "start_index", "serializedName": "start_index", "doc": "The index of the first character of the URL citation in the message.", "type": { - "$id": "4775", + "$id": "4777", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -58770,13 +58796,13 @@ "isHttpMetadata": false }, { - "$id": "4776", + "$id": "4778", "kind": "property", "name": "end_index", "serializedName": "end_index", "doc": "The index of the last character of the URL citation in the message.", "type": { - "$id": "4777", + "$id": "4779", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -58796,13 +58822,13 @@ "isHttpMetadata": false }, { - "$id": "4778", + "$id": "4780", "kind": "property", "name": "title", "serializedName": "title", "doc": "The title of the web resource.", "type": { - "$id": "4779", + "$id": "4781", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58824,7 +58850,7 @@ ] }, "container_file_citation": { - "$id": "4780", + "$id": "4782", "kind": "model", "name": "ContainerFileCitationBody", "namespace": "OpenAI", @@ -58839,17 +58865,17 @@ } ], "baseModel": { - "$ref": "4754" + "$ref": "4756" }, "properties": [ { - "$id": "4781", + "$id": "4783", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the container file citation. Always `container_file_citation`.", "type": { - "$id": "4782", + "$id": "4784", "kind": "enumvalue", "name": "container_file_citation", "value": "container_file_citation", @@ -58857,7 +58883,7 @@ "$ref": "612" }, "enumType": { - "$ref": "4759" + "$ref": "4761" }, "decorators": [] }, @@ -58875,13 +58901,13 @@ "isHttpMetadata": false }, { - "$id": "4783", + "$id": "4785", "kind": "property", "name": "container_id", "serializedName": "container_id", "doc": "The ID of the container file.", "type": { - "$id": "4784", + "$id": "4786", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58901,13 +58927,13 @@ "isHttpMetadata": false }, { - "$id": "4785", + "$id": "4787", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file.", "type": { - "$id": "4786", + "$id": "4788", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -58927,13 +58953,13 @@ "isHttpMetadata": false }, { - "$id": "4787", + "$id": "4789", "kind": "property", "name": "start_index", "serializedName": "start_index", "doc": "The index of the first character of the container file citation in the message.", "type": { - "$id": "4788", + "$id": "4790", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -58953,13 +58979,13 @@ "isHttpMetadata": false }, { - "$id": "4789", + "$id": "4791", "kind": "property", "name": "end_index", "serializedName": "end_index", "doc": "The index of the last character of the container file citation in the message.", "type": { - "$id": "4790", + "$id": "4792", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -58979,13 +59005,13 @@ "isHttpMetadata": false }, { - "$id": "4791", + "$id": "4793", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The filename of the container file cited.", "type": { - "$id": "4792", + "$id": "4794", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -59007,7 +59033,7 @@ ] }, "file_path": { - "$id": "4793", + "$id": "4795", "kind": "model", "name": "AnnotationFilePath", "namespace": "OpenAI", @@ -59022,17 +59048,17 @@ } ], "baseModel": { - "$ref": "4754" + "$ref": "4756" }, "properties": [ { - "$id": "4794", + "$id": "4796", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the file path. Always `file_path`.", "type": { - "$id": "4795", + "$id": "4797", "kind": "enumvalue", "name": "file_path", "value": "file_path", @@ -59040,7 +59066,7 @@ "$ref": "612" }, "enumType": { - "$ref": "4759" + "$ref": "4761" }, "decorators": [] }, @@ -59058,13 +59084,13 @@ "isHttpMetadata": false }, { - "$id": "4796", + "$id": "4798", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file.", "type": { - "$id": "4797", + "$id": "4799", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -59084,13 +59110,13 @@ "isHttpMetadata": false }, { - "$id": "4798", + "$id": "4800", "kind": "property", "name": "index", "serializedName": "index", "doc": "The index of the file in the list of files.", "type": { - "$id": "4799", + "$id": "4801", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -59130,16 +59156,16 @@ "isHttpMetadata": false }, { - "$id": "4800", + "$id": "4802", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "type": { - "$id": "4801", + "$id": "4803", "kind": "array", "name": "ArrayLogProb", "valueType": { - "$id": "4802", + "$id": "4804", "kind": "model", "name": "LogProb", "namespace": "OpenAI", @@ -59154,12 +59180,12 @@ ], "properties": [ { - "$id": "4803", + "$id": "4805", "kind": "property", "name": "token", "serializedName": "token", "type": { - "$id": "4804", + "$id": "4806", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -59179,12 +59205,12 @@ "isHttpMetadata": false }, { - "$id": "4805", + "$id": "4807", "kind": "property", "name": "logprob", "serializedName": "logprob", "type": { - "$id": "4806", + "$id": "4808", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -59204,12 +59230,12 @@ "isHttpMetadata": false }, { - "$id": "4807", + "$id": "4809", "kind": "property", "name": "bytes", "serializedName": "bytes", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": false, "readOnly": false, @@ -59225,16 +59251,16 @@ "isHttpMetadata": false }, { - "$id": "4808", + "$id": "4810", "kind": "property", "name": "top_logprobs", "serializedName": "top_logprobs", "type": { - "$id": "4809", + "$id": "4811", "kind": "array", "name": "ArrayTopLogProb", "valueType": { - "$id": "4810", + "$id": "4812", "kind": "model", "name": "TopLogProb", "namespace": "OpenAI", @@ -59249,12 +59275,12 @@ ], "properties": [ { - "$id": "4811", + "$id": "4813", "kind": "property", "name": "token", "serializedName": "token", "type": { - "$id": "4812", + "$id": "4814", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -59274,12 +59300,12 @@ "isHttpMetadata": false }, { - "$id": "4813", + "$id": "4815", "kind": "property", "name": "logprob", "serializedName": "logprob", "type": { - "$id": "4814", + "$id": "4816", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -59299,12 +59325,12 @@ "isHttpMetadata": false }, { - "$id": "4815", + "$id": "4817", "kind": "property", "name": "bytes", "serializedName": "bytes", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": false, "readOnly": false, @@ -59382,7 +59408,7 @@ ] }, { - "$id": "4816", + "$id": "4818", "kind": "model", "name": "ItemParam", "namespace": "OpenAI", @@ -59396,7 +59422,7 @@ } ], "discriminatorProperty": { - "$id": "4817", + "$id": "4819", "kind": "property", "name": "type", "serializedName": "type", @@ -59418,12 +59444,12 @@ }, "properties": [ { - "$ref": "4817" + "$ref": "4819" } ], "discriminatedSubtypes": { "message": { - "$id": "4818", + "$id": "4820", "kind": "model", "name": "ResponsesMessageItemParam", "namespace": "OpenAI", @@ -59438,7 +59464,7 @@ } ], "discriminatorProperty": { - "$id": "4819", + "$id": "4821", "kind": "property", "name": "role", "serializedName": "role", @@ -59460,17 +59486,17 @@ "isHttpMetadata": false }, "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "4820", + "$id": "4822", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the responses item, which is always 'message'.", "type": { - "$id": "4821", + "$id": "4823", "kind": "enumvalue", "name": "message", "value": "message", @@ -59478,14 +59504,14 @@ "$ref": "618" }, "enumType": { - "$id": "4822", + "$id": "4824", "kind": "enum", "decorators": [], "name": "ItemType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4823", + "$id": "4825", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -59494,224 +59520,224 @@ }, "values": [ { - "$id": "4824", + "$id": "4826", "kind": "enumvalue", "decorators": [], "name": "message", "value": "message", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4825", + "$id": "4827", "kind": "enumvalue", "decorators": [], "name": "file_search_call", "value": "file_search_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4826", + "$id": "4828", "kind": "enumvalue", "decorators": [], "name": "function_call", "value": "function_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4827", + "$id": "4829", "kind": "enumvalue", "decorators": [], "name": "function_call_output", "value": "function_call_output", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4828", + "$id": "4830", "kind": "enumvalue", "decorators": [], "name": "computer_call", "value": "computer_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4829", + "$id": "4831", "kind": "enumvalue", "decorators": [], "name": "computer_call_output", "value": "computer_call_output", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4830", + "$id": "4832", "kind": "enumvalue", "decorators": [], "name": "web_search_call", "value": "web_search_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4831", + "$id": "4833", "kind": "enumvalue", "decorators": [], "name": "reasoning", "value": "reasoning", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4832", + "$id": "4834", "kind": "enumvalue", "decorators": [], "name": "item_reference", "value": "item_reference", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4833", + "$id": "4835", "kind": "enumvalue", "decorators": [], "name": "image_generation_call", "value": "image_generation_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4834", + "$id": "4836", "kind": "enumvalue", "decorators": [], "name": "code_interpreter_call", "value": "code_interpreter_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4835", + "$id": "4837", "kind": "enumvalue", "decorators": [], "name": "local_shell_call", "value": "local_shell_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4836", + "$id": "4838", "kind": "enumvalue", "decorators": [], "name": "local_shell_call_output", "value": "local_shell_call_output", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4837", + "$id": "4839", "kind": "enumvalue", "decorators": [], "name": "mcp_list_tools", "value": "mcp_list_tools", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4838", + "$id": "4840", "kind": "enumvalue", "decorators": [], "name": "mcp_approval_request", "value": "mcp_approval_request", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4839", + "$id": "4841", "kind": "enumvalue", "decorators": [], "name": "mcp_approval_response", "value": "mcp_approval_response", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } }, { - "$id": "4840", + "$id": "4842", "kind": "enumvalue", "decorators": [], "name": "mcp_call", "value": "mcp_call", "valueType": { - "$ref": "4823" + "$ref": "4825" }, "enumType": { - "$ref": "4822" + "$ref": "4824" } } ], @@ -59740,12 +59766,12 @@ "isHttpMetadata": false }, { - "$ref": "4819" + "$ref": "4821" } ], "discriminatedSubtypes": { "user": { - "$id": "4841", + "$id": "4843", "kind": "model", "name": "ResponsesUserMessageItemParam", "namespace": "OpenAI", @@ -59760,17 +59786,17 @@ } ], "baseModel": { - "$ref": "4818" + "$ref": "4820" }, "properties": [ { - "$id": "4842", + "$id": "4844", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `user`.", "type": { - "$id": "4843", + "$id": "4845", "kind": "enumvalue", "name": "user", "value": "user", @@ -59778,7 +59804,7 @@ "$ref": "637" }, "enumType": { - "$id": "4844", + "$id": "4846", "kind": "enum", "decorators": [], "doc": "The collection of valid roles for responses message items.", @@ -59786,7 +59812,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4845", + "$id": "4847", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -59795,55 +59821,55 @@ }, "values": [ { - "$id": "4846", + "$id": "4848", "kind": "enumvalue", "decorators": [], "name": "system", "value": "system", "valueType": { - "$ref": "4845" + "$ref": "4847" }, "enumType": { - "$ref": "4844" + "$ref": "4846" } }, { - "$id": "4847", + "$id": "4849", "kind": "enumvalue", "decorators": [], "name": "developer", "value": "developer", "valueType": { - "$ref": "4845" + "$ref": "4847" }, "enumType": { - "$ref": "4844" + "$ref": "4846" } }, { - "$id": "4848", + "$id": "4850", "kind": "enumvalue", "decorators": [], "name": "user", "value": "user", "valueType": { - "$ref": "4845" + "$ref": "4847" }, "enumType": { - "$ref": "4844" + "$ref": "4846" } }, { - "$id": "4849", + "$id": "4851", "kind": "enumvalue", "decorators": [], "name": "assistant", "value": "assistant", "valueType": { - "$ref": "4845" + "$ref": "4847" }, "enumType": { - "$ref": "4844" + "$ref": "4846" } } ], @@ -59872,13 +59898,13 @@ "isHttpMetadata": false }, { - "$id": "4850", + "$id": "4852", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -59896,7 +59922,7 @@ ] }, "system": { - "$id": "4851", + "$id": "4853", "kind": "model", "name": "ResponsesSystemMessageItemParam", "namespace": "OpenAI", @@ -59911,17 +59937,17 @@ } ], "baseModel": { - "$ref": "4818" + "$ref": "4820" }, "properties": [ { - "$id": "4852", + "$id": "4854", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `system`.", "type": { - "$id": "4853", + "$id": "4855", "kind": "enumvalue", "name": "system", "value": "system", @@ -59929,7 +59955,7 @@ "$ref": "637" }, "enumType": { - "$ref": "4844" + "$ref": "4846" }, "decorators": [] }, @@ -59947,13 +59973,13 @@ "isHttpMetadata": false }, { - "$id": "4854", + "$id": "4856", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -59971,7 +59997,7 @@ ] }, "developer": { - "$id": "4855", + "$id": "4857", "kind": "model", "name": "ResponsesDeveloperMessageItemParam", "namespace": "OpenAI", @@ -59986,17 +60012,17 @@ } ], "baseModel": { - "$ref": "4818" + "$ref": "4820" }, "properties": [ { - "$id": "4856", + "$id": "4858", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `developer`.", "type": { - "$id": "4857", + "$id": "4859", "kind": "enumvalue", "name": "developer", "value": "developer", @@ -60004,7 +60030,7 @@ "$ref": "637" }, "enumType": { - "$ref": "4844" + "$ref": "4846" }, "decorators": [] }, @@ -60022,13 +60048,13 @@ "isHttpMetadata": false }, { - "$id": "4858", + "$id": "4860", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -60046,7 +60072,7 @@ ] }, "assistant": { - "$id": "4859", + "$id": "4861", "kind": "model", "name": "ResponsesAssistantMessageItemParam", "namespace": "OpenAI", @@ -60061,17 +60087,17 @@ } ], "baseModel": { - "$ref": "4818" + "$ref": "4820" }, "properties": [ { - "$id": "4860", + "$id": "4862", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `assistant`.", "type": { - "$id": "4861", + "$id": "4863", "kind": "enumvalue", "name": "assistant", "value": "assistant", @@ -60079,7 +60105,7 @@ "$ref": "637" }, "enumType": { - "$ref": "4844" + "$ref": "4846" }, "decorators": [] }, @@ -60097,13 +60123,13 @@ "isHttpMetadata": false }, { - "$id": "4862", + "$id": "4864", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -60123,7 +60149,7 @@ } }, "function_call_output": { - "$id": "4863", + "$id": "4865", "kind": "model", "name": "FunctionToolCallOutputItemParam", "namespace": "OpenAI", @@ -60138,16 +60164,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "4864", + "$id": "4866", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4865", + "$id": "4867", "kind": "enumvalue", "name": "function_call_output", "value": "function_call_output", @@ -60155,7 +60181,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -60173,13 +60199,13 @@ "isHttpMetadata": false }, { - "$id": "4866", + "$id": "4868", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The unique ID of the function tool call generated by the model.", "type": { - "$id": "4867", + "$id": "4869", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -60199,13 +60225,13 @@ "isHttpMetadata": false }, { - "$id": "4868", + "$id": "4870", "kind": "property", "name": "output", "serializedName": "output", "doc": "A JSON string of the output of the function tool call.", "type": { - "$id": "4869", + "$id": "4871", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -60227,7 +60253,7 @@ ] }, "file_search_call": { - "$id": "4870", + "$id": "4872", "kind": "model", "name": "FileSearchToolCallItemParam", "namespace": "OpenAI", @@ -60242,16 +60268,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "4871", + "$id": "4873", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4872", + "$id": "4874", "kind": "enumvalue", "name": "file_search_call", "value": "file_search_call", @@ -60259,7 +60285,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -60277,13 +60303,13 @@ "isHttpMetadata": false }, { - "$id": "4873", + "$id": "4875", "kind": "property", "name": "queries", "serializedName": "queries", "doc": "The queries used to search for files.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -60299,20 +60325,20 @@ "isHttpMetadata": false }, { - "$id": "4874", + "$id": "4876", "kind": "property", "name": "results", "serializedName": "results", "doc": "The results of the file search tool call.", "type": { - "$id": "4875", + "$id": "4877", "kind": "nullable", "type": { - "$id": "4876", + "$id": "4878", "kind": "array", "name": "Array24", "valueType": { - "$id": "4877", + "$id": "4879", "kind": "model", "name": "FileSearchToolCallItemResourceResult", "namespace": "OpenAI", @@ -60321,13 +60347,13 @@ "decorators": [], "properties": [ { - "$id": "4878", + "$id": "4880", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The unique ID of the file.", "type": { - "$id": "4879", + "$id": "4881", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -60347,13 +60373,13 @@ "isHttpMetadata": false }, { - "$id": "4880", + "$id": "4882", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text that was retrieved from the file.", "type": { - "$id": "4881", + "$id": "4883", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -60373,13 +60399,13 @@ "isHttpMetadata": false }, { - "$id": "4882", + "$id": "4884", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The name of the file.", "type": { - "$id": "4883", + "$id": "4885", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -60399,12 +60425,12 @@ "isHttpMetadata": false }, { - "$id": "4884", + "$id": "4886", "kind": "property", "name": "attributes", "serializedName": "attributes", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": true, "readOnly": false, @@ -60420,13 +60446,13 @@ "isHttpMetadata": false }, { - "$id": "4885", + "$id": "4887", "kind": "property", "name": "score", "serializedName": "score", "doc": "The relevance score of the file - a value between 0 and 1.", "type": { - "$id": "4886", + "$id": "4888", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -60468,7 +60494,7 @@ ] }, "computer_call": { - "$id": "4887", + "$id": "4889", "kind": "model", "name": "ComputerToolCallItemParam", "namespace": "OpenAI", @@ -60483,16 +60509,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "4888", + "$id": "4890", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4889", + "$id": "4891", "kind": "enumvalue", "name": "computer_call", "value": "computer_call", @@ -60500,7 +60526,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -60518,13 +60544,13 @@ "isHttpMetadata": false }, { - "$id": "4890", + "$id": "4892", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "An identifier used when responding to the tool call with output.", "type": { - "$id": "4891", + "$id": "4893", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -60544,12 +60570,12 @@ "isHttpMetadata": false }, { - "$id": "4892", + "$id": "4894", "kind": "property", "name": "action", "serializedName": "action", "type": { - "$id": "4893", + "$id": "4895", "kind": "model", "name": "ComputerAction", "namespace": "OpenAI", @@ -60562,7 +60588,7 @@ } ], "discriminatorProperty": { - "$id": "4894", + "$id": "4896", "kind": "property", "name": "type", "serializedName": "type", @@ -60584,12 +60610,12 @@ }, "properties": [ { - "$ref": "4894" + "$ref": "4896" } ], "discriminatedSubtypes": { "click": { - "$id": "4895", + "$id": "4897", "kind": "model", "name": "ComputerActionClick", "namespace": "OpenAI", @@ -60604,17 +60630,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4896", + "$id": "4898", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a click action, this property is\nalways set to `click`.", "type": { - "$id": "4897", + "$id": "4899", "kind": "enumvalue", "name": "click", "value": "click", @@ -60622,14 +60648,14 @@ "$ref": "643" }, "enumType": { - "$id": "4898", + "$id": "4900", "kind": "enum", "decorators": [], "name": "ComputerActionType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4899", + "$id": "4901", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -60638,120 +60664,120 @@ }, "values": [ { - "$id": "4900", + "$id": "4902", "kind": "enumvalue", "decorators": [], "name": "screenshot", "value": "screenshot", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4901", + "$id": "4903", "kind": "enumvalue", "decorators": [], "name": "click", "value": "click", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4902", + "$id": "4904", "kind": "enumvalue", "decorators": [], "name": "double_click", "value": "double_click", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4903", + "$id": "4905", "kind": "enumvalue", "decorators": [], "name": "scroll", "value": "scroll", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4904", + "$id": "4906", "kind": "enumvalue", "decorators": [], "name": "type", "value": "type", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4905", + "$id": "4907", "kind": "enumvalue", "decorators": [], "name": "wait", "value": "wait", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4906", + "$id": "4908", "kind": "enumvalue", "decorators": [], "name": "keypress", "value": "keypress", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4907", + "$id": "4909", "kind": "enumvalue", "decorators": [], "name": "drag", "value": "drag", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } }, { - "$id": "4908", + "$id": "4910", "kind": "enumvalue", "decorators": [], "name": "move", "value": "move", "valueType": { - "$ref": "4899" + "$ref": "4901" }, "enumType": { - "$ref": "4898" + "$ref": "4900" } } ], @@ -60780,7 +60806,7 @@ "isHttpMetadata": false }, { - "$id": "4909", + "$id": "4911", "kind": "property", "name": "button", "serializedName": "button", @@ -60802,13 +60828,13 @@ "isHttpMetadata": false }, { - "$id": "4910", + "$id": "4912", "kind": "property", "name": "x", "serializedName": "x", "doc": "The x-coordinate where the click occurred.", "type": { - "$id": "4911", + "$id": "4913", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -60828,13 +60854,13 @@ "isHttpMetadata": false }, { - "$id": "4912", + "$id": "4914", "kind": "property", "name": "y", "serializedName": "y", "doc": "The y-coordinate where the click occurred.", "type": { - "$id": "4913", + "$id": "4915", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -60856,7 +60882,7 @@ ] }, "double_click": { - "$id": "4914", + "$id": "4916", "kind": "model", "name": "ComputerActionDoubleClick", "namespace": "OpenAI", @@ -60871,17 +60897,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4915", + "$id": "4917", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a double click action, this property is\nalways set to `double_click`.", "type": { - "$id": "4916", + "$id": "4918", "kind": "enumvalue", "name": "double_click", "value": "double_click", @@ -60889,7 +60915,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -60907,13 +60933,13 @@ "isHttpMetadata": false }, { - "$id": "4917", + "$id": "4919", "kind": "property", "name": "x", "serializedName": "x", "doc": "The x-coordinate where the double click occurred.", "type": { - "$id": "4918", + "$id": "4920", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -60933,13 +60959,13 @@ "isHttpMetadata": false }, { - "$id": "4919", + "$id": "4921", "kind": "property", "name": "y", "serializedName": "y", "doc": "The y-coordinate where the double click occurred.", "type": { - "$id": "4920", + "$id": "4922", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -60961,7 +60987,7 @@ ] }, "drag": { - "$id": "4921", + "$id": "4923", "kind": "model", "name": "ComputerActionDrag", "namespace": "OpenAI", @@ -60976,17 +61002,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4922", + "$id": "4924", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a drag action, this property is\nalways set to `drag`.", "type": { - "$id": "4923", + "$id": "4925", "kind": "enumvalue", "name": "drag", "value": "drag", @@ -60994,7 +61020,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -61012,17 +61038,17 @@ "isHttpMetadata": false }, { - "$id": "4924", + "$id": "4926", "kind": "property", "name": "path", "serializedName": "path", "doc": "An array of coordinates representing the path of the drag action. Coordinates will appear as an array\nof objects, eg\n```\n[\n { x: 100, y: 200 },\n { x: 200, y: 300 }\n]\n```", "type": { - "$id": "4925", + "$id": "4927", "kind": "array", "name": "ArrayCoordinate", "valueType": { - "$id": "4926", + "$id": "4928", "kind": "model", "name": "Coordinate", "namespace": "OpenAI", @@ -61037,13 +61063,13 @@ ], "properties": [ { - "$id": "4927", + "$id": "4929", "kind": "property", "name": "x", "serializedName": "x", "doc": "The x-coordinate.", "type": { - "$id": "4928", + "$id": "4930", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61063,13 +61089,13 @@ "isHttpMetadata": false }, { - "$id": "4929", + "$id": "4931", "kind": "property", "name": "y", "serializedName": "y", "doc": "The y-coordinate.", "type": { - "$id": "4930", + "$id": "4932", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61109,7 +61135,7 @@ ] }, "move": { - "$id": "4931", + "$id": "4933", "kind": "model", "name": "ComputerActionMove", "namespace": "OpenAI", @@ -61124,17 +61150,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4932", + "$id": "4934", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a move action, this property is\nalways set to `move`.", "type": { - "$id": "4933", + "$id": "4935", "kind": "enumvalue", "name": "move", "value": "move", @@ -61142,7 +61168,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -61160,13 +61186,13 @@ "isHttpMetadata": false }, { - "$id": "4934", + "$id": "4936", "kind": "property", "name": "x", "serializedName": "x", "doc": "The x-coordinate to move to.", "type": { - "$id": "4935", + "$id": "4937", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61186,13 +61212,13 @@ "isHttpMetadata": false }, { - "$id": "4936", + "$id": "4938", "kind": "property", "name": "y", "serializedName": "y", "doc": "The y-coordinate to move to.", "type": { - "$id": "4937", + "$id": "4939", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61214,7 +61240,7 @@ ] }, "screenshot": { - "$id": "4938", + "$id": "4940", "kind": "model", "name": "ComputerActionScreenshot", "namespace": "OpenAI", @@ -61229,17 +61255,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4939", + "$id": "4941", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a screenshot action, this property is\nalways set to `screenshot`.", "type": { - "$id": "4940", + "$id": "4942", "kind": "enumvalue", "name": "screenshot", "value": "screenshot", @@ -61247,7 +61273,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -61267,7 +61293,7 @@ ] }, "scroll": { - "$id": "4941", + "$id": "4943", "kind": "model", "name": "ComputerActionScroll", "namespace": "OpenAI", @@ -61282,17 +61308,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4942", + "$id": "4944", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a scroll action, this property is\nalways set to `scroll`.", "type": { - "$id": "4943", + "$id": "4945", "kind": "enumvalue", "name": "scroll", "value": "scroll", @@ -61300,7 +61326,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -61318,13 +61344,13 @@ "isHttpMetadata": false }, { - "$id": "4944", + "$id": "4946", "kind": "property", "name": "x", "serializedName": "x", "doc": "The x-coordinate where the scroll occurred.", "type": { - "$id": "4945", + "$id": "4947", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61344,13 +61370,13 @@ "isHttpMetadata": false }, { - "$id": "4946", + "$id": "4948", "kind": "property", "name": "y", "serializedName": "y", "doc": "The y-coordinate where the scroll occurred.", "type": { - "$id": "4947", + "$id": "4949", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61370,13 +61396,13 @@ "isHttpMetadata": false }, { - "$id": "4948", + "$id": "4950", "kind": "property", "name": "scroll_x", "serializedName": "scroll_x", "doc": "The horizontal scroll distance.", "type": { - "$id": "4949", + "$id": "4951", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61396,13 +61422,13 @@ "isHttpMetadata": false }, { - "$id": "4950", + "$id": "4952", "kind": "property", "name": "scroll_y", "serializedName": "scroll_y", "doc": "The vertical scroll distance.", "type": { - "$id": "4951", + "$id": "4953", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -61424,7 +61450,7 @@ ] }, "type": { - "$id": "4952", + "$id": "4954", "kind": "model", "name": "ComputerActionTypeKeys", "namespace": "OpenAI", @@ -61439,17 +61465,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4953", + "$id": "4955", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a type action, this property is\nalways set to `type`.", "type": { - "$id": "4954", + "$id": "4956", "kind": "enumvalue", "name": "type", "value": "type", @@ -61457,7 +61483,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -61475,13 +61501,13 @@ "isHttpMetadata": false }, { - "$id": "4955", + "$id": "4957", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text to type.", "type": { - "$id": "4956", + "$id": "4958", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -61503,7 +61529,7 @@ ] }, "wait": { - "$id": "4957", + "$id": "4959", "kind": "model", "name": "ComputerActionWait", "namespace": "OpenAI", @@ -61518,17 +61544,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4958", + "$id": "4960", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a wait action, this property is\nalways set to `wait`.", "type": { - "$id": "4959", + "$id": "4961", "kind": "enumvalue", "name": "wait", "value": "wait", @@ -61536,7 +61562,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -61556,7 +61582,7 @@ ] }, "keypress": { - "$id": "4960", + "$id": "4962", "kind": "model", "name": "ComputerActionKeyPress", "namespace": "OpenAI", @@ -61571,17 +61597,17 @@ } ], "baseModel": { - "$ref": "4893" + "$ref": "4895" }, "properties": [ { - "$id": "4961", + "$id": "4963", "kind": "property", "name": "type", "serializedName": "type", "doc": "Specifies the event type. For a keypress action, this property is\nalways set to `keypress`.", "type": { - "$id": "4962", + "$id": "4964", "kind": "enumvalue", "name": "keypress", "value": "keypress", @@ -61589,7 +61615,7 @@ "$ref": "643" }, "enumType": { - "$ref": "4898" + "$ref": "4900" }, "decorators": [] }, @@ -61607,13 +61633,13 @@ "isHttpMetadata": false }, { - "$id": "4963", + "$id": "4965", "kind": "property", "name": "keys", "serializedName": "keys", "doc": "The combination of keys the model is requesting to be pressed. This is an\narray of strings, each representing a key.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -61646,17 +61672,17 @@ "isHttpMetadata": false }, { - "$id": "4964", + "$id": "4966", "kind": "property", "name": "pending_safety_checks", "serializedName": "pending_safety_checks", "doc": "The pending safety checks for the computer call.", "type": { - "$id": "4965", + "$id": "4967", "kind": "array", "name": "ArrayComputerToolCallSafetyCheck", "valueType": { - "$id": "4966", + "$id": "4968", "kind": "model", "name": "ComputerToolCallSafetyCheck", "namespace": "OpenAI", @@ -61671,13 +61697,13 @@ ], "properties": [ { - "$id": "4967", + "$id": "4969", "kind": "property", "name": "id", "serializedName": "id", "doc": "The ID of the pending safety check.", "type": { - "$id": "4968", + "$id": "4970", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -61697,13 +61723,13 @@ "isHttpMetadata": false }, { - "$id": "4969", + "$id": "4971", "kind": "property", "name": "code", "serializedName": "code", "doc": "The type of the pending safety check.", "type": { - "$id": "4970", + "$id": "4972", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -61723,13 +61749,13 @@ "isHttpMetadata": false }, { - "$id": "4971", + "$id": "4973", "kind": "property", "name": "message", "serializedName": "message", "doc": "Details about the pending safety check.", "type": { - "$id": "4972", + "$id": "4974", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -61769,7 +61795,7 @@ ] }, "computer_call_output": { - "$id": "4973", + "$id": "4975", "kind": "model", "name": "ComputerToolCallOutputItemParam", "namespace": "OpenAI", @@ -61784,16 +61810,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "4974", + "$id": "4976", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4975", + "$id": "4977", "kind": "enumvalue", "name": "computer_call_output", "value": "computer_call_output", @@ -61801,7 +61827,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -61819,13 +61845,13 @@ "isHttpMetadata": false }, { - "$id": "4976", + "$id": "4978", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The ID of the computer tool call that produced the output.", "type": { - "$id": "4977", + "$id": "4979", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -61845,13 +61871,13 @@ "isHttpMetadata": false }, { - "$id": "4978", + "$id": "4980", "kind": "property", "name": "acknowledged_safety_checks", "serializedName": "acknowledged_safety_checks", "doc": "The safety checks reported by the API that have been acknowledged by the\ndeveloper.", "type": { - "$ref": "4965" + "$ref": "4967" }, "optional": true, "readOnly": false, @@ -61867,12 +61893,12 @@ "isHttpMetadata": false }, { - "$id": "4979", + "$id": "4981", "kind": "property", "name": "output", "serializedName": "output", "type": { - "$id": "4980", + "$id": "4982", "kind": "model", "name": "ComputerToolCallOutputItemOutput", "namespace": "OpenAI", @@ -61885,7 +61911,7 @@ } ], "discriminatorProperty": { - "$id": "4981", + "$id": "4983", "kind": "property", "name": "type", "serializedName": "type", @@ -61907,12 +61933,12 @@ }, "properties": [ { - "$ref": "4981" + "$ref": "4983" } ], "discriminatedSubtypes": { "computer_screenshot": { - "$id": "4982", + "$id": "4984", "kind": "model", "name": "ComputerToolCallOutputItemOutputComputerScreenshot", "namespace": "OpenAI", @@ -61926,16 +61952,16 @@ } ], "baseModel": { - "$ref": "4980" + "$ref": "4982" }, "properties": [ { - "$id": "4983", + "$id": "4985", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4984", + "$id": "4986", "kind": "enumvalue", "name": "screenshot", "value": "computer_screenshot", @@ -61943,7 +61969,7 @@ "$ref": "661" }, "enumType": { - "$id": "4985", + "$id": "4987", "kind": "enum", "decorators": [], "doc": "A computer screenshot image used with the computer use tool.", @@ -61951,7 +61977,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "4986", + "$id": "4988", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -61960,16 +61986,16 @@ }, "values": [ { - "$id": "4987", + "$id": "4989", "kind": "enumvalue", "decorators": [], "name": "screenshot", "value": "computer_screenshot", "valueType": { - "$ref": "4986" + "$ref": "4988" }, "enumType": { - "$ref": "4985" + "$ref": "4987" } } ], @@ -61998,12 +62024,12 @@ "isHttpMetadata": false }, { - "$id": "4988", + "$id": "4990", "kind": "property", "name": "image_url", "serializedName": "image_url", "type": { - "$id": "4989", + "$id": "4991", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62023,12 +62049,12 @@ "isHttpMetadata": false }, { - "$id": "4990", + "$id": "4992", "kind": "property", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "4991", + "$id": "4993", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62067,7 +62093,7 @@ ] }, "web_search_call": { - "$id": "4992", + "$id": "4994", "kind": "model", "name": "WebSearchToolCallItemParam", "namespace": "OpenAI", @@ -62082,16 +62108,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "4993", + "$id": "4995", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4994", + "$id": "4996", "kind": "enumvalue", "name": "web_search_call", "value": "web_search_call", @@ -62099,7 +62125,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -62119,7 +62145,7 @@ ] }, "function_call": { - "$id": "4995", + "$id": "4997", "kind": "model", "name": "FunctionToolCallItemParam", "namespace": "OpenAI", @@ -62134,16 +62160,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "4996", + "$id": "4998", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "4997", + "$id": "4999", "kind": "enumvalue", "name": "function_call", "value": "function_call", @@ -62151,7 +62177,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -62169,13 +62195,13 @@ "isHttpMetadata": false }, { - "$id": "4998", + "$id": "5000", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The unique ID of the function tool call generated by the model.", "type": { - "$id": "4999", + "$id": "5001", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62195,13 +62221,13 @@ "isHttpMetadata": false }, { - "$id": "5000", + "$id": "5002", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to run.", "type": { - "$id": "5001", + "$id": "5003", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62221,13 +62247,13 @@ "isHttpMetadata": false }, { - "$id": "5002", + "$id": "5004", "kind": "property", "name": "arguments", "serializedName": "arguments", "doc": "A JSON string of the arguments to pass to the function.", "type": { - "$id": "5003", + "$id": "5005", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62249,7 +62275,7 @@ ] }, "reasoning": { - "$id": "5004", + "$id": "5006", "kind": "model", "name": "ReasoningItemParam", "namespace": "OpenAI", @@ -62264,16 +62290,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5005", + "$id": "5007", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5006", + "$id": "5008", "kind": "enumvalue", "name": "reasoning", "value": "reasoning", @@ -62281,7 +62307,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -62299,16 +62325,16 @@ "isHttpMetadata": false }, { - "$id": "5007", + "$id": "5009", "kind": "property", "name": "encrypted_content", "serializedName": "encrypted_content", "doc": "The encrypted content of the reasoning item - populated when a response is\ngenerated with `reasoning.encrypted_content` in the `include` parameter.", "type": { - "$id": "5008", + "$id": "5010", "kind": "nullable", "type": { - "$id": "5009", + "$id": "5011", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62330,17 +62356,17 @@ "isHttpMetadata": false }, { - "$id": "5010", + "$id": "5012", "kind": "property", "name": "summary", "serializedName": "summary", "doc": "Reasoning text contents.", "type": { - "$id": "5011", + "$id": "5013", "kind": "array", "name": "ArrayReasoningItemSummaryPart", "valueType": { - "$id": "5012", + "$id": "5014", "kind": "model", "name": "ReasoningItemSummaryPart", "namespace": "OpenAI", @@ -62353,7 +62379,7 @@ } ], "discriminatorProperty": { - "$id": "5013", + "$id": "5015", "kind": "property", "name": "type", "serializedName": "type", @@ -62375,12 +62401,12 @@ }, "properties": [ { - "$ref": "5013" + "$ref": "5015" } ], "discriminatedSubtypes": { "summary_text": { - "$id": "5014", + "$id": "5016", "kind": "model", "name": "ReasoningItemSummaryTextPart", "namespace": "OpenAI", @@ -62394,16 +62420,16 @@ } ], "baseModel": { - "$ref": "5012" + "$ref": "5014" }, "properties": [ { - "$id": "5015", + "$id": "5017", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5016", + "$id": "5018", "kind": "enumvalue", "name": "summary_text", "value": "summary_text", @@ -62411,7 +62437,7 @@ "$ref": "664" }, "enumType": { - "$id": "5017", + "$id": "5019", "kind": "enum", "decorators": [ { @@ -62423,7 +62449,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "5018", + "$id": "5020", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -62432,16 +62458,16 @@ }, "values": [ { - "$id": "5019", + "$id": "5021", "kind": "enumvalue", "decorators": [], "name": "summary_text", "value": "summary_text", "valueType": { - "$ref": "5018" + "$ref": "5020" }, "enumType": { - "$ref": "5017" + "$ref": "5019" } } ], @@ -62470,12 +62496,12 @@ "isHttpMetadata": false }, { - "$id": "5020", + "$id": "5022", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "5021", + "$id": "5023", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62517,7 +62543,7 @@ ] }, "item_reference": { - "$id": "5022", + "$id": "5024", "kind": "model", "name": "ItemReferenceItemParam", "namespace": "OpenAI", @@ -62532,16 +62558,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5023", + "$id": "5025", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5024", + "$id": "5026", "kind": "enumvalue", "name": "item_reference", "value": "item_reference", @@ -62549,7 +62575,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -62567,13 +62593,13 @@ "isHttpMetadata": false }, { - "$id": "5025", + "$id": "5027", "kind": "property", "name": "id", "serializedName": "id", "doc": "The service-originated ID of the previously generated response item being referenced.", "type": { - "$id": "5026", + "$id": "5028", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62595,7 +62621,7 @@ ] }, "image_generation_call": { - "$id": "5027", + "$id": "5029", "kind": "model", "name": "ImageGenToolCallItemParam", "namespace": "OpenAI", @@ -62610,16 +62636,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5028", + "$id": "5030", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5029", + "$id": "5031", "kind": "enumvalue", "name": "image_generation_call", "value": "image_generation_call", @@ -62627,7 +62653,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -62645,16 +62671,16 @@ "isHttpMetadata": false }, { - "$id": "5030", + "$id": "5032", "kind": "property", "name": "result", "serializedName": "result", "doc": "The generated image encoded in base64.", "type": { - "$id": "5031", + "$id": "5033", "kind": "nullable", "type": { - "$id": "5032", + "$id": "5034", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -62679,7 +62705,7 @@ ] }, "code_interpreter_call": { - "$id": "5033", + "$id": "5035", "kind": "model", "name": "CodeInterpreterToolCallItemParam", "namespace": "OpenAI", @@ -62694,16 +62720,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5034", + "$id": "5036", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5035", + "$id": "5037", "kind": "enumvalue", "name": "code_interpreter_call", "value": "code_interpreter_call", @@ -62711,7 +62737,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -62729,13 +62755,13 @@ "isHttpMetadata": false }, { - "$id": "5036", + "$id": "5038", "kind": "property", "name": "container_id", "serializedName": "container_id", "doc": "The ID of the container used to run the code.", "type": { - "$id": "5037", + "$id": "5039", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62755,13 +62781,13 @@ "isHttpMetadata": false }, { - "$id": "5038", + "$id": "5040", "kind": "property", "name": "code", "serializedName": "code", "doc": "The code to run.", "type": { - "$id": "5039", + "$id": "5041", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62781,17 +62807,17 @@ "isHttpMetadata": false }, { - "$id": "5040", + "$id": "5042", "kind": "property", "name": "outputs", "serializedName": "outputs", "doc": "The outputs of the code interpreter tool call.", "type": { - "$id": "5041", + "$id": "5043", "kind": "array", "name": "ArrayCodeInterpreterToolOutput", "valueType": { - "$id": "5042", + "$id": "5044", "kind": "model", "name": "CodeInterpreterToolOutput", "namespace": "OpenAI", @@ -62804,7 +62830,7 @@ } ], "discriminatorProperty": { - "$id": "5043", + "$id": "5045", "kind": "property", "name": "type", "serializedName": "type", @@ -62827,12 +62853,12 @@ }, "properties": [ { - "$ref": "5043" + "$ref": "5045" } ], "discriminatedSubtypes": { "logs": { - "$id": "5044", + "$id": "5046", "kind": "model", "name": "CodeInterpreterToolLogsOutput", "namespace": "OpenAI", @@ -62846,17 +62872,17 @@ } ], "baseModel": { - "$ref": "5042" + "$ref": "5044" }, "properties": [ { - "$id": "5045", + "$id": "5047", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the output. Always 'logs'.", "type": { - "$id": "5046", + "$id": "5048", "kind": "enumvalue", "name": "logs", "value": "logs", @@ -62864,7 +62890,7 @@ "$ref": "667" }, "enumType": { - "$id": "5047", + "$id": "5049", "kind": "enum", "decorators": [ { @@ -62876,7 +62902,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "5048", + "$id": "5050", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -62885,29 +62911,29 @@ }, "values": [ { - "$id": "5049", + "$id": "5051", "kind": "enumvalue", "decorators": [], "name": "logs", "value": "logs", "valueType": { - "$ref": "5048" + "$ref": "5050" }, "enumType": { - "$ref": "5047" + "$ref": "5049" } }, { - "$id": "5050", + "$id": "5052", "kind": "enumvalue", "decorators": [], "name": "image", "value": "image", "valueType": { - "$ref": "5048" + "$ref": "5050" }, "enumType": { - "$ref": "5047" + "$ref": "5049" } } ], @@ -62936,13 +62962,13 @@ "isHttpMetadata": false }, { - "$id": "5051", + "$id": "5053", "kind": "property", "name": "logs", "serializedName": "logs", "doc": "The logs output from the code interpreter.", "type": { - "$id": "5052", + "$id": "5054", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -62964,7 +62990,7 @@ ] }, "image": { - "$id": "5053", + "$id": "5055", "kind": "model", "name": "CodeInterpreterToolImageOutput", "namespace": "OpenAI", @@ -62978,17 +63004,17 @@ } ], "baseModel": { - "$ref": "5042" + "$ref": "5044" }, "properties": [ { - "$id": "5054", + "$id": "5056", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the output. Always 'image'.", "type": { - "$id": "5055", + "$id": "5057", "kind": "enumvalue", "name": "image", "value": "image", @@ -62996,7 +63022,7 @@ "$ref": "667" }, "enumType": { - "$ref": "5047" + "$ref": "5049" }, "decorators": [] }, @@ -63014,13 +63040,13 @@ "isHttpMetadata": false }, { - "$id": "5056", + "$id": "5058", "kind": "property", "name": "ImageUri", "serializedName": "url", "doc": "The URL of the image output from the code interpreter.", "type": { - "$id": "5057", + "$id": "5059", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -63062,7 +63088,7 @@ ] }, "local_shell_call": { - "$id": "5058", + "$id": "5060", "kind": "model", "name": "LocalShellToolCallItemParam", "namespace": "OpenAI", @@ -63077,16 +63103,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5059", + "$id": "5061", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5060", + "$id": "5062", "kind": "enumvalue", "name": "local_shell_call", "value": "local_shell_call", @@ -63094,7 +63120,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -63112,13 +63138,13 @@ "isHttpMetadata": false }, { - "$id": "5061", + "$id": "5063", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The unique ID of the local shell tool call generated by the model.", "type": { - "$id": "5062", + "$id": "5064", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63138,12 +63164,12 @@ "isHttpMetadata": false }, { - "$id": "5063", + "$id": "5065", "kind": "property", "name": "action", "serializedName": "action", "type": { - "$id": "5064", + "$id": "5066", "kind": "model", "name": "LocalShellExecAction", "namespace": "OpenAI", @@ -63158,13 +63184,13 @@ ], "properties": [ { - "$id": "5065", + "$id": "5067", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the local shell action. Always `exec`.", "type": { - "$ref": "1665" + "$ref": "1667" }, "optional": false, "readOnly": false, @@ -63180,13 +63206,13 @@ "isHttpMetadata": false }, { - "$id": "5066", + "$id": "5068", "kind": "property", "name": "command", "serializedName": "command", "doc": "The command to run.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -63202,16 +63228,16 @@ "isHttpMetadata": false }, { - "$id": "5067", + "$id": "5069", "kind": "property", "name": "timeout_ms", "serializedName": "timeout_ms", "doc": "Optional timeout in milliseconds for the command.", "type": { - "$id": "5068", + "$id": "5070", "kind": "nullable", "type": { - "$id": "5069", + "$id": "5071", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -63233,16 +63259,16 @@ "isHttpMetadata": false }, { - "$id": "5070", + "$id": "5072", "kind": "property", "name": "working_directory", "serializedName": "working_directory", "doc": "Optional working directory to run the command in.", "type": { - "$id": "5071", + "$id": "5073", "kind": "nullable", "type": { - "$id": "5072", + "$id": "5074", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63264,13 +63290,13 @@ "isHttpMetadata": false }, { - "$id": "5073", + "$id": "5075", "kind": "property", "name": "env", "serializedName": "env", "doc": "Environment variables to set for the command.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": false, "readOnly": false, @@ -63286,16 +63312,16 @@ "isHttpMetadata": false }, { - "$id": "5074", + "$id": "5076", "kind": "property", "name": "user", "serializedName": "user", "doc": "Optional user to run the command as.", "type": { - "$id": "5075", + "$id": "5077", "kind": "nullable", "type": { - "$id": "5076", + "$id": "5078", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63334,7 +63360,7 @@ ] }, "local_shell_call_output": { - "$id": "5077", + "$id": "5079", "kind": "model", "name": "LocalShellToolCallOutputItemParam", "namespace": "OpenAI", @@ -63349,16 +63375,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5078", + "$id": "5080", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5079", + "$id": "5081", "kind": "enumvalue", "name": "local_shell_call_output", "value": "local_shell_call_output", @@ -63366,7 +63392,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -63384,13 +63410,13 @@ "isHttpMetadata": false }, { - "$id": "5080", + "$id": "5082", "kind": "property", "name": "output", "serializedName": "output", "doc": "A JSON string of the output of the local shell tool call.", "type": { - "$id": "5081", + "$id": "5083", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63412,7 +63438,7 @@ ] }, "mcp_list_tools": { - "$id": "5082", + "$id": "5084", "kind": "model", "name": "MCPListToolsItemParam", "namespace": "OpenAI", @@ -63427,16 +63453,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5083", + "$id": "5085", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5084", + "$id": "5086", "kind": "enumvalue", "name": "mcp_list_tools", "value": "mcp_list_tools", @@ -63444,7 +63470,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -63462,13 +63488,13 @@ "isHttpMetadata": false }, { - "$id": "5085", + "$id": "5087", "kind": "property", "name": "server_label", "serializedName": "server_label", "doc": "The label of the MCP server.", "type": { - "$id": "5086", + "$id": "5088", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63488,17 +63514,17 @@ "isHttpMetadata": false }, { - "$id": "5087", + "$id": "5089", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "The tools available on the server.", "type": { - "$id": "5088", + "$id": "5090", "kind": "array", "name": "ArrayMcpListToolsTool", "valueType": { - "$id": "5089", + "$id": "5091", "kind": "model", "name": "MCPListToolsTool", "namespace": "OpenAI", @@ -63513,13 +63539,13 @@ ], "properties": [ { - "$id": "5090", + "$id": "5092", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the tool.", "type": { - "$id": "5091", + "$id": "5093", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63539,16 +63565,16 @@ "isHttpMetadata": false }, { - "$id": "5092", + "$id": "5094", "kind": "property", "name": "description", "serializedName": "description", "doc": "The description of the tool.", "type": { - "$id": "5093", + "$id": "5095", "kind": "nullable", "type": { - "$id": "5094", + "$id": "5096", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63570,13 +63596,13 @@ "isHttpMetadata": false }, { - "$id": "5095", + "$id": "5097", "kind": "property", "name": "input_schema", "serializedName": "input_schema", "doc": "The JSON schema describing the tool's input.", "type": { - "$id": "5096", + "$id": "5098", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -63596,16 +63622,16 @@ "isHttpMetadata": false }, { - "$id": "5097", + "$id": "5099", "kind": "property", "name": "annotations", "serializedName": "annotations", "doc": "Additional annotations about the tool.", "type": { - "$id": "5098", + "$id": "5100", "kind": "nullable", "type": { - "$id": "5099", + "$id": "5101", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -63645,16 +63671,16 @@ "isHttpMetadata": false }, { - "$id": "5100", + "$id": "5102", "kind": "property", "name": "error", "serializedName": "error", "doc": "Error message if the server could not list tools.", "type": { - "$id": "5101", + "$id": "5103", "kind": "nullable", "type": { - "$id": "5102", + "$id": "5104", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63678,7 +63704,7 @@ ] }, "mcp_approval_request": { - "$id": "5103", + "$id": "5105", "kind": "model", "name": "MCPApprovalRequestItemParam", "namespace": "OpenAI", @@ -63693,16 +63719,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5104", + "$id": "5106", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5105", + "$id": "5107", "kind": "enumvalue", "name": "mcp_approval_request", "value": "mcp_approval_request", @@ -63710,7 +63736,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -63728,13 +63754,13 @@ "isHttpMetadata": false }, { - "$id": "5106", + "$id": "5108", "kind": "property", "name": "server_label", "serializedName": "server_label", "doc": "The label of the MCP server making the request.", "type": { - "$id": "5107", + "$id": "5109", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63754,13 +63780,13 @@ "isHttpMetadata": false }, { - "$id": "5108", + "$id": "5110", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the tool to run.", "type": { - "$id": "5109", + "$id": "5111", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63780,13 +63806,13 @@ "isHttpMetadata": false }, { - "$id": "5110", + "$id": "5112", "kind": "property", "name": "arguments", "serializedName": "arguments", "doc": "A JSON string of arguments for the tool.", "type": { - "$id": "5111", + "$id": "5113", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63808,7 +63834,7 @@ ] }, "mcp_approval_response": { - "$id": "5112", + "$id": "5114", "kind": "model", "name": "MCPApprovalResponseItemParam", "namespace": "OpenAI", @@ -63823,16 +63849,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5113", + "$id": "5115", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5114", + "$id": "5116", "kind": "enumvalue", "name": "mcp_approval_response", "value": "mcp_approval_response", @@ -63840,7 +63866,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -63858,13 +63884,13 @@ "isHttpMetadata": false }, { - "$id": "5115", + "$id": "5117", "kind": "property", "name": "approval_request_id", "serializedName": "approval_request_id", "doc": "The ID of the approval request being answered.", "type": { - "$id": "5116", + "$id": "5118", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63884,13 +63910,13 @@ "isHttpMetadata": false }, { - "$id": "5117", + "$id": "5119", "kind": "property", "name": "approve", "serializedName": "approve", "doc": "Whether the request was approved.", "type": { - "$id": "5118", + "$id": "5120", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -63910,16 +63936,16 @@ "isHttpMetadata": false }, { - "$id": "5119", + "$id": "5121", "kind": "property", "name": "reason", "serializedName": "reason", "doc": "Optional reason for the decision.", "type": { - "$id": "5120", + "$id": "5122", "kind": "nullable", "type": { - "$id": "5121", + "$id": "5123", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -63943,7 +63969,7 @@ ] }, "mcp_call": { - "$id": "5122", + "$id": "5124", "kind": "model", "name": "MCPCallItemParam", "namespace": "OpenAI", @@ -63958,16 +63984,16 @@ } ], "baseModel": { - "$ref": "4816" + "$ref": "4818" }, "properties": [ { - "$id": "5123", + "$id": "5125", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "5124", + "$id": "5126", "kind": "enumvalue", "name": "mcp_call", "value": "mcp_call", @@ -63975,7 +64001,7 @@ "$ref": "618" }, "enumType": { - "$ref": "4822" + "$ref": "4824" }, "decorators": [] }, @@ -63993,13 +64019,13 @@ "isHttpMetadata": false }, { - "$id": "5125", + "$id": "5127", "kind": "property", "name": "server_label", "serializedName": "server_label", "doc": "The label of the MCP server running the tool.", "type": { - "$id": "5126", + "$id": "5128", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -64019,13 +64045,13 @@ "isHttpMetadata": false }, { - "$id": "5127", + "$id": "5129", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the tool that was run.", "type": { - "$id": "5128", + "$id": "5130", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -64045,13 +64071,13 @@ "isHttpMetadata": false }, { - "$id": "5129", + "$id": "5131", "kind": "property", "name": "arguments", "serializedName": "arguments", "doc": "A JSON string of the arguments passed to the tool.", "type": { - "$id": "5130", + "$id": "5132", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -64071,16 +64097,16 @@ "isHttpMetadata": false }, { - "$id": "5131", + "$id": "5133", "kind": "property", "name": "output", "serializedName": "output", "doc": "The output from the tool call.", "type": { - "$id": "5132", + "$id": "5134", "kind": "nullable", "type": { - "$id": "5133", + "$id": "5135", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -64102,16 +64128,16 @@ "isHttpMetadata": false }, { - "$id": "5134", + "$id": "5136", "kind": "property", "name": "error", "serializedName": "error", "doc": "The error from the tool call, if any.", "type": { - "$id": "5135", + "$id": "5137", "kind": "nullable", "type": { - "$id": "5136", + "$id": "5138", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -64161,16 +64187,16 @@ "isHttpMetadata": false }, { - "$id": "5137", + "$id": "5139", "kind": "property", "name": "include", "serializedName": "include", "doc": "Specify additional output data to include in the model response. Currently\nsupported values are:\n- `file_search_call.results`: Include the search results of\n the file search tool call.\n- `message.input_image.image_url`: Include image urls from the input message.\n- `computer_call_output.output.image_url`: Include image urls from the computer call output.\n- `reasoning.encrypted_content`: Includes an encrypted version of reasoning\n tokens in reasoning item outputs. This enables reasoning items to be used in\n multi-turn conversations when using the Responses API statelessly (like\n when the `store` parameter is set to `false`, or when an organization is\n enrolled in the zero data retention program).\n- `code_interpreter_call.outputs`: Includes the outputs of python code execution\n in code interpreter tool call items.", "type": { - "$id": "5138", + "$id": "5140", "kind": "nullable", "type": { - "$id": "5139", + "$id": "5141", "kind": "array", "name": "ArrayIncludable", "valueType": { @@ -64195,16 +64221,16 @@ "isHttpMetadata": false }, { - "$id": "5140", + "$id": "5142", "kind": "property", "name": "parallel_tool_calls", "serializedName": "parallel_tool_calls", "doc": "Whether to allow the model to run tool calls in parallel.", "type": { - "$id": "5141", + "$id": "5143", "kind": "nullable", "type": { - "$id": "5142", + "$id": "5144", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -64226,16 +64252,16 @@ "isHttpMetadata": false }, { - "$id": "5143", + "$id": "5145", "kind": "property", "name": "store", "serializedName": "store", "doc": "Whether to store the generated model response for later retrieval via\nAPI.", "type": { - "$id": "5144", + "$id": "5146", "kind": "nullable", "type": { - "$id": "5145", + "$id": "5147", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -64257,16 +64283,16 @@ "isHttpMetadata": false }, { - "$id": "5146", + "$id": "5148", "kind": "property", "name": "stream", "serializedName": "stream", "doc": "If set to true, the model response data will be streamed to the client\nas it is generated using [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format).\nSee the [Streaming section below](/docs/api-reference/responses-streaming)\nfor more information.", "type": { - "$id": "5147", + "$id": "5149", "kind": "nullable", "type": { - "$id": "5148", + "$id": "5150", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -64290,217 +64316,217 @@ ] }, { - "$ref": "4625" - }, - { - "$ref": "4642" + "$ref": "4627" }, { - "$ref": "4647" + "$ref": "4644" }, { "$ref": "4649" }, { - "$ref": "4661" + "$ref": "4651" }, { - "$ref": "4664" + "$ref": "4663" }, { - "$ref": "4667" + "$ref": "4666" }, { - "$ref": "4670" + "$ref": "4669" }, { - "$ref": "4673" + "$ref": "4672" }, { - "$ref": "4676" + "$ref": "4675" }, { - "$ref": "4688" + "$ref": "4678" }, { - "$ref": "4693" + "$ref": "4690" }, { "$ref": "4695" }, { - "$ref": "4710" + "$ref": "4697" }, { - "$ref": "4717" + "$ref": "4712" }, { - "$ref": "4722" + "$ref": "4719" }, { - "$ref": "4727" + "$ref": "4724" }, { - "$ref": "4737" + "$ref": "4729" }, { - "$ref": "4747" + "$ref": "4739" }, { - "$ref": "4754" + "$ref": "4749" }, { "$ref": "4756" }, { - "$ref": "4769" + "$ref": "4758" }, { - "$ref": "4780" + "$ref": "4771" }, { - "$ref": "4793" + "$ref": "4782" }, { - "$ref": "4802" + "$ref": "4795" }, { - "$ref": "4810" + "$ref": "4804" }, { - "$ref": "4816" + "$ref": "4812" }, { "$ref": "4818" }, { - "$ref": "4841" + "$ref": "4820" }, { - "$ref": "4851" + "$ref": "4843" }, { - "$ref": "4855" + "$ref": "4853" }, { - "$ref": "4859" + "$ref": "4857" }, { - "$ref": "4863" + "$ref": "4861" }, { - "$ref": "4870" + "$ref": "4865" }, { - "$ref": "4877" + "$ref": "4872" }, { - "$ref": "4887" + "$ref": "4879" }, { - "$ref": "4893" + "$ref": "4889" }, { "$ref": "4895" }, { - "$ref": "4914" + "$ref": "4897" }, { - "$ref": "4921" + "$ref": "4916" }, { - "$ref": "4926" + "$ref": "4923" }, { - "$ref": "4931" + "$ref": "4928" }, { - "$ref": "4938" + "$ref": "4933" }, { - "$ref": "4941" + "$ref": "4940" }, { - "$ref": "4952" + "$ref": "4943" }, { - "$ref": "4957" + "$ref": "4954" }, { - "$ref": "4960" + "$ref": "4959" }, { - "$ref": "4966" + "$ref": "4962" }, { - "$ref": "4973" + "$ref": "4968" }, { - "$ref": "4980" + "$ref": "4975" }, { "$ref": "4982" }, { - "$ref": "4992" + "$ref": "4984" }, { - "$ref": "4995" + "$ref": "4994" }, { - "$ref": "5004" + "$ref": "4997" }, { - "$ref": "5012" + "$ref": "5006" }, { "$ref": "5014" }, { - "$ref": "5022" + "$ref": "5016" }, { - "$ref": "5027" + "$ref": "5024" }, { - "$ref": "5033" + "$ref": "5029" }, { - "$ref": "5042" + "$ref": "5035" }, { "$ref": "5044" }, { - "$ref": "5053" + "$ref": "5046" + }, + { + "$ref": "5055" }, { - "$ref": "5058" + "$ref": "5060" }, { - "$ref": "5064" + "$ref": "5066" }, { - "$ref": "5077" + "$ref": "5079" }, { - "$ref": "5082" + "$ref": "5084" }, { - "$ref": "5089" + "$ref": "5091" }, { - "$ref": "5103" + "$ref": "5105" }, { - "$ref": "5112" + "$ref": "5114" }, { - "$ref": "5122" + "$ref": "5124" }, { - "$id": "5149", + "$id": "5151", "kind": "model", "name": "Response", "namespace": "OpenAI", @@ -64514,13 +64540,13 @@ ], "properties": [ { - "$id": "5150", + "$id": "5152", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -64536,16 +64562,16 @@ "isHttpMetadata": false }, { - "$id": "5151", + "$id": "5153", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.\nWe generally recommend altering this or `top_p` but not both.", "type": { - "$id": "5152", + "$id": "5154", "kind": "nullable", "type": { - "$id": "5153", + "$id": "5155", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -64567,16 +64593,16 @@ "isHttpMetadata": false }, { - "$id": "5154", + "$id": "5156", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling,\nwhere the model considers the results of the tokens with top_p probability\nmass. So 0.1 means only the tokens comprising the top 10% probability mass\nare considered.\n\nWe generally recommend altering this or `temperature` but not both.", "type": { - "$id": "5155", + "$id": "5157", "kind": "nullable", "type": { - "$id": "5156", + "$id": "5158", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -64598,16 +64624,16 @@ "isHttpMetadata": false }, { - "$id": "5157", + "$id": "5159", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "5158", + "$id": "5160", "kind": "nullable", "type": { - "$id": "5159", + "$id": "5161", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -64629,7 +64655,7 @@ "isHttpMetadata": false }, { - "$id": "5160", + "$id": "5162", "kind": "property", "name": "service_tier", "serializedName": "service_tier", @@ -64650,13 +64676,13 @@ "isHttpMetadata": false }, { - "$id": "5161", + "$id": "5163", "kind": "property", "name": "previous_response_id", "serializedName": "previous_response_id", "doc": "The unique ID of the previous response to the model. Use this to\ncreate multi-turn conversations. Learn more about\n[conversation state](/docs/guides/conversation-state).", "type": { - "$ref": "4620" + "$ref": "4622" }, "optional": true, "readOnly": false, @@ -64672,7 +64698,7 @@ "isHttpMetadata": false }, { - "$id": "5162", + "$id": "5164", "kind": "property", "name": "model", "serializedName": "model", @@ -64694,12 +64720,12 @@ "isHttpMetadata": false }, { - "$id": "5163", + "$id": "5165", "kind": "property", "name": "reasoning", "serializedName": "reasoning", "type": { - "$ref": "4624" + "$ref": "4626" }, "optional": true, "readOnly": false, @@ -64715,13 +64741,13 @@ "isHttpMetadata": false }, { - "$id": "5164", + "$id": "5166", "kind": "property", "name": "background", "serializedName": "background", "doc": "Whether to run the model response in the background.\n[Learn more](/docs/guides/background).", "type": { - "$ref": "4633" + "$ref": "4635" }, "optional": true, "readOnly": false, @@ -64737,13 +64763,13 @@ "isHttpMetadata": false }, { - "$id": "5165", + "$id": "5167", "kind": "property", "name": "max_output_tokens", "serializedName": "max_output_tokens", "doc": "An upper bound for the number of tokens that can be generated for a response, including visible output tokens and [reasoning tokens](/docs/guides/reasoning).", "type": { - "$ref": "4636" + "$ref": "4638" }, "optional": true, "readOnly": false, @@ -64759,13 +64785,13 @@ "isHttpMetadata": false }, { - "$id": "5166", + "$id": "5168", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "Inserts a system (or developer) message as the first item in the model's context.\n\nWhen using along with `previous_response_id`, the instructions from a previous\nresponse will not be carried over to the next response. This makes it simple\nto swap out system (or developer) messages in new responses.", "type": { - "$ref": "4639" + "$ref": "4641" }, "optional": true, "readOnly": false, @@ -64781,13 +64807,13 @@ "isHttpMetadata": false }, { - "$id": "5167", + "$id": "5169", "kind": "property", "name": "text", "serializedName": "text", "doc": "Configuration options for a text response from the model. Can be plain\ntext or structured JSON data. Learn more:\n- [Text inputs and outputs](/docs/guides/text)\n- [Structured Outputs](/docs/guides/structured-outputs)", "type": { - "$ref": "4642" + "$ref": "4644" }, "optional": true, "readOnly": false, @@ -64803,13 +64829,13 @@ "isHttpMetadata": false }, { - "$id": "5168", + "$id": "5170", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "An array of tools the model may call while generating a response. You\ncan specify which tool to use by setting the `tool_choice` parameter.\n\nThe two categories of tools you can provide the model are:\n\n- **Built-in tools**: Tools that are provided by OpenAI that extend the\n model's capabilities, like [web search](/docs/guides/tools-web-search)\n or [file search](/docs/guides/tools-file-search). Learn more about\n [built-in tools](/docs/guides/tools).\n- **Function calls (custom tools)**: Functions that are defined by you,\n enabling the model to call your own code. Learn more about\n [function calling](/docs/guides/function-calling).", "type": { - "$ref": "4343" + "$ref": "4345" }, "optional": true, "readOnly": false, @@ -64825,13 +64851,13 @@ "isHttpMetadata": false }, { - "$id": "5169", + "$id": "5171", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "doc": "How the model should select which tool (or tools) to use when generating\na response. See the `tools` parameter to see how to specify which tools\nthe model can call.", "type": { - "$ref": "4646" + "$ref": "4648" }, "optional": true, "readOnly": false, @@ -64847,13 +64873,13 @@ "isHttpMetadata": false }, { - "$id": "5170", + "$id": "5172", "kind": "property", "name": "truncation", "serializedName": "truncation", "doc": "The truncation strategy to use for the model response.\n- `auto`: If the context of this response and previous ones exceeds\n the model's context window size, the model will truncate the\n response to fit the context window by dropping input items in the\n middle of the conversation.\n- `disabled` (default): If a model response will exceed the context window\n size for a model, the request will fail with a 400 error.", "type": { - "$ref": "4682" + "$ref": "4684" }, "optional": true, "readOnly": false, @@ -64869,13 +64895,13 @@ "isHttpMetadata": false }, { - "$id": "5171", + "$id": "5173", "kind": "property", "name": "id", "serializedName": "id", "doc": "Unique identifier for this Response.", "type": { - "$id": "5172", + "$id": "5174", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -64895,13 +64921,13 @@ "isHttpMetadata": false }, { - "$id": "5173", + "$id": "5175", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type of this resource - always set to `response`.", "type": { - "$ref": "1667" + "$ref": "1669" }, "optional": false, "readOnly": false, @@ -64917,7 +64943,7 @@ "isHttpMetadata": false }, { - "$id": "5174", + "$id": "5176", "kind": "property", "name": "status", "serializedName": "status", @@ -64939,18 +64965,18 @@ "isHttpMetadata": false }, { - "$id": "5175", + "$id": "5177", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "Unix timestamp (in seconds) of when this Response was created.", "type": { - "$id": "5176", + "$id": "5178", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "5177", + "$id": "5179", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -64973,15 +64999,15 @@ "isHttpMetadata": false }, { - "$id": "5178", + "$id": "5180", "kind": "property", "name": "error", "serializedName": "error", "type": { - "$id": "5179", + "$id": "5181", "kind": "nullable", "type": { - "$id": "5180", + "$id": "5182", "kind": "model", "name": "ResponseError", "namespace": "OpenAI", @@ -64996,7 +65022,7 @@ ], "properties": [ { - "$id": "5181", + "$id": "5183", "kind": "property", "name": "code", "serializedName": "code", @@ -65017,13 +65043,13 @@ "isHttpMetadata": false }, { - "$id": "5182", + "$id": "5184", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable description of the error.", "type": { - "$id": "5183", + "$id": "5185", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -65060,16 +65086,16 @@ "isHttpMetadata": false }, { - "$id": "5184", + "$id": "5186", "kind": "property", "name": "incomplete_details", "serializedName": "incomplete_details", "doc": "Details about why the response is incomplete.", "type": { - "$id": "5185", + "$id": "5187", "kind": "nullable", "type": { - "$id": "5186", + "$id": "5188", "kind": "model", "name": "ResponseIncompleteDetails1", "namespace": "OpenAI", @@ -65078,7 +65104,7 @@ "decorators": [], "properties": [ { - "$id": "5187", + "$id": "5189", "kind": "property", "name": "reason", "serializedName": "reason", @@ -65117,17 +65143,17 @@ "isHttpMetadata": false }, { - "$id": "5188", + "$id": "5190", "kind": "property", "name": "output", "serializedName": "output", "doc": "An array of content items generated by the model.\n\n- The length and order of items in the `output` array is dependent\n on the model's response.\n- Rather than accessing the first item in the `output` array and\n assuming it's an `assistant` message with the content generated by\n the model, you might consider using the `output_text` property where\n supported in SDKs.", "type": { - "$id": "5189", + "$id": "5191", "kind": "array", "name": "ArrayItemResource", "valueType": { - "$id": "5190", + "$id": "5192", "kind": "model", "name": "ItemResource", "namespace": "OpenAI", @@ -65141,7 +65167,7 @@ } ], "discriminatorProperty": { - "$id": "5191", + "$id": "5193", "kind": "property", "name": "type", "serializedName": "type", @@ -65163,15 +65189,15 @@ }, "properties": [ { - "$ref": "5191" + "$ref": "5193" }, { - "$id": "5192", + "$id": "5194", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "5193", + "$id": "5195", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -65193,7 +65219,7 @@ ], "discriminatedSubtypes": { "message": { - "$id": "5194", + "$id": "5196", "kind": "model", "name": "ResponsesMessageItemResource", "namespace": "OpenAI", @@ -65208,7 +65234,7 @@ } ], "discriminatorProperty": { - "$id": "5195", + "$id": "5197", "kind": "property", "name": "role", "serializedName": "role", @@ -65230,17 +65256,17 @@ "isHttpMetadata": false }, "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5196", + "$id": "5198", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the responses item, which is always 'message'.", "type": { - "$ref": "4821" + "$ref": "4823" }, "optional": false, "readOnly": false, @@ -65256,7 +65282,7 @@ "isHttpMetadata": false }, { - "$id": "5197", + "$id": "5199", "kind": "property", "name": "status", "serializedName": "status", @@ -65278,12 +65304,12 @@ "isHttpMetadata": false }, { - "$ref": "5195" + "$ref": "5197" } ], "discriminatedSubtypes": { "user": { - "$id": "5198", + "$id": "5200", "kind": "model", "name": "ResponsesUserMessageItemResource", "namespace": "OpenAI", @@ -65298,17 +65324,17 @@ } ], "baseModel": { - "$ref": "5194" + "$ref": "5196" }, "properties": [ { - "$id": "5199", + "$id": "5201", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `user`.", "type": { - "$ref": "4843" + "$ref": "4845" }, "optional": false, "readOnly": false, @@ -65324,13 +65350,13 @@ "isHttpMetadata": false }, { - "$id": "5200", + "$id": "5202", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -65348,7 +65374,7 @@ ] }, "system": { - "$id": "5201", + "$id": "5203", "kind": "model", "name": "ResponsesSystemMessageItemResource", "namespace": "OpenAI", @@ -65363,17 +65389,17 @@ } ], "baseModel": { - "$ref": "5194" + "$ref": "5196" }, "properties": [ { - "$id": "5202", + "$id": "5204", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `system`.", "type": { - "$ref": "4853" + "$ref": "4855" }, "optional": false, "readOnly": false, @@ -65389,13 +65415,13 @@ "isHttpMetadata": false }, { - "$id": "5203", + "$id": "5205", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -65413,7 +65439,7 @@ ] }, "developer": { - "$id": "5204", + "$id": "5206", "kind": "model", "name": "ResponsesDeveloperMessageItemResource", "namespace": "OpenAI", @@ -65428,17 +65454,17 @@ } ], "baseModel": { - "$ref": "5194" + "$ref": "5196" }, "properties": [ { - "$id": "5205", + "$id": "5207", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `developer`.", "type": { - "$ref": "4857" + "$ref": "4859" }, "optional": false, "readOnly": false, @@ -65454,13 +65480,13 @@ "isHttpMetadata": false }, { - "$id": "5206", + "$id": "5208", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -65478,7 +65504,7 @@ ] }, "assistant": { - "$id": "5207", + "$id": "5209", "kind": "model", "name": "ResponsesAssistantMessageItemResource", "namespace": "OpenAI", @@ -65493,17 +65519,17 @@ } ], "baseModel": { - "$ref": "5194" + "$ref": "5196" }, "properties": [ { - "$id": "5208", + "$id": "5210", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the message, which is always `assistant`.", "type": { - "$ref": "4861" + "$ref": "4863" }, "optional": false, "readOnly": false, @@ -65519,13 +65545,13 @@ "isHttpMetadata": false }, { - "$id": "5209", + "$id": "5211", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content associated with the message.", "type": { - "$ref": "4692" + "$ref": "4694" }, "optional": false, "readOnly": false, @@ -65545,7 +65571,7 @@ } }, "computer_call_output": { - "$id": "5210", + "$id": "5212", "kind": "model", "name": "ComputerToolCallOutputItemResource", "namespace": "OpenAI", @@ -65560,16 +65586,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5211", + "$id": "5213", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "4975" + "$ref": "4977" }, "optional": false, "readOnly": false, @@ -65585,7 +65611,7 @@ "isHttpMetadata": false }, { - "$id": "5212", + "$id": "5214", "kind": "property", "name": "status", "serializedName": "status", @@ -65607,13 +65633,13 @@ "isHttpMetadata": false }, { - "$id": "5213", + "$id": "5215", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The ID of the computer tool call that produced the output.", "type": { - "$id": "5214", + "$id": "5216", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -65633,13 +65659,13 @@ "isHttpMetadata": false }, { - "$id": "5215", + "$id": "5217", "kind": "property", "name": "acknowledged_safety_checks", "serializedName": "acknowledged_safety_checks", "doc": "The safety checks reported by the API that have been acknowledged by the\ndeveloper.", "type": { - "$ref": "4965" + "$ref": "4967" }, "optional": true, "readOnly": false, @@ -65655,12 +65681,12 @@ "isHttpMetadata": false }, { - "$id": "5216", + "$id": "5218", "kind": "property", "name": "output", "serializedName": "output", "type": { - "$ref": "4980" + "$ref": "4982" }, "optional": false, "readOnly": false, @@ -65678,7 +65704,7 @@ ] }, "function_call": { - "$id": "5217", + "$id": "5219", "kind": "model", "name": "FunctionToolCallItemResource", "namespace": "OpenAI", @@ -65693,16 +65719,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5218", + "$id": "5220", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "4997" + "$ref": "4999" }, "optional": false, "readOnly": false, @@ -65718,7 +65744,7 @@ "isHttpMetadata": false }, { - "$id": "5219", + "$id": "5221", "kind": "property", "name": "status", "serializedName": "status", @@ -65740,13 +65766,13 @@ "isHttpMetadata": false }, { - "$id": "5220", + "$id": "5222", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The unique ID of the function tool call generated by the model.", "type": { - "$id": "5221", + "$id": "5223", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -65766,13 +65792,13 @@ "isHttpMetadata": false }, { - "$id": "5222", + "$id": "5224", "kind": "property", "name": "FunctionName", "serializedName": "name", "doc": "The name of the function to run.", "type": { - "$id": "5223", + "$id": "5225", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -65792,13 +65818,13 @@ "isHttpMetadata": false }, { - "$id": "5224", + "$id": "5226", "kind": "property", "name": "FunctionArguments", "serializedName": "arguments", "doc": "A JSON string of the arguments to pass to the function.", "type": { - "$id": "5225", + "$id": "5227", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -65820,7 +65846,7 @@ ] }, "function_call_output": { - "$id": "5226", + "$id": "5228", "kind": "model", "name": "FunctionToolCallOutputItemResource", "namespace": "OpenAI", @@ -65835,16 +65861,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5227", + "$id": "5229", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "4865" + "$ref": "4867" }, "optional": false, "readOnly": false, @@ -65860,7 +65886,7 @@ "isHttpMetadata": false }, { - "$id": "5228", + "$id": "5230", "kind": "property", "name": "status", "serializedName": "status", @@ -65882,13 +65908,13 @@ "isHttpMetadata": false }, { - "$id": "5229", + "$id": "5231", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The unique ID of the function tool call generated by the model.", "type": { - "$id": "5230", + "$id": "5232", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -65908,13 +65934,13 @@ "isHttpMetadata": false }, { - "$id": "5231", + "$id": "5233", "kind": "property", "name": "FunctionOutput", "serializedName": "output", "doc": "A JSON string of the output of the function tool call.", "type": { - "$id": "5232", + "$id": "5234", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -65936,7 +65962,7 @@ ] }, "mcp_approval_response": { - "$id": "5233", + "$id": "5235", "kind": "model", "name": "MCPApprovalResponseItemResource", "namespace": "OpenAI", @@ -65951,16 +65977,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5234", + "$id": "5236", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5114" + "$ref": "5116" }, "optional": false, "readOnly": false, @@ -65976,13 +66002,13 @@ "isHttpMetadata": false }, { - "$id": "5235", + "$id": "5237", "kind": "property", "name": "approval_request_id", "serializedName": "approval_request_id", "doc": "The ID of the approval request being answered.", "type": { - "$id": "5236", + "$id": "5238", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -66002,13 +66028,13 @@ "isHttpMetadata": false }, { - "$id": "5237", + "$id": "5239", "kind": "property", "name": "Approved", "serializedName": "approve", "doc": "Whether the request was approved.", "type": { - "$id": "5238", + "$id": "5240", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -66028,13 +66054,13 @@ "isHttpMetadata": false }, { - "$id": "5239", + "$id": "5241", "kind": "property", "name": "reason", "serializedName": "reason", "doc": "Optional reason for the decision.", "type": { - "$ref": "5120" + "$ref": "5122" }, "optional": true, "readOnly": false, @@ -66052,7 +66078,7 @@ ] }, "file_search_call": { - "$id": "5240", + "$id": "5242", "kind": "model", "name": "FileSearchToolCallItemResource", "namespace": "OpenAI", @@ -66067,16 +66093,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5241", + "$id": "5243", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "4872" + "$ref": "4874" }, "optional": false, "readOnly": false, @@ -66092,7 +66118,7 @@ "isHttpMetadata": false }, { - "$id": "5242", + "$id": "5244", "kind": "property", "name": "status", "serializedName": "status", @@ -66114,13 +66140,13 @@ "isHttpMetadata": false }, { - "$id": "5243", + "$id": "5245", "kind": "property", "name": "queries", "serializedName": "queries", "doc": "The queries used to search for files.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -66136,13 +66162,13 @@ "isHttpMetadata": false }, { - "$id": "5244", + "$id": "5246", "kind": "property", "name": "results", "serializedName": "results", "doc": "The results of the file search tool call.", "type": { - "$ref": "4875" + "$ref": "4877" }, "optional": true, "readOnly": false, @@ -66160,7 +66186,7 @@ ] }, "computer_call": { - "$id": "5245", + "$id": "5247", "kind": "model", "name": "ComputerToolCallItemResource", "namespace": "OpenAI", @@ -66175,16 +66201,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5246", + "$id": "5248", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "4889" + "$ref": "4891" }, "optional": false, "readOnly": false, @@ -66200,7 +66226,7 @@ "isHttpMetadata": false }, { - "$id": "5247", + "$id": "5249", "kind": "property", "name": "status", "serializedName": "status", @@ -66222,13 +66248,13 @@ "isHttpMetadata": false }, { - "$id": "5248", + "$id": "5250", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "An identifier used when responding to the tool call with output.", "type": { - "$id": "5249", + "$id": "5251", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -66248,12 +66274,12 @@ "isHttpMetadata": false }, { - "$id": "5250", + "$id": "5252", "kind": "property", "name": "action", "serializedName": "action", "type": { - "$ref": "4893" + "$ref": "4895" }, "optional": false, "readOnly": false, @@ -66269,13 +66295,13 @@ "isHttpMetadata": false }, { - "$id": "5251", + "$id": "5253", "kind": "property", "name": "pending_safety_checks", "serializedName": "pending_safety_checks", "doc": "The pending safety checks for the computer call.", "type": { - "$ref": "4965" + "$ref": "4967" }, "optional": false, "readOnly": false, @@ -66293,7 +66319,7 @@ ] }, "web_search_call": { - "$id": "5252", + "$id": "5254", "kind": "model", "name": "WebSearchToolCallItemResource", "namespace": "OpenAI", @@ -66308,16 +66334,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5253", + "$id": "5255", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "4994" + "$ref": "4996" }, "optional": false, "readOnly": false, @@ -66333,7 +66359,7 @@ "isHttpMetadata": false }, { - "$id": "5254", + "$id": "5256", "kind": "property", "name": "status", "serializedName": "status", @@ -66357,7 +66383,7 @@ ] }, "reasoning": { - "$id": "5255", + "$id": "5257", "kind": "model", "name": "ReasoningItemResource", "namespace": "OpenAI", @@ -66372,16 +66398,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5256", + "$id": "5258", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5006" + "$ref": "5008" }, "optional": false, "readOnly": false, @@ -66397,7 +66423,7 @@ "isHttpMetadata": false }, { - "$id": "5257", + "$id": "5259", "kind": "property", "name": "status", "serializedName": "status", @@ -66419,13 +66445,13 @@ "isHttpMetadata": false }, { - "$id": "5258", + "$id": "5260", "kind": "property", "name": "encrypted_content", "serializedName": "encrypted_content", "doc": "The encrypted content of the reasoning item - populated when a response is\ngenerated with `reasoning.encrypted_content` in the `include` parameter.", "type": { - "$ref": "5008" + "$ref": "5010" }, "optional": true, "readOnly": false, @@ -66441,13 +66467,13 @@ "isHttpMetadata": false }, { - "$id": "5259", + "$id": "5261", "kind": "property", "name": "SummaryParts", "serializedName": "summary", "doc": "Reasoning text contents.", "type": { - "$ref": "5011" + "$ref": "5013" }, "optional": false, "readOnly": false, @@ -66465,7 +66491,7 @@ ] }, "image_generation_call": { - "$id": "5260", + "$id": "5262", "kind": "model", "name": "ImageGenToolCallItemResource", "namespace": "OpenAI", @@ -66480,16 +66506,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5261", + "$id": "5263", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5029" + "$ref": "5031" }, "optional": false, "readOnly": false, @@ -66505,7 +66531,7 @@ "isHttpMetadata": false }, { - "$id": "5262", + "$id": "5264", "kind": "property", "name": "status", "serializedName": "status", @@ -66526,13 +66552,13 @@ "isHttpMetadata": false }, { - "$id": "5263", + "$id": "5265", "kind": "property", "name": "ImageResultBytes", "serializedName": "result", "doc": "The generated image encoded in base64.", "type": { - "$ref": "5031" + "$ref": "5033" }, "optional": false, "readOnly": false, @@ -66550,7 +66576,7 @@ ] }, "code_interpreter_call": { - "$id": "5264", + "$id": "5266", "kind": "model", "name": "CodeInterpreterToolCallItemResource", "namespace": "OpenAI", @@ -66565,16 +66591,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5265", + "$id": "5267", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5035" + "$ref": "5037" }, "optional": false, "readOnly": false, @@ -66590,7 +66616,7 @@ "isHttpMetadata": false }, { - "$id": "5266", + "$id": "5268", "kind": "property", "name": "status", "serializedName": "status", @@ -66611,13 +66637,13 @@ "isHttpMetadata": false }, { - "$id": "5267", + "$id": "5269", "kind": "property", "name": "container_id", "serializedName": "container_id", "doc": "The ID of the container used to run the code.", "type": { - "$id": "5268", + "$id": "5270", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -66637,13 +66663,13 @@ "isHttpMetadata": false }, { - "$id": "5269", + "$id": "5271", "kind": "property", "name": "code", "serializedName": "code", "doc": "The code to run.", "type": { - "$id": "5270", + "$id": "5272", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -66663,13 +66689,13 @@ "isHttpMetadata": false }, { - "$id": "5271", + "$id": "5273", "kind": "property", "name": "outputs", "serializedName": "outputs", "doc": "The outputs of the code interpreter tool call.", "type": { - "$ref": "5041" + "$ref": "5043" }, "optional": true, "readOnly": false, @@ -66687,7 +66713,7 @@ ] }, "local_shell_call": { - "$id": "5272", + "$id": "5274", "kind": "model", "name": "LocalShellToolCallItemResource", "namespace": "OpenAI", @@ -66702,16 +66728,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5273", + "$id": "5275", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5060" + "$ref": "5062" }, "optional": false, "readOnly": false, @@ -66727,7 +66753,7 @@ "isHttpMetadata": false }, { - "$id": "5274", + "$id": "5276", "kind": "property", "name": "status", "serializedName": "status", @@ -66748,13 +66774,13 @@ "isHttpMetadata": false }, { - "$id": "5275", + "$id": "5277", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The unique ID of the local shell tool call generated by the model.", "type": { - "$id": "5276", + "$id": "5278", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -66774,12 +66800,12 @@ "isHttpMetadata": false }, { - "$id": "5277", + "$id": "5279", "kind": "property", "name": "action", "serializedName": "action", "type": { - "$ref": "5064" + "$ref": "5066" }, "optional": false, "readOnly": false, @@ -66797,7 +66823,7 @@ ] }, "local_shell_call_output": { - "$id": "5278", + "$id": "5280", "kind": "model", "name": "LocalShellToolCallOutputItemResource", "namespace": "OpenAI", @@ -66812,16 +66838,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5279", + "$id": "5281", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5079" + "$ref": "5081" }, "optional": false, "readOnly": false, @@ -66837,7 +66863,7 @@ "isHttpMetadata": false }, { - "$id": "5280", + "$id": "5282", "kind": "property", "name": "status", "serializedName": "status", @@ -66858,13 +66884,13 @@ "isHttpMetadata": false }, { - "$id": "5281", + "$id": "5283", "kind": "property", "name": "output", "serializedName": "output", "doc": "A JSON string of the output of the local shell tool call.", "type": { - "$id": "5282", + "$id": "5284", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -66886,7 +66912,7 @@ ] }, "mcp_list_tools": { - "$id": "5283", + "$id": "5285", "kind": "model", "name": "MCPListToolsItemResource", "namespace": "OpenAI", @@ -66901,16 +66927,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5284", + "$id": "5286", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5084" + "$ref": "5086" }, "optional": false, "readOnly": false, @@ -66926,13 +66952,13 @@ "isHttpMetadata": false }, { - "$id": "5285", + "$id": "5287", "kind": "property", "name": "server_label", "serializedName": "server_label", "doc": "The label of the MCP server.", "type": { - "$id": "5286", + "$id": "5288", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -66952,13 +66978,13 @@ "isHttpMetadata": false }, { - "$id": "5287", + "$id": "5289", "kind": "property", "name": "ToolDefinitions", "serializedName": "tools", "doc": "The tools available on the server.", "type": { - "$ref": "5088" + "$ref": "5090" }, "optional": false, "readOnly": false, @@ -66974,16 +67000,16 @@ "isHttpMetadata": false }, { - "$id": "5288", + "$id": "5290", "kind": "property", "name": "error", "serializedName": "error", "doc": "Error message if the server could not list tools.", "type": { - "$id": "5289", + "$id": "5291", "kind": "nullable", "type": { - "$id": "5290", + "$id": "5292", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -67007,7 +67033,7 @@ ] }, "mcp_approval_request": { - "$id": "5291", + "$id": "5293", "kind": "model", "name": "MCPApprovalRequestItemResource", "namespace": "OpenAI", @@ -67022,16 +67048,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5292", + "$id": "5294", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5105" + "$ref": "5107" }, "optional": false, "readOnly": false, @@ -67047,13 +67073,13 @@ "isHttpMetadata": false }, { - "$id": "5293", + "$id": "5295", "kind": "property", "name": "server_label", "serializedName": "server_label", "doc": "The label of the MCP server making the request.", "type": { - "$id": "5294", + "$id": "5296", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -67073,13 +67099,13 @@ "isHttpMetadata": false }, { - "$id": "5295", + "$id": "5297", "kind": "property", "name": "ToolName", "serializedName": "name", "doc": "The name of the tool to run.", "type": { - "$id": "5296", + "$id": "5298", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -67099,13 +67125,13 @@ "isHttpMetadata": false }, { - "$id": "5297", + "$id": "5299", "kind": "property", "name": "ToolArguments", "serializedName": "arguments", "doc": "A JSON string of arguments for the tool.", "type": { - "$id": "5298", + "$id": "5300", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -67127,7 +67153,7 @@ ] }, "mcp_call": { - "$id": "5299", + "$id": "5301", "kind": "model", "name": "MCPCallItemResource", "namespace": "OpenAI", @@ -67142,16 +67168,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5300", + "$id": "5302", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5124" + "$ref": "5126" }, "optional": false, "readOnly": false, @@ -67167,13 +67193,13 @@ "isHttpMetadata": false }, { - "$id": "5301", + "$id": "5303", "kind": "property", "name": "server_label", "serializedName": "server_label", "doc": "The label of the MCP server running the tool.", "type": { - "$id": "5302", + "$id": "5304", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -67193,13 +67219,13 @@ "isHttpMetadata": false }, { - "$id": "5303", + "$id": "5305", "kind": "property", "name": "ToolName", "serializedName": "name", "doc": "The name of the tool that was run.", "type": { - "$id": "5304", + "$id": "5306", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -67219,13 +67245,13 @@ "isHttpMetadata": false }, { - "$id": "5305", + "$id": "5307", "kind": "property", "name": "ToolArguments", "serializedName": "arguments", "doc": "A JSON string of the arguments passed to the tool.", "type": { - "$id": "5306", + "$id": "5308", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -67245,13 +67271,13 @@ "isHttpMetadata": false }, { - "$id": "5307", + "$id": "5309", "kind": "property", "name": "ToolOutput", "serializedName": "output", "doc": "The output from the tool call.", "type": { - "$ref": "5132" + "$ref": "5134" }, "optional": true, "readOnly": false, @@ -67267,16 +67293,16 @@ "isHttpMetadata": false }, { - "$id": "5308", + "$id": "5310", "kind": "property", "name": "error", "serializedName": "error", "doc": "The error from the tool call, if any.", "type": { - "$id": "5309", + "$id": "5311", "kind": "nullable", "type": { - "$id": "5310", + "$id": "5312", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -67300,7 +67326,7 @@ ] }, "item_reference": { - "$id": "5311", + "$id": "5313", "kind": "model", "name": "DotNetItemReferenceItemResource", "namespace": "OpenAI", @@ -67315,16 +67341,16 @@ } ], "baseModel": { - "$ref": "5190" + "$ref": "5192" }, "properties": [ { - "$id": "5312", + "$id": "5314", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "5024" + "$ref": "5026" }, "optional": false, "readOnly": false, @@ -67360,16 +67386,16 @@ "isHttpMetadata": false }, { - "$id": "5313", + "$id": "5315", "kind": "property", "name": "output_text", "serializedName": "output_text", "doc": "SDK-only convenience property that contains the aggregated text output\nfrom all `output_text` items in the `output` array, if any are present.\nSupported in the Python and JavaScript SDKs.", "type": { - "$id": "5314", + "$id": "5316", "kind": "nullable", "type": { - "$id": "5315", + "$id": "5317", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -67391,12 +67417,12 @@ "isHttpMetadata": false }, { - "$id": "5316", + "$id": "5318", "kind": "property", "name": "usage", "serializedName": "usage", "type": { - "$id": "5317", + "$id": "5319", "kind": "model", "name": "ResponseUsage", "namespace": "OpenAI", @@ -67411,13 +67437,13 @@ ], "properties": [ { - "$id": "5318", + "$id": "5320", "kind": "property", "name": "input_tokens", "serializedName": "input_tokens", "doc": "The number of input tokens.", "type": { - "$id": "5319", + "$id": "5321", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -67437,13 +67463,13 @@ "isHttpMetadata": false }, { - "$id": "5320", + "$id": "5322", "kind": "property", "name": "input_tokens_details", "serializedName": "input_tokens_details", "doc": "A detailed breakdown of the input tokens.", "type": { - "$id": "5321", + "$id": "5323", "kind": "model", "name": "ResponseUsageInputTokensDetails", "namespace": "OpenAI", @@ -67452,13 +67478,13 @@ "decorators": [], "properties": [ { - "$id": "5322", + "$id": "5324", "kind": "property", "name": "cached_tokens", "serializedName": "cached_tokens", "doc": "The number of tokens that were retrieved from the cache.\n[More on prompt caching](/docs/guides/prompt-caching).", "type": { - "$id": "5323", + "$id": "5325", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -67493,13 +67519,13 @@ "isHttpMetadata": false }, { - "$id": "5324", + "$id": "5326", "kind": "property", "name": "output_tokens", "serializedName": "output_tokens", "doc": "The number of output tokens.", "type": { - "$id": "5325", + "$id": "5327", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -67519,13 +67545,13 @@ "isHttpMetadata": false }, { - "$id": "5326", + "$id": "5328", "kind": "property", "name": "output_tokens_details", "serializedName": "output_tokens_details", "doc": "A detailed breakdown of the output tokens.", "type": { - "$id": "5327", + "$id": "5329", "kind": "model", "name": "ResponseUsageOutputTokensDetails", "namespace": "OpenAI", @@ -67534,13 +67560,13 @@ "decorators": [], "properties": [ { - "$id": "5328", + "$id": "5330", "kind": "property", "name": "reasoning_tokens", "serializedName": "reasoning_tokens", "doc": "The number of reasoning tokens.", "type": { - "$id": "5329", + "$id": "5331", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -67575,13 +67601,13 @@ "isHttpMetadata": false }, { - "$id": "5330", + "$id": "5332", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "The total number of tokens used.", "type": { - "$id": "5331", + "$id": "5333", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -67616,13 +67642,13 @@ "isHttpMetadata": false }, { - "$id": "5332", + "$id": "5334", "kind": "property", "name": "parallel_tool_calls", "serializedName": "parallel_tool_calls", "doc": "Whether to allow the model to run tool calls in parallel.", "type": { - "$id": "5333", + "$id": "5335", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -67644,88 +67670,88 @@ ] }, { - "$ref": "5180" + "$ref": "5182" }, { - "$ref": "5186" + "$ref": "5188" }, { - "$ref": "5190" + "$ref": "5192" }, { - "$ref": "5194" + "$ref": "5196" }, { - "$ref": "5198" + "$ref": "5200" }, { - "$ref": "5201" + "$ref": "5203" }, { - "$ref": "5204" + "$ref": "5206" }, { - "$ref": "5207" + "$ref": "5209" }, { - "$ref": "5210" + "$ref": "5212" }, { - "$ref": "5217" + "$ref": "5219" }, { - "$ref": "5226" + "$ref": "5228" }, { - "$ref": "5233" + "$ref": "5235" }, { - "$ref": "5240" + "$ref": "5242" }, { - "$ref": "5245" + "$ref": "5247" }, { - "$ref": "5252" + "$ref": "5254" }, { - "$ref": "5255" + "$ref": "5257" }, { - "$ref": "5260" + "$ref": "5262" }, { - "$ref": "5264" + "$ref": "5266" }, { - "$ref": "5272" + "$ref": "5274" }, { - "$ref": "5278" + "$ref": "5280" }, { - "$ref": "5283" + "$ref": "5285" }, { - "$ref": "5291" + "$ref": "5293" }, { - "$ref": "5299" + "$ref": "5301" }, { - "$ref": "5311" + "$ref": "5313" }, { - "$ref": "5317" + "$ref": "5319" }, { - "$ref": "5321" + "$ref": "5323" }, { - "$ref": "5327" + "$ref": "5329" }, { - "$id": "5334", + "$id": "5336", "kind": "model", "name": "ResponseStreamEvent", "namespace": "OpenAI", @@ -67738,7 +67764,7 @@ } ], "discriminatorProperty": { - "$id": "5335", + "$id": "5337", "kind": "property", "name": "type", "type": { @@ -67755,15 +67781,15 @@ }, "properties": [ { - "$ref": "5335" + "$ref": "5337" }, { - "$id": "5336", + "$id": "5338", "kind": "property", "name": "sequence_number", "doc": "The sequence number for this event.", "type": { - "$id": "5337", + "$id": "5339", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -67781,7 +67807,7 @@ ], "discriminatedSubtypes": { "response.completed": { - "$id": "5338", + "$id": "5340", "kind": "model", "name": "ResponseCompletedEvent", "namespace": "OpenAI", @@ -67796,16 +67822,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5339", + "$id": "5341", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.completed`.", "type": { - "$id": "5340", + "$id": "5342", "kind": "enumvalue", "name": "response_completed", "value": "response.completed", @@ -67813,14 +67839,14 @@ "$ref": "774" }, "enumType": { - "$id": "5341", + "$id": "5343", "kind": "enum", "decorators": [], "name": "ResponseStreamEventType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "5342", + "$id": "5344", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -67829,692 +67855,718 @@ }, "values": [ { - "$id": "5343", + "$id": "5345", "kind": "enumvalue", "decorators": [], "name": "response_audio_delta", "value": "response.audio.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5344", + "$id": "5346", "kind": "enumvalue", "decorators": [], "name": "response_audio_done", "value": "response.audio.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5345", + "$id": "5347", "kind": "enumvalue", "decorators": [], "name": "response_audio_transcript_delta", "value": "response.audio_transcript.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5346", + "$id": "5348", "kind": "enumvalue", "decorators": [], "name": "response_audio_transcript_done", "value": "response.audio_transcript.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5347", + "$id": "5349", "kind": "enumvalue", "decorators": [], "name": "response_code_interpreter_call_code_delta", "value": "response.code_interpreter_call_code.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5348", + "$id": "5350", "kind": "enumvalue", "decorators": [], "name": "response_code_interpreter_call_code_done", "value": "response.code_interpreter_call_code.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5349", + "$id": "5351", "kind": "enumvalue", "decorators": [], "name": "response_code_interpreter_call_completed", "value": "response.code_interpreter_call.completed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5350", + "$id": "5352", "kind": "enumvalue", "decorators": [], "name": "response_code_interpreter_call_in_progress", "value": "response.code_interpreter_call.in_progress", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5351", + "$id": "5353", "kind": "enumvalue", "decorators": [], "name": "response_code_interpreter_call_interpreting", "value": "response.code_interpreter_call.interpreting", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5352", + "$id": "5354", "kind": "enumvalue", "decorators": [], "name": "response_completed", "value": "response.completed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5353", + "$id": "5355", "kind": "enumvalue", "decorators": [], "name": "response_content_part_added", "value": "response.content_part.added", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5354", + "$id": "5356", "kind": "enumvalue", "decorators": [], "name": "response_content_part_done", "value": "response.content_part.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5355", + "$id": "5357", "kind": "enumvalue", "decorators": [], "name": "response_created", "value": "response.created", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5356", + "$id": "5358", "kind": "enumvalue", "decorators": [], "name": "error", "value": "error", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5357", + "$id": "5359", "kind": "enumvalue", "decorators": [], "name": "response_file_search_call_completed", "value": "response.file_search_call.completed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5358", + "$id": "5360", "kind": "enumvalue", "decorators": [], "name": "response_file_search_call_in_progress", "value": "response.file_search_call.in_progress", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5359", + "$id": "5361", "kind": "enumvalue", "decorators": [], "name": "response_file_search_call_searching", "value": "response.file_search_call.searching", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5360", + "$id": "5362", "kind": "enumvalue", "decorators": [], "name": "response_function_call_arguments_delta", "value": "response.function_call_arguments.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5361", + "$id": "5363", "kind": "enumvalue", "decorators": [], "name": "response_function_call_arguments_done", "value": "response.function_call_arguments.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5362", + "$id": "5364", "kind": "enumvalue", "decorators": [], "name": "response_in_progress", "value": "response.in_progress", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5363", + "$id": "5365", "kind": "enumvalue", "decorators": [], "name": "response_failed", "value": "response.failed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5364", + "$id": "5366", "kind": "enumvalue", "decorators": [], "name": "response_incomplete", "value": "response.incomplete", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5365", + "$id": "5367", "kind": "enumvalue", "decorators": [], "name": "response_output_item_added", "value": "response.output_item.added", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5366", + "$id": "5368", "kind": "enumvalue", "decorators": [], "name": "response_output_item_done", "value": "response.output_item.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5367", + "$id": "5369", "kind": "enumvalue", "decorators": [], "name": "response_refusal_delta", "value": "response.refusal.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5368", + "$id": "5370", "kind": "enumvalue", "decorators": [], "name": "response_refusal_done", "value": "response.refusal.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5369", + "$id": "5371", "kind": "enumvalue", "decorators": [], "name": "response_output_text_annotation_added", "value": "response.output_text.annotation.added", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5370", + "$id": "5372", "kind": "enumvalue", "decorators": [], "name": "response_output_text_delta", "value": "response.output_text.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5371", + "$id": "5373", "kind": "enumvalue", "decorators": [], "name": "response_output_text_done", "value": "response.output_text.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5372", + "$id": "5374", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_summary_part_added", "value": "response.reasoning_summary_part.added", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5373", + "$id": "5375", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_summary_part_done", "value": "response.reasoning_summary_part.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5374", + "$id": "5376", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_summary_text_delta", "value": "response.reasoning_summary_text.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5375", + "$id": "5377", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_summary_text_done", "value": "response.reasoning_summary_text.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5376", + "$id": "5378", "kind": "enumvalue", "decorators": [], "name": "response_web_search_call_completed", "value": "response.web_search_call.completed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5377", + "$id": "5379", "kind": "enumvalue", "decorators": [], "name": "response_web_search_call_in_progress", "value": "response.web_search_call.in_progress", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5378", + "$id": "5380", "kind": "enumvalue", "decorators": [], "name": "response_web_search_call_searching", "value": "response.web_search_call.searching", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5379", + "$id": "5381", "kind": "enumvalue", "decorators": [], "name": "response_image_generation_call_completed", "value": "response.image_generation_call.completed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5380", + "$id": "5382", "kind": "enumvalue", "decorators": [], "name": "response_image_generation_call_generating", "value": "response.image_generation_call.generating", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5381", + "$id": "5383", "kind": "enumvalue", "decorators": [], "name": "response_image_generation_call_in_progress", "value": "response.image_generation_call.in_progress", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5382", + "$id": "5384", "kind": "enumvalue", "decorators": [], "name": "response_image_generation_call_partial_image", "value": "response.image_generation_call.partial_image", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5383", + "$id": "5385", "kind": "enumvalue", "decorators": [], "name": "response_mcp_call_arguments_delta", "value": "response.mcp_call_arguments.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5384", + "$id": "5386", "kind": "enumvalue", "decorators": [], "name": "response_mcp_call_arguments_done", "value": "response.mcp_call_arguments.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5385", + "$id": "5387", "kind": "enumvalue", "decorators": [], "name": "response_mcp_call_completed", "value": "response.mcp_call.completed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5386", + "$id": "5388", "kind": "enumvalue", "decorators": [], "name": "response_mcp_call_failed", "value": "response.mcp_call.failed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5387", + "$id": "5389", "kind": "enumvalue", "decorators": [], "name": "response_mcp_call_in_progress", "value": "response.mcp_call.in_progress", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5388", + "$id": "5390", "kind": "enumvalue", "decorators": [], "name": "response_mcp_list_tools_completed", "value": "response.mcp_list_tools.completed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5389", + "$id": "5391", "kind": "enumvalue", "decorators": [], "name": "response_mcp_list_tools_failed", "value": "response.mcp_list_tools.failed", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5390", + "$id": "5392", "kind": "enumvalue", "decorators": [], "name": "response_mcp_list_tools_in_progress", "value": "response.mcp_list_tools.in_progress", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5391", + "$id": "5393", "kind": "enumvalue", "decorators": [], "name": "response_queued", "value": "response.queued", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5392", + "$id": "5394", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_delta", "value": "response.reasoning.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5393", + "$id": "5395", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_done", "value": "response.reasoning.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5394", + "$id": "5396", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_summary_delta", "value": "response.reasoning_summary.delta", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" } }, { - "$id": "5395", + "$id": "5397", "kind": "enumvalue", "decorators": [], "name": "response_reasoning_summary_done", "value": "response.reasoning_summary.done", "valueType": { - "$ref": "5342" + "$ref": "5344" }, "enumType": { - "$ref": "5341" + "$ref": "5343" + } + }, + { + "$id": "5398", + "kind": "enumvalue", + "decorators": [], + "name": "response_reasoning_text_delta", + "value": "response.reasoning_text.delta", + "valueType": { + "$ref": "5344" + }, + "enumType": { + "$ref": "5343" + } + }, + { + "$id": "5399", + "kind": "enumvalue", + "decorators": [], + "name": "response_reasoning_text_done", + "value": "response.reasoning_text.done", + "valueType": { + "$ref": "5344" + }, + "enumType": { + "$ref": "5343" } } ], @@ -68539,12 +68591,12 @@ "isHttpMetadata": false }, { - "$id": "5396", + "$id": "5400", "kind": "property", "name": "response", "doc": "Properties of the completed response.", "type": { - "$ref": "5149" + "$ref": "5151" }, "optional": false, "readOnly": false, @@ -68558,7 +68610,7 @@ ] }, "response.content_part.added": { - "$id": "5397", + "$id": "5401", "kind": "model", "name": "ResponseContentPartAddedEvent", "namespace": "OpenAI", @@ -68573,16 +68625,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5398", + "$id": "5402", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.content_part.added`.", "type": { - "$id": "5399", + "$id": "5403", "kind": "enumvalue", "name": "response_content_part_added", "value": "response.content_part.added", @@ -68590,7 +68642,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -68604,12 +68656,12 @@ "isHttpMetadata": false }, { - "$id": "5400", + "$id": "5404", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the content part was added to.", "type": { - "$id": "5401", + "$id": "5405", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -68625,12 +68677,12 @@ "isHttpMetadata": false }, { - "$id": "5402", + "$id": "5406", "kind": "property", "name": "output_index", "doc": "The index of the output item that the content part was added to.", "type": { - "$id": "5403", + "$id": "5407", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -68646,12 +68698,12 @@ "isHttpMetadata": false }, { - "$id": "5404", + "$id": "5408", "kind": "property", "name": "content_index", "doc": "The index of the content part that was added.", "type": { - "$id": "5405", + "$id": "5409", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -68667,12 +68719,12 @@ "isHttpMetadata": false }, { - "$id": "5406", + "$id": "5410", "kind": "property", "name": "part", "doc": "The content part that was added.", "type": { - "$ref": "4693" + "$ref": "4695" }, "optional": false, "readOnly": false, @@ -68686,7 +68738,7 @@ ] }, "response.content_part.done": { - "$id": "5407", + "$id": "5411", "kind": "model", "name": "ResponseContentPartDoneEvent", "namespace": "OpenAI", @@ -68701,16 +68753,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5408", + "$id": "5412", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.content_part.done`.", "type": { - "$id": "5409", + "$id": "5413", "kind": "enumvalue", "name": "response_content_part_done", "value": "response.content_part.done", @@ -68718,7 +68770,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -68732,12 +68784,12 @@ "isHttpMetadata": false }, { - "$id": "5410", + "$id": "5414", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the content part was added to.", "type": { - "$id": "5411", + "$id": "5415", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -68753,12 +68805,12 @@ "isHttpMetadata": false }, { - "$id": "5412", + "$id": "5416", "kind": "property", "name": "output_index", "doc": "The index of the output item that the content part was added to.", "type": { - "$id": "5413", + "$id": "5417", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -68774,12 +68826,12 @@ "isHttpMetadata": false }, { - "$id": "5414", + "$id": "5418", "kind": "property", "name": "content_index", "doc": "The index of the content part that is done.", "type": { - "$id": "5415", + "$id": "5419", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -68795,12 +68847,12 @@ "isHttpMetadata": false }, { - "$id": "5416", + "$id": "5420", "kind": "property", "name": "part", "doc": "The content part that is done.", "type": { - "$ref": "4693" + "$ref": "4695" }, "optional": false, "readOnly": false, @@ -68814,7 +68866,7 @@ ] }, "response.created": { - "$id": "5417", + "$id": "5421", "kind": "model", "name": "ResponseCreatedEvent", "namespace": "OpenAI", @@ -68829,16 +68881,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5418", + "$id": "5422", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.created`.", "type": { - "$id": "5419", + "$id": "5423", "kind": "enumvalue", "name": "response_created", "value": "response.created", @@ -68846,7 +68898,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -68860,12 +68912,12 @@ "isHttpMetadata": false }, { - "$id": "5420", + "$id": "5424", "kind": "property", "name": "response", "doc": "The response that was created.", "type": { - "$ref": "5149" + "$ref": "5151" }, "optional": false, "readOnly": false, @@ -68879,7 +68931,7 @@ ] }, "error": { - "$id": "5421", + "$id": "5425", "kind": "model", "name": "ResponseErrorEvent", "namespace": "OpenAI", @@ -68894,16 +68946,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5422", + "$id": "5426", "kind": "property", "name": "type", "doc": "The type of the event. Always `error`.", "type": { - "$id": "5423", + "$id": "5427", "kind": "enumvalue", "name": "error", "value": "error", @@ -68911,7 +68963,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -68925,15 +68977,15 @@ "isHttpMetadata": false }, { - "$id": "5424", + "$id": "5428", "kind": "property", "name": "code", "doc": "The error code.", "type": { - "$id": "5425", + "$id": "5429", "kind": "nullable", "type": { - "$id": "5426", + "$id": "5430", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -68951,12 +69003,12 @@ "isHttpMetadata": false }, { - "$id": "5427", + "$id": "5431", "kind": "property", "name": "message", "doc": "The error message.", "type": { - "$id": "5428", + "$id": "5432", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -68972,15 +69024,15 @@ "isHttpMetadata": false }, { - "$id": "5429", + "$id": "5433", "kind": "property", "name": "param", "doc": "The error parameter.", "type": { - "$id": "5430", + "$id": "5434", "kind": "nullable", "type": { - "$id": "5431", + "$id": "5435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69000,7 +69052,7 @@ ] }, "response.file_search_call.completed": { - "$id": "5432", + "$id": "5436", "kind": "model", "name": "ResponseFileSearchCallCompletedEvent", "namespace": "OpenAI", @@ -69015,16 +69067,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5433", + "$id": "5437", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.file_search_call.completed`.", "type": { - "$id": "5434", + "$id": "5438", "kind": "enumvalue", "name": "response_file_search_call_completed", "value": "response.file_search_call.completed", @@ -69032,7 +69084,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69046,12 +69098,12 @@ "isHttpMetadata": false }, { - "$id": "5435", + "$id": "5439", "kind": "property", "name": "output_index", "doc": "The index of the output item that the file search call is initiated.", "type": { - "$id": "5436", + "$id": "5440", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69067,12 +69119,12 @@ "isHttpMetadata": false }, { - "$id": "5437", + "$id": "5441", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the file search call is initiated.", "type": { - "$id": "5438", + "$id": "5442", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69090,7 +69142,7 @@ ] }, "response.file_search_call.in_progress": { - "$id": "5439", + "$id": "5443", "kind": "model", "name": "ResponseFileSearchCallInProgressEvent", "namespace": "OpenAI", @@ -69105,16 +69157,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5440", + "$id": "5444", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.file_search_call.in_progress`.", "type": { - "$id": "5441", + "$id": "5445", "kind": "enumvalue", "name": "response_file_search_call_in_progress", "value": "response.file_search_call.in_progress", @@ -69122,7 +69174,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69136,12 +69188,12 @@ "isHttpMetadata": false }, { - "$id": "5442", + "$id": "5446", "kind": "property", "name": "output_index", "doc": "The index of the output item that the file search call is initiated.", "type": { - "$id": "5443", + "$id": "5447", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69157,12 +69209,12 @@ "isHttpMetadata": false }, { - "$id": "5444", + "$id": "5448", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the file search call is initiated.", "type": { - "$id": "5445", + "$id": "5449", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69180,7 +69232,7 @@ ] }, "response.file_search_call.searching": { - "$id": "5446", + "$id": "5450", "kind": "model", "name": "ResponseFileSearchCallSearchingEvent", "namespace": "OpenAI", @@ -69195,16 +69247,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5447", + "$id": "5451", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.file_search_call.searching`.", "type": { - "$id": "5448", + "$id": "5452", "kind": "enumvalue", "name": "response_file_search_call_searching", "value": "response.file_search_call.searching", @@ -69212,7 +69264,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69226,12 +69278,12 @@ "isHttpMetadata": false }, { - "$id": "5449", + "$id": "5453", "kind": "property", "name": "output_index", "doc": "The index of the output item that the file search call is searching.", "type": { - "$id": "5450", + "$id": "5454", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69247,12 +69299,12 @@ "isHttpMetadata": false }, { - "$id": "5451", + "$id": "5455", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the file search call is initiated.", "type": { - "$id": "5452", + "$id": "5456", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69270,7 +69322,7 @@ ] }, "response.function_call_arguments.delta": { - "$id": "5453", + "$id": "5457", "kind": "model", "name": "ResponseFunctionCallArgumentsDeltaEvent", "namespace": "OpenAI", @@ -69285,16 +69337,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5454", + "$id": "5458", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.function_call_arguments.delta`.", "type": { - "$id": "5455", + "$id": "5459", "kind": "enumvalue", "name": "response_function_call_arguments_delta", "value": "response.function_call_arguments.delta", @@ -69302,7 +69354,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69316,12 +69368,12 @@ "isHttpMetadata": false }, { - "$id": "5456", + "$id": "5460", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the function-call arguments delta is added to.", "type": { - "$id": "5457", + "$id": "5461", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69337,12 +69389,12 @@ "isHttpMetadata": false }, { - "$id": "5458", + "$id": "5462", "kind": "property", "name": "output_index", "doc": "The index of the output item that the function-call arguments delta is added to.", "type": { - "$id": "5459", + "$id": "5463", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69358,12 +69410,12 @@ "isHttpMetadata": false }, { - "$id": "5460", + "$id": "5464", "kind": "property", "name": "delta", "doc": "The function-call arguments delta that is added.", "type": { - "$id": "5461", + "$id": "5465", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -69381,7 +69433,7 @@ ] }, "response.function_call_arguments.done": { - "$id": "5462", + "$id": "5466", "kind": "model", "name": "ResponseFunctionCallArgumentsDoneEvent", "namespace": "OpenAI", @@ -69396,15 +69448,15 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5463", + "$id": "5467", "kind": "property", "name": "type", "type": { - "$id": "5464", + "$id": "5468", "kind": "enumvalue", "name": "response_function_call_arguments_done", "value": "response.function_call_arguments.done", @@ -69412,7 +69464,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69426,12 +69478,12 @@ "isHttpMetadata": false }, { - "$id": "5465", + "$id": "5469", "kind": "property", "name": "item_id", "doc": "The ID of the item.", "type": { - "$id": "5466", + "$id": "5470", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69447,12 +69499,12 @@ "isHttpMetadata": false }, { - "$id": "5467", + "$id": "5471", "kind": "property", "name": "output_index", "doc": "The index of the output item.", "type": { - "$id": "5468", + "$id": "5472", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69468,12 +69520,12 @@ "isHttpMetadata": false }, { - "$id": "5469", + "$id": "5473", "kind": "property", "name": "arguments", "doc": "The function-call arguments.", "type": { - "$id": "5470", + "$id": "5474", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -69491,7 +69543,7 @@ ] }, "response.in_progress": { - "$id": "5471", + "$id": "5475", "kind": "model", "name": "ResponseInProgressEvent", "namespace": "OpenAI", @@ -69506,16 +69558,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5472", + "$id": "5476", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.in_progress`.", "type": { - "$id": "5473", + "$id": "5477", "kind": "enumvalue", "name": "response_in_progress", "value": "response.in_progress", @@ -69523,7 +69575,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69537,12 +69589,12 @@ "isHttpMetadata": false }, { - "$id": "5474", + "$id": "5478", "kind": "property", "name": "response", "doc": "The response that is in progress.", "type": { - "$ref": "5149" + "$ref": "5151" }, "optional": false, "readOnly": false, @@ -69556,7 +69608,7 @@ ] }, "response.failed": { - "$id": "5475", + "$id": "5479", "kind": "model", "name": "ResponseFailedEvent", "namespace": "OpenAI", @@ -69571,16 +69623,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5476", + "$id": "5480", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.failed`.", "type": { - "$id": "5477", + "$id": "5481", "kind": "enumvalue", "name": "response_failed", "value": "response.failed", @@ -69588,7 +69640,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69602,12 +69654,12 @@ "isHttpMetadata": false }, { - "$id": "5478", + "$id": "5482", "kind": "property", "name": "response", "doc": "The response that failed.", "type": { - "$ref": "5149" + "$ref": "5151" }, "optional": false, "readOnly": false, @@ -69621,7 +69673,7 @@ ] }, "response.incomplete": { - "$id": "5479", + "$id": "5483", "kind": "model", "name": "ResponseIncompleteEvent", "namespace": "OpenAI", @@ -69636,16 +69688,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5480", + "$id": "5484", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.incomplete`.", "type": { - "$id": "5481", + "$id": "5485", "kind": "enumvalue", "name": "response_incomplete", "value": "response.incomplete", @@ -69653,7 +69705,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69667,12 +69719,12 @@ "isHttpMetadata": false }, { - "$id": "5482", + "$id": "5486", "kind": "property", "name": "response", "doc": "The response that was incomplete.", "type": { - "$ref": "5149" + "$ref": "5151" }, "optional": false, "readOnly": false, @@ -69686,7 +69738,7 @@ ] }, "response.output_item.added": { - "$id": "5483", + "$id": "5487", "kind": "model", "name": "ResponseOutputItemAddedEvent", "namespace": "OpenAI", @@ -69701,16 +69753,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5484", + "$id": "5488", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.output_item.added`.", "type": { - "$id": "5485", + "$id": "5489", "kind": "enumvalue", "name": "response_output_item_added", "value": "response.output_item.added", @@ -69718,7 +69770,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69732,12 +69784,12 @@ "isHttpMetadata": false }, { - "$id": "5486", + "$id": "5490", "kind": "property", "name": "output_index", "doc": "The index of the output item that was added.", "type": { - "$id": "5487", + "$id": "5491", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69753,12 +69805,12 @@ "isHttpMetadata": false }, { - "$id": "5488", + "$id": "5492", "kind": "property", "name": "item", "doc": "The output item that was added.", "type": { - "$ref": "5190" + "$ref": "5192" }, "optional": false, "readOnly": false, @@ -69772,7 +69824,7 @@ ] }, "response.output_item.done": { - "$id": "5489", + "$id": "5493", "kind": "model", "name": "ResponseOutputItemDoneEvent", "namespace": "OpenAI", @@ -69787,16 +69839,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5490", + "$id": "5494", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.output_item.done`.", "type": { - "$id": "5491", + "$id": "5495", "kind": "enumvalue", "name": "response_output_item_done", "value": "response.output_item.done", @@ -69804,7 +69856,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69818,12 +69870,12 @@ "isHttpMetadata": false }, { - "$id": "5492", + "$id": "5496", "kind": "property", "name": "output_index", "doc": "The index of the output item that was marked done.", "type": { - "$id": "5493", + "$id": "5497", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69839,12 +69891,12 @@ "isHttpMetadata": false }, { - "$id": "5494", + "$id": "5498", "kind": "property", "name": "item", "doc": "The output item that was marked done.", "type": { - "$ref": "5190" + "$ref": "5192" }, "optional": false, "readOnly": false, @@ -69858,7 +69910,7 @@ ] }, "response.refusal.delta": { - "$id": "5495", + "$id": "5499", "kind": "model", "name": "ResponseRefusalDeltaEvent", "namespace": "OpenAI", @@ -69873,16 +69925,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5496", + "$id": "5500", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.refusal.delta`.", "type": { - "$id": "5497", + "$id": "5501", "kind": "enumvalue", "name": "response_refusal_delta", "value": "response.refusal.delta", @@ -69890,7 +69942,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -69904,12 +69956,12 @@ "isHttpMetadata": false }, { - "$id": "5498", + "$id": "5502", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the refusal text is added to.", "type": { - "$id": "5499", + "$id": "5503", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69925,12 +69977,12 @@ "isHttpMetadata": false }, { - "$id": "5500", + "$id": "5504", "kind": "property", "name": "output_index", "doc": "The index of the output item that the refusal text is added to.", "type": { - "$id": "5501", + "$id": "5505", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69946,12 +69998,12 @@ "isHttpMetadata": false }, { - "$id": "5502", + "$id": "5506", "kind": "property", "name": "content_index", "doc": "The index of the content part that the refusal text is added to.", "type": { - "$id": "5503", + "$id": "5507", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -69967,12 +70019,12 @@ "isHttpMetadata": false }, { - "$id": "5504", + "$id": "5508", "kind": "property", "name": "delta", "doc": "The refusal text that is added.", "type": { - "$id": "5505", + "$id": "5509", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -69990,7 +70042,7 @@ ] }, "response.refusal.done": { - "$id": "5506", + "$id": "5510", "kind": "model", "name": "ResponseRefusalDoneEvent", "namespace": "OpenAI", @@ -70005,16 +70057,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5507", + "$id": "5511", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.refusal.done`.", "type": { - "$id": "5508", + "$id": "5512", "kind": "enumvalue", "name": "response_refusal_done", "value": "response.refusal.done", @@ -70022,7 +70074,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70036,12 +70088,12 @@ "isHttpMetadata": false }, { - "$id": "5509", + "$id": "5513", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the refusal text is finalized.", "type": { - "$id": "5510", + "$id": "5514", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70057,12 +70109,12 @@ "isHttpMetadata": false }, { - "$id": "5511", + "$id": "5515", "kind": "property", "name": "output_index", "doc": "The index of the output item that the refusal text is finalized.", "type": { - "$id": "5512", + "$id": "5516", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70078,12 +70130,12 @@ "isHttpMetadata": false }, { - "$id": "5513", + "$id": "5517", "kind": "property", "name": "content_index", "doc": "The index of the content part that the refusal text is finalized.", "type": { - "$id": "5514", + "$id": "5518", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70099,12 +70151,12 @@ "isHttpMetadata": false }, { - "$id": "5515", + "$id": "5519", "kind": "property", "name": "refusal", "doc": "The refusal text that is finalized.", "type": { - "$id": "5516", + "$id": "5520", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70122,7 +70174,7 @@ ] }, "response.output_text.delta": { - "$id": "5517", + "$id": "5521", "kind": "model", "name": "ResponseTextDeltaEvent", "namespace": "OpenAI", @@ -70137,16 +70189,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5518", + "$id": "5522", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.output_text.delta`.", "type": { - "$id": "5519", + "$id": "5523", "kind": "enumvalue", "name": "response_output_text_delta", "value": "response.output_text.delta", @@ -70154,7 +70206,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70168,12 +70220,12 @@ "isHttpMetadata": false }, { - "$id": "5520", + "$id": "5524", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the text delta was added to.", "type": { - "$id": "5521", + "$id": "5525", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70189,12 +70241,12 @@ "isHttpMetadata": false }, { - "$id": "5522", + "$id": "5526", "kind": "property", "name": "output_index", "doc": "The index of the output item that the text delta was added to.", "type": { - "$id": "5523", + "$id": "5527", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70210,12 +70262,12 @@ "isHttpMetadata": false }, { - "$id": "5524", + "$id": "5528", "kind": "property", "name": "content_index", "doc": "The index of the content part that the text delta was added to.", "type": { - "$id": "5525", + "$id": "5529", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70231,12 +70283,12 @@ "isHttpMetadata": false }, { - "$id": "5526", + "$id": "5530", "kind": "property", "name": "delta", "doc": "The text delta that was added.", "type": { - "$id": "5527", + "$id": "5531", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70254,7 +70306,7 @@ ] }, "response.output_text.done": { - "$id": "5528", + "$id": "5532", "kind": "model", "name": "ResponseTextDoneEvent", "namespace": "OpenAI", @@ -70269,16 +70321,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5529", + "$id": "5533", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.output_text.done`.", "type": { - "$id": "5530", + "$id": "5534", "kind": "enumvalue", "name": "response_output_text_done", "value": "response.output_text.done", @@ -70286,7 +70338,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70300,12 +70352,12 @@ "isHttpMetadata": false }, { - "$id": "5531", + "$id": "5535", "kind": "property", "name": "item_id", "doc": "The ID of the output item that the text content is finalized.", "type": { - "$id": "5532", + "$id": "5536", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70321,12 +70373,12 @@ "isHttpMetadata": false }, { - "$id": "5533", + "$id": "5537", "kind": "property", "name": "output_index", "doc": "The index of the output item that the text content is finalized.", "type": { - "$id": "5534", + "$id": "5538", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70342,12 +70394,12 @@ "isHttpMetadata": false }, { - "$id": "5535", + "$id": "5539", "kind": "property", "name": "content_index", "doc": "The index of the content part that the text content is finalized.", "type": { - "$id": "5536", + "$id": "5540", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70363,12 +70415,12 @@ "isHttpMetadata": false }, { - "$id": "5537", + "$id": "5541", "kind": "property", "name": "text", "doc": "The text content that is finalized.", "type": { - "$id": "5538", + "$id": "5542", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70386,7 +70438,7 @@ ] }, "response.reasoning_summary_part.added": { - "$id": "5539", + "$id": "5543", "kind": "model", "name": "ResponseReasoningSummaryPartAddedEvent", "namespace": "OpenAI", @@ -70401,16 +70453,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5540", + "$id": "5544", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.reasoning_summary_part.added`.", "type": { - "$id": "5541", + "$id": "5545", "kind": "enumvalue", "name": "response_reasoning_summary_part_added", "value": "response.reasoning_summary_part.added", @@ -70418,7 +70470,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70432,12 +70484,12 @@ "isHttpMetadata": false }, { - "$id": "5542", + "$id": "5546", "kind": "property", "name": "item_id", "doc": "The ID of the item this summary part is associated with.", "type": { - "$id": "5543", + "$id": "5547", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70453,12 +70505,12 @@ "isHttpMetadata": false }, { - "$id": "5544", + "$id": "5548", "kind": "property", "name": "output_index", "doc": "The index of the output item this summary part is associated with.", "type": { - "$id": "5545", + "$id": "5549", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70474,12 +70526,12 @@ "isHttpMetadata": false }, { - "$id": "5546", + "$id": "5550", "kind": "property", "name": "summary_index", "doc": "The index of the summary part within the reasoning summary.", "type": { - "$id": "5547", + "$id": "5551", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70495,12 +70547,12 @@ "isHttpMetadata": false }, { - "$id": "5548", + "$id": "5552", "kind": "property", "name": "part", "doc": "The summary part that was added.", "type": { - "$ref": "5012" + "$ref": "5014" }, "optional": false, "readOnly": false, @@ -70514,7 +70566,7 @@ ] }, "response.reasoning_summary_part.done": { - "$id": "5549", + "$id": "5553", "kind": "model", "name": "ResponseReasoningSummaryPartDoneEvent", "namespace": "OpenAI", @@ -70529,16 +70581,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5550", + "$id": "5554", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.reasoning_summary_part.done`.", "type": { - "$id": "5551", + "$id": "5555", "kind": "enumvalue", "name": "response_reasoning_summary_part_done", "value": "response.reasoning_summary_part.done", @@ -70546,7 +70598,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70560,12 +70612,12 @@ "isHttpMetadata": false }, { - "$id": "5552", + "$id": "5556", "kind": "property", "name": "item_id", "doc": "The ID of the item this summary part is associated with.", "type": { - "$id": "5553", + "$id": "5557", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70581,12 +70633,12 @@ "isHttpMetadata": false }, { - "$id": "5554", + "$id": "5558", "kind": "property", "name": "output_index", "doc": "The index of the output item this summary part is associated with.", "type": { - "$id": "5555", + "$id": "5559", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70602,12 +70654,12 @@ "isHttpMetadata": false }, { - "$id": "5556", + "$id": "5560", "kind": "property", "name": "summary_index", "doc": "The index of the summary part within the reasoning summary.", "type": { - "$id": "5557", + "$id": "5561", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70623,12 +70675,12 @@ "isHttpMetadata": false }, { - "$id": "5558", + "$id": "5562", "kind": "property", "name": "part", "doc": "The completed summary part.", "type": { - "$ref": "5012" + "$ref": "5014" }, "optional": false, "readOnly": false, @@ -70642,7 +70694,7 @@ ] }, "response.reasoning_summary_text.delta": { - "$id": "5559", + "$id": "5563", "kind": "model", "name": "ResponseReasoningSummaryTextDeltaEvent", "namespace": "OpenAI", @@ -70657,16 +70709,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5560", + "$id": "5564", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.reasoning_summary_text.delta`.", "type": { - "$id": "5561", + "$id": "5565", "kind": "enumvalue", "name": "response_reasoning_summary_text_delta", "value": "response.reasoning_summary_text.delta", @@ -70674,7 +70726,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70688,12 +70740,12 @@ "isHttpMetadata": false }, { - "$id": "5562", + "$id": "5566", "kind": "property", "name": "item_id", "doc": "The ID of the item this summary text delta is associated with.", "type": { - "$id": "5563", + "$id": "5567", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70709,12 +70761,12 @@ "isHttpMetadata": false }, { - "$id": "5564", + "$id": "5568", "kind": "property", "name": "output_index", "doc": "The index of the output item this summary text delta is associated with.", "type": { - "$id": "5565", + "$id": "5569", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70730,12 +70782,12 @@ "isHttpMetadata": false }, { - "$id": "5566", + "$id": "5570", "kind": "property", "name": "summary_index", "doc": "The index of the summary part within the reasoning summary.", "type": { - "$id": "5567", + "$id": "5571", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70751,12 +70803,12 @@ "isHttpMetadata": false }, { - "$id": "5568", + "$id": "5572", "kind": "property", "name": "delta", "doc": "The text delta that was added to the summary.", "type": { - "$id": "5569", + "$id": "5573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70774,7 +70826,7 @@ ] }, "response.reasoning_summary_text.done": { - "$id": "5570", + "$id": "5574", "kind": "model", "name": "ResponseReasoningSummaryTextDoneEvent", "namespace": "OpenAI", @@ -70789,16 +70841,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5571", + "$id": "5575", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.reasoning_summary_text.done`.", "type": { - "$id": "5572", + "$id": "5576", "kind": "enumvalue", "name": "response_reasoning_summary_text_done", "value": "response.reasoning_summary_text.done", @@ -70806,7 +70858,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70820,12 +70872,12 @@ "isHttpMetadata": false }, { - "$id": "5573", + "$id": "5577", "kind": "property", "name": "item_id", "doc": "The ID of the item this summary text is associated with.", "type": { - "$id": "5574", + "$id": "5578", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70841,12 +70893,12 @@ "isHttpMetadata": false }, { - "$id": "5575", + "$id": "5579", "kind": "property", "name": "output_index", "doc": "The index of the output item this summary text is associated with.", "type": { - "$id": "5576", + "$id": "5580", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70862,12 +70914,12 @@ "isHttpMetadata": false }, { - "$id": "5577", + "$id": "5581", "kind": "property", "name": "summary_index", "doc": "The index of the summary part within the reasoning summary.", "type": { - "$id": "5578", + "$id": "5582", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70883,12 +70935,12 @@ "isHttpMetadata": false }, { - "$id": "5579", + "$id": "5583", "kind": "property", "name": "text", "doc": "The full text of the completed reasoning summary.", "type": { - "$id": "5580", + "$id": "5584", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70905,8 +70957,262 @@ } ] }, + "response.reasoning_text.delta": { + "$id": "5585", + "kind": "model", + "name": "ResponseReasoningTextDeltaEvent", + "namespace": "OpenAI", + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent", + "usage": "Output", + "doc": "Emitted when a delta is added to a reasoning text.", + "discriminatorValue": "response.reasoning_text.delta", + "decorators": [], + "baseModel": { + "$ref": "5336" + }, + "properties": [ + { + "$id": "5586", + "kind": "property", + "name": "type", + "doc": "The type of the event. Always `response.reasoning_text.delta`.", + "type": { + "$id": "5587", + "kind": "enumvalue", + "name": "response_reasoning_text_delta", + "value": "response.reasoning_text.delta", + "valueType": { + "$ref": "774" + }, + "enumType": { + "$ref": "5343" + }, + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": true, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.type", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5588", + "kind": "property", + "name": "item_id", + "doc": "The ID of the item this reasoning text delta is associated with.", + "type": { + "$id": "5589", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.item_id", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5590", + "kind": "property", + "name": "output_index", + "doc": "The index of the output item this reasoning text delta is associated with.", + "type": { + "$id": "5591", + "kind": "int32", + "name": "int32", + "crossLanguageDefinitionId": "TypeSpec.int32", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.output_index", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5592", + "kind": "property", + "name": "content_index", + "doc": "The index of the reasoning content part this delta is associated with.", + "type": { + "$id": "5593", + "kind": "int32", + "name": "int32", + "crossLanguageDefinitionId": "TypeSpec.int32", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.content_index", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5594", + "kind": "property", + "name": "delta", + "doc": "The text delta that was added to the reasoning content.", + "type": { + "$id": "5595", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDeltaEvent.delta", + "serializationOptions": {}, + "isHttpMetadata": false + } + ] + }, + "response.reasoning_text.done": { + "$id": "5596", + "kind": "model", + "name": "ResponseReasoningTextDoneEvent", + "namespace": "OpenAI", + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent", + "usage": "Output", + "doc": "Emitted when a reasoning text is completed.", + "discriminatorValue": "response.reasoning_text.done", + "decorators": [], + "baseModel": { + "$ref": "5336" + }, + "properties": [ + { + "$id": "5597", + "kind": "property", + "name": "type", + "doc": "The type of the event. Always `response.reasoning_text.done`.", + "type": { + "$id": "5598", + "kind": "enumvalue", + "name": "response_reasoning_text_done", + "value": "response.reasoning_text.done", + "valueType": { + "$ref": "774" + }, + "enumType": { + "$ref": "5343" + }, + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": true, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.type", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5599", + "kind": "property", + "name": "item_id", + "doc": "The ID of the item this reasoning text is associated with.", + "type": { + "$id": "5600", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.item_id", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5601", + "kind": "property", + "name": "output_index", + "doc": "The index of the output item this reasoning text is associated with.", + "type": { + "$id": "5602", + "kind": "int32", + "name": "int32", + "crossLanguageDefinitionId": "TypeSpec.int32", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.output_index", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5603", + "kind": "property", + "name": "content_index", + "doc": "The index of the reasoning content part.", + "type": { + "$id": "5604", + "kind": "int32", + "name": "int32", + "crossLanguageDefinitionId": "TypeSpec.int32", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.content_index", + "serializationOptions": {}, + "isHttpMetadata": false + }, + { + "$id": "5605", + "kind": "property", + "name": "text", + "doc": "The full text of the completed reasoning content.", + "type": { + "$id": "5606", + "kind": "string", + "name": "string", + "crossLanguageDefinitionId": "TypeSpec.string", + "decorators": [] + }, + "optional": false, + "readOnly": false, + "discriminator": false, + "flatten": false, + "decorators": [], + "crossLanguageDefinitionId": "OpenAI.ResponseReasoningTextDoneEvent.text", + "serializationOptions": {}, + "isHttpMetadata": false + } + ] + }, "response.web_search_call.completed": { - "$id": "5581", + "$id": "5607", "kind": "model", "name": "ResponseWebSearchCallCompletedEvent", "namespace": "OpenAI", @@ -70921,16 +71227,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5582", + "$id": "5608", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.web_search_call.completed`.", "type": { - "$id": "5583", + "$id": "5609", "kind": "enumvalue", "name": "response_web_search_call_completed", "value": "response.web_search_call.completed", @@ -70938,7 +71244,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -70952,12 +71258,12 @@ "isHttpMetadata": false }, { - "$id": "5584", + "$id": "5610", "kind": "property", "name": "output_index", "doc": "The index of the output item that the web search call is associated with.", "type": { - "$id": "5585", + "$id": "5611", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -70973,12 +71279,12 @@ "isHttpMetadata": false }, { - "$id": "5586", + "$id": "5612", "kind": "property", "name": "item_id", "doc": "Unique ID for the output item associated with the web search call.", "type": { - "$id": "5587", + "$id": "5613", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -70996,7 +71302,7 @@ ] }, "response.web_search_call.in_progress": { - "$id": "5588", + "$id": "5614", "kind": "model", "name": "ResponseWebSearchCallInProgressEvent", "namespace": "OpenAI", @@ -71011,16 +71317,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5589", + "$id": "5615", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.web_search_call.in_progress`.", "type": { - "$id": "5590", + "$id": "5616", "kind": "enumvalue", "name": "response_web_search_call_in_progress", "value": "response.web_search_call.in_progress", @@ -71028,7 +71334,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71042,12 +71348,12 @@ "isHttpMetadata": false }, { - "$id": "5591", + "$id": "5617", "kind": "property", "name": "output_index", "doc": "The index of the output item that the web search call is associated with.", "type": { - "$id": "5592", + "$id": "5618", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71063,12 +71369,12 @@ "isHttpMetadata": false }, { - "$id": "5593", + "$id": "5619", "kind": "property", "name": "item_id", "doc": "Unique ID for the output item associated with the web search call.", "type": { - "$id": "5594", + "$id": "5620", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71086,7 +71392,7 @@ ] }, "response.web_search_call.searching": { - "$id": "5595", + "$id": "5621", "kind": "model", "name": "ResponseWebSearchCallSearchingEvent", "namespace": "OpenAI", @@ -71101,16 +71407,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5596", + "$id": "5622", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.web_search_call.searching`.", "type": { - "$id": "5597", + "$id": "5623", "kind": "enumvalue", "name": "response_web_search_call_searching", "value": "response.web_search_call.searching", @@ -71118,7 +71424,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71132,12 +71438,12 @@ "isHttpMetadata": false }, { - "$id": "5598", + "$id": "5624", "kind": "property", "name": "output_index", "doc": "The index of the output item that the web search call is associated with.", "type": { - "$id": "5599", + "$id": "5625", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71153,12 +71459,12 @@ "isHttpMetadata": false }, { - "$id": "5600", + "$id": "5626", "kind": "property", "name": "item_id", "doc": "Unique ID for the output item associated with the web search call.", "type": { - "$id": "5601", + "$id": "5627", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71176,7 +71482,7 @@ ] }, "response.image_generation_call.completed": { - "$id": "5602", + "$id": "5628", "kind": "model", "name": "ResponseImageGenCallCompletedEvent", "namespace": "OpenAI", @@ -71191,16 +71497,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5603", + "$id": "5629", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.image_generation_call.completed'.", "type": { - "$id": "5604", + "$id": "5630", "kind": "enumvalue", "name": "response_image_generation_call_completed", "value": "response.image_generation_call.completed", @@ -71208,7 +71514,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71222,12 +71528,12 @@ "isHttpMetadata": false }, { - "$id": "5605", + "$id": "5631", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5606", + "$id": "5632", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71243,12 +71549,12 @@ "isHttpMetadata": false }, { - "$id": "5607", + "$id": "5633", "kind": "property", "name": "item_id", "doc": "The unique identifier of the image generation item being processed.", "type": { - "$id": "5608", + "$id": "5634", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71266,7 +71572,7 @@ ] }, "response.image_generation_call.generating": { - "$id": "5609", + "$id": "5635", "kind": "model", "name": "ResponseImageGenCallGeneratingEvent", "namespace": "OpenAI", @@ -71281,16 +71587,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5610", + "$id": "5636", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.image_generation_call.generating'.", "type": { - "$id": "5611", + "$id": "5637", "kind": "enumvalue", "name": "response_image_generation_call_generating", "value": "response.image_generation_call.generating", @@ -71298,7 +71604,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71312,12 +71618,12 @@ "isHttpMetadata": false }, { - "$id": "5612", + "$id": "5638", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5613", + "$id": "5639", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71333,12 +71639,12 @@ "isHttpMetadata": false }, { - "$id": "5614", + "$id": "5640", "kind": "property", "name": "item_id", "doc": "The unique identifier of the image generation item being processed.", "type": { - "$id": "5615", + "$id": "5641", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71356,7 +71662,7 @@ ] }, "response.image_generation_call.in_progress": { - "$id": "5616", + "$id": "5642", "kind": "model", "name": "ResponseImageGenCallInProgressEvent", "namespace": "OpenAI", @@ -71371,16 +71677,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5617", + "$id": "5643", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.image_generation_call.in_progress'.", "type": { - "$id": "5618", + "$id": "5644", "kind": "enumvalue", "name": "response_image_generation_call_in_progress", "value": "response.image_generation_call.in_progress", @@ -71388,7 +71694,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71402,12 +71708,12 @@ "isHttpMetadata": false }, { - "$id": "5619", + "$id": "5645", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5620", + "$id": "5646", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71423,12 +71729,12 @@ "isHttpMetadata": false }, { - "$id": "5621", + "$id": "5647", "kind": "property", "name": "item_id", "doc": "The unique identifier of the image generation item being processed.", "type": { - "$id": "5622", + "$id": "5648", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71446,7 +71752,7 @@ ] }, "response.image_generation_call.partial_image": { - "$id": "5623", + "$id": "5649", "kind": "model", "name": "ResponseImageGenCallPartialImageEvent", "namespace": "OpenAI", @@ -71461,16 +71767,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5624", + "$id": "5650", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.image_generation_call.partial_image'.", "type": { - "$id": "5625", + "$id": "5651", "kind": "enumvalue", "name": "response_image_generation_call_partial_image", "value": "response.image_generation_call.partial_image", @@ -71478,7 +71784,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71492,12 +71798,12 @@ "isHttpMetadata": false }, { - "$id": "5626", + "$id": "5652", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5627", + "$id": "5653", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71513,12 +71819,12 @@ "isHttpMetadata": false }, { - "$id": "5628", + "$id": "5654", "kind": "property", "name": "item_id", "doc": "The unique identifier of the image generation item being processed.", "type": { - "$id": "5629", + "$id": "5655", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71534,12 +71840,12 @@ "isHttpMetadata": false }, { - "$id": "5630", + "$id": "5656", "kind": "property", "name": "partial_image_index", "doc": "0-based index for the partial image (backend is 1-based, but this is 0-based for the user).", "type": { - "$id": "5631", + "$id": "5657", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71555,12 +71861,12 @@ "isHttpMetadata": false }, { - "$id": "5632", + "$id": "5658", "kind": "property", "name": "PartialImageBytes", "doc": "Base64-encoded partial image data, suitable for rendering as an image.", "type": { - "$id": "5633", + "$id": "5659", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -71579,7 +71885,7 @@ ] }, "response.mcp_call_arguments.delta": { - "$id": "5634", + "$id": "5660", "kind": "model", "name": "ResponseMCPCallArgumentsDeltaEvent", "namespace": "OpenAI", @@ -71594,16 +71900,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5635", + "$id": "5661", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_call.arguments_delta'.", "type": { - "$id": "5636", + "$id": "5662", "kind": "enumvalue", "name": "response_mcp_call_arguments_delta", "value": "response.mcp_call_arguments.delta", @@ -71611,7 +71917,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71625,12 +71931,12 @@ "isHttpMetadata": false }, { - "$id": "5637", + "$id": "5663", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5638", + "$id": "5664", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71646,12 +71952,12 @@ "isHttpMetadata": false }, { - "$id": "5639", + "$id": "5665", "kind": "property", "name": "item_id", "doc": "The unique identifier of the MCP tool call item being processed.", "type": { - "$id": "5640", + "$id": "5666", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71667,12 +71973,12 @@ "isHttpMetadata": false }, { - "$id": "5641", + "$id": "5667", "kind": "property", "name": "delta", "doc": "The partial update to the arguments for the MCP tool call.", "type": { - "$id": "5642", + "$id": "5668", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -71690,7 +71996,7 @@ ] }, "response.mcp_call_arguments.done": { - "$id": "5643", + "$id": "5669", "kind": "model", "name": "ResponseMCPCallArgumentsDoneEvent", "namespace": "OpenAI", @@ -71705,16 +72011,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5644", + "$id": "5670", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_call.arguments_done'.", "type": { - "$id": "5645", + "$id": "5671", "kind": "enumvalue", "name": "response_mcp_call_arguments_done", "value": "response.mcp_call_arguments.done", @@ -71722,7 +72028,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71736,12 +72042,12 @@ "isHttpMetadata": false }, { - "$id": "5646", + "$id": "5672", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5647", + "$id": "5673", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71757,12 +72063,12 @@ "isHttpMetadata": false }, { - "$id": "5648", + "$id": "5674", "kind": "property", "name": "item_id", "doc": "The unique identifier of the MCP tool call item being processed.", "type": { - "$id": "5649", + "$id": "5675", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71778,12 +72084,12 @@ "isHttpMetadata": false }, { - "$id": "5650", + "$id": "5676", "kind": "property", "name": "arguments", "doc": "A JSON string containing the finalized arguments for the MCP tool call.", "type": { - "$id": "5651", + "$id": "5677", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -71801,7 +72107,7 @@ ] }, "response.mcp_call.completed": { - "$id": "5652", + "$id": "5678", "kind": "model", "name": "ResponseMCPCallCompletedEvent", "namespace": "OpenAI", @@ -71816,16 +72122,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5653", + "$id": "5679", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_call.completed'.", "type": { - "$id": "5654", + "$id": "5680", "kind": "enumvalue", "name": "response_mcp_call_completed", "value": "response.mcp_call.completed", @@ -71833,7 +72139,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71847,12 +72153,12 @@ "isHttpMetadata": false }, { - "$id": "5655", + "$id": "5681", "kind": "property", "name": "item_id", "doc": "The ID of the MCP tool call item that completed.", "type": { - "$id": "5656", + "$id": "5682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71868,12 +72174,12 @@ "isHttpMetadata": false }, { - "$id": "5657", + "$id": "5683", "kind": "property", "name": "output_index", "doc": "The index of the output item that completed.", "type": { - "$id": "5658", + "$id": "5684", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71891,7 +72197,7 @@ ] }, "response.mcp_call.failed": { - "$id": "5659", + "$id": "5685", "kind": "model", "name": "ResponseMCPCallFailedEvent", "namespace": "OpenAI", @@ -71906,16 +72212,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5660", + "$id": "5686", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_call.failed'.", "type": { - "$id": "5661", + "$id": "5687", "kind": "enumvalue", "name": "response_mcp_call_failed", "value": "response.mcp_call.failed", @@ -71923,7 +72229,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -71937,12 +72243,12 @@ "isHttpMetadata": false }, { - "$id": "5662", + "$id": "5688", "kind": "property", "name": "item_id", "doc": "The ID of the MCP tool call item that failed.", "type": { - "$id": "5663", + "$id": "5689", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -71958,12 +72264,12 @@ "isHttpMetadata": false }, { - "$id": "5664", + "$id": "5690", "kind": "property", "name": "output_index", "doc": "The index of the output item that failed.", "type": { - "$id": "5665", + "$id": "5691", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -71981,7 +72287,7 @@ ] }, "response.mcp_call.in_progress": { - "$id": "5666", + "$id": "5692", "kind": "model", "name": "ResponseMCPCallInProgressEvent", "namespace": "OpenAI", @@ -71996,16 +72302,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5667", + "$id": "5693", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_call.in_progress'.", "type": { - "$id": "5668", + "$id": "5694", "kind": "enumvalue", "name": "response_mcp_call_in_progress", "value": "response.mcp_call.in_progress", @@ -72013,7 +72319,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72027,12 +72333,12 @@ "isHttpMetadata": false }, { - "$id": "5669", + "$id": "5695", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5670", + "$id": "5696", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72048,12 +72354,12 @@ "isHttpMetadata": false }, { - "$id": "5671", + "$id": "5697", "kind": "property", "name": "item_id", "doc": "The unique identifier of the MCP tool call item being processed.", "type": { - "$id": "5672", + "$id": "5698", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72071,7 +72377,7 @@ ] }, "response.mcp_list_tools.completed": { - "$id": "5673", + "$id": "5699", "kind": "model", "name": "ResponseMCPListToolsCompletedEvent", "namespace": "OpenAI", @@ -72086,16 +72392,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5674", + "$id": "5700", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_list_tools.completed'.", "type": { - "$id": "5675", + "$id": "5701", "kind": "enumvalue", "name": "response_mcp_list_tools_completed", "value": "response.mcp_list_tools.completed", @@ -72103,7 +72409,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72117,12 +72423,12 @@ "isHttpMetadata": false }, { - "$id": "5676", + "$id": "5702", "kind": "property", "name": "item_id", "doc": "The ID of the MCP tool call item that produced this output.", "type": { - "$id": "5677", + "$id": "5703", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72138,12 +72444,12 @@ "isHttpMetadata": false }, { - "$id": "5678", + "$id": "5704", "kind": "property", "name": "output_index", "doc": "The index of the output item that was processed.", "type": { - "$id": "5679", + "$id": "5705", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72161,7 +72467,7 @@ ] }, "response.mcp_list_tools.failed": { - "$id": "5680", + "$id": "5706", "kind": "model", "name": "ResponseMCPListToolsFailedEvent", "namespace": "OpenAI", @@ -72176,16 +72482,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5681", + "$id": "5707", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_list_tools.failed'.", "type": { - "$id": "5682", + "$id": "5708", "kind": "enumvalue", "name": "response_mcp_list_tools_failed", "value": "response.mcp_list_tools.failed", @@ -72193,7 +72499,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72207,12 +72513,12 @@ "isHttpMetadata": false }, { - "$id": "5683", + "$id": "5709", "kind": "property", "name": "item_id", "doc": "The ID of the MCP tool call item that failed.", "type": { - "$id": "5684", + "$id": "5710", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72228,12 +72534,12 @@ "isHttpMetadata": false }, { - "$id": "5685", + "$id": "5711", "kind": "property", "name": "output_index", "doc": "The index of the output item that failed.", "type": { - "$id": "5686", + "$id": "5712", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72251,7 +72557,7 @@ ] }, "response.mcp_list_tools.in_progress": { - "$id": "5687", + "$id": "5713", "kind": "model", "name": "ResponseMCPListToolsInProgressEvent", "namespace": "OpenAI", @@ -72266,16 +72572,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5688", + "$id": "5714", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.mcp_list_tools.in_progress'.", "type": { - "$id": "5689", + "$id": "5715", "kind": "enumvalue", "name": "response_mcp_list_tools_in_progress", "value": "response.mcp_list_tools.in_progress", @@ -72283,7 +72589,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72297,12 +72603,12 @@ "isHttpMetadata": false }, { - "$id": "5690", + "$id": "5716", "kind": "property", "name": "item_id", "doc": "The ID of the MCP tool call item that is being processed.", "type": { - "$id": "5691", + "$id": "5717", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72318,12 +72624,12 @@ "isHttpMetadata": false }, { - "$id": "5692", + "$id": "5718", "kind": "property", "name": "output_index", "doc": "The index of the output item that is being processed.", "type": { - "$id": "5693", + "$id": "5719", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72341,7 +72647,7 @@ ] }, "response.output_text.annotation.added": { - "$id": "5694", + "$id": "5720", "kind": "model", "name": "ResponseOutputTextAnnotationAddedEvent", "namespace": "OpenAI", @@ -72356,16 +72662,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5695", + "$id": "5721", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.output_text_annotation.added'.", "type": { - "$id": "5696", + "$id": "5722", "kind": "enumvalue", "name": "response_output_text_annotation_added", "value": "response.output_text.annotation.added", @@ -72373,7 +72679,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72387,12 +72693,12 @@ "isHttpMetadata": false }, { - "$id": "5697", + "$id": "5723", "kind": "property", "name": "item_id", "doc": "The unique identifier of the item to which the annotation is being added.", "type": { - "$id": "5698", + "$id": "5724", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72408,12 +72714,12 @@ "isHttpMetadata": false }, { - "$id": "5699", + "$id": "5725", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5700", + "$id": "5726", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72429,12 +72735,12 @@ "isHttpMetadata": false }, { - "$id": "5701", + "$id": "5727", "kind": "property", "name": "content_index", "doc": "The index of the content part within the output item.", "type": { - "$id": "5702", + "$id": "5728", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72450,12 +72756,12 @@ "isHttpMetadata": false }, { - "$id": "5703", + "$id": "5729", "kind": "property", "name": "annotation_index", "doc": "The index of the annotation within the content part.", "type": { - "$id": "5704", + "$id": "5730", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72471,12 +72777,12 @@ "isHttpMetadata": false }, { - "$id": "5705", + "$id": "5731", "kind": "property", "name": "annotation", "doc": "The annotation object being added. (See annotation schema for details.)", "type": { - "$id": "5706", + "$id": "5732", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -72494,7 +72800,7 @@ ] }, "response.queued": { - "$id": "5707", + "$id": "5733", "kind": "model", "name": "ResponseQueuedEvent", "namespace": "OpenAI", @@ -72509,16 +72815,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5708", + "$id": "5734", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.queued'.", "type": { - "$id": "5709", + "$id": "5735", "kind": "enumvalue", "name": "response_queued", "value": "response.queued", @@ -72526,7 +72832,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72540,12 +72846,12 @@ "isHttpMetadata": false }, { - "$id": "5710", + "$id": "5736", "kind": "property", "name": "response", "doc": "The full response object that is queued.", "type": { - "$ref": "5149" + "$ref": "5151" }, "optional": false, "readOnly": false, @@ -72559,7 +72865,7 @@ ] }, "response.reasoning.delta": { - "$id": "5711", + "$id": "5737", "kind": "model", "name": "ResponseReasoningDeltaEvent", "namespace": "OpenAI", @@ -72574,16 +72880,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5712", + "$id": "5738", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.reasoning.delta'.", "type": { - "$id": "5713", + "$id": "5739", "kind": "enumvalue", "name": "response_reasoning_delta", "value": "response.reasoning.delta", @@ -72591,7 +72897,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72605,12 +72911,12 @@ "isHttpMetadata": false }, { - "$id": "5714", + "$id": "5740", "kind": "property", "name": "item_id", "doc": "The unique identifier of the item for which reasoning is being updated.", "type": { - "$id": "5715", + "$id": "5741", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72626,12 +72932,12 @@ "isHttpMetadata": false }, { - "$id": "5716", + "$id": "5742", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5717", + "$id": "5743", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72647,12 +72953,12 @@ "isHttpMetadata": false }, { - "$id": "5718", + "$id": "5744", "kind": "property", "name": "content_index", "doc": "The index of the reasoning content part within the output item.", "type": { - "$id": "5719", + "$id": "5745", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72668,12 +72974,12 @@ "isHttpMetadata": false }, { - "$id": "5720", + "$id": "5746", "kind": "property", "name": "delta", "doc": "The partial update to the reasoning content.", "type": { - "$id": "5721", + "$id": "5747", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -72691,7 +72997,7 @@ ] }, "response.reasoning.done": { - "$id": "5722", + "$id": "5748", "kind": "model", "name": "ResponseReasoningDoneEvent", "namespace": "OpenAI", @@ -72706,16 +73012,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5723", + "$id": "5749", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.reasoning.done'.", "type": { - "$id": "5724", + "$id": "5750", "kind": "enumvalue", "name": "response_reasoning_done", "value": "response.reasoning.done", @@ -72723,7 +73029,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72737,12 +73043,12 @@ "isHttpMetadata": false }, { - "$id": "5725", + "$id": "5751", "kind": "property", "name": "item_id", "doc": "The unique identifier of the item for which reasoning is finalized.", "type": { - "$id": "5726", + "$id": "5752", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72758,12 +73064,12 @@ "isHttpMetadata": false }, { - "$id": "5727", + "$id": "5753", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5728", + "$id": "5754", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72779,12 +73085,12 @@ "isHttpMetadata": false }, { - "$id": "5729", + "$id": "5755", "kind": "property", "name": "content_index", "doc": "The index of the reasoning content part within the output item.", "type": { - "$id": "5730", + "$id": "5756", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72800,12 +73106,12 @@ "isHttpMetadata": false }, { - "$id": "5731", + "$id": "5757", "kind": "property", "name": "text", "doc": "The finalized reasoning text.", "type": { - "$id": "5732", + "$id": "5758", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72823,7 +73129,7 @@ ] }, "response.reasoning_summary.delta": { - "$id": "5733", + "$id": "5759", "kind": "model", "name": "ResponseReasoningSummaryDeltaEvent", "namespace": "OpenAI", @@ -72838,16 +73144,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5734", + "$id": "5760", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.reasoning_summary.delta'.", "type": { - "$id": "5735", + "$id": "5761", "kind": "enumvalue", "name": "response_reasoning_summary_delta", "value": "response.reasoning_summary.delta", @@ -72855,7 +73161,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -72869,12 +73175,12 @@ "isHttpMetadata": false }, { - "$id": "5736", + "$id": "5762", "kind": "property", "name": "item_id", "doc": "The unique identifier of the item for which the reasoning summary is being updated.", "type": { - "$id": "5737", + "$id": "5763", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -72890,12 +73196,12 @@ "isHttpMetadata": false }, { - "$id": "5738", + "$id": "5764", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5739", + "$id": "5765", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72911,12 +73217,12 @@ "isHttpMetadata": false }, { - "$id": "5740", + "$id": "5766", "kind": "property", "name": "summary_index", "doc": "The index of the summary part within the output item.", "type": { - "$id": "5741", + "$id": "5767", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -72932,12 +73238,12 @@ "isHttpMetadata": false }, { - "$id": "5742", + "$id": "5768", "kind": "property", "name": "delta", "doc": "The partial update to the reasoning summary content.", "type": { - "$id": "5743", + "$id": "5769", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -72955,7 +73261,7 @@ ] }, "response.reasoning_summary.done": { - "$id": "5744", + "$id": "5770", "kind": "model", "name": "ResponseReasoningSummaryDoneEvent", "namespace": "OpenAI", @@ -72970,16 +73276,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5745", + "$id": "5771", "kind": "property", "name": "type", "doc": "The type of the event. Always 'response.reasoning_summary.done'.", "type": { - "$id": "5746", + "$id": "5772", "kind": "enumvalue", "name": "response_reasoning_summary_done", "value": "response.reasoning_summary.done", @@ -72987,7 +73293,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -73001,12 +73307,12 @@ "isHttpMetadata": false }, { - "$id": "5747", + "$id": "5773", "kind": "property", "name": "item_id", "doc": "The unique identifier of the item for which the reasoning summary is finalized.", "type": { - "$id": "5748", + "$id": "5774", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73022,12 +73328,12 @@ "isHttpMetadata": false }, { - "$id": "5749", + "$id": "5775", "kind": "property", "name": "output_index", "doc": "The index of the output item in the response's output array.", "type": { - "$id": "5750", + "$id": "5776", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -73043,12 +73349,12 @@ "isHttpMetadata": false }, { - "$id": "5751", + "$id": "5777", "kind": "property", "name": "summary_index", "doc": "The index of the summary part within the output item.", "type": { - "$id": "5752", + "$id": "5778", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -73064,12 +73370,12 @@ "isHttpMetadata": false }, { - "$id": "5753", + "$id": "5779", "kind": "property", "name": "text", "doc": "The finalized reasoning summary text.", "type": { - "$id": "5754", + "$id": "5780", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73087,7 +73393,7 @@ ] }, "response.code_interpreter_call_code.delta": { - "$id": "5755", + "$id": "5781", "kind": "model", "name": "ResponseCodeInterpreterCallCodeDeltaEvent", "namespace": "OpenAI", @@ -73102,16 +73408,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5756", + "$id": "5782", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.code_interpreter_call_code.delta`.", "type": { - "$id": "5757", + "$id": "5783", "kind": "enumvalue", "name": "response_code_interpreter_call_code_delta", "value": "response.code_interpreter_call_code.delta", @@ -73119,7 +73425,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -73133,12 +73439,12 @@ "isHttpMetadata": false }, { - "$id": "5758", + "$id": "5784", "kind": "property", "name": "output_index", "doc": "The index of the output item that the code interpreter call is in progress.", "type": { - "$id": "5759", + "$id": "5785", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -73154,12 +73460,12 @@ "isHttpMetadata": false }, { - "$id": "5760", + "$id": "5786", "kind": "property", "name": "item_id", "doc": "The unique identifier of the code interpreter tool call item.", "type": { - "$id": "5761", + "$id": "5787", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73175,12 +73481,12 @@ "isHttpMetadata": false }, { - "$id": "5762", + "$id": "5788", "kind": "property", "name": "delta", "doc": "The partial code snippet added by the code interpreter.", "type": { - "$id": "5763", + "$id": "5789", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73198,7 +73504,7 @@ ] }, "response.code_interpreter_call_code.done": { - "$id": "5764", + "$id": "5790", "kind": "model", "name": "ResponseCodeInterpreterCallCodeDoneEvent", "namespace": "OpenAI", @@ -73213,16 +73519,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5765", + "$id": "5791", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.code_interpreter_call_code.done`.", "type": { - "$id": "5766", + "$id": "5792", "kind": "enumvalue", "name": "response_code_interpreter_call_code_done", "value": "response.code_interpreter_call_code.done", @@ -73230,7 +73536,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -73244,12 +73550,12 @@ "isHttpMetadata": false }, { - "$id": "5767", + "$id": "5793", "kind": "property", "name": "output_index", "doc": "The index of the output item that the code interpreter call is in progress.", "type": { - "$id": "5768", + "$id": "5794", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -73265,12 +73571,12 @@ "isHttpMetadata": false }, { - "$id": "5769", + "$id": "5795", "kind": "property", "name": "item_id", "doc": "The unique identifier of the code interpreter tool call item.", "type": { - "$id": "5770", + "$id": "5796", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73286,12 +73592,12 @@ "isHttpMetadata": false }, { - "$id": "5771", + "$id": "5797", "kind": "property", "name": "code", "doc": "The final code snippet output by the code interpreter.", "type": { - "$id": "5772", + "$id": "5798", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73309,7 +73615,7 @@ ] }, "response.code_interpreter_call.completed": { - "$id": "5773", + "$id": "5799", "kind": "model", "name": "ResponseCodeInterpreterCallCompletedEvent", "namespace": "OpenAI", @@ -73324,16 +73630,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5774", + "$id": "5800", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.code_interpreter_call.completed`.", "type": { - "$id": "5775", + "$id": "5801", "kind": "enumvalue", "name": "response_code_interpreter_call_completed", "value": "response.code_interpreter_call.completed", @@ -73341,7 +73647,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -73355,12 +73661,12 @@ "isHttpMetadata": false }, { - "$id": "5776", + "$id": "5802", "kind": "property", "name": "output_index", "doc": "The index of the output item that the code interpreter call is in progress.", "type": { - "$id": "5777", + "$id": "5803", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -73376,12 +73682,12 @@ "isHttpMetadata": false }, { - "$id": "5778", + "$id": "5804", "kind": "property", "name": "item_id", "doc": "The unique identifier of the code interpreter tool call item.", "type": { - "$id": "5779", + "$id": "5805", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73399,7 +73705,7 @@ ] }, "response.code_interpreter_call.in_progress": { - "$id": "5780", + "$id": "5806", "kind": "model", "name": "ResponseCodeInterpreterCallInProgressEvent", "namespace": "OpenAI", @@ -73414,16 +73720,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5781", + "$id": "5807", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.code_interpreter_call.in_progress`.", "type": { - "$id": "5782", + "$id": "5808", "kind": "enumvalue", "name": "response_code_interpreter_call_in_progress", "value": "response.code_interpreter_call.in_progress", @@ -73431,7 +73737,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -73445,12 +73751,12 @@ "isHttpMetadata": false }, { - "$id": "5783", + "$id": "5809", "kind": "property", "name": "output_index", "doc": "The index of the output item that the code interpreter call is in progress.", "type": { - "$id": "5784", + "$id": "5810", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -73466,12 +73772,12 @@ "isHttpMetadata": false }, { - "$id": "5785", + "$id": "5811", "kind": "property", "name": "item_id", "doc": "The unique identifier of the code interpreter tool call item.", "type": { - "$id": "5786", + "$id": "5812", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73489,7 +73795,7 @@ ] }, "response.code_interpreter_call.interpreting": { - "$id": "5787", + "$id": "5813", "kind": "model", "name": "ResponseCodeInterpreterCallInterpretingEvent", "namespace": "OpenAI", @@ -73504,16 +73810,16 @@ } ], "baseModel": { - "$ref": "5334" + "$ref": "5336" }, "properties": [ { - "$id": "5788", + "$id": "5814", "kind": "property", "name": "type", "doc": "The type of the event. Always `response.code_interpreter_call.interpreting`.", "type": { - "$id": "5789", + "$id": "5815", "kind": "enumvalue", "name": "response_code_interpreter_call_interpreting", "value": "response.code_interpreter_call.interpreting", @@ -73521,7 +73827,7 @@ "$ref": "774" }, "enumType": { - "$ref": "5341" + "$ref": "5343" }, "decorators": [] }, @@ -73535,12 +73841,12 @@ "isHttpMetadata": false }, { - "$id": "5790", + "$id": "5816", "kind": "property", "name": "output_index", "doc": "The index of the output item that the code interpreter call is in progress.", "type": { - "$id": "5791", + "$id": "5817", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -73556,12 +73862,12 @@ "isHttpMetadata": false }, { - "$id": "5792", + "$id": "5818", "kind": "property", "name": "item_id", "doc": "The unique identifier of the code interpreter tool call item.", "type": { - "$id": "5793", + "$id": "5819", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73581,37 +73887,34 @@ } }, { - "$ref": "5338" - }, - { - "$ref": "5397" + "$ref": "5340" }, { - "$ref": "5407" + "$ref": "5401" }, { - "$ref": "5417" + "$ref": "5411" }, { "$ref": "5421" }, { - "$ref": "5432" + "$ref": "5425" }, { - "$ref": "5439" + "$ref": "5436" }, { - "$ref": "5446" + "$ref": "5443" }, { - "$ref": "5453" + "$ref": "5450" }, { - "$ref": "5462" + "$ref": "5457" }, { - "$ref": "5471" + "$ref": "5466" }, { "$ref": "5475" @@ -73623,112 +73926,121 @@ "$ref": "5483" }, { - "$ref": "5489" + "$ref": "5487" }, { - "$ref": "5495" + "$ref": "5493" }, { - "$ref": "5506" + "$ref": "5499" }, { - "$ref": "5517" + "$ref": "5510" }, { - "$ref": "5528" + "$ref": "5521" }, { - "$ref": "5539" + "$ref": "5532" }, { - "$ref": "5549" + "$ref": "5543" }, { - "$ref": "5559" + "$ref": "5553" }, { - "$ref": "5570" + "$ref": "5563" }, { - "$ref": "5581" + "$ref": "5574" }, { - "$ref": "5588" + "$ref": "5585" }, { - "$ref": "5595" + "$ref": "5596" }, { - "$ref": "5602" + "$ref": "5607" }, { - "$ref": "5609" + "$ref": "5614" }, { - "$ref": "5616" + "$ref": "5621" }, { - "$ref": "5623" + "$ref": "5628" }, { - "$ref": "5634" + "$ref": "5635" }, { - "$ref": "5643" + "$ref": "5642" }, { - "$ref": "5652" + "$ref": "5649" }, { - "$ref": "5659" + "$ref": "5660" }, { - "$ref": "5666" + "$ref": "5669" }, { - "$ref": "5673" + "$ref": "5678" }, { - "$ref": "5680" + "$ref": "5685" }, { - "$ref": "5687" + "$ref": "5692" }, { - "$ref": "5694" + "$ref": "5699" }, { - "$ref": "5707" + "$ref": "5706" }, { - "$ref": "5711" + "$ref": "5713" }, { - "$ref": "5722" + "$ref": "5720" }, { "$ref": "5733" }, { - "$ref": "5744" + "$ref": "5737" + }, + { + "$ref": "5748" + }, + { + "$ref": "5759" + }, + { + "$ref": "5770" }, { - "$ref": "5755" + "$ref": "5781" }, { - "$ref": "5764" + "$ref": "5790" }, { - "$ref": "5773" + "$ref": "5799" }, { - "$ref": "5780" + "$ref": "5806" }, { - "$ref": "5787" + "$ref": "5813" }, { - "$id": "5794", + "$id": "5820", "kind": "model", "name": "ResponseErrorResponse", "namespace": "OpenAI", @@ -73742,12 +74054,12 @@ ], "properties": [ { - "$id": "5795", + "$id": "5821", "kind": "property", "name": "error", "serializedName": "error", "type": { - "$ref": "5180" + "$ref": "5182" }, "optional": false, "readOnly": false, @@ -73765,7 +74077,7 @@ ] }, { - "$id": "5796", + "$id": "5822", "kind": "model", "name": "DeleteResponseResponse", "namespace": "OpenAI", @@ -73779,12 +74091,12 @@ ], "properties": [ { - "$id": "5797", + "$id": "5823", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "5798", + "$id": "5824", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73804,12 +74116,12 @@ "isHttpMetadata": false }, { - "$id": "5799", + "$id": "5825", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1669" + "$ref": "1671" }, "optional": false, "readOnly": false, @@ -73825,12 +74137,12 @@ "isHttpMetadata": false }, { - "$id": "5800", + "$id": "5826", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$ref": "1671" + "$ref": "1673" }, "optional": false, "readOnly": false, @@ -73848,7 +74160,7 @@ ] }, { - "$id": "5801", + "$id": "5827", "kind": "model", "name": "ResponseItemList", "namespace": "OpenAI", @@ -73863,13 +74175,13 @@ ], "properties": [ { - "$id": "5802", + "$id": "5828", "kind": "property", "name": "object", "serializedName": "object", "doc": "The type of object returned, must be `list`.", "type": { - "$ref": "1673" + "$ref": "1675" }, "optional": false, "readOnly": false, @@ -73885,13 +74197,13 @@ "isHttpMetadata": false }, { - "$id": "5803", + "$id": "5829", "kind": "property", "name": "data", "serializedName": "data", "doc": "A list of items used to generate this response.", "type": { - "$ref": "5189" + "$ref": "5191" }, "optional": false, "readOnly": false, @@ -73907,13 +74219,13 @@ "isHttpMetadata": false }, { - "$id": "5804", + "$id": "5830", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Whether there are more items available.", "type": { - "$id": "5805", + "$id": "5831", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -73933,13 +74245,13 @@ "isHttpMetadata": false }, { - "$id": "5806", + "$id": "5832", "kind": "property", "name": "first_id", "serializedName": "first_id", "doc": "The ID of the first item in the list.", "type": { - "$id": "5807", + "$id": "5833", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73959,13 +74271,13 @@ "isHttpMetadata": false }, { - "$id": "5808", + "$id": "5834", "kind": "property", "name": "last_id", "serializedName": "last_id", "doc": "The ID of the last item in the list.", "type": { - "$id": "5809", + "$id": "5835", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -73987,7 +74299,7 @@ ] }, { - "$id": "5810", + "$id": "5836", "kind": "model", "name": "CreateImageRequest", "namespace": "OpenAI", @@ -73996,13 +74308,13 @@ "decorators": [], "properties": [ { - "$id": "5811", + "$id": "5837", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "A text description of the desired image(s). The maximum length is 32000 characters for `gpt-image-1`, 1000 characters for `dall-e-2` and 4000 characters for `dall-e-3`.", "type": { - "$id": "5812", + "$id": "5838", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -74022,16 +74334,16 @@ "isHttpMetadata": false }, { - "$id": "5813", + "$id": "5839", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for image generation. One of `dall-e-2`, `dall-e-3`, or `gpt-image-1`. Defaults to `dall-e-2` unless a parameter specific to `gpt-image-1` is used.", "type": { - "$id": "5814", + "$id": "5840", "kind": "nullable", "type": { - "$ref": "828" + "$ref": "830" }, "namespace": "OpenAI" }, @@ -74049,16 +74361,16 @@ "isHttpMetadata": false }, { - "$id": "5815", + "$id": "5841", "kind": "property", "name": "n", "serializedName": "n", "doc": "The number of images to generate. Must be between 1 and 10. For `dall-e-3`, only `n=1` is supported.", "type": { - "$id": "5816", + "$id": "5842", "kind": "nullable", "type": { - "$id": "5817", + "$id": "5843", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74080,16 +74392,16 @@ "isHttpMetadata": false }, { - "$id": "5818", + "$id": "5844", "kind": "property", "name": "quality", "serializedName": "quality", "doc": "The quality of the image that will be generated.\n\n- `auto` (default value) will automatically select the best quality for the given model.\n- `high`, `medium` and `low` are supported for `gpt-image-1`.\n- `hd` and `standard` are supported for `dall-e-3`.\n- `standard` is the only option for `dall-e-2`.", "type": { - "$id": "5819", + "$id": "5845", "kind": "nullable", "type": { - "$ref": "833" + "$ref": "835" }, "namespace": "OpenAI" }, @@ -74107,16 +74419,16 @@ "isHttpMetadata": false }, { - "$id": "5820", + "$id": "5846", "kind": "property", "name": "response_format", "serializedName": "response_format", "doc": "The format in which generated images with `dall-e-2` and `dall-e-3` are returned. Must be one of `url` or `b64_json`. URLs are only valid for 60 minutes after the image has been generated. This parameter isn't supported for `gpt-image-1` which will always return base64-encoded images.", "type": { - "$id": "5821", + "$id": "5847", "kind": "nullable", "type": { - "$ref": "841" + "$ref": "843" }, "namespace": "OpenAI" }, @@ -74134,16 +74446,16 @@ "isHttpMetadata": false }, { - "$id": "5822", + "$id": "5848", "kind": "property", "name": "output_format", "serializedName": "output_format", "doc": "The format in which the generated images are returned. This parameter is only supported for `gpt-image-1`. Must be one of `png`, `jpeg`, or `webp`.", "type": { - "$id": "5823", + "$id": "5849", "kind": "nullable", "type": { - "$ref": "845" + "$ref": "847" }, "namespace": "OpenAI" }, @@ -74161,16 +74473,16 @@ "isHttpMetadata": false }, { - "$id": "5824", + "$id": "5850", "kind": "property", "name": "output_compression", "serializedName": "output_compression", "doc": "The compression level (0-100%) for the generated images. This parameter is only supported for `gpt-image-1` with the `webp` or `jpeg` output formats, and defaults to 100.", "type": { - "$id": "5825", + "$id": "5851", "kind": "nullable", "type": { - "$id": "5826", + "$id": "5852", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74192,16 +74504,16 @@ "isHttpMetadata": false }, { - "$id": "5827", + "$id": "5853", "kind": "property", "name": "size", "serializedName": "size", "doc": "The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for `gpt-image-1`, one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`, and one of `1024x1024`, `1792x1024`, or `1024x1792` for `dall-e-3`.", "type": { - "$id": "5828", + "$id": "5854", "kind": "nullable", "type": { - "$ref": "850" + "$ref": "852" }, "namespace": "OpenAI" }, @@ -74219,16 +74531,16 @@ "isHttpMetadata": false }, { - "$id": "5829", + "$id": "5855", "kind": "property", "name": "moderation", "serializedName": "moderation", "doc": "Control the content-moderation level for images generated by `gpt-image-1`. Must be either `low` for less restrictive filtering or `auto` (default value).", "type": { - "$id": "5830", + "$id": "5856", "kind": "nullable", "type": { - "$ref": "860" + "$ref": "862" }, "namespace": "OpenAI" }, @@ -74246,16 +74558,16 @@ "isHttpMetadata": false }, { - "$id": "5831", + "$id": "5857", "kind": "property", "name": "background", "serializedName": "background", "doc": "Allows to set transparency for the background of the generated image(s).\nThis parameter is only supported for `gpt-image-1`. Must be one of\n`transparent`, `opaque` or `auto` (default value). When `auto` is used, the\nmodel will automatically determine the best background for the image.\n\nIf `transparent`, the output format needs to support transparency, so it\nshould be set to either `png` (default value) or `webp`.", "type": { - "$id": "5832", + "$id": "5858", "kind": "nullable", "type": { - "$ref": "864" + "$ref": "866" }, "namespace": "OpenAI" }, @@ -74273,16 +74585,16 @@ "isHttpMetadata": false }, { - "$id": "5833", + "$id": "5859", "kind": "property", "name": "style", "serializedName": "style", "doc": "The style of the generated images. This parameter is only supported for `dall-e-3`. Must be one of `vivid` or `natural`. Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images.", "type": { - "$id": "5834", + "$id": "5860", "kind": "nullable", "type": { - "$ref": "869" + "$ref": "871" }, "namespace": "OpenAI" }, @@ -74300,13 +74612,13 @@ "isHttpMetadata": false }, { - "$id": "5835", + "$id": "5861", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "5836", + "$id": "5862", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -74328,7 +74640,7 @@ ] }, { - "$id": "5837", + "$id": "5863", "kind": "model", "name": "ImagesResponse", "namespace": "OpenAI", @@ -74338,18 +74650,18 @@ "decorators": [], "properties": [ { - "$id": "5838", + "$id": "5864", "kind": "property", "name": "created", "serializedName": "created", "doc": "The Unix timestamp (in seconds) of when the image was created.", "type": { - "$id": "5839", + "$id": "5865", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "5840", + "$id": "5866", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74372,17 +74684,17 @@ "isHttpMetadata": false }, { - "$id": "5841", + "$id": "5867", "kind": "property", "name": "data", "serializedName": "data", "doc": "The list of generated images.", "type": { - "$id": "5842", + "$id": "5868", "kind": "array", "name": "ArrayImage", "valueType": { - "$id": "5843", + "$id": "5869", "kind": "model", "name": "Image", "namespace": "OpenAI", @@ -74392,13 +74704,13 @@ "decorators": [], "properties": [ { - "$id": "5844", + "$id": "5870", "kind": "property", "name": "b64_json", "serializedName": "b64_json", "doc": "The base64-encoded JSON of the generated image. Default value for `gpt-image-1`, and only present if `response_format` is set to `b64_json` for `dall-e-2` and `dall-e-3`.", "type": { - "$id": "5845", + "$id": "5871", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -74419,13 +74731,13 @@ "isHttpMetadata": false }, { - "$id": "5846", + "$id": "5872", "kind": "property", "name": "url", "serializedName": "url", "doc": "When using `dall-e-2` or `dall-e-3`, the URL of the generated image if `response_format` is set to `url` (default value). Unsupported for `gpt-image-1`.", "type": { - "$id": "5847", + "$id": "5873", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -74445,13 +74757,13 @@ "isHttpMetadata": false }, { - "$id": "5848", + "$id": "5874", "kind": "property", "name": "revised_prompt", "serializedName": "revised_prompt", "doc": "For `dall-e-3` only, the revised prompt that was used to generate the image.", "type": { - "$id": "5849", + "$id": "5875", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -74489,13 +74801,13 @@ "isHttpMetadata": false }, { - "$id": "5850", + "$id": "5876", "kind": "property", "name": "usage", "serializedName": "usage", "doc": "For `gpt-image-1` only, the token usage information for the image generation.", "type": { - "$id": "5851", + "$id": "5877", "kind": "model", "name": "ImagesResponseUsage", "namespace": "OpenAI", @@ -74504,13 +74816,13 @@ "decorators": [], "properties": [ { - "$id": "5852", + "$id": "5878", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "The total number of tokens (images and text) used for the image generation.", "type": { - "$id": "5853", + "$id": "5879", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74530,13 +74842,13 @@ "isHttpMetadata": false }, { - "$id": "5854", + "$id": "5880", "kind": "property", "name": "input_tokens", "serializedName": "input_tokens", "doc": "The number of tokens (images and text) in the input prompt.", "type": { - "$id": "5855", + "$id": "5881", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74556,13 +74868,13 @@ "isHttpMetadata": false }, { - "$id": "5856", + "$id": "5882", "kind": "property", "name": "output_tokens", "serializedName": "output_tokens", "doc": "The number of image tokens in the output image.", "type": { - "$id": "5857", + "$id": "5883", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74582,13 +74894,13 @@ "isHttpMetadata": false }, { - "$id": "5858", + "$id": "5884", "kind": "property", "name": "input_tokens_details", "serializedName": "input_tokens_details", "doc": "The input tokens detailed information for the image generation.", "type": { - "$id": "5859", + "$id": "5885", "kind": "model", "name": "ImagesResponseUsageInputTokensDetails", "namespace": "OpenAI", @@ -74597,13 +74909,13 @@ "decorators": [], "properties": [ { - "$id": "5860", + "$id": "5886", "kind": "property", "name": "text_tokens", "serializedName": "text_tokens", "doc": "The number of text tokens in the input prompt.", "type": { - "$id": "5861", + "$id": "5887", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74623,13 +74935,13 @@ "isHttpMetadata": false }, { - "$id": "5862", + "$id": "5888", "kind": "property", "name": "image_tokens", "serializedName": "image_tokens", "doc": "The number of image tokens in the input prompt.", "type": { - "$id": "5863", + "$id": "5889", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74681,16 +74993,16 @@ ] }, { - "$ref": "5843" + "$ref": "5869" }, { - "$ref": "5851" + "$ref": "5877" }, { - "$ref": "5859" + "$ref": "5885" }, { - "$id": "5864", + "$id": "5890", "kind": "model", "name": "CreateImageEditRequest", "namespace": "OpenAI", @@ -74699,18 +75011,18 @@ "decorators": [], "properties": [ { - "$id": "5865", + "$id": "5891", "kind": "property", "name": "image", "serializedName": "image", "doc": "The image(s) to edit. Must be a supported image file or an array of images.\n\nFor `gpt-image-1`, each image should be a `png`, `webp`, or `jpg` file less\nthan 50MB. You can provide up to 16 images.\n\nFor `dall-e-2`, you can only provide one image, and it should be a square\n`png` file less than 4MB.", "type": { - "$id": "5866", + "$id": "5892", "kind": "union", "name": "CreateImageEditRequestImage", "variantTypes": [ { - "$id": "5867", + "$id": "5893", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -74718,11 +75030,11 @@ "decorators": [] }, { - "$id": "5868", + "$id": "5894", "kind": "array", "name": "Array25", "valueType": { - "$id": "5869", + "$id": "5895", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -74757,13 +75069,13 @@ "isHttpMetadata": false }, { - "$id": "5870", + "$id": "5896", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "A text description of the desired image(s). The maximum length is 1000 characters for `dall-e-2`, and 32000 characters for `gpt-image-1`.", "type": { - "$id": "5871", + "$id": "5897", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -74789,13 +75101,13 @@ "isHttpMetadata": false }, { - "$id": "5872", + "$id": "5898", "kind": "property", "name": "mask", "serializedName": "mask", "doc": "An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where `image` should be edited. If there are multiple images provided, the mask will be applied on the first image. Must be a valid PNG file, less than 4MB, and have the same dimensions as `image`.", "type": { - "$id": "5873", + "$id": "5899", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -74822,16 +75134,16 @@ "isHttpMetadata": false }, { - "$id": "5874", + "$id": "5900", "kind": "property", "name": "background", "serializedName": "background", "doc": "Allows to set transparency for the background of the generated image(s).\nThis parameter is only supported for `gpt-image-1`. Must be one of\n`transparent`, `opaque` or `auto` (default value). When `auto` is used, the\nmodel will automatically determine the best background for the image.\n\nIf `transparent`, the output format needs to support transparency, so it\nshould be set to either `png` (default value) or `webp`.", "type": { - "$id": "5875", + "$id": "5901", "kind": "nullable", "type": { - "$ref": "873" + "$ref": "875" }, "namespace": "OpenAI" }, @@ -74855,16 +75167,16 @@ "isHttpMetadata": false }, { - "$id": "5876", + "$id": "5902", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for image generation. Only `dall-e-2` and `gpt-image-1` are supported. Defaults to `dall-e-2` unless a parameter specific to `gpt-image-1` is used.", "type": { - "$id": "5877", + "$id": "5903", "kind": "nullable", "type": { - "$ref": "878" + "$ref": "880" }, "namespace": "OpenAI" }, @@ -74888,21 +75200,21 @@ "isHttpMetadata": false }, { - "$id": "5878", + "$id": "5904", "kind": "property", "name": "n", "serializedName": "n", "doc": "The number of images to generate. Must be between 1 and 10.", "type": { - "$id": "5879", + "$id": "5905", "kind": "nullable", "type": { - "$id": "5880", + "$id": "5906", "kind": "int32", "name": "OneToTenInt", "crossLanguageDefinitionId": "OpenAI.OneToTenInt", "baseType": { - "$id": "5881", + "$id": "5907", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -74932,16 +75244,16 @@ "isHttpMetadata": false }, { - "$id": "5882", + "$id": "5908", "kind": "property", "name": "size", "serializedName": "size", "doc": "The size of the generated images. Must be one of `1024x1024`, `1536x1024` (landscape), `1024x1536` (portrait), or `auto` (default value) for `gpt-image-1`, and one of `256x256`, `512x512`, or `1024x1024` for `dall-e-2`.", "type": { - "$id": "5883", + "$id": "5909", "kind": "nullable", "type": { - "$ref": "882" + "$ref": "884" }, "namespace": "OpenAI" }, @@ -74965,16 +75277,16 @@ "isHttpMetadata": false }, { - "$id": "5884", + "$id": "5910", "kind": "property", "name": "response_format", "serializedName": "response_format", "doc": "The format in which the generated images are returned. Must be one of `url` or `b64_json`. URLs are only valid for 60 minutes after the image has been generated. This parameter is only supported for `dall-e-2`, as `gpt-image-1` will always return base64-encoded images.", "type": { - "$id": "5885", + "$id": "5911", "kind": "nullable", "type": { - "$ref": "890" + "$ref": "892" }, "namespace": "OpenAI" }, @@ -74998,13 +75310,13 @@ "isHttpMetadata": false }, { - "$id": "5886", + "$id": "5912", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "5887", + "$id": "5913", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -75030,16 +75342,16 @@ "isHttpMetadata": false }, { - "$id": "5888", + "$id": "5914", "kind": "property", "name": "quality", "serializedName": "quality", "doc": "The quality of the image that will be generated. `high`, `medium` and `low` are only supported for `gpt-image-1`. `dall-e-2` only supports `standard` quality. Defaults to `auto`.", "type": { - "$id": "5889", + "$id": "5915", "kind": "nullable", "type": { - "$ref": "894" + "$ref": "896" }, "namespace": "OpenAI" }, @@ -75065,7 +75377,7 @@ ] }, { - "$id": "5890", + "$id": "5916", "kind": "model", "name": "CreateImageVariationRequest", "namespace": "OpenAI", @@ -75074,13 +75386,13 @@ "decorators": [], "properties": [ { - "$id": "5891", + "$id": "5917", "kind": "property", "name": "image", "serializedName": "image", "doc": "The image to use as the basis for the variation(s). Must be a valid PNG file, less than 4MB, and square.", "type": { - "$id": "5892", + "$id": "5918", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -75107,16 +75419,16 @@ "isHttpMetadata": false }, { - "$id": "5893", + "$id": "5919", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for image generation. Only `dall-e-2` is supported at this time.", "type": { - "$id": "5894", + "$id": "5920", "kind": "nullable", "type": { - "$ref": "901" + "$ref": "903" }, "namespace": "OpenAI" }, @@ -75140,21 +75452,21 @@ "isHttpMetadata": false }, { - "$id": "5895", + "$id": "5921", "kind": "property", "name": "n", "serializedName": "n", "doc": "The number of images to generate. Must be between 1 and 10.", "type": { - "$id": "5896", + "$id": "5922", "kind": "nullable", "type": { - "$id": "5897", + "$id": "5923", "kind": "int32", "name": "OneToTenInt", "crossLanguageDefinitionId": "OpenAI.OneToTenInt", "baseType": { - "$id": "5898", + "$id": "5924", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -75184,16 +75496,16 @@ "isHttpMetadata": false }, { - "$id": "5899", + "$id": "5925", "kind": "property", "name": "response_format", "serializedName": "response_format", "doc": "The format in which the generated images are returned. Must be one of `url` or `b64_json`. URLs are only valid for 60 minutes after the image has been generated.", "type": { - "$id": "5900", + "$id": "5926", "kind": "nullable", "type": { - "$ref": "904" + "$ref": "906" }, "namespace": "OpenAI" }, @@ -75217,16 +75529,16 @@ "isHttpMetadata": false }, { - "$id": "5901", + "$id": "5927", "kind": "property", "name": "size", "serializedName": "size", "doc": "The size of the generated images. Must be one of `256x256`, `512x512`, or `1024x1024`.", "type": { - "$id": "5902", + "$id": "5928", "kind": "nullable", "type": { - "$ref": "908" + "$ref": "910" }, "namespace": "OpenAI" }, @@ -75250,13 +75562,13 @@ "isHttpMetadata": false }, { - "$id": "5903", + "$id": "5929", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "5904", + "$id": "5930", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -75284,7 +75596,7 @@ ] }, { - "$id": "5905", + "$id": "5931", "kind": "model", "name": "CreateMessageRequest", "namespace": "OpenAI", @@ -75293,13 +75605,13 @@ "decorators": [], "properties": [ { - "$id": "5906", + "$id": "5932", "kind": "property", "name": "role", "serializedName": "role", "doc": "The role of the entity that is creating the message. Allowed values include:\n- `user`: Indicates the message is sent by an actual user and should be used in most cases to represent user-generated messages.\n- `assistant`: Indicates the message is generated by the assistant. Use this value to insert messages from the assistant into the conversation.", "type": { - "$ref": "913" + "$ref": "915" }, "optional": false, "readOnly": false, @@ -75315,16 +75627,16 @@ "isHttpMetadata": false }, { - "$id": "5907", + "$id": "5933", "kind": "property", "name": "content", "serializedName": "content", "type": { - "$id": "5908", + "$id": "5934", "kind": "array", "name": "ArrayMessageContent", "valueType": { - "$id": "5909", + "$id": "5935", "kind": "model", "name": "MessageContent", "namespace": "OpenAI", @@ -75334,12 +75646,12 @@ "doc": "Represents a single piece of content in an Assistants API message.", "decorators": [], "discriminatorProperty": { - "$id": "5910", + "$id": "5936", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "917" + "$ref": "919" }, "optional": false, "readOnly": false, @@ -75356,12 +75668,12 @@ }, "properties": [ { - "$ref": "5910" + "$ref": "5936" } ], "discriminatedSubtypes": { "image_file": { - "$id": "5911", + "$id": "5937", "kind": "model", "name": "MessageContentImageFileObject", "namespace": "OpenAI", @@ -75372,32 +75684,32 @@ "discriminatorValue": "image_file", "decorators": [], "baseModel": { - "$ref": "5909" + "$ref": "5935" }, "properties": [ { - "$id": "5912", + "$id": "5938", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `image_file`.", "type": { - "$id": "5913", + "$id": "5939", "kind": "enumvalue", "name": "image_file", "value": "image_file", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$id": "5914", + "$id": "5940", "kind": "enum", "decorators": [], "name": "MessageContentType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "5915", + "$id": "5941", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -75406,59 +75718,59 @@ }, "values": [ { - "$id": "5916", + "$id": "5942", "kind": "enumvalue", "decorators": [], "doc": "The content is a text message.", "name": "text", "value": "text", "valueType": { - "$ref": "5915" + "$ref": "5941" }, "enumType": { - "$ref": "5914" + "$ref": "5940" } }, { - "$id": "5917", + "$id": "5943", "kind": "enumvalue", "decorators": [], "doc": "The content is an image file.", "name": "image_file", "value": "image_file", "valueType": { - "$ref": "5915" + "$ref": "5941" }, "enumType": { - "$ref": "5914" + "$ref": "5940" } }, { - "$id": "5918", + "$id": "5944", "kind": "enumvalue", "decorators": [], "doc": "The content is an image URL.", "name": "image_url", "value": "image_url", "valueType": { - "$ref": "5915" + "$ref": "5941" }, "enumType": { - "$ref": "5914" + "$ref": "5940" } }, { - "$id": "5919", + "$id": "5945", "kind": "enumvalue", "decorators": [], "doc": "The content is a refusal message.", "name": "refusal", "value": "refusal", "valueType": { - "$ref": "5915" + "$ref": "5941" }, "enumType": { - "$ref": "5914" + "$ref": "5940" } } ], @@ -75488,12 +75800,12 @@ "isHttpMetadata": false }, { - "$id": "5920", + "$id": "5946", "kind": "property", "name": "image_file", "serializedName": "image_file", "type": { - "$id": "5921", + "$id": "5947", "kind": "model", "name": "MessageContentImageFileObjectImageFile", "namespace": "OpenAI", @@ -75502,13 +75814,13 @@ "decorators": [], "properties": [ { - "$id": "5922", + "$id": "5948", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The [File](/docs/api-reference/files) ID of the image in the message content. Set `purpose=\"vision\"` when uploading the File if you need to later display the file content.", "type": { - "$id": "5923", + "$id": "5949", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -75528,13 +75840,13 @@ "isHttpMetadata": false }, { - "$id": "5924", + "$id": "5950", "kind": "property", "name": "detail", "serializedName": "detail", "doc": "Specifies the detail level of the image if specified by the user. `low` uses fewer tokens, you can opt in to high resolution using `high`.", "type": { - "$ref": "923" + "$ref": "925" }, "optional": true, "readOnly": false, @@ -75567,7 +75879,7 @@ ] }, "text": { - "$id": "5925", + "$id": "5951", "kind": "model", "name": "MessageContentTextObject", "namespace": "OpenAI", @@ -75578,25 +75890,25 @@ "discriminatorValue": "text", "decorators": [], "baseModel": { - "$ref": "5909" + "$ref": "5935" }, "properties": [ { - "$id": "5926", + "$id": "5952", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `text`.", "type": { - "$id": "5927", + "$id": "5953", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$ref": "5914" + "$ref": "5940" }, "doc": "The content is a text message.", "decorators": [] @@ -75615,24 +75927,24 @@ "isHttpMetadata": false }, { - "$id": "5928", + "$id": "5954", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "5929", + "$id": "5955", "kind": "union", "name": "MessageContentTextObjectText", "variantTypes": [ { - "$id": "5930", + "$id": "5956", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$id": "5931", + "$id": "5957", "kind": "model", "name": "MessageContentTextObjectText1", "namespace": "OpenAI", @@ -75641,12 +75953,12 @@ "decorators": [], "properties": [ { - "$id": "5932", + "$id": "5958", "kind": "property", "name": "value", "serializedName": "value", "type": { - "$id": "5933", + "$id": "5959", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -75666,16 +75978,16 @@ "isHttpMetadata": false }, { - "$id": "5934", + "$id": "5960", "kind": "property", "name": "annotations", "serializedName": "annotations", "type": { - "$id": "5935", + "$id": "5961", "kind": "array", "name": "ArrayMessageContentTextObjectAnnotation", "valueType": { - "$id": "5936", + "$id": "5962", "kind": "model", "name": "MessageContentTextObjectAnnotation", "namespace": "OpenAI", @@ -75684,13 +75996,13 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "5937", + "$id": "5963", "kind": "property", "name": "type", "serializedName": "type", "doc": "The discriminated type identifier for the content item.", "type": { - "$ref": "928" + "$ref": "930" }, "optional": false, "readOnly": false, @@ -75707,12 +76019,12 @@ }, "properties": [ { - "$ref": "5937" + "$ref": "5963" } ], "discriminatedSubtypes": { "file_citation": { - "$id": "5938", + "$id": "5964", "kind": "model", "name": "MessageContentTextAnnotationsFileCitationObject", "namespace": "OpenAI", @@ -75723,32 +76035,32 @@ "discriminatorValue": "file_citation", "decorators": [], "baseModel": { - "$ref": "5936" + "$ref": "5962" }, "properties": [ { - "$id": "5939", + "$id": "5965", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `file_citation`.", "type": { - "$id": "5940", + "$id": "5966", "kind": "enumvalue", "name": "file_citation", "value": "file_citation", "valueType": { - "$ref": "929" + "$ref": "931" }, "enumType": { - "$id": "5941", + "$id": "5967", "kind": "enum", "decorators": [], "name": "MessageContentTextAnnotationType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "5942", + "$id": "5968", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -75757,29 +76069,29 @@ }, "values": [ { - "$id": "5943", + "$id": "5969", "kind": "enumvalue", "decorators": [], "name": "file_citation", "value": "file_citation", "valueType": { - "$ref": "5942" + "$ref": "5968" }, "enumType": { - "$ref": "5941" + "$ref": "5967" } }, { - "$id": "5944", + "$id": "5970", "kind": "enumvalue", "decorators": [], "name": "file_path", "value": "file_path", "valueType": { - "$ref": "5942" + "$ref": "5968" }, "enumType": { - "$ref": "5941" + "$ref": "5967" } } ], @@ -75808,13 +76120,13 @@ "isHttpMetadata": false }, { - "$id": "5945", + "$id": "5971", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text in the message content that needs to be replaced.", "type": { - "$id": "5946", + "$id": "5972", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -75834,12 +76146,12 @@ "isHttpMetadata": false }, { - "$id": "5947", + "$id": "5973", "kind": "property", "name": "file_citation", "serializedName": "file_citation", "type": { - "$id": "5948", + "$id": "5974", "kind": "model", "name": "MessageContentTextAnnotationsFileCitationObjectFileCitation", "namespace": "OpenAI", @@ -75848,13 +76160,13 @@ "decorators": [], "properties": [ { - "$id": "5949", + "$id": "5975", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the specific File the citation is from.", "type": { - "$id": "5950", + "$id": "5976", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -75889,12 +76201,12 @@ "isHttpMetadata": false }, { - "$id": "5951", + "$id": "5977", "kind": "property", "name": "start_index", "serializedName": "start_index", "type": { - "$id": "5952", + "$id": "5978", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -75914,12 +76226,12 @@ "isHttpMetadata": false }, { - "$id": "5953", + "$id": "5979", "kind": "property", "name": "end_index", "serializedName": "end_index", "type": { - "$id": "5954", + "$id": "5980", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -75941,7 +76253,7 @@ ] }, "file_path": { - "$id": "5955", + "$id": "5981", "kind": "model", "name": "MessageContentTextAnnotationsFilePathObject", "namespace": "OpenAI", @@ -75952,25 +76264,25 @@ "discriminatorValue": "file_path", "decorators": [], "baseModel": { - "$ref": "5936" + "$ref": "5962" }, "properties": [ { - "$id": "5956", + "$id": "5982", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `file_path`.", "type": { - "$id": "5957", + "$id": "5983", "kind": "enumvalue", "name": "file_path", "value": "file_path", "valueType": { - "$ref": "929" + "$ref": "931" }, "enumType": { - "$ref": "5941" + "$ref": "5967" }, "decorators": [] }, @@ -75988,13 +76300,13 @@ "isHttpMetadata": false }, { - "$id": "5958", + "$id": "5984", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text in the message content that needs to be replaced.", "type": { - "$id": "5959", + "$id": "5985", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76014,12 +76326,12 @@ "isHttpMetadata": false }, { - "$id": "5960", + "$id": "5986", "kind": "property", "name": "file_path", "serializedName": "file_path", "type": { - "$id": "5961", + "$id": "5987", "kind": "model", "name": "MessageContentTextAnnotationsFilePathObjectFilePath", "namespace": "OpenAI", @@ -76028,13 +76340,13 @@ "decorators": [], "properties": [ { - "$id": "5962", + "$id": "5988", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file that was generated.", "type": { - "$id": "5963", + "$id": "5989", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76069,12 +76381,12 @@ "isHttpMetadata": false }, { - "$id": "5964", + "$id": "5990", "kind": "property", "name": "start_index", "serializedName": "start_index", "type": { - "$id": "5965", + "$id": "5991", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -76094,12 +76406,12 @@ "isHttpMetadata": false }, { - "$id": "5966", + "$id": "5992", "kind": "property", "name": "end_index", "serializedName": "end_index", "type": { - "$id": "5967", + "$id": "5993", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -76160,7 +76472,7 @@ ] }, "refusal": { - "$id": "5968", + "$id": "5994", "kind": "model", "name": "MessageContentRefusalObject", "namespace": "OpenAI", @@ -76171,25 +76483,25 @@ "discriminatorValue": "refusal", "decorators": [], "baseModel": { - "$ref": "5909" + "$ref": "5935" }, "properties": [ { - "$id": "5969", + "$id": "5995", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `refusal`.", "type": { - "$id": "5970", + "$id": "5996", "kind": "enumvalue", "name": "refusal", "value": "refusal", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$ref": "5914" + "$ref": "5940" }, "doc": "The content is a refusal message.", "decorators": [] @@ -76208,12 +76520,12 @@ "isHttpMetadata": false }, { - "$id": "5971", + "$id": "5997", "kind": "property", "name": "refusal", "serializedName": "refusal", "type": { - "$id": "5972", + "$id": "5998", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76235,7 +76547,7 @@ ] }, "image_url": { - "$id": "5973", + "$id": "5999", "kind": "model", "name": "MessageContentImageUrlObject", "namespace": "OpenAI", @@ -76246,25 +76558,25 @@ "discriminatorValue": "image_url", "decorators": [], "baseModel": { - "$ref": "5909" + "$ref": "5935" }, "properties": [ { - "$id": "5974", + "$id": "6000", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the content part.", "type": { - "$id": "5975", + "$id": "6001", "kind": "enumvalue", "name": "image_url", "value": "image_url", "valueType": { - "$ref": "918" + "$ref": "920" }, "enumType": { - "$ref": "5914" + "$ref": "5940" }, "doc": "The content is an image URL.", "decorators": [] @@ -76283,12 +76595,12 @@ "isHttpMetadata": false }, { - "$id": "5976", + "$id": "6002", "kind": "property", "name": "image_url", "serializedName": "image_url", "type": { - "$id": "5977", + "$id": "6003", "kind": "model", "name": "MessageContentImageUrlObjectImageUrl", "namespace": "OpenAI", @@ -76297,13 +76609,13 @@ "decorators": [], "properties": [ { - "$id": "5978", + "$id": "6004", "kind": "property", "name": "url", "serializedName": "url", "doc": "The external URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.", "type": { - "$id": "5979", + "$id": "6005", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -76323,13 +76635,13 @@ "isHttpMetadata": false }, { - "$id": "5980", + "$id": "6006", "kind": "property", "name": "detail", "serializedName": "detail", "doc": "Specifies the detail level of the image. `low` uses fewer tokens, you can opt in to high resolution using `high`. Default value is `auto`", "type": { - "$ref": "932" + "$ref": "934" }, "optional": true, "readOnly": false, @@ -76380,20 +76692,20 @@ "isHttpMetadata": false }, { - "$id": "5981", + "$id": "6007", "kind": "property", "name": "attachments", "serializedName": "attachments", "doc": "A list of files attached to the message, and the tools they should be added to.", "type": { - "$id": "5982", + "$id": "6008", "kind": "nullable", "type": { - "$id": "5983", + "$id": "6009", "kind": "array", "name": "Array26", "valueType": { - "$id": "5984", + "$id": "6010", "kind": "model", "name": "CreateMessageRequestAttachment", "namespace": "OpenAI", @@ -76402,13 +76714,13 @@ "decorators": [], "properties": [ { - "$id": "5985", + "$id": "6011", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to attach to the message.", "type": { - "$id": "5986", + "$id": "6012", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76428,25 +76740,25 @@ "isHttpMetadata": false }, { - "$id": "5987", + "$id": "6013", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "The tools to add this file to.", "type": { - "$id": "5988", + "$id": "6014", "kind": "array", "name": "Array27", "valueType": { - "$id": "5989", + "$id": "6015", "kind": "union", "name": "CreateMessageRequestAttachmentTool", "variantTypes": [ { - "$ref": "2395" + "$ref": "2397" }, { - "$id": "5990", + "$id": "6016", "kind": "model", "name": "AssistantToolsFileSearchTypeOnly", "namespace": "OpenAI", @@ -76455,13 +76767,13 @@ "decorators": [], "properties": [ { - "$id": "5991", + "$id": "6017", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool being defined: `file_search`", "type": { - "$ref": "1675" + "$ref": "1677" }, "optional": false, "readOnly": false, @@ -76519,13 +76831,13 @@ "isHttpMetadata": false }, { - "$id": "5992", + "$id": "6018", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -76543,52 +76855,52 @@ ] }, { - "$ref": "5909" + "$ref": "5935" }, { - "$ref": "5911" + "$ref": "5937" }, { - "$ref": "5921" + "$ref": "5947" }, { - "$ref": "5925" + "$ref": "5951" }, { - "$ref": "5931" + "$ref": "5957" }, { - "$ref": "5936" + "$ref": "5962" }, { - "$ref": "5938" + "$ref": "5964" }, { - "$ref": "5948" + "$ref": "5974" }, { - "$ref": "5955" + "$ref": "5981" }, { - "$ref": "5961" + "$ref": "5987" }, { - "$ref": "5968" + "$ref": "5994" }, { - "$ref": "5973" + "$ref": "5999" }, { - "$ref": "5977" + "$ref": "6003" }, { - "$ref": "5984" + "$ref": "6010" }, { - "$ref": "5990" + "$ref": "6016" }, { - "$id": "5993", + "$id": "6019", "kind": "model", "name": "MessageObject", "namespace": "OpenAI", @@ -76598,13 +76910,13 @@ "decorators": [], "properties": [ { - "$id": "5994", + "$id": "6020", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier, which can be referenced in API endpoints.", "type": { - "$id": "5995", + "$id": "6021", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76624,13 +76936,13 @@ "isHttpMetadata": false }, { - "$id": "5996", + "$id": "6022", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `thread.message`.", "type": { - "$ref": "1677" + "$ref": "1679" }, "optional": false, "readOnly": false, @@ -76646,18 +76958,18 @@ "isHttpMetadata": false }, { - "$id": "5997", + "$id": "6023", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the message was created.", "type": { - "$id": "5998", + "$id": "6024", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "5999", + "$id": "6025", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -76680,13 +76992,13 @@ "isHttpMetadata": false }, { - "$id": "6000", + "$id": "6026", "kind": "property", "name": "thread_id", "serializedName": "thread_id", "doc": "The [thread](/docs/api-reference/threads) ID that this message belongs to.", "type": { - "$id": "6001", + "$id": "6027", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76706,13 +77018,13 @@ "isHttpMetadata": false }, { - "$id": "6002", + "$id": "6028", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the message, which can be either `in_progress`, `incomplete`, or `completed`.", "type": { - "$ref": "937" + "$ref": "939" }, "optional": false, "readOnly": false, @@ -76728,16 +77040,16 @@ "isHttpMetadata": false }, { - "$id": "6003", + "$id": "6029", "kind": "property", "name": "incomplete_details", "serializedName": "incomplete_details", "doc": "On an incomplete message, details about why the message is incomplete.", "type": { - "$id": "6004", + "$id": "6030", "kind": "nullable", "type": { - "$id": "6005", + "$id": "6031", "kind": "model", "name": "MessageObjectIncompleteDetails1", "namespace": "OpenAI", @@ -76746,13 +77058,13 @@ "decorators": [], "properties": [ { - "$id": "6006", + "$id": "6032", "kind": "property", "name": "reason", "serializedName": "reason", "doc": "The reason the message is incomplete.", "type": { - "$ref": "942" + "$ref": "944" }, "optional": false, "readOnly": false, @@ -76785,21 +77097,21 @@ "isHttpMetadata": false }, { - "$id": "6007", + "$id": "6033", "kind": "property", "name": "completed_at", "serializedName": "completed_at", "doc": "The Unix timestamp (in seconds) for when the message was completed.", "type": { - "$id": "6008", + "$id": "6034", "kind": "nullable", "type": { - "$id": "6009", + "$id": "6035", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6010", + "$id": "6036", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -76824,21 +77136,21 @@ "isHttpMetadata": false }, { - "$id": "6011", + "$id": "6037", "kind": "property", "name": "incomplete_at", "serializedName": "incomplete_at", "doc": "The Unix timestamp (in seconds) for when the message was marked as incomplete.", "type": { - "$id": "6012", + "$id": "6038", "kind": "nullable", "type": { - "$id": "6013", + "$id": "6039", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6014", + "$id": "6040", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -76863,13 +77175,13 @@ "isHttpMetadata": false }, { - "$id": "6015", + "$id": "6041", "kind": "property", "name": "role", "serializedName": "role", "doc": "The entity that produced the message. One of `user` or `assistant`.", "type": { - "$ref": "949" + "$ref": "951" }, "optional": false, "readOnly": false, @@ -76885,13 +77197,13 @@ "isHttpMetadata": false }, { - "$id": "6016", + "$id": "6042", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the message in array of text and/or images.", "type": { - "$ref": "5908" + "$ref": "5934" }, "optional": false, "readOnly": true, @@ -76907,16 +77219,16 @@ "isHttpMetadata": false }, { - "$id": "6017", + "$id": "6043", "kind": "property", "name": "assistant_id", "serializedName": "assistant_id", "doc": "If applicable, the ID of the [assistant](/docs/api-reference/assistants) that authored this message.", "type": { - "$id": "6018", + "$id": "6044", "kind": "nullable", "type": { - "$id": "6019", + "$id": "6045", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76938,16 +77250,16 @@ "isHttpMetadata": false }, { - "$id": "6020", + "$id": "6046", "kind": "property", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the [run](/docs/api-reference/runs) associated with the creation of this message. Value is `null` when messages are created manually using the create message or create thread endpoints.", "type": { - "$id": "6021", + "$id": "6047", "kind": "nullable", "type": { - "$id": "6022", + "$id": "6048", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -76969,20 +77281,20 @@ "isHttpMetadata": false }, { - "$id": "6023", + "$id": "6049", "kind": "property", "name": "attachments", "serializedName": "attachments", "doc": "A list of files attached to the message, and the tools they were added to.", "type": { - "$id": "6024", + "$id": "6050", "kind": "nullable", "type": { - "$id": "6025", + "$id": "6051", "kind": "array", "name": "Array28", "valueType": { - "$id": "6026", + "$id": "6052", "kind": "model", "name": "MessageObjectAttachment", "namespace": "OpenAI", @@ -76991,13 +77303,13 @@ "decorators": [], "properties": [ { - "$id": "6027", + "$id": "6053", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to attach to the message.", "type": { - "$id": "6028", + "$id": "6054", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77017,25 +77329,25 @@ "isHttpMetadata": false }, { - "$id": "6029", + "$id": "6055", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "The tools to add this file to.", "type": { - "$id": "6030", + "$id": "6056", "kind": "array", "name": "Array29", "valueType": { - "$id": "6031", + "$id": "6057", "kind": "union", "name": "MessageObjectAttachmentTool", "variantTypes": [ { - "$ref": "2395" + "$ref": "2397" }, { - "$ref": "5990" + "$ref": "6016" } ], "namespace": "OpenAI", @@ -77078,13 +77390,13 @@ "isHttpMetadata": false }, { - "$id": "6032", + "$id": "6058", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": true, @@ -77102,13 +77414,13 @@ ] }, { - "$ref": "6005" + "$ref": "6031" }, { - "$ref": "6026" + "$ref": "6052" }, { - "$id": "6033", + "$id": "6059", "kind": "model", "name": "ListMessagesResponse", "namespace": "OpenAI", @@ -77117,12 +77429,12 @@ "decorators": [], "properties": [ { - "$id": "6034", + "$id": "6060", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1679" + "$ref": "1681" }, "optional": false, "readOnly": false, @@ -77138,16 +77450,16 @@ "isHttpMetadata": false }, { - "$id": "6035", + "$id": "6061", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "6036", + "$id": "6062", "kind": "array", "name": "ArrayMessageObject", "valueType": { - "$ref": "5993" + "$ref": "6019" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -77166,12 +77478,12 @@ "isHttpMetadata": false }, { - "$id": "6037", + "$id": "6063", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "6038", + "$id": "6064", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77191,12 +77503,12 @@ "isHttpMetadata": false }, { - "$id": "6039", + "$id": "6065", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "6040", + "$id": "6066", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77216,12 +77528,12 @@ "isHttpMetadata": false }, { - "$id": "6041", + "$id": "6067", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "6042", + "$id": "6068", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77243,7 +77555,7 @@ ] }, { - "$id": "6043", + "$id": "6069", "kind": "model", "name": "ModifyMessageRequest", "namespace": "OpenAI", @@ -77252,13 +77564,13 @@ "decorators": [], "properties": [ { - "$id": "6044", + "$id": "6070", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -77276,7 +77588,7 @@ ] }, { - "$id": "6045", + "$id": "6071", "kind": "model", "name": "DeleteMessageResponse", "namespace": "OpenAI", @@ -77285,12 +77597,12 @@ "decorators": [], "properties": [ { - "$id": "6046", + "$id": "6072", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "6047", + "$id": "6073", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77310,12 +77622,12 @@ "isHttpMetadata": false }, { - "$id": "6048", + "$id": "6074", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "6049", + "$id": "6075", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77335,12 +77647,12 @@ "isHttpMetadata": false }, { - "$id": "6050", + "$id": "6076", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1681" + "$ref": "1683" }, "optional": false, "readOnly": false, @@ -77358,7 +77670,7 @@ ] }, { - "$id": "6051", + "$id": "6077", "kind": "model", "name": "CreateModerationRequest", "namespace": "OpenAI", @@ -77367,37 +77679,37 @@ "decorators": [], "properties": [ { - "$id": "6052", + "$id": "6078", "kind": "property", "name": "input", "serializedName": "input", "doc": "Input (or inputs) to classify. Can be a single string, an array of strings, or\nan array of multi-modal input objects similar to other models.", "type": { - "$id": "6053", + "$id": "6079", "kind": "union", "name": "CreateModerationRequestInput", "variantTypes": [ { - "$id": "6054", + "$id": "6080", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$ref": "2435" + "$ref": "2437" }, { - "$id": "6055", + "$id": "6081", "kind": "array", "name": "Array30", "valueType": { - "$id": "6056", + "$id": "6082", "kind": "union", "name": "CreateModerationRequestInput1", "variantTypes": [ { - "$id": "6057", + "$id": "6083", "kind": "model", "name": "CreateModerationRequestInput2", "namespace": "OpenAI", @@ -77406,13 +77718,13 @@ "decorators": [], "properties": [ { - "$id": "6058", + "$id": "6084", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `image_url`.", "type": { - "$ref": "1683" + "$ref": "1685" }, "optional": false, "readOnly": false, @@ -77428,13 +77740,13 @@ "isHttpMetadata": false }, { - "$id": "6059", + "$id": "6085", "kind": "property", "name": "image_url", "serializedName": "image_url", "doc": "Contains either an image URL or a data URL for a base64 encoded image.", "type": { - "$id": "6060", + "$id": "6086", "kind": "model", "name": "CreateModerationRequestInputImageUrl", "namespace": "OpenAI", @@ -77443,13 +77755,13 @@ "decorators": [], "properties": [ { - "$id": "6061", + "$id": "6087", "kind": "property", "name": "url", "serializedName": "url", "doc": "Either a URL of the image or the base64 encoded image data.", "type": { - "$id": "6062", + "$id": "6088", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77486,7 +77798,7 @@ ] }, { - "$id": "6063", + "$id": "6089", "kind": "model", "name": "CreateModerationRequestInput3", "namespace": "OpenAI", @@ -77495,13 +77807,13 @@ "decorators": [], "properties": [ { - "$id": "6064", + "$id": "6090", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `text`.", "type": { - "$ref": "1685" + "$ref": "1687" }, "optional": false, "readOnly": false, @@ -77517,13 +77829,13 @@ "isHttpMetadata": false }, { - "$id": "6065", + "$id": "6091", "kind": "property", "name": "text", "serializedName": "text", "doc": "A string of text to classify.", "type": { - "$id": "6066", + "$id": "6092", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77569,13 +77881,13 @@ "isHttpMetadata": false }, { - "$id": "6067", + "$id": "6093", "kind": "property", "name": "model", "serializedName": "model", "doc": "The content moderation model you would like to use. Learn more in\n[the moderation guide](/docs/guides/moderation), and learn about\navailable models [here](/docs/models#moderation).", "type": { - "$ref": "953" + "$ref": "955" }, "optional": true, "readOnly": false, @@ -77593,16 +77905,16 @@ ] }, { - "$ref": "6057" + "$ref": "6083" }, { - "$ref": "6060" + "$ref": "6086" }, { - "$ref": "6063" + "$ref": "6089" }, { - "$id": "6068", + "$id": "6094", "kind": "model", "name": "CreateModerationResponse", "namespace": "OpenAI", @@ -77612,13 +77924,13 @@ "decorators": [], "properties": [ { - "$id": "6069", + "$id": "6095", "kind": "property", "name": "id", "serializedName": "id", "doc": "The unique identifier for the moderation request.", "type": { - "$id": "6070", + "$id": "6096", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77638,13 +77950,13 @@ "isHttpMetadata": false }, { - "$id": "6071", + "$id": "6097", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model used to generate the moderation results.", "type": { - "$id": "6072", + "$id": "6098", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -77664,17 +77976,17 @@ "isHttpMetadata": false }, { - "$id": "6073", + "$id": "6099", "kind": "property", "name": "results", "serializedName": "results", "doc": "A list of moderation objects.", "type": { - "$id": "6074", + "$id": "6100", "kind": "array", "name": "ArrayCreateModerationResponseResult", "valueType": { - "$id": "6075", + "$id": "6101", "kind": "model", "name": "CreateModerationResponseResult", "namespace": "OpenAI", @@ -77683,13 +77995,13 @@ "decorators": [], "properties": [ { - "$id": "6076", + "$id": "6102", "kind": "property", "name": "flagged", "serializedName": "flagged", "doc": "Whether any of the below categories are flagged.", "type": { - "$id": "6077", + "$id": "6103", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77709,13 +78021,13 @@ "isHttpMetadata": false }, { - "$id": "6078", + "$id": "6104", "kind": "property", "name": "categories", "serializedName": "categories", "doc": "A list of the categories, and whether they are flagged or not.", "type": { - "$id": "6079", + "$id": "6105", "kind": "model", "name": "CreateModerationResponseResultCategories", "namespace": "OpenAI", @@ -77724,13 +78036,13 @@ "decorators": [], "properties": [ { - "$id": "6080", + "$id": "6106", "kind": "property", "name": "hate", "serializedName": "hate", "doc": "Content that expresses, incites, or promotes hate based on race, gender, ethnicity, religion, nationality, sexual orientation, disability status, or caste. Hateful content aimed at non-protected groups (e.g., chess players) is harassment.", "type": { - "$id": "6081", + "$id": "6107", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77750,13 +78062,13 @@ "isHttpMetadata": false }, { - "$id": "6082", + "$id": "6108", "kind": "property", "name": "hate/threatening", "serializedName": "hate/threatening", "doc": "Hateful content that also includes violence or serious harm towards the targeted group based on race, gender, ethnicity, religion, nationality, sexual orientation, disability status, or caste.", "type": { - "$id": "6083", + "$id": "6109", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77776,13 +78088,13 @@ "isHttpMetadata": false }, { - "$id": "6084", + "$id": "6110", "kind": "property", "name": "harassment", "serializedName": "harassment", "doc": "Content that expresses, incites, or promotes harassing language towards any target.", "type": { - "$id": "6085", + "$id": "6111", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77802,13 +78114,13 @@ "isHttpMetadata": false }, { - "$id": "6086", + "$id": "6112", "kind": "property", "name": "harassment/threatening", "serializedName": "harassment/threatening", "doc": "Harassment content that also includes violence or serious harm towards any target.", "type": { - "$id": "6087", + "$id": "6113", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77828,13 +78140,13 @@ "isHttpMetadata": false }, { - "$id": "6088", + "$id": "6114", "kind": "property", "name": "illicit", "serializedName": "illicit", "doc": "Content that includes instructions or advice that facilitate the planning or execution of wrongdoing, or that gives advice or instruction on how to commit illicit acts. For example, \"how to shoplift\" would fit this category.", "type": { - "$id": "6089", + "$id": "6115", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77854,13 +78166,13 @@ "isHttpMetadata": false }, { - "$id": "6090", + "$id": "6116", "kind": "property", "name": "illicit/violent", "serializedName": "illicit/violent", "doc": "Content that includes instructions or advice that facilitate the planning or execution of wrongdoing that also includes violence, or that gives advice or instruction on the procurement of any weapon.", "type": { - "$id": "6091", + "$id": "6117", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77880,13 +78192,13 @@ "isHttpMetadata": false }, { - "$id": "6092", + "$id": "6118", "kind": "property", "name": "self-harm", "serializedName": "self-harm", "doc": "Content that promotes, encourages, or depicts acts of self-harm, such as suicide, cutting, and eating disorders.", "type": { - "$id": "6093", + "$id": "6119", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77906,13 +78218,13 @@ "isHttpMetadata": false }, { - "$id": "6094", + "$id": "6120", "kind": "property", "name": "self-harm/intent", "serializedName": "self-harm/intent", "doc": "Content where the speaker expresses that they are engaging or intend to engage in acts of self-harm, such as suicide, cutting, and eating disorders.", "type": { - "$id": "6095", + "$id": "6121", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77932,13 +78244,13 @@ "isHttpMetadata": false }, { - "$id": "6096", + "$id": "6122", "kind": "property", "name": "self-harm/instructions", "serializedName": "self-harm/instructions", "doc": "Content that encourages performing acts of self-harm, such as suicide, cutting, and eating disorders, or that gives instructions or advice on how to commit such acts.", "type": { - "$id": "6097", + "$id": "6123", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77958,13 +78270,13 @@ "isHttpMetadata": false }, { - "$id": "6098", + "$id": "6124", "kind": "property", "name": "sexual", "serializedName": "sexual", "doc": "Content meant to arouse sexual excitement, such as the description of sexual activity, or that promotes sexual services (excluding sex education and wellness).", "type": { - "$id": "6099", + "$id": "6125", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -77984,13 +78296,13 @@ "isHttpMetadata": false }, { - "$id": "6100", + "$id": "6126", "kind": "property", "name": "sexual/minors", "serializedName": "sexual/minors", "doc": "Sexual content that includes an individual who is under 18 years old.", "type": { - "$id": "6101", + "$id": "6127", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -78010,13 +78322,13 @@ "isHttpMetadata": false }, { - "$id": "6102", + "$id": "6128", "kind": "property", "name": "violence", "serializedName": "violence", "doc": "Content that depicts death, violence, or physical injury.", "type": { - "$id": "6103", + "$id": "6129", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -78036,13 +78348,13 @@ "isHttpMetadata": false }, { - "$id": "6104", + "$id": "6130", "kind": "property", "name": "violence/graphic", "serializedName": "violence/graphic", "doc": "Content that depicts death, violence, or physical injury in graphic detail.", "type": { - "$id": "6105", + "$id": "6131", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -78077,13 +78389,13 @@ "isHttpMetadata": false }, { - "$id": "6106", + "$id": "6132", "kind": "property", "name": "category_scores", "serializedName": "category_scores", "doc": "A list of the categories along with their scores as predicted by model.", "type": { - "$id": "6107", + "$id": "6133", "kind": "model", "name": "CreateModerationResponseResultCategoryScores", "namespace": "OpenAI", @@ -78092,13 +78404,13 @@ "decorators": [], "properties": [ { - "$id": "6108", + "$id": "6134", "kind": "property", "name": "hate", "serializedName": "hate", "doc": "The score for the category 'hate'.", "type": { - "$id": "6109", + "$id": "6135", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78118,13 +78430,13 @@ "isHttpMetadata": false }, { - "$id": "6110", + "$id": "6136", "kind": "property", "name": "hate/threatening", "serializedName": "hate/threatening", "doc": "The score for the category 'hate/threatening'.", "type": { - "$id": "6111", + "$id": "6137", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78144,13 +78456,13 @@ "isHttpMetadata": false }, { - "$id": "6112", + "$id": "6138", "kind": "property", "name": "harassment", "serializedName": "harassment", "doc": "The score for the category 'harassment'.", "type": { - "$id": "6113", + "$id": "6139", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78170,13 +78482,13 @@ "isHttpMetadata": false }, { - "$id": "6114", + "$id": "6140", "kind": "property", "name": "harassment/threatening", "serializedName": "harassment/threatening", "doc": "The score for the category 'harassment/threatening'.", "type": { - "$id": "6115", + "$id": "6141", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78196,13 +78508,13 @@ "isHttpMetadata": false }, { - "$id": "6116", + "$id": "6142", "kind": "property", "name": "illicit", "serializedName": "illicit", "doc": "The score for the category 'illicit'.", "type": { - "$id": "6117", + "$id": "6143", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78222,13 +78534,13 @@ "isHttpMetadata": false }, { - "$id": "6118", + "$id": "6144", "kind": "property", "name": "illicit/violent", "serializedName": "illicit/violent", "doc": "The score for the category 'illicit/violent'.", "type": { - "$id": "6119", + "$id": "6145", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78248,13 +78560,13 @@ "isHttpMetadata": false }, { - "$id": "6120", + "$id": "6146", "kind": "property", "name": "self-harm", "serializedName": "self-harm", "doc": "The score for the category 'self-harm'.", "type": { - "$id": "6121", + "$id": "6147", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78274,13 +78586,13 @@ "isHttpMetadata": false }, { - "$id": "6122", + "$id": "6148", "kind": "property", "name": "self-harm/intent", "serializedName": "self-harm/intent", "doc": "The score for the category 'self-harm/intent'.", "type": { - "$id": "6123", + "$id": "6149", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78300,13 +78612,13 @@ "isHttpMetadata": false }, { - "$id": "6124", + "$id": "6150", "kind": "property", "name": "self-harm/instructions", "serializedName": "self-harm/instructions", "doc": "The score for the category 'self-harm/instructions'.", "type": { - "$id": "6125", + "$id": "6151", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78326,13 +78638,13 @@ "isHttpMetadata": false }, { - "$id": "6126", + "$id": "6152", "kind": "property", "name": "sexual", "serializedName": "sexual", "doc": "The score for the category 'sexual'.", "type": { - "$id": "6127", + "$id": "6153", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78352,13 +78664,13 @@ "isHttpMetadata": false }, { - "$id": "6128", + "$id": "6154", "kind": "property", "name": "sexual/minors", "serializedName": "sexual/minors", "doc": "The score for the category 'sexual/minors'.", "type": { - "$id": "6129", + "$id": "6155", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78378,13 +78690,13 @@ "isHttpMetadata": false }, { - "$id": "6130", + "$id": "6156", "kind": "property", "name": "violence", "serializedName": "violence", "doc": "The score for the category 'violence'.", "type": { - "$id": "6131", + "$id": "6157", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78404,13 +78716,13 @@ "isHttpMetadata": false }, { - "$id": "6132", + "$id": "6158", "kind": "property", "name": "violence/graphic", "serializedName": "violence/graphic", "doc": "The score for the category 'violence/graphic'.", "type": { - "$id": "6133", + "$id": "6159", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -78445,13 +78757,13 @@ "isHttpMetadata": false }, { - "$id": "6134", + "$id": "6160", "kind": "property", "name": "category_applied_input_types", "serializedName": "category_applied_input_types", "doc": "A list of the categories along with the input type(s) that the score applies to.", "type": { - "$id": "6135", + "$id": "6161", "kind": "model", "name": "CreateModerationResponseResultCategoryAppliedInputTypes", "namespace": "OpenAI", @@ -78460,32 +78772,32 @@ "decorators": [], "properties": [ { - "$id": "6136", + "$id": "6162", "kind": "property", "name": "hate", "serializedName": "hate", "doc": "The applied input type(s) for the category 'hate'.", "type": { - "$id": "6137", + "$id": "6163", "kind": "array", "name": "Array31", "valueType": { - "$id": "6138", + "$id": "6164", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1448" + "$ref": "1450" }, "enumType": { - "$id": "6139", + "$id": "6165", "kind": "enum", "decorators": [], "name": "ModerationAppliedInputType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6140", + "$id": "6166", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -78494,29 +78806,29 @@ }, "values": [ { - "$id": "6141", + "$id": "6167", "kind": "enumvalue", "decorators": [], "name": "text", "value": "text", "valueType": { - "$ref": "6140" + "$ref": "6166" }, "enumType": { - "$ref": "6139" + "$ref": "6165" } }, { - "$id": "6142", + "$id": "6168", "kind": "enumvalue", "decorators": [], "name": "image", "value": "image", "valueType": { - "$ref": "6140" + "$ref": "6166" }, "enumType": { - "$ref": "6139" + "$ref": "6165" } } ], @@ -78548,13 +78860,13 @@ "isHttpMetadata": false }, { - "$id": "6143", + "$id": "6169", "kind": "property", "name": "hate/threatening", "serializedName": "hate/threatening", "doc": "The applied input type(s) for the category 'hate/threatening'.", "type": { - "$ref": "6137" + "$ref": "6163" }, "optional": false, "readOnly": false, @@ -78570,13 +78882,13 @@ "isHttpMetadata": false }, { - "$id": "6144", + "$id": "6170", "kind": "property", "name": "harassment", "serializedName": "harassment", "doc": "The applied input type(s) for the category 'harassment'.", "type": { - "$ref": "6137" + "$ref": "6163" }, "optional": false, "readOnly": false, @@ -78592,13 +78904,13 @@ "isHttpMetadata": false }, { - "$id": "6145", + "$id": "6171", "kind": "property", "name": "harassment/threatening", "serializedName": "harassment/threatening", "doc": "The applied input type(s) for the category 'harassment/threatening'.", "type": { - "$ref": "6137" + "$ref": "6163" }, "optional": false, "readOnly": false, @@ -78614,13 +78926,13 @@ "isHttpMetadata": false }, { - "$id": "6146", + "$id": "6172", "kind": "property", "name": "illicit", "serializedName": "illicit", "doc": "The applied input type(s) for the category 'illicit'.", "type": { - "$ref": "6137" + "$ref": "6163" }, "optional": false, "readOnly": false, @@ -78636,13 +78948,13 @@ "isHttpMetadata": false }, { - "$id": "6147", + "$id": "6173", "kind": "property", "name": "illicit/violent", "serializedName": "illicit/violent", "doc": "The applied input type(s) for the category 'illicit/violent'.", "type": { - "$ref": "6137" + "$ref": "6163" }, "optional": false, "readOnly": false, @@ -78658,33 +78970,33 @@ "isHttpMetadata": false }, { - "$id": "6148", + "$id": "6174", "kind": "property", "name": "self-harm", "serializedName": "self-harm", "doc": "The applied input type(s) for the category 'self-harm'.", "type": { - "$id": "6149", + "$id": "6175", "kind": "array", "name": "Array32", "valueType": { - "$id": "6150", + "$id": "6176", "kind": "union", "name": "CreateModerationResponseResultCategoryAppliedInputTypesSelfHarm", "variantTypes": [ { - "$ref": "6138" + "$ref": "6164" }, { - "$id": "6151", + "$id": "6177", "kind": "enumvalue", "name": "image", "value": "image", "valueType": { - "$ref": "1448" + "$ref": "1450" }, "enumType": { - "$ref": "6139" + "$ref": "6165" }, "decorators": [] } @@ -78709,25 +79021,25 @@ "isHttpMetadata": false }, { - "$id": "6152", + "$id": "6178", "kind": "property", "name": "self-harm/intent", "serializedName": "self-harm/intent", "doc": "The applied input type(s) for the category 'self-harm/intent'.", "type": { - "$id": "6153", + "$id": "6179", "kind": "array", "name": "Array33", "valueType": { - "$id": "6154", + "$id": "6180", "kind": "union", "name": "CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmIntent", "variantTypes": [ { - "$ref": "6138" + "$ref": "6164" }, { - "$ref": "6151" + "$ref": "6177" } ], "namespace": "OpenAI", @@ -78750,25 +79062,25 @@ "isHttpMetadata": false }, { - "$id": "6155", + "$id": "6181", "kind": "property", "name": "self-harm/instructions", "serializedName": "self-harm/instructions", "doc": "The applied input type(s) for the category 'self-harm/instructions'.", "type": { - "$id": "6156", + "$id": "6182", "kind": "array", "name": "Array34", "valueType": { - "$id": "6157", + "$id": "6183", "kind": "union", "name": "CreateModerationResponseResultCategoryAppliedInputTypesSelfHarmInstruction", "variantTypes": [ { - "$ref": "6138" + "$ref": "6164" }, { - "$ref": "6151" + "$ref": "6177" } ], "namespace": "OpenAI", @@ -78791,25 +79103,25 @@ "isHttpMetadata": false }, { - "$id": "6158", + "$id": "6184", "kind": "property", "name": "sexual", "serializedName": "sexual", "doc": "The applied input type(s) for the category 'sexual'.", "type": { - "$id": "6159", + "$id": "6185", "kind": "array", "name": "Array35", "valueType": { - "$id": "6160", + "$id": "6186", "kind": "union", "name": "CreateModerationResponseResultCategoryAppliedInputTypesSexual", "variantTypes": [ { - "$ref": "6138" + "$ref": "6164" }, { - "$ref": "6151" + "$ref": "6177" } ], "namespace": "OpenAI", @@ -78832,13 +79144,13 @@ "isHttpMetadata": false }, { - "$id": "6161", + "$id": "6187", "kind": "property", "name": "sexual/minors", "serializedName": "sexual/minors", "doc": "The applied input type(s) for the category 'sexual/minors'.", "type": { - "$ref": "6137" + "$ref": "6163" }, "optional": false, "readOnly": false, @@ -78854,25 +79166,25 @@ "isHttpMetadata": false }, { - "$id": "6162", + "$id": "6188", "kind": "property", "name": "violence", "serializedName": "violence", "doc": "The applied input type(s) for the category 'violence'.", "type": { - "$id": "6163", + "$id": "6189", "kind": "array", "name": "Array36", "valueType": { - "$id": "6164", + "$id": "6190", "kind": "union", "name": "CreateModerationResponseResultCategoryAppliedInputTypesViolence", "variantTypes": [ { - "$ref": "6138" + "$ref": "6164" }, { - "$ref": "6151" + "$ref": "6177" } ], "namespace": "OpenAI", @@ -78895,25 +79207,25 @@ "isHttpMetadata": false }, { - "$id": "6165", + "$id": "6191", "kind": "property", "name": "violence/graphic", "serializedName": "violence/graphic", "doc": "The applied input type(s) for the category 'violence/graphic'.", "type": { - "$id": "6166", + "$id": "6192", "kind": "array", "name": "Array37", "valueType": { - "$id": "6167", + "$id": "6193", "kind": "union", "name": "CreateModerationResponseResultCategoryAppliedInputTypesViolenceGraphic", "variantTypes": [ { - "$ref": "6138" + "$ref": "6164" }, { - "$ref": "6151" + "$ref": "6177" } ], "namespace": "OpenAI", @@ -78971,19 +79283,19 @@ ] }, { - "$ref": "6075" + "$ref": "6101" }, { - "$ref": "6079" + "$ref": "6105" }, { - "$ref": "6107" + "$ref": "6133" }, { - "$ref": "6135" + "$ref": "6161" }, { - "$id": "6168", + "$id": "6194", "kind": "model", "name": "CreateThreadAndRunRequest", "namespace": "OpenAI", @@ -78992,13 +79304,13 @@ "decorators": [], "properties": [ { - "$id": "6169", + "$id": "6195", "kind": "property", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the [assistant](/docs/api-reference/assistants) to use to execute this run.", "type": { - "$id": "6170", + "$id": "6196", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -79018,12 +79330,12 @@ "isHttpMetadata": false }, { - "$id": "6171", + "$id": "6197", "kind": "property", "name": "thread", "serializedName": "thread", "type": { - "$id": "6172", + "$id": "6198", "kind": "model", "name": "CreateThreadRequest", "namespace": "OpenAI", @@ -79033,17 +79345,17 @@ "decorators": [], "properties": [ { - "$id": "6173", + "$id": "6199", "kind": "property", "name": "messages", "serializedName": "messages", "doc": "A list of [messages](/docs/api-reference/messages) to start the thread with.", "type": { - "$id": "6174", + "$id": "6200", "kind": "array", "name": "ArrayCreateMessageRequest", "valueType": { - "$ref": "5905" + "$ref": "5931" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -79062,16 +79374,16 @@ "isHttpMetadata": false }, { - "$id": "6175", + "$id": "6201", "kind": "property", "name": "tool_resources", "serializedName": "tool_resources", "doc": "A set of resources that are made available to the assistant's tools in this thread. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.", "type": { - "$id": "6176", + "$id": "6202", "kind": "nullable", "type": { - "$id": "6177", + "$id": "6203", "kind": "model", "name": "CreateThreadRequestToolResources1", "namespace": "OpenAI", @@ -79080,12 +79392,12 @@ "decorators": [], "properties": [ { - "$id": "6178", + "$id": "6204", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "type": { - "$id": "6179", + "$id": "6205", "kind": "model", "name": "CreateThreadRequestToolResourcesCodeInterpreter", "namespace": "OpenAI", @@ -79094,13 +79406,13 @@ "decorators": [], "properties": [ { - "$id": "6180", + "$id": "6206", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [file](/docs/api-reference/files) IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files associated with the tool.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -79131,12 +79443,12 @@ "isHttpMetadata": false }, { - "$id": "6181", + "$id": "6207", "kind": "property", "name": "file_search", "serializedName": "file_search", "type": { - "$ref": "2522" + "$ref": "2524" }, "optional": true, "readOnly": false, @@ -79169,13 +79481,13 @@ "isHttpMetadata": false }, { - "$id": "6182", + "$id": "6208", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -79206,16 +79518,16 @@ "isHttpMetadata": false }, { - "$id": "6183", + "$id": "6209", "kind": "property", "name": "model", "serializedName": "model", "doc": "The ID of the [Model](/docs/api-reference/models) to be used to execute this run. If a value is provided here, it will override the model associated with the assistant. If not, the model associated with the assistant will be used.", "type": { - "$id": "6184", + "$id": "6210", "kind": "nullable", "type": { - "$ref": "959" + "$ref": "961" }, "namespace": "OpenAI" }, @@ -79233,16 +79545,16 @@ "isHttpMetadata": false }, { - "$id": "6185", + "$id": "6211", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "Override the default system message of the assistant. This is useful for modifying the behavior on a per-run basis.", "type": { - "$id": "6186", + "$id": "6212", "kind": "nullable", "type": { - "$id": "6187", + "$id": "6213", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -79264,16 +79576,16 @@ "isHttpMetadata": false }, { - "$id": "6188", + "$id": "6214", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "Override the tools the assistant can use for this run. This is useful for modifying the behavior on a per-run basis.", "type": { - "$id": "6189", + "$id": "6215", "kind": "nullable", "type": { - "$ref": "2392" + "$ref": "2394" }, "namespace": "OpenAI" }, @@ -79291,16 +79603,16 @@ "isHttpMetadata": false }, { - "$id": "6190", + "$id": "6216", "kind": "property", "name": "tool_resources", "serializedName": "tool_resources", "doc": "A set of resources that are used by the assistant's tools. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.", "type": { - "$id": "6191", + "$id": "6217", "kind": "nullable", "type": { - "$id": "6192", + "$id": "6218", "kind": "model", "name": "CreateThreadAndRunRequestToolResources1", "namespace": "OpenAI", @@ -79309,12 +79621,12 @@ "decorators": [], "properties": [ { - "$id": "6193", + "$id": "6219", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "type": { - "$id": "6194", + "$id": "6220", "kind": "model", "name": "CreateThreadAndRunRequestToolResourcesCodeInterpreter", "namespace": "OpenAI", @@ -79323,13 +79635,13 @@ "decorators": [], "properties": [ { - "$id": "6195", + "$id": "6221", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [file](/docs/api-reference/files) IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files associated with the tool.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -79360,12 +79672,12 @@ "isHttpMetadata": false }, { - "$id": "6196", + "$id": "6222", "kind": "property", "name": "file_search", "serializedName": "file_search", "type": { - "$ref": "2438" + "$ref": "2440" }, "optional": true, "readOnly": false, @@ -79398,13 +79710,13 @@ "isHttpMetadata": false }, { - "$id": "6197", + "$id": "6223", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -79420,16 +79732,16 @@ "isHttpMetadata": false }, { - "$id": "6198", + "$id": "6224", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.", "type": { - "$id": "6199", + "$id": "6225", "kind": "nullable", "type": { - "$id": "6200", + "$id": "6226", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -79451,16 +79763,16 @@ "isHttpMetadata": false }, { - "$id": "6201", + "$id": "6227", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.", "type": { - "$id": "6202", + "$id": "6228", "kind": "nullable", "type": { - "$id": "6203", + "$id": "6229", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -79482,16 +79794,16 @@ "isHttpMetadata": false }, { - "$id": "6204", + "$id": "6230", "kind": "property", "name": "stream", "serializedName": "stream", "doc": "If `true`, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a `data: [DONE]` message.", "type": { - "$id": "6205", + "$id": "6231", "kind": "nullable", "type": { - "$id": "6206", + "$id": "6232", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -79513,16 +79825,16 @@ "isHttpMetadata": false }, { - "$id": "6207", + "$id": "6233", "kind": "property", "name": "max_prompt_tokens", "serializedName": "max_prompt_tokens", "doc": "The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.", "type": { - "$id": "6208", + "$id": "6234", "kind": "nullable", "type": { - "$id": "6209", + "$id": "6235", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -79544,16 +79856,16 @@ "isHttpMetadata": false }, { - "$id": "6210", + "$id": "6236", "kind": "property", "name": "max_completion_tokens", "serializedName": "max_completion_tokens", "doc": "The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.", "type": { - "$id": "6211", + "$id": "6237", "kind": "nullable", "type": { - "$id": "6212", + "$id": "6238", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -79575,15 +79887,15 @@ "isHttpMetadata": false }, { - "$id": "6213", + "$id": "6239", "kind": "property", "name": "truncation_strategy", "serializedName": "truncation_strategy", "type": { - "$id": "6214", + "$id": "6240", "kind": "nullable", "type": { - "$id": "6215", + "$id": "6241", "kind": "model", "name": "TruncationObject", "namespace": "OpenAI", @@ -79593,13 +79905,13 @@ "decorators": [], "properties": [ { - "$id": "6216", + "$id": "6242", "kind": "property", "name": "type", "serializedName": "type", "doc": "The truncation strategy to use for the thread. The default is `auto`. If set to `last_messages`, the thread will be truncated to the n most recent messages in the thread. When set to `auto`, messages in the middle of the thread will be dropped to fit the context length of the model, `max_prompt_tokens`.", "type": { - "$ref": "993" + "$ref": "995" }, "optional": false, "readOnly": false, @@ -79615,16 +79927,16 @@ "isHttpMetadata": false }, { - "$id": "6217", + "$id": "6243", "kind": "property", "name": "last_messages", "serializedName": "last_messages", "doc": "The number of most recent messages from the thread when constructing the context for the run.", "type": { - "$id": "6218", + "$id": "6244", "kind": "nullable", "type": { - "$id": "6219", + "$id": "6245", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -79663,23 +79975,23 @@ "isHttpMetadata": false }, { - "$id": "6220", + "$id": "6246", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "type": { - "$id": "6221", + "$id": "6247", "kind": "nullable", "type": { - "$id": "6222", + "$id": "6248", "kind": "union", "name": "AssistantsApiToolChoiceOption", "variantTypes": [ { - "$ref": "997" + "$ref": "999" }, { - "$id": "6223", + "$id": "6249", "kind": "model", "name": "AssistantsNamedToolChoice", "namespace": "OpenAI", @@ -79689,13 +80001,13 @@ "decorators": [], "properties": [ { - "$id": "6224", + "$id": "6250", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the tool. If type is `function`, the function name must be set", "type": { - "$ref": "1002" + "$ref": "1004" }, "optional": false, "readOnly": false, @@ -79711,12 +80023,12 @@ "isHttpMetadata": false }, { - "$id": "6225", + "$id": "6251", "kind": "property", "name": "function", "serializedName": "function", "type": { - "$id": "6226", + "$id": "6252", "kind": "model", "name": "AssistantsNamedToolChoiceFunction", "namespace": "OpenAI", @@ -79725,13 +80037,13 @@ "decorators": [], "properties": [ { - "$id": "6227", + "$id": "6253", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function to call.", "type": { - "$id": "6228", + "$id": "6254", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -79787,17 +80099,17 @@ "isHttpMetadata": false }, { - "$id": "6229", + "$id": "6255", "kind": "property", "name": "parallel_tool_calls", "serializedName": "parallel_tool_calls", "type": { - "$id": "6230", + "$id": "6256", "kind": "boolean", "name": "ParallelToolCalls", "crossLanguageDefinitionId": "OpenAI.ParallelToolCalls", "baseType": { - "$id": "6231", + "$id": "6257", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -79819,15 +80131,15 @@ "isHttpMetadata": false }, { - "$id": "6232", + "$id": "6258", "kind": "property", "name": "response_format", "serializedName": "response_format", "type": { - "$id": "6233", + "$id": "6259", "kind": "nullable", "type": { - "$ref": "2453" + "$ref": "2455" }, "namespace": "OpenAI" }, @@ -79847,31 +80159,31 @@ ] }, { - "$ref": "6172" + "$ref": "6198" }, { - "$ref": "6177" + "$ref": "6203" }, { - "$ref": "6179" + "$ref": "6205" }, { - "$ref": "6192" + "$ref": "6218" }, { - "$ref": "6194" + "$ref": "6220" }, { - "$ref": "6215" + "$ref": "6241" }, { - "$ref": "6223" + "$ref": "6249" }, { - "$ref": "6226" + "$ref": "6252" }, { - "$id": "6234", + "$id": "6260", "kind": "model", "name": "RunObject", "namespace": "OpenAI", @@ -79881,13 +80193,13 @@ "decorators": [], "properties": [ { - "$id": "6235", + "$id": "6261", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier, which can be referenced in API endpoints.", "type": { - "$id": "6236", + "$id": "6262", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -79907,13 +80219,13 @@ "isHttpMetadata": false }, { - "$id": "6237", + "$id": "6263", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `thread.run`.", "type": { - "$ref": "1687" + "$ref": "1689" }, "optional": false, "readOnly": false, @@ -79929,18 +80241,18 @@ "isHttpMetadata": false }, { - "$id": "6238", + "$id": "6264", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the run was created.", "type": { - "$id": "6239", + "$id": "6265", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6240", + "$id": "6266", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -79963,13 +80275,13 @@ "isHttpMetadata": false }, { - "$id": "6241", + "$id": "6267", "kind": "property", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was executed on as a part of this run.", "type": { - "$id": "6242", + "$id": "6268", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -79989,13 +80301,13 @@ "isHttpMetadata": false }, { - "$id": "6243", + "$id": "6269", "kind": "property", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the [assistant](/docs/api-reference/assistants) used for execution of this run.", "type": { - "$id": "6244", + "$id": "6270", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -80015,13 +80327,13 @@ "isHttpMetadata": false }, { - "$id": "6245", + "$id": "6271", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the run, which can be either `queued`, `in_progress`, `requires_action`, `cancelling`, `cancelled`, `failed`, `completed`, `incomplete`, or `expired`.", "type": { - "$ref": "1007" + "$ref": "1009" }, "optional": false, "readOnly": false, @@ -80037,16 +80349,16 @@ "isHttpMetadata": false }, { - "$id": "6246", + "$id": "6272", "kind": "property", "name": "required_action", "serializedName": "required_action", "doc": "Details on the action required to continue the run. Will be `null` if no action is required.", "type": { - "$id": "6247", + "$id": "6273", "kind": "nullable", "type": { - "$id": "6248", + "$id": "6274", "kind": "model", "name": "RunObjectRequiredAction1", "namespace": "OpenAI", @@ -80055,13 +80367,13 @@ "decorators": [], "properties": [ { - "$id": "6249", + "$id": "6275", "kind": "property", "name": "type", "serializedName": "type", "doc": "For now, this is always `submit_tool_outputs`.", "type": { - "$ref": "1689" + "$ref": "1691" }, "optional": false, "readOnly": false, @@ -80077,13 +80389,13 @@ "isHttpMetadata": false }, { - "$id": "6250", + "$id": "6276", "kind": "property", "name": "submit_tool_outputs", "serializedName": "submit_tool_outputs", "doc": "Details on the tool outputs needed for this run to continue.", "type": { - "$id": "6251", + "$id": "6277", "kind": "model", "name": "RunObjectRequiredActionSubmitToolOutputs", "namespace": "OpenAI", @@ -80092,17 +80404,17 @@ "decorators": [], "properties": [ { - "$id": "6252", + "$id": "6278", "kind": "property", "name": "tool_calls", "serializedName": "tool_calls", "doc": "A list of the relevant tool calls.", "type": { - "$id": "6253", + "$id": "6279", "kind": "array", "name": "ArrayRunToolCallObject", "valueType": { - "$id": "6254", + "$id": "6280", "kind": "model", "name": "RunToolCallObject", "namespace": "OpenAI", @@ -80112,13 +80424,13 @@ "decorators": [], "properties": [ { - "$id": "6255", + "$id": "6281", "kind": "property", "name": "id", "serializedName": "id", "doc": "The ID of the tool call. This ID must be referenced when you submit the tool outputs in using the [Submit tool outputs to run](/docs/api-reference/runs/submitToolOutputs) endpoint.", "type": { - "$id": "6256", + "$id": "6282", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -80138,13 +80450,13 @@ "isHttpMetadata": false }, { - "$id": "6257", + "$id": "6283", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool call the output is required for. For now, this is always `function`.", "type": { - "$ref": "1691" + "$ref": "1693" }, "optional": false, "readOnly": false, @@ -80160,13 +80472,13 @@ "isHttpMetadata": false }, { - "$id": "6258", + "$id": "6284", "kind": "property", "name": "function", "serializedName": "function", "doc": "The function definition.", "type": { - "$id": "6259", + "$id": "6285", "kind": "model", "name": "RunToolCallObjectFunction", "namespace": "OpenAI", @@ -80175,13 +80487,13 @@ "decorators": [], "properties": [ { - "$id": "6260", + "$id": "6286", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function.", "type": { - "$id": "6261", + "$id": "6287", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -80201,13 +80513,13 @@ "isHttpMetadata": false }, { - "$id": "6262", + "$id": "6288", "kind": "property", "name": "arguments", "serializedName": "arguments", "doc": "The arguments that the model expects you to pass to the function.", "type": { - "$id": "6263", + "$id": "6289", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -80292,16 +80604,16 @@ "isHttpMetadata": false }, { - "$id": "6264", + "$id": "6290", "kind": "property", "name": "last_error", "serializedName": "last_error", "doc": "The last error associated with this run. Will be `null` if there are no errors.", "type": { - "$id": "6265", + "$id": "6291", "kind": "nullable", "type": { - "$id": "6266", + "$id": "6292", "kind": "model", "name": "RunObjectLastError1", "namespace": "OpenAI", @@ -80310,13 +80622,13 @@ "decorators": [], "properties": [ { - "$id": "6267", + "$id": "6293", "kind": "property", "name": "code", "serializedName": "code", "doc": "One of `server_error`, `rate_limit_exceeded`, or `invalid_prompt`.", "type": { - "$ref": "1018" + "$ref": "1020" }, "optional": false, "readOnly": false, @@ -80332,13 +80644,13 @@ "isHttpMetadata": false }, { - "$id": "6268", + "$id": "6294", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable description of the error.", "type": { - "$id": "6269", + "$id": "6295", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -80375,21 +80687,21 @@ "isHttpMetadata": false }, { - "$id": "6270", + "$id": "6296", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "The Unix timestamp (in seconds) for when the run will expire.", "type": { - "$id": "6271", + "$id": "6297", "kind": "nullable", "type": { - "$id": "6272", + "$id": "6298", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6273", + "$id": "6299", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80414,21 +80726,21 @@ "isHttpMetadata": false }, { - "$id": "6274", + "$id": "6300", "kind": "property", "name": "started_at", "serializedName": "started_at", "doc": "The Unix timestamp (in seconds) for when the run was started.", "type": { - "$id": "6275", + "$id": "6301", "kind": "nullable", "type": { - "$id": "6276", + "$id": "6302", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6277", + "$id": "6303", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80453,21 +80765,21 @@ "isHttpMetadata": false }, { - "$id": "6278", + "$id": "6304", "kind": "property", "name": "cancelled_at", "serializedName": "cancelled_at", "doc": "The Unix timestamp (in seconds) for when the run was cancelled.", "type": { - "$id": "6279", + "$id": "6305", "kind": "nullable", "type": { - "$id": "6280", + "$id": "6306", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6281", + "$id": "6307", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80492,21 +80804,21 @@ "isHttpMetadata": false }, { - "$id": "6282", + "$id": "6308", "kind": "property", "name": "failed_at", "serializedName": "failed_at", "doc": "The Unix timestamp (in seconds) for when the run failed.", "type": { - "$id": "6283", + "$id": "6309", "kind": "nullable", "type": { - "$id": "6284", + "$id": "6310", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6285", + "$id": "6311", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80531,21 +80843,21 @@ "isHttpMetadata": false }, { - "$id": "6286", + "$id": "6312", "kind": "property", "name": "completed_at", "serializedName": "completed_at", "doc": "The Unix timestamp (in seconds) for when the run was completed.", "type": { - "$id": "6287", + "$id": "6313", "kind": "nullable", "type": { - "$id": "6288", + "$id": "6314", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6289", + "$id": "6315", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80570,16 +80882,16 @@ "isHttpMetadata": false }, { - "$id": "6290", + "$id": "6316", "kind": "property", "name": "incomplete_details", "serializedName": "incomplete_details", "doc": "Details on why the run is incomplete. Will be `null` if the run is not incomplete.", "type": { - "$id": "6291", + "$id": "6317", "kind": "nullable", "type": { - "$id": "6292", + "$id": "6318", "kind": "model", "name": "RunObjectIncompleteDetails1", "namespace": "OpenAI", @@ -80588,13 +80900,13 @@ "decorators": [], "properties": [ { - "$id": "6293", + "$id": "6319", "kind": "property", "name": "reason", "serializedName": "reason", "doc": "The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.", "type": { - "$ref": "1023" + "$ref": "1025" }, "optional": true, "readOnly": false, @@ -80627,13 +80939,13 @@ "isHttpMetadata": false }, { - "$id": "6294", + "$id": "6320", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model that the [assistant](/docs/api-reference/assistants) used for this run.", "type": { - "$id": "6295", + "$id": "6321", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -80653,13 +80965,13 @@ "isHttpMetadata": false }, { - "$id": "6296", + "$id": "6322", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "The instructions that the [assistant](/docs/api-reference/assistants) used for this run.", "type": { - "$id": "6297", + "$id": "6323", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -80679,13 +80991,13 @@ "isHttpMetadata": false }, { - "$id": "6298", + "$id": "6324", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "The list of tools that the [assistant](/docs/api-reference/assistants) used for this run.", "type": { - "$ref": "2392" + "$ref": "2394" }, "optional": false, "readOnly": true, @@ -80701,13 +81013,13 @@ "isHttpMetadata": false }, { - "$id": "6299", + "$id": "6325", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": true, @@ -80723,15 +81035,15 @@ "isHttpMetadata": false }, { - "$id": "6300", + "$id": "6326", "kind": "property", "name": "usage", "serializedName": "usage", "type": { - "$id": "6301", + "$id": "6327", "kind": "nullable", "type": { - "$id": "6302", + "$id": "6328", "kind": "model", "name": "RunCompletionUsage", "namespace": "OpenAI", @@ -80741,13 +81053,13 @@ "decorators": [], "properties": [ { - "$id": "6303", + "$id": "6329", "kind": "property", "name": "completion_tokens", "serializedName": "completion_tokens", "doc": "Number of completion tokens used over the course of the run.", "type": { - "$id": "6304", + "$id": "6330", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80767,13 +81079,13 @@ "isHttpMetadata": false }, { - "$id": "6305", + "$id": "6331", "kind": "property", "name": "prompt_tokens", "serializedName": "prompt_tokens", "doc": "Number of prompt tokens used over the course of the run.", "type": { - "$id": "6306", + "$id": "6332", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80793,13 +81105,13 @@ "isHttpMetadata": false }, { - "$id": "6307", + "$id": "6333", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "Total number of tokens used (prompt + completion).", "type": { - "$id": "6308", + "$id": "6334", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80836,16 +81148,16 @@ "isHttpMetadata": false }, { - "$id": "6309", + "$id": "6335", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "The sampling temperature used for this run. If not set, defaults to 1.", "type": { - "$id": "6310", + "$id": "6336", "kind": "nullable", "type": { - "$id": "6311", + "$id": "6337", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -80867,16 +81179,16 @@ "isHttpMetadata": false }, { - "$id": "6312", + "$id": "6338", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "The nucleus sampling value used for this run. If not set, defaults to 1.", "type": { - "$id": "6313", + "$id": "6339", "kind": "nullable", "type": { - "$id": "6314", + "$id": "6340", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -80898,16 +81210,16 @@ "isHttpMetadata": false }, { - "$id": "6315", + "$id": "6341", "kind": "property", "name": "max_prompt_tokens", "serializedName": "max_prompt_tokens", "doc": "The maximum number of prompt tokens specified to have been used over the course of the run.", "type": { - "$id": "6316", + "$id": "6342", "kind": "nullable", "type": { - "$id": "6317", + "$id": "6343", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80929,16 +81241,16 @@ "isHttpMetadata": false }, { - "$id": "6318", + "$id": "6344", "kind": "property", "name": "max_completion_tokens", "serializedName": "max_completion_tokens", "doc": "The maximum number of completion tokens specified to have been used over the course of the run.", "type": { - "$id": "6319", + "$id": "6345", "kind": "nullable", "type": { - "$id": "6320", + "$id": "6346", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -80960,15 +81272,15 @@ "isHttpMetadata": false }, { - "$id": "6321", + "$id": "6347", "kind": "property", "name": "truncation_strategy", "serializedName": "truncation_strategy", "type": { - "$id": "6322", + "$id": "6348", "kind": "nullable", "type": { - "$ref": "6215" + "$ref": "6241" }, "namespace": "OpenAI" }, @@ -80986,15 +81298,15 @@ "isHttpMetadata": false }, { - "$id": "6323", + "$id": "6349", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "type": { - "$id": "6324", + "$id": "6350", "kind": "nullable", "type": { - "$ref": "6222" + "$ref": "6248" }, "namespace": "OpenAI" }, @@ -81012,17 +81324,17 @@ "isHttpMetadata": false }, { - "$id": "6325", + "$id": "6351", "kind": "property", "name": "parallel_tool_calls", "serializedName": "parallel_tool_calls", "type": { - "$id": "6326", + "$id": "6352", "kind": "boolean", "name": "ParallelToolCalls", "crossLanguageDefinitionId": "OpenAI.ParallelToolCalls", "baseType": { - "$id": "6327", + "$id": "6353", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -81044,15 +81356,15 @@ "isHttpMetadata": false }, { - "$id": "6328", + "$id": "6354", "kind": "property", "name": "response_format", "serializedName": "response_format", "type": { - "$id": "6329", + "$id": "6355", "kind": "nullable", "type": { - "$ref": "2453" + "$ref": "2455" }, "namespace": "OpenAI" }, @@ -81072,28 +81384,28 @@ ] }, { - "$ref": "6248" + "$ref": "6274" }, { - "$ref": "6251" + "$ref": "6277" }, { - "$ref": "6254" + "$ref": "6280" }, { - "$ref": "6259" + "$ref": "6285" }, { - "$ref": "6266" + "$ref": "6292" }, { - "$ref": "6292" + "$ref": "6318" }, { - "$ref": "6302" + "$ref": "6328" }, { - "$id": "6330", + "$id": "6356", "kind": "model", "name": "CreateRunRequest", "namespace": "OpenAI", @@ -81102,13 +81414,13 @@ "decorators": [], "properties": [ { - "$id": "6331", + "$id": "6357", "kind": "property", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the [assistant](/docs/api-reference/assistants) to use to execute this run.", "type": { - "$id": "6332", + "$id": "6358", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81128,13 +81440,13 @@ "isHttpMetadata": false }, { - "$id": "6333", + "$id": "6359", "kind": "property", "name": "model", "serializedName": "model", "doc": "The ID of the [Model](/docs/api-reference/models) to be used to execute this run. If a value is provided here, it will override the model associated with the assistant. If not, the model associated with the assistant will be used.", "type": { - "$id": "6334", + "$id": "6360", "kind": "nullable", "type": { "$ref": "15" @@ -81155,12 +81467,12 @@ "isHttpMetadata": false }, { - "$id": "6335", + "$id": "6361", "kind": "property", "name": "reasoning_effort", "serializedName": "reasoning_effort", "type": { - "$id": "6336", + "$id": "6362", "kind": "nullable", "type": { "$ref": "53" @@ -81181,16 +81493,16 @@ "isHttpMetadata": false }, { - "$id": "6337", + "$id": "6363", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "Overrides the [instructions](/docs/api-reference/assistants/createAssistant) of the assistant. This is useful for modifying the behavior on a per-run basis.", "type": { - "$id": "6338", + "$id": "6364", "kind": "nullable", "type": { - "$id": "6339", + "$id": "6365", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81212,16 +81524,16 @@ "isHttpMetadata": false }, { - "$id": "6340", + "$id": "6366", "kind": "property", "name": "additional_instructions", "serializedName": "additional_instructions", "doc": "Appends additional instructions at the end of the instructions for the run. This is useful for modifying the behavior on a per-run basis without overriding other instructions.", "type": { - "$id": "6341", + "$id": "6367", "kind": "nullable", "type": { - "$id": "6342", + "$id": "6368", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81243,16 +81555,16 @@ "isHttpMetadata": false }, { - "$id": "6343", + "$id": "6369", "kind": "property", "name": "additional_messages", "serializedName": "additional_messages", "doc": "Adds additional messages to the thread before creating the run.", "type": { - "$id": "6344", + "$id": "6370", "kind": "nullable", "type": { - "$ref": "6174" + "$ref": "6200" }, "namespace": "OpenAI" }, @@ -81270,16 +81582,16 @@ "isHttpMetadata": false }, { - "$id": "6345", + "$id": "6371", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "Override the tools the assistant can use for this run. This is useful for modifying the behavior on a per-run basis.", "type": { - "$id": "6346", + "$id": "6372", "kind": "nullable", "type": { - "$ref": "2392" + "$ref": "2394" }, "namespace": "OpenAI" }, @@ -81297,13 +81609,13 @@ "isHttpMetadata": false }, { - "$id": "6347", + "$id": "6373", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -81319,16 +81631,16 @@ "isHttpMetadata": false }, { - "$id": "6348", + "$id": "6374", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.", "type": { - "$id": "6349", + "$id": "6375", "kind": "nullable", "type": { - "$id": "6350", + "$id": "6376", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -81350,16 +81662,16 @@ "isHttpMetadata": false }, { - "$id": "6351", + "$id": "6377", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or temperature but not both.", "type": { - "$id": "6352", + "$id": "6378", "kind": "nullable", "type": { - "$id": "6353", + "$id": "6379", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -81381,16 +81693,16 @@ "isHttpMetadata": false }, { - "$id": "6354", + "$id": "6380", "kind": "property", "name": "stream", "serializedName": "stream", "doc": "If `true`, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a `data: [DONE]` message.", "type": { - "$id": "6355", + "$id": "6381", "kind": "nullable", "type": { - "$id": "6356", + "$id": "6382", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -81412,16 +81724,16 @@ "isHttpMetadata": false }, { - "$id": "6357", + "$id": "6383", "kind": "property", "name": "max_prompt_tokens", "serializedName": "max_prompt_tokens", "doc": "The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.", "type": { - "$id": "6358", + "$id": "6384", "kind": "nullable", "type": { - "$id": "6359", + "$id": "6385", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -81443,16 +81755,16 @@ "isHttpMetadata": false }, { - "$id": "6360", + "$id": "6386", "kind": "property", "name": "max_completion_tokens", "serializedName": "max_completion_tokens", "doc": "The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.", "type": { - "$id": "6361", + "$id": "6387", "kind": "nullable", "type": { - "$id": "6362", + "$id": "6388", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -81474,15 +81786,15 @@ "isHttpMetadata": false }, { - "$id": "6363", + "$id": "6389", "kind": "property", "name": "truncation_strategy", "serializedName": "truncation_strategy", "type": { - "$id": "6364", + "$id": "6390", "kind": "nullable", "type": { - "$ref": "6215" + "$ref": "6241" }, "namespace": "OpenAI" }, @@ -81500,15 +81812,15 @@ "isHttpMetadata": false }, { - "$id": "6365", + "$id": "6391", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "type": { - "$id": "6366", + "$id": "6392", "kind": "nullable", "type": { - "$ref": "6222" + "$ref": "6248" }, "namespace": "OpenAI" }, @@ -81526,17 +81838,17 @@ "isHttpMetadata": false }, { - "$id": "6367", + "$id": "6393", "kind": "property", "name": "parallel_tool_calls", "serializedName": "parallel_tool_calls", "type": { - "$id": "6368", + "$id": "6394", "kind": "boolean", "name": "ParallelToolCalls", "crossLanguageDefinitionId": "OpenAI.ParallelToolCalls", "baseType": { - "$id": "6369", + "$id": "6395", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -81558,15 +81870,15 @@ "isHttpMetadata": false }, { - "$id": "6370", + "$id": "6396", "kind": "property", "name": "response_format", "serializedName": "response_format", "type": { - "$id": "6371", + "$id": "6397", "kind": "nullable", "type": { - "$ref": "2453" + "$ref": "2455" }, "namespace": "OpenAI" }, @@ -81586,7 +81898,7 @@ ] }, { - "$id": "6372", + "$id": "6398", "kind": "model", "name": "ListRunsResponse", "namespace": "OpenAI", @@ -81595,12 +81907,12 @@ "decorators": [], "properties": [ { - "$id": "6373", + "$id": "6399", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1693" + "$ref": "1695" }, "optional": false, "readOnly": false, @@ -81616,16 +81928,16 @@ "isHttpMetadata": false }, { - "$id": "6374", + "$id": "6400", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "6375", + "$id": "6401", "kind": "array", "name": "ArrayRunObject", "valueType": { - "$ref": "6234" + "$ref": "6260" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -81644,12 +81956,12 @@ "isHttpMetadata": false }, { - "$id": "6376", + "$id": "6402", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "6377", + "$id": "6403", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81669,12 +81981,12 @@ "isHttpMetadata": false }, { - "$id": "6378", + "$id": "6404", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "6379", + "$id": "6405", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81694,12 +82006,12 @@ "isHttpMetadata": false }, { - "$id": "6380", + "$id": "6406", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "6381", + "$id": "6407", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -81721,7 +82033,7 @@ ] }, { - "$id": "6382", + "$id": "6408", "kind": "model", "name": "ModifyRunRequest", "namespace": "OpenAI", @@ -81730,13 +82042,13 @@ "decorators": [], "properties": [ { - "$id": "6383", + "$id": "6409", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -81754,7 +82066,7 @@ ] }, { - "$id": "6384", + "$id": "6410", "kind": "model", "name": "SubmitToolOutputsRunRequest", "namespace": "OpenAI", @@ -81763,17 +82075,17 @@ "decorators": [], "properties": [ { - "$id": "6385", + "$id": "6411", "kind": "property", "name": "tool_outputs", "serializedName": "tool_outputs", "doc": "A list of tools for which the outputs are being submitted.", "type": { - "$id": "6386", + "$id": "6412", "kind": "array", "name": "Array38", "valueType": { - "$id": "6387", + "$id": "6413", "kind": "model", "name": "SubmitToolOutputsRunRequestToolOutput", "namespace": "OpenAI", @@ -81782,13 +82094,13 @@ "decorators": [], "properties": [ { - "$id": "6388", + "$id": "6414", "kind": "property", "name": "tool_call_id", "serializedName": "tool_call_id", "doc": "The ID of the tool call in the `required_action` object within the run object the output is being submitted for.", "type": { - "$id": "6389", + "$id": "6415", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81808,13 +82120,13 @@ "isHttpMetadata": false }, { - "$id": "6390", + "$id": "6416", "kind": "property", "name": "output", "serializedName": "output", "doc": "The output of the tool call to be submitted to continue the run.", "type": { - "$id": "6391", + "$id": "6417", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81852,16 +82164,16 @@ "isHttpMetadata": false }, { - "$id": "6392", + "$id": "6418", "kind": "property", "name": "stream", "serializedName": "stream", "doc": "If `true`, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a `data: [DONE]` message.", "type": { - "$id": "6393", + "$id": "6419", "kind": "nullable", "type": { - "$id": "6394", + "$id": "6420", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -81885,10 +82197,10 @@ ] }, { - "$ref": "6387" + "$ref": "6413" }, { - "$id": "6395", + "$id": "6421", "kind": "model", "name": "ListRunStepsResponse", "namespace": "OpenAI", @@ -81897,12 +82209,12 @@ "decorators": [], "properties": [ { - "$id": "6396", + "$id": "6422", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1695" + "$ref": "1697" }, "optional": false, "readOnly": false, @@ -81918,16 +82230,16 @@ "isHttpMetadata": false }, { - "$id": "6397", + "$id": "6423", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "6398", + "$id": "6424", "kind": "array", "name": "ArrayRunStepObject", "valueType": { - "$id": "6399", + "$id": "6425", "kind": "model", "name": "RunStepObject", "namespace": "OpenAI", @@ -81937,13 +82249,13 @@ "decorators": [], "properties": [ { - "$id": "6400", + "$id": "6426", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier of the run step, which can be referenced in API endpoints.", "type": { - "$id": "6401", + "$id": "6427", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -81963,13 +82275,13 @@ "isHttpMetadata": false }, { - "$id": "6402", + "$id": "6428", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `thread.run.step`.", "type": { - "$ref": "1697" + "$ref": "1699" }, "optional": false, "readOnly": false, @@ -81985,18 +82297,18 @@ "isHttpMetadata": false }, { - "$id": "6403", + "$id": "6429", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the run step was created.", "type": { - "$id": "6404", + "$id": "6430", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6405", + "$id": "6431", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -82019,13 +82331,13 @@ "isHttpMetadata": false }, { - "$id": "6406", + "$id": "6432", "kind": "property", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the [assistant](/docs/api-reference/assistants) associated with the run step.", "type": { - "$id": "6407", + "$id": "6433", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82045,13 +82357,13 @@ "isHttpMetadata": false }, { - "$id": "6408", + "$id": "6434", "kind": "property", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "6409", + "$id": "6435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82071,13 +82383,13 @@ "isHttpMetadata": false }, { - "$id": "6410", + "$id": "6436", "kind": "property", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the [run](/docs/api-reference/runs) that this run step is a part of.", "type": { - "$id": "6411", + "$id": "6437", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82097,13 +82409,13 @@ "isHttpMetadata": false }, { - "$id": "6412", + "$id": "6438", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of run step, which can be either `message_creation` or `tool_calls`.", "type": { - "$ref": "1027" + "$ref": "1029" }, "optional": false, "readOnly": false, @@ -82119,13 +82431,13 @@ "isHttpMetadata": false }, { - "$id": "6413", + "$id": "6439", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the run step, which can be either `in_progress`, `cancelled`, `failed`, `completed`, or `expired`.", "type": { - "$ref": "1031" + "$ref": "1033" }, "optional": false, "readOnly": false, @@ -82141,13 +82453,13 @@ "isHttpMetadata": false }, { - "$id": "6414", + "$id": "6440", "kind": "property", "name": "step_details", "serializedName": "step_details", "doc": "The details of the run step.", "type": { - "$id": "6415", + "$id": "6441", "kind": "model", "name": "RunStepObjectStepDetails", "namespace": "OpenAI", @@ -82156,13 +82468,13 @@ "doc": "Abstractly represents a run step details object.", "decorators": [], "discriminatorProperty": { - "$id": "6416", + "$id": "6442", "kind": "property", "name": "type", "serializedName": "type", "doc": "The discriminated type identifier for the details object.", "type": { - "$ref": "1038" + "$ref": "1040" }, "optional": false, "readOnly": false, @@ -82179,12 +82491,12 @@ }, "properties": [ { - "$ref": "6416" + "$ref": "6442" } ], "discriminatedSubtypes": { "message_creation": { - "$id": "6417", + "$id": "6443", "kind": "model", "name": "RunStepDetailsMessageCreationObject", "namespace": "OpenAI", @@ -82194,32 +82506,32 @@ "discriminatorValue": "message_creation", "decorators": [], "baseModel": { - "$ref": "6415" + "$ref": "6441" }, "properties": [ { - "$id": "6418", + "$id": "6444", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `message_creation`.", "type": { - "$id": "6419", + "$id": "6445", "kind": "enumvalue", "name": "message_creation", "value": "message_creation", "valueType": { - "$ref": "1039" + "$ref": "1041" }, "enumType": { - "$id": "6420", + "$id": "6446", "kind": "enum", "decorators": [], "name": "RunStepDetailsType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6421", + "$id": "6447", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -82228,29 +82540,29 @@ }, "values": [ { - "$id": "6422", + "$id": "6448", "kind": "enumvalue", "decorators": [], "name": "message_creation", "value": "message_creation", "valueType": { - "$ref": "6421" + "$ref": "6447" }, "enumType": { - "$ref": "6420" + "$ref": "6446" } }, { - "$id": "6423", + "$id": "6449", "kind": "enumvalue", "decorators": [], "name": "tool_calls", "value": "tool_calls", "valueType": { - "$ref": "6421" + "$ref": "6447" }, "enumType": { - "$ref": "6420" + "$ref": "6446" } } ], @@ -82279,12 +82591,12 @@ "isHttpMetadata": false }, { - "$id": "6424", + "$id": "6450", "kind": "property", "name": "message_creation", "serializedName": "message_creation", "type": { - "$id": "6425", + "$id": "6451", "kind": "model", "name": "RunStepDetailsMessageCreationObjectMessageCreation", "namespace": "OpenAI", @@ -82293,13 +82605,13 @@ "decorators": [], "properties": [ { - "$id": "6426", + "$id": "6452", "kind": "property", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message that was created by this run step.", "type": { - "$id": "6427", + "$id": "6453", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82336,7 +82648,7 @@ ] }, "tool_calls": { - "$id": "6428", + "$id": "6454", "kind": "model", "name": "RunStepDetailsToolCallsObject", "namespace": "OpenAI", @@ -82346,25 +82658,25 @@ "discriminatorValue": "tool_calls", "decorators": [], "baseModel": { - "$ref": "6415" + "$ref": "6441" }, "properties": [ { - "$id": "6429", + "$id": "6455", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `tool_calls`.", "type": { - "$id": "6430", + "$id": "6456", "kind": "enumvalue", "name": "tool_calls", "value": "tool_calls", "valueType": { - "$ref": "1039" + "$ref": "1041" }, "enumType": { - "$ref": "6420" + "$ref": "6446" }, "decorators": [] }, @@ -82382,17 +82694,17 @@ "isHttpMetadata": false }, { - "$id": "6431", + "$id": "6457", "kind": "property", "name": "tool_calls", "serializedName": "tool_calls", "doc": "An array of tool calls the run step was involved in. These can be associated with one of three types of tools: `code_interpreter`, `file_search`, or `function`.", "type": { - "$id": "6432", + "$id": "6458", "kind": "array", "name": "ArrayRunStepDetailsToolCallsObjectToolCallsObject", "valueType": { - "$id": "6433", + "$id": "6459", "kind": "model", "name": "RunStepDetailsToolCallsObjectToolCallsObject", "namespace": "OpenAI", @@ -82401,13 +82713,13 @@ "doc": "Abstractly represents a run step tool call details inner object.", "decorators": [], "discriminatorProperty": { - "$id": "6434", + "$id": "6460", "kind": "property", "name": "type", "serializedName": "type", "doc": "The discriminated type identifier for the details object.", "type": { - "$ref": "1042" + "$ref": "1044" }, "optional": false, "readOnly": false, @@ -82424,16 +82736,16 @@ }, "properties": [ { - "$ref": "6434" + "$ref": "6460" }, { - "$id": "6435", + "$id": "6461", "kind": "property", "name": "id", "serializedName": "id", "doc": "The ID of the tool call object.", "type": { - "$id": "6436", + "$id": "6462", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82455,7 +82767,7 @@ ], "discriminatedSubtypes": { "code_interpreter": { - "$id": "6437", + "$id": "6463", "kind": "model", "name": "RunStepDetailsToolCallsCodeObject", "namespace": "OpenAI", @@ -82465,32 +82777,32 @@ "discriminatorValue": "code_interpreter", "decorators": [], "baseModel": { - "$ref": "6433" + "$ref": "6459" }, "properties": [ { - "$id": "6438", + "$id": "6464", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool call. This is always going to be `code_interpreter` for this type of tool call.", "type": { - "$id": "6439", + "$id": "6465", "kind": "enumvalue", "name": "code_interpreter", "value": "code_interpreter", "valueType": { - "$ref": "1043" + "$ref": "1045" }, "enumType": { - "$id": "6440", + "$id": "6466", "kind": "enum", "decorators": [], "name": "RunStepDetailsToolCallType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6441", + "$id": "6467", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -82499,42 +82811,42 @@ }, "values": [ { - "$id": "6442", + "$id": "6468", "kind": "enumvalue", "decorators": [], "name": "code_interpreter", "value": "code_interpreter", "valueType": { - "$ref": "6441" + "$ref": "6467" }, "enumType": { - "$ref": "6440" + "$ref": "6466" } }, { - "$id": "6443", + "$id": "6469", "kind": "enumvalue", "decorators": [], "name": "file_search", "value": "file_search", "valueType": { - "$ref": "6441" + "$ref": "6467" }, "enumType": { - "$ref": "6440" + "$ref": "6466" } }, { - "$id": "6444", + "$id": "6470", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "valueType": { - "$ref": "6441" + "$ref": "6467" }, "enumType": { - "$ref": "6440" + "$ref": "6466" } } ], @@ -82563,13 +82875,13 @@ "isHttpMetadata": false }, { - "$id": "6445", + "$id": "6471", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "doc": "The Code Interpreter tool call definition.", "type": { - "$id": "6446", + "$id": "6472", "kind": "model", "name": "RunStepDetailsToolCallsCodeObjectCodeInterpreter", "namespace": "OpenAI", @@ -82578,13 +82890,13 @@ "decorators": [], "properties": [ { - "$id": "6447", + "$id": "6473", "kind": "property", "name": "input", "serializedName": "input", "doc": "The input to the Code Interpreter tool call.", "type": { - "$id": "6448", + "$id": "6474", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82604,17 +82916,17 @@ "isHttpMetadata": false }, { - "$id": "6449", + "$id": "6475", "kind": "property", "name": "outputs", "serializedName": "outputs", "doc": "The outputs from the Code Interpreter tool call. Code Interpreter can output one or more items, including text (`logs`) or images (`image`). Each of these are represented by a different object type.", "type": { - "$id": "6450", + "$id": "6476", "kind": "array", "name": "ArrayRunStepDetailsToolCallsCodeObjectCodeInterpreterOutputsObject", "valueType": { - "$id": "6451", + "$id": "6477", "kind": "model", "name": "RunStepDetailsToolCallsCodeObjectCodeInterpreterOutputsObject", "namespace": "OpenAI", @@ -82623,13 +82935,13 @@ "doc": "Abstractly represents a run step tool call details code interpreter output.", "decorators": [], "discriminatorProperty": { - "$id": "6452", + "$id": "6478", "kind": "property", "name": "type", "serializedName": "type", "doc": "The discriminated type identifier for the details object.", "type": { - "$ref": "1047" + "$ref": "1049" }, "optional": false, "readOnly": false, @@ -82646,12 +82958,12 @@ }, "properties": [ { - "$ref": "6452" + "$ref": "6478" } ], "discriminatedSubtypes": { "logs": { - "$id": "6453", + "$id": "6479", "kind": "model", "name": "RunStepDetailsToolCallsCodeOutputLogsObject", "namespace": "OpenAI", @@ -82661,32 +82973,32 @@ "discriminatorValue": "logs", "decorators": [], "baseModel": { - "$ref": "6451" + "$ref": "6477" }, "properties": [ { - "$id": "6454", + "$id": "6480", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `logs`.", "type": { - "$id": "6455", + "$id": "6481", "kind": "enumvalue", "name": "logs", "value": "logs", "valueType": { - "$ref": "1048" + "$ref": "1050" }, "enumType": { - "$id": "6456", + "$id": "6482", "kind": "enum", "decorators": [], "name": "RunStepDetailsCodeInterpreterOutputType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6457", + "$id": "6483", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -82695,29 +83007,29 @@ }, "values": [ { - "$id": "6458", + "$id": "6484", "kind": "enumvalue", "decorators": [], "name": "logs", "value": "logs", "valueType": { - "$ref": "6457" + "$ref": "6483" }, "enumType": { - "$ref": "6456" + "$ref": "6482" } }, { - "$id": "6459", + "$id": "6485", "kind": "enumvalue", "decorators": [], "name": "image", "value": "image", "valueType": { - "$ref": "6457" + "$ref": "6483" }, "enumType": { - "$ref": "6456" + "$ref": "6482" } } ], @@ -82746,13 +83058,13 @@ "isHttpMetadata": false }, { - "$id": "6460", + "$id": "6486", "kind": "property", "name": "logs", "serializedName": "logs", "doc": "The text output from the Code Interpreter tool call.", "type": { - "$id": "6461", + "$id": "6487", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82774,7 +83086,7 @@ ] }, "image": { - "$id": "6462", + "$id": "6488", "kind": "model", "name": "RunStepDetailsToolCallsCodeOutputImageObject", "namespace": "OpenAI", @@ -82783,25 +83095,25 @@ "discriminatorValue": "image", "decorators": [], "baseModel": { - "$ref": "6451" + "$ref": "6477" }, "properties": [ { - "$id": "6463", + "$id": "6489", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `image`.", "type": { - "$id": "6464", + "$id": "6490", "kind": "enumvalue", "name": "image", "value": "image", "valueType": { - "$ref": "1048" + "$ref": "1050" }, "enumType": { - "$ref": "6456" + "$ref": "6482" }, "decorators": [] }, @@ -82819,12 +83131,12 @@ "isHttpMetadata": false }, { - "$id": "6465", + "$id": "6491", "kind": "property", "name": "image", "serializedName": "image", "type": { - "$id": "6466", + "$id": "6492", "kind": "model", "name": "RunStepDetailsToolCallsCodeOutputImageObjectImage", "namespace": "OpenAI", @@ -82833,13 +83145,13 @@ "decorators": [], "properties": [ { - "$id": "6467", + "$id": "6493", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The [file](/docs/api-reference/files) ID of the image.", "type": { - "$id": "6468", + "$id": "6494", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -82911,7 +83223,7 @@ ] }, "file_search": { - "$id": "6469", + "$id": "6495", "kind": "model", "name": "RunStepDetailsToolCallsFileSearchObject", "namespace": "OpenAI", @@ -82920,25 +83232,25 @@ "discriminatorValue": "file_search", "decorators": [], "baseModel": { - "$ref": "6433" + "$ref": "6459" }, "properties": [ { - "$id": "6470", + "$id": "6496", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool call. This is always going to be `file_search` for this type of tool call.", "type": { - "$id": "6471", + "$id": "6497", "kind": "enumvalue", "name": "file_search", "value": "file_search", "valueType": { - "$ref": "1043" + "$ref": "1045" }, "enumType": { - "$ref": "6440" + "$ref": "6466" }, "decorators": [] }, @@ -82956,13 +83268,13 @@ "isHttpMetadata": false }, { - "$id": "6472", + "$id": "6498", "kind": "property", "name": "file_search", "serializedName": "file_search", "doc": "For now, this is always going to be an empty object.", "type": { - "$id": "6473", + "$id": "6499", "kind": "model", "name": "RunStepDetailsToolCallsFileSearchObjectFileSearch", "namespace": "OpenAI", @@ -82971,12 +83283,12 @@ "decorators": [], "properties": [ { - "$id": "6474", + "$id": "6500", "kind": "property", "name": "ranking_options", "serializedName": "ranking_options", "type": { - "$id": "6475", + "$id": "6501", "kind": "model", "name": "RunStepDetailsToolCallsFileSearchRankingOptionsObject", "namespace": "OpenAI", @@ -82986,7 +83298,7 @@ "decorators": [], "properties": [ { - "$id": "6476", + "$id": "6502", "kind": "property", "name": "ranker", "serializedName": "ranker", @@ -83007,13 +83319,13 @@ "isHttpMetadata": false }, { - "$id": "6477", + "$id": "6503", "kind": "property", "name": "score_threshold", "serializedName": "score_threshold", "doc": "The score threshold for the file search. All values must be a floating point number between 0 and 1.", "type": { - "$id": "6478", + "$id": "6504", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -83048,17 +83360,17 @@ "isHttpMetadata": false }, { - "$id": "6479", + "$id": "6505", "kind": "property", "name": "results", "serializedName": "results", "doc": "The results of the file search.", "type": { - "$id": "6480", + "$id": "6506", "kind": "array", "name": "ArrayRunStepDetailsToolCallsFileSearchResultObject", "valueType": { - "$id": "6481", + "$id": "6507", "kind": "model", "name": "RunStepDetailsToolCallsFileSearchResultObject", "namespace": "OpenAI", @@ -83068,13 +83380,13 @@ "decorators": [], "properties": [ { - "$id": "6482", + "$id": "6508", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file that result was found in.", "type": { - "$id": "6483", + "$id": "6509", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83094,13 +83406,13 @@ "isHttpMetadata": false }, { - "$id": "6484", + "$id": "6510", "kind": "property", "name": "file_name", "serializedName": "file_name", "doc": "The name of the file that result was found in.", "type": { - "$id": "6485", + "$id": "6511", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83120,13 +83432,13 @@ "isHttpMetadata": false }, { - "$id": "6486", + "$id": "6512", "kind": "property", "name": "score", "serializedName": "score", "doc": "The score of the result. All values must be a floating point number between 0 and 1.", "type": { - "$id": "6487", + "$id": "6513", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -83146,17 +83458,17 @@ "isHttpMetadata": false }, { - "$id": "6488", + "$id": "6514", "kind": "property", "name": "content", "serializedName": "content", "doc": "The content of the result that was found. The content is only included if requested via the include query parameter.", "type": { - "$id": "6489", + "$id": "6515", "kind": "array", "name": "Array39", "valueType": { - "$id": "6490", + "$id": "6516", "kind": "model", "name": "RunStepDetailsToolCallsFileSearchResultObjectContent", "namespace": "OpenAI", @@ -83165,28 +83477,28 @@ "decorators": [], "properties": [ { - "$id": "6491", + "$id": "6517", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of the content.", "type": { - "$id": "6492", + "$id": "6518", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1455" + "$ref": "1457" }, "enumType": { - "$id": "6493", + "$id": "6519", "kind": "enum", "decorators": [], "name": "RunStepDetailsToolCallsFileSearchResultObjectContentType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6494", + "$id": "6520", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -83195,16 +83507,16 @@ }, "values": [ { - "$id": "6495", + "$id": "6521", "kind": "enumvalue", "decorators": [], "name": "text", "value": "text", "enumType": { - "$ref": "6493" + "$ref": "6519" }, "valueType": { - "$ref": "6494" + "$ref": "6520" } } ], @@ -83233,13 +83545,13 @@ "isHttpMetadata": false }, { - "$id": "6496", + "$id": "6522", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text content of the file.", "type": { - "$id": "6497", + "$id": "6523", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83312,7 +83624,7 @@ ] }, "function": { - "$id": "6498", + "$id": "6524", "kind": "model", "name": "RunStepDetailsToolCallsFunctionObject", "namespace": "OpenAI", @@ -83321,25 +83633,25 @@ "discriminatorValue": "function", "decorators": [], "baseModel": { - "$ref": "6433" + "$ref": "6459" }, "properties": [ { - "$id": "6499", + "$id": "6525", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of tool call. This is always going to be `function` for this type of tool call.", "type": { - "$id": "6500", + "$id": "6526", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1043" + "$ref": "1045" }, "enumType": { - "$ref": "6440" + "$ref": "6466" }, "decorators": [] }, @@ -83357,13 +83669,13 @@ "isHttpMetadata": false }, { - "$id": "6501", + "$id": "6527", "kind": "property", "name": "function", "serializedName": "function", "doc": "The definition of the function that was called.", "type": { - "$id": "6502", + "$id": "6528", "kind": "model", "name": "RunStepDetailsToolCallsFunctionObjectFunction", "namespace": "OpenAI", @@ -83372,13 +83684,13 @@ "decorators": [], "properties": [ { - "$id": "6503", + "$id": "6529", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the function.", "type": { - "$id": "6504", + "$id": "6530", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83398,13 +83710,13 @@ "isHttpMetadata": false }, { - "$id": "6505", + "$id": "6531", "kind": "property", "name": "arguments", "serializedName": "arguments", "doc": "The arguments passed to the function.", "type": { - "$id": "6506", + "$id": "6532", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83424,16 +83736,16 @@ "isHttpMetadata": false }, { - "$id": "6507", + "$id": "6533", "kind": "property", "name": "output", "serializedName": "output", "doc": "The output of the function. This will be `null` if the outputs have not been [submitted](/docs/api-reference/runs/submitToolOutputs) yet.", "type": { - "$id": "6508", + "$id": "6534", "kind": "nullable", "type": { - "$id": "6509", + "$id": "6535", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83507,16 +83819,16 @@ "isHttpMetadata": false }, { - "$id": "6510", + "$id": "6536", "kind": "property", "name": "last_error", "serializedName": "last_error", "doc": "The last error associated with this run step. Will be `null` if there are no errors.", "type": { - "$id": "6511", + "$id": "6537", "kind": "nullable", "type": { - "$id": "6512", + "$id": "6538", "kind": "model", "name": "RunStepObjectLastError1", "namespace": "OpenAI", @@ -83525,13 +83837,13 @@ "decorators": [], "properties": [ { - "$id": "6513", + "$id": "6539", "kind": "property", "name": "code", "serializedName": "code", "doc": "One of `server_error` or `rate_limit_exceeded`.", "type": { - "$ref": "1051" + "$ref": "1053" }, "optional": false, "readOnly": false, @@ -83547,13 +83859,13 @@ "isHttpMetadata": false }, { - "$id": "6514", + "$id": "6540", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable description of the error.", "type": { - "$id": "6515", + "$id": "6541", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83590,21 +83902,21 @@ "isHttpMetadata": false }, { - "$id": "6516", + "$id": "6542", "kind": "property", "name": "expired_at", "serializedName": "expired_at", "doc": "The Unix timestamp (in seconds) for when the run step expired. A step is considered expired if the parent run is expired.", "type": { - "$id": "6517", + "$id": "6543", "kind": "nullable", "type": { - "$id": "6518", + "$id": "6544", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6519", + "$id": "6545", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -83629,21 +83941,21 @@ "isHttpMetadata": false }, { - "$id": "6520", + "$id": "6546", "kind": "property", "name": "cancelled_at", "serializedName": "cancelled_at", "doc": "The Unix timestamp (in seconds) for when the run step was cancelled.", "type": { - "$id": "6521", + "$id": "6547", "kind": "nullable", "type": { - "$id": "6522", + "$id": "6548", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6523", + "$id": "6549", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -83668,21 +83980,21 @@ "isHttpMetadata": false }, { - "$id": "6524", + "$id": "6550", "kind": "property", "name": "failed_at", "serializedName": "failed_at", "doc": "The Unix timestamp (in seconds) for when the run step failed.", "type": { - "$id": "6525", + "$id": "6551", "kind": "nullable", "type": { - "$id": "6526", + "$id": "6552", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6527", + "$id": "6553", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -83707,21 +84019,21 @@ "isHttpMetadata": false }, { - "$id": "6528", + "$id": "6554", "kind": "property", "name": "completed_at", "serializedName": "completed_at", "doc": "The Unix timestamp (in seconds) for when the run step completed.", "type": { - "$id": "6529", + "$id": "6555", "kind": "nullable", "type": { - "$id": "6530", + "$id": "6556", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6531", + "$id": "6557", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -83746,13 +84058,13 @@ "isHttpMetadata": false }, { - "$id": "6532", + "$id": "6558", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": true, @@ -83768,15 +84080,15 @@ "isHttpMetadata": false }, { - "$id": "6533", + "$id": "6559", "kind": "property", "name": "usage", "serializedName": "usage", "type": { - "$id": "6534", + "$id": "6560", "kind": "nullable", "type": { - "$id": "6535", + "$id": "6561", "kind": "model", "name": "RunStepCompletionUsage", "namespace": "OpenAI", @@ -83786,13 +84098,13 @@ "decorators": [], "properties": [ { - "$id": "6536", + "$id": "6562", "kind": "property", "name": "completion_tokens", "serializedName": "completion_tokens", "doc": "Number of completion tokens used over the course of the run step.", "type": { - "$id": "6537", + "$id": "6563", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -83812,13 +84124,13 @@ "isHttpMetadata": false }, { - "$id": "6538", + "$id": "6564", "kind": "property", "name": "prompt_tokens", "serializedName": "prompt_tokens", "doc": "Number of prompt tokens used over the course of the run step.", "type": { - "$id": "6539", + "$id": "6565", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -83838,13 +84150,13 @@ "isHttpMetadata": false }, { - "$id": "6540", + "$id": "6566", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "Total number of tokens used (prompt + completion).", "type": { - "$id": "6541", + "$id": "6567", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -83899,12 +84211,12 @@ "isHttpMetadata": false }, { - "$id": "6542", + "$id": "6568", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "6543", + "$id": "6569", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83924,12 +84236,12 @@ "isHttpMetadata": false }, { - "$id": "6544", + "$id": "6570", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "6545", + "$id": "6571", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -83949,12 +84261,12 @@ "isHttpMetadata": false }, { - "$id": "6546", + "$id": "6572", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "6547", + "$id": "6573", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -83976,70 +84288,70 @@ ] }, { - "$ref": "6399" + "$ref": "6425" }, { - "$ref": "6415" + "$ref": "6441" }, { - "$ref": "6417" + "$ref": "6443" }, { - "$ref": "6425" + "$ref": "6451" }, { - "$ref": "6428" + "$ref": "6454" }, { - "$ref": "6433" + "$ref": "6459" }, { - "$ref": "6437" + "$ref": "6463" }, { - "$ref": "6446" + "$ref": "6472" }, { - "$ref": "6451" + "$ref": "6477" }, { - "$ref": "6453" + "$ref": "6479" }, { - "$ref": "6462" + "$ref": "6488" }, { - "$ref": "6466" + "$ref": "6492" }, { - "$ref": "6469" + "$ref": "6495" }, { - "$ref": "6473" + "$ref": "6499" }, { - "$ref": "6475" + "$ref": "6501" }, { - "$ref": "6481" + "$ref": "6507" }, { - "$ref": "6490" + "$ref": "6516" }, { - "$ref": "6498" + "$ref": "6524" }, { - "$ref": "6502" + "$ref": "6528" }, { - "$ref": "6512" + "$ref": "6538" }, { - "$ref": "6535" + "$ref": "6561" }, { - "$id": "6548", + "$id": "6574", "kind": "model", "name": "ThreadObject", "namespace": "OpenAI", @@ -84049,13 +84361,13 @@ "decorators": [], "properties": [ { - "$id": "6549", + "$id": "6575", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier, which can be referenced in API endpoints.", "type": { - "$id": "6550", + "$id": "6576", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -84075,13 +84387,13 @@ "isHttpMetadata": false }, { - "$id": "6551", + "$id": "6577", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `thread`.", "type": { - "$ref": "1699" + "$ref": "1701" }, "optional": false, "readOnly": false, @@ -84097,18 +84409,18 @@ "isHttpMetadata": false }, { - "$id": "6552", + "$id": "6578", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the thread was created.", "type": { - "$id": "6553", + "$id": "6579", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6554", + "$id": "6580", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84131,16 +84443,16 @@ "isHttpMetadata": false }, { - "$id": "6555", + "$id": "6581", "kind": "property", "name": "tool_resources", "serializedName": "tool_resources", "doc": "A set of resources that are made available to the assistant's tools in this thread. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.", "type": { - "$id": "6556", + "$id": "6582", "kind": "nullable", "type": { - "$id": "6557", + "$id": "6583", "kind": "model", "name": "ThreadObjectToolResources1", "namespace": "OpenAI", @@ -84149,12 +84461,12 @@ "decorators": [], "properties": [ { - "$id": "6558", + "$id": "6584", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "type": { - "$id": "6559", + "$id": "6585", "kind": "model", "name": "ThreadObjectToolResourcesCodeInterpreter", "namespace": "OpenAI", @@ -84163,13 +84475,13 @@ "decorators": [], "properties": [ { - "$id": "6560", + "$id": "6586", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [file](/docs/api-reference/files) IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files associated with the tool.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -84200,12 +84512,12 @@ "isHttpMetadata": false }, { - "$id": "6561", + "$id": "6587", "kind": "property", "name": "file_search", "serializedName": "file_search", "type": { - "$id": "6562", + "$id": "6588", "kind": "model", "name": "ThreadObjectToolResourcesFileSearch", "namespace": "OpenAI", @@ -84214,13 +84526,13 @@ "decorators": [], "properties": [ { - "$id": "6563", + "$id": "6589", "kind": "property", "name": "vector_store_ids", "serializedName": "vector_store_ids", "doc": "The [vector store](/docs/api-reference/vector-stores/object) attached to this thread. There can be a maximum of 1 vector store attached to the thread.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -84268,13 +84580,13 @@ "isHttpMetadata": false }, { - "$id": "6564", + "$id": "6590", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": true, @@ -84292,16 +84604,16 @@ ] }, { - "$ref": "6557" + "$ref": "6583" }, { - "$ref": "6559" + "$ref": "6585" }, { - "$ref": "6562" + "$ref": "6588" }, { - "$id": "6565", + "$id": "6591", "kind": "model", "name": "ModifyThreadRequest", "namespace": "OpenAI", @@ -84310,16 +84622,16 @@ "decorators": [], "properties": [ { - "$id": "6566", + "$id": "6592", "kind": "property", "name": "tool_resources", "serializedName": "tool_resources", "doc": "A set of resources that are made available to the assistant's tools in this thread. The resources are specific to the type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.", "type": { - "$id": "6567", + "$id": "6593", "kind": "nullable", "type": { - "$id": "6568", + "$id": "6594", "kind": "model", "name": "ModifyThreadRequestToolResources1", "namespace": "OpenAI", @@ -84328,12 +84640,12 @@ "decorators": [], "properties": [ { - "$id": "6569", + "$id": "6595", "kind": "property", "name": "code_interpreter", "serializedName": "code_interpreter", "type": { - "$id": "6570", + "$id": "6596", "kind": "model", "name": "ModifyThreadRequestToolResourcesCodeInterpreter", "namespace": "OpenAI", @@ -84342,13 +84654,13 @@ "decorators": [], "properties": [ { - "$id": "6571", + "$id": "6597", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [file](/docs/api-reference/files) IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files associated with the tool.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -84379,12 +84691,12 @@ "isHttpMetadata": false }, { - "$id": "6572", + "$id": "6598", "kind": "property", "name": "file_search", "serializedName": "file_search", "type": { - "$ref": "2438" + "$ref": "2440" }, "optional": true, "readOnly": false, @@ -84417,13 +84729,13 @@ "isHttpMetadata": false }, { - "$id": "6573", + "$id": "6599", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -84441,13 +84753,13 @@ ] }, { - "$ref": "6568" + "$ref": "6594" }, { - "$ref": "6570" + "$ref": "6596" }, { - "$id": "6574", + "$id": "6600", "kind": "model", "name": "DeleteThreadResponse", "namespace": "OpenAI", @@ -84456,12 +84768,12 @@ "decorators": [], "properties": [ { - "$id": "6575", + "$id": "6601", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "6576", + "$id": "6602", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -84481,12 +84793,12 @@ "isHttpMetadata": false }, { - "$id": "6577", + "$id": "6603", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "6578", + "$id": "6604", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -84506,12 +84818,12 @@ "isHttpMetadata": false }, { - "$id": "6579", + "$id": "6605", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1701" + "$ref": "1703" }, "optional": false, "readOnly": false, @@ -84529,7 +84841,7 @@ ] }, { - "$id": "6580", + "$id": "6606", "kind": "model", "name": "ListVectorStoresResponse", "namespace": "OpenAI", @@ -84538,12 +84850,12 @@ "decorators": [], "properties": [ { - "$id": "6581", + "$id": "6607", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1703" + "$ref": "1705" }, "optional": false, "readOnly": false, @@ -84559,16 +84871,16 @@ "isHttpMetadata": false }, { - "$id": "6582", + "$id": "6608", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "6583", + "$id": "6609", "kind": "array", "name": "ArrayVectorStoreObject", "valueType": { - "$id": "6584", + "$id": "6610", "kind": "model", "name": "VectorStoreObject", "namespace": "OpenAI", @@ -84578,13 +84890,13 @@ "decorators": [], "properties": [ { - "$id": "6585", + "$id": "6611", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier, which can be referenced in API endpoints.", "type": { - "$id": "6586", + "$id": "6612", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -84604,13 +84916,13 @@ "isHttpMetadata": false }, { - "$id": "6587", + "$id": "6613", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `vector_store`.", "type": { - "$ref": "1705" + "$ref": "1707" }, "optional": false, "readOnly": false, @@ -84626,18 +84938,18 @@ "isHttpMetadata": false }, { - "$id": "6588", + "$id": "6614", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the vector store was created.", "type": { - "$id": "6589", + "$id": "6615", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6590", + "$id": "6616", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84660,13 +84972,13 @@ "isHttpMetadata": false }, { - "$id": "6591", + "$id": "6617", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the vector store.", "type": { - "$id": "6592", + "$id": "6618", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -84686,13 +84998,13 @@ "isHttpMetadata": false }, { - "$id": "6593", + "$id": "6619", "kind": "property", "name": "usage_bytes", "serializedName": "usage_bytes", "doc": "The total number of bytes used by the files in the vector store.", "type": { - "$id": "6594", + "$id": "6620", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84712,12 +85024,12 @@ "isHttpMetadata": false }, { - "$id": "6595", + "$id": "6621", "kind": "property", "name": "file_counts", "serializedName": "file_counts", "type": { - "$id": "6596", + "$id": "6622", "kind": "model", "name": "VectorStoreObjectFileCounts", "namespace": "OpenAI", @@ -84726,13 +85038,13 @@ "decorators": [], "properties": [ { - "$id": "6597", + "$id": "6623", "kind": "property", "name": "in_progress", "serializedName": "in_progress", "doc": "The number of files that are currently being processed.", "type": { - "$id": "6598", + "$id": "6624", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84752,13 +85064,13 @@ "isHttpMetadata": false }, { - "$id": "6599", + "$id": "6625", "kind": "property", "name": "completed", "serializedName": "completed", "doc": "The number of files that have been successfully processed.", "type": { - "$id": "6600", + "$id": "6626", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84778,13 +85090,13 @@ "isHttpMetadata": false }, { - "$id": "6601", + "$id": "6627", "kind": "property", "name": "failed", "serializedName": "failed", "doc": "The number of files that have failed to process.", "type": { - "$id": "6602", + "$id": "6628", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84804,13 +85116,13 @@ "isHttpMetadata": false }, { - "$id": "6603", + "$id": "6629", "kind": "property", "name": "cancelled", "serializedName": "cancelled", "doc": "The number of files that were cancelled.", "type": { - "$id": "6604", + "$id": "6630", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84830,13 +85142,13 @@ "isHttpMetadata": false }, { - "$id": "6605", + "$id": "6631", "kind": "property", "name": "total", "serializedName": "total", "doc": "The total number of files.", "type": { - "$id": "6606", + "$id": "6632", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -84871,13 +85183,13 @@ "isHttpMetadata": false }, { - "$id": "6607", + "$id": "6633", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the vector store, which can be either `expired`, `in_progress`, or `completed`. A status of `completed` indicates that the vector store is ready for use.", "type": { - "$ref": "1055" + "$ref": "1057" }, "optional": false, "readOnly": false, @@ -84893,12 +85205,12 @@ "isHttpMetadata": false }, { - "$id": "6608", + "$id": "6634", "kind": "property", "name": "expires_after", "serializedName": "expires_after", "type": { - "$id": "6609", + "$id": "6635", "kind": "model", "name": "VectorStoreExpirationAfter", "namespace": "OpenAI", @@ -84908,28 +85220,28 @@ "decorators": [], "properties": [ { - "$id": "6610", + "$id": "6636", "kind": "property", "name": "anchor", "serializedName": "anchor", "doc": "Anchor timestamp after which the expiration policy applies. Supported anchors: `last_active_at`.", "type": { - "$id": "6611", + "$id": "6637", "kind": "enumvalue", "name": "last_active_at", "value": "last_active_at", "valueType": { - "$ref": "1458" + "$ref": "1460" }, "enumType": { - "$id": "6612", + "$id": "6638", "kind": "enum", "decorators": [], "name": "VectorStoreExpirationAnchor", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6613", + "$id": "6639", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -84938,16 +85250,16 @@ }, "values": [ { - "$id": "6614", + "$id": "6640", "kind": "enumvalue", "decorators": [], "name": "last_active_at", "value": "last_active_at", "enumType": { - "$ref": "6612" + "$ref": "6638" }, "valueType": { - "$ref": "6613" + "$ref": "6639" } } ], @@ -84976,13 +85288,13 @@ "isHttpMetadata": false }, { - "$id": "6615", + "$id": "6641", "kind": "property", "name": "days", "serializedName": "days", "doc": "The number of days after the anchor time that the vector store will expire.", "type": { - "$id": "6616", + "$id": "6642", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85017,21 +85329,21 @@ "isHttpMetadata": false }, { - "$id": "6617", + "$id": "6643", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "The Unix timestamp (in seconds) for when the vector store will expire.", "type": { - "$id": "6618", + "$id": "6644", "kind": "nullable", "type": { - "$id": "6619", + "$id": "6645", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6620", + "$id": "6646", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85056,21 +85368,21 @@ "isHttpMetadata": false }, { - "$id": "6621", + "$id": "6647", "kind": "property", "name": "last_active_at", "serializedName": "last_active_at", "doc": "The Unix timestamp (in seconds) for when the vector store was last active.", "type": { - "$id": "6622", + "$id": "6648", "kind": "nullable", "type": { - "$id": "6623", + "$id": "6649", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6624", + "$id": "6650", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85095,13 +85407,13 @@ "isHttpMetadata": false }, { - "$id": "6625", + "$id": "6651", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": true, @@ -85135,12 +85447,12 @@ "isHttpMetadata": false }, { - "$id": "6626", + "$id": "6652", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "6627", + "$id": "6653", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85160,12 +85472,12 @@ "isHttpMetadata": false }, { - "$id": "6628", + "$id": "6654", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "6629", + "$id": "6655", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85185,12 +85497,12 @@ "isHttpMetadata": false }, { - "$id": "6630", + "$id": "6656", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "6631", + "$id": "6657", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -85212,16 +85524,16 @@ ] }, { - "$ref": "6584" + "$ref": "6610" }, { - "$ref": "6596" + "$ref": "6622" }, { - "$ref": "6609" + "$ref": "6635" }, { - "$id": "6632", + "$id": "6658", "kind": "model", "name": "CreateVectorStoreRequest", "namespace": "OpenAI", @@ -85230,13 +85542,13 @@ "decorators": [], "properties": [ { - "$id": "6633", + "$id": "6659", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [File](/docs/api-reference/files) IDs that the vector store should use. Useful for tools like `file_search` that can access files.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -85252,13 +85564,13 @@ "isHttpMetadata": false }, { - "$id": "6634", + "$id": "6660", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the vector store.", "type": { - "$id": "6635", + "$id": "6661", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85278,12 +85590,12 @@ "isHttpMetadata": false }, { - "$id": "6636", + "$id": "6662", "kind": "property", "name": "expires_after", "serializedName": "expires_after", "type": { - "$ref": "6609" + "$ref": "6635" }, "optional": true, "readOnly": false, @@ -85299,21 +85611,21 @@ "isHttpMetadata": false }, { - "$id": "6637", + "$id": "6663", "kind": "property", "name": "chunking_strategy", "serializedName": "chunking_strategy", "doc": "The chunking strategy used to chunk the file(s). If not set, will use the `auto` strategy. Only applicable if `file_ids` is non-empty.", "type": { - "$id": "6638", + "$id": "6664", "kind": "union", "name": "CreateVectorStoreRequestChunkingStrategy", "variantTypes": [ { - "$ref": "2531" + "$ref": "2533" }, { - "$ref": "2538" + "$ref": "2540" } ], "namespace": "OpenAI", @@ -85333,13 +85645,13 @@ "isHttpMetadata": false }, { - "$id": "6639", + "$id": "6665", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -85357,7 +85669,7 @@ ] }, { - "$id": "6640", + "$id": "6666", "kind": "model", "name": "UpdateVectorStoreRequest", "namespace": "OpenAI", @@ -85366,16 +85678,16 @@ "decorators": [], "properties": [ { - "$id": "6641", + "$id": "6667", "kind": "property", "name": "name", "serializedName": "name", "doc": "The name of the vector store.", "type": { - "$id": "6642", + "$id": "6668", "kind": "nullable", "type": { - "$id": "6643", + "$id": "6669", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85397,15 +85709,15 @@ "isHttpMetadata": false }, { - "$id": "6644", + "$id": "6670", "kind": "property", "name": "expires_after", "serializedName": "expires_after", "type": { - "$id": "6645", + "$id": "6671", "kind": "nullable", "type": { - "$ref": "6609" + "$ref": "6635" }, "namespace": "OpenAI" }, @@ -85423,13 +85735,13 @@ "isHttpMetadata": false }, { - "$id": "6646", + "$id": "6672", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -85447,7 +85759,7 @@ ] }, { - "$id": "6647", + "$id": "6673", "kind": "model", "name": "DeleteVectorStoreResponse", "namespace": "OpenAI", @@ -85456,12 +85768,12 @@ "decorators": [], "properties": [ { - "$id": "6648", + "$id": "6674", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "6649", + "$id": "6675", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85481,12 +85793,12 @@ "isHttpMetadata": false }, { - "$id": "6650", + "$id": "6676", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "6651", + "$id": "6677", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -85506,12 +85818,12 @@ "isHttpMetadata": false }, { - "$id": "6652", + "$id": "6678", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1707" + "$ref": "1709" }, "optional": false, "readOnly": false, @@ -85529,7 +85841,7 @@ ] }, { - "$id": "6653", + "$id": "6679", "kind": "model", "name": "CreateVectorStoreFileBatchRequest", "namespace": "OpenAI", @@ -85538,13 +85850,13 @@ "decorators": [], "properties": [ { - "$id": "6654", + "$id": "6680", "kind": "property", "name": "file_ids", "serializedName": "file_ids", "doc": "A list of [File](/docs/api-reference/files) IDs that the vector store should use. Useful for tools like `file_search` that can access files.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -85560,12 +85872,12 @@ "isHttpMetadata": false }, { - "$id": "6655", + "$id": "6681", "kind": "property", "name": "chunking_strategy", "serializedName": "chunking_strategy", "type": { - "$ref": "2529" + "$ref": "2531" }, "optional": true, "readOnly": false, @@ -85581,15 +85893,15 @@ "isHttpMetadata": false }, { - "$id": "6656", + "$id": "6682", "kind": "property", "name": "attributes", "serializedName": "attributes", "type": { - "$id": "6657", + "$id": "6683", "kind": "nullable", "type": { - "$ref": "3943" + "$ref": "3945" }, "namespace": "OpenAI" }, @@ -85609,7 +85921,7 @@ ] }, { - "$id": "6658", + "$id": "6684", "kind": "model", "name": "VectorStoreFileBatchObject", "namespace": "OpenAI", @@ -85619,13 +85931,13 @@ "decorators": [], "properties": [ { - "$id": "6659", + "$id": "6685", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier, which can be referenced in API endpoints.", "type": { - "$id": "6660", + "$id": "6686", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85645,13 +85957,13 @@ "isHttpMetadata": false }, { - "$id": "6661", + "$id": "6687", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `vector_store.file_batch`.", "type": { - "$ref": "1709" + "$ref": "1711" }, "optional": false, "readOnly": false, @@ -85667,18 +85979,18 @@ "isHttpMetadata": false }, { - "$id": "6662", + "$id": "6688", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the vector store files batch was created.", "type": { - "$id": "6663", + "$id": "6689", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6664", + "$id": "6690", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85701,13 +86013,13 @@ "isHttpMetadata": false }, { - "$id": "6665", + "$id": "6691", "kind": "property", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the [vector store](/docs/api-reference/vector-stores/object) that the [File](/docs/api-reference/files) is attached to.", "type": { - "$id": "6666", + "$id": "6692", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85727,13 +86039,13 @@ "isHttpMetadata": false }, { - "$id": "6667", + "$id": "6693", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the vector store files batch, which can be either `in_progress`, `completed`, `cancelled` or `failed`.", "type": { - "$ref": "1060" + "$ref": "1062" }, "optional": false, "readOnly": false, @@ -85749,12 +86061,12 @@ "isHttpMetadata": false }, { - "$id": "6668", + "$id": "6694", "kind": "property", "name": "file_counts", "serializedName": "file_counts", "type": { - "$id": "6669", + "$id": "6695", "kind": "model", "name": "VectorStoreFileBatchObjectFileCounts", "namespace": "OpenAI", @@ -85763,13 +86075,13 @@ "decorators": [], "properties": [ { - "$id": "6670", + "$id": "6696", "kind": "property", "name": "in_progress", "serializedName": "in_progress", "doc": "The number of files that are currently being processed.", "type": { - "$id": "6671", + "$id": "6697", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85789,13 +86101,13 @@ "isHttpMetadata": false }, { - "$id": "6672", + "$id": "6698", "kind": "property", "name": "completed", "serializedName": "completed", "doc": "The number of files that have been processed.", "type": { - "$id": "6673", + "$id": "6699", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85815,13 +86127,13 @@ "isHttpMetadata": false }, { - "$id": "6674", + "$id": "6700", "kind": "property", "name": "failed", "serializedName": "failed", "doc": "The number of files that have failed to process.", "type": { - "$id": "6675", + "$id": "6701", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85841,13 +86153,13 @@ "isHttpMetadata": false }, { - "$id": "6676", + "$id": "6702", "kind": "property", "name": "cancelled", "serializedName": "cancelled", "doc": "The number of files that where cancelled.", "type": { - "$id": "6677", + "$id": "6703", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85867,13 +86179,13 @@ "isHttpMetadata": false }, { - "$id": "6678", + "$id": "6704", "kind": "property", "name": "total", "serializedName": "total", "doc": "The total number of files.", "type": { - "$id": "6679", + "$id": "6705", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -85910,10 +86222,10 @@ ] }, { - "$ref": "6669" + "$ref": "6695" }, { - "$id": "6680", + "$id": "6706", "kind": "model", "name": "ListVectorStoreFilesResponse", "namespace": "OpenAI", @@ -85922,12 +86234,12 @@ "decorators": [], "properties": [ { - "$id": "6681", + "$id": "6707", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1711" + "$ref": "1713" }, "optional": false, "readOnly": false, @@ -85943,16 +86255,16 @@ "isHttpMetadata": false }, { - "$id": "6682", + "$id": "6708", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "6683", + "$id": "6709", "kind": "array", "name": "ArrayVectorStoreFileObject", "valueType": { - "$id": "6684", + "$id": "6710", "kind": "model", "name": "VectorStoreFileObject", "namespace": "OpenAI", @@ -85962,13 +86274,13 @@ "decorators": [], "properties": [ { - "$id": "6685", + "$id": "6711", "kind": "property", "name": "id", "serializedName": "id", "doc": "The identifier, which can be referenced in API endpoints.", "type": { - "$id": "6686", + "$id": "6712", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -85988,13 +86300,13 @@ "isHttpMetadata": false }, { - "$id": "6687", + "$id": "6713", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `vector_store.file`.", "type": { - "$ref": "1713" + "$ref": "1715" }, "optional": false, "readOnly": false, @@ -86010,13 +86322,13 @@ "isHttpMetadata": false }, { - "$id": "6688", + "$id": "6714", "kind": "property", "name": "usage_bytes", "serializedName": "usage_bytes", "doc": "The total vector store usage in bytes. Note that this may be different from the original file size.", "type": { - "$id": "6689", + "$id": "6715", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -86036,18 +86348,18 @@ "isHttpMetadata": false }, { - "$id": "6690", + "$id": "6716", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the vector store file was created.", "type": { - "$id": "6691", + "$id": "6717", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6692", + "$id": "6718", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -86070,13 +86382,13 @@ "isHttpMetadata": false }, { - "$id": "6693", + "$id": "6719", "kind": "property", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the [vector store](/docs/api-reference/vector-stores/object) that the [File](/docs/api-reference/files) is attached to.", "type": { - "$id": "6694", + "$id": "6720", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86096,13 +86408,13 @@ "isHttpMetadata": false }, { - "$id": "6695", + "$id": "6721", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the vector store file, which can be either `in_progress`, `completed`, `cancelled`, or `failed`. The status `completed` indicates that the vector store file is ready for use.", "type": { - "$ref": "1066" + "$ref": "1068" }, "optional": false, "readOnly": false, @@ -86118,16 +86430,16 @@ "isHttpMetadata": false }, { - "$id": "6696", + "$id": "6722", "kind": "property", "name": "last_error", "serializedName": "last_error", "doc": "The last error associated with this vector store file. Will be `null` if there are no errors.", "type": { - "$id": "6697", + "$id": "6723", "kind": "nullable", "type": { - "$id": "6698", + "$id": "6724", "kind": "model", "name": "VectorStoreFileObjectLastError1", "namespace": "OpenAI", @@ -86136,13 +86448,13 @@ "decorators": [], "properties": [ { - "$id": "6699", + "$id": "6725", "kind": "property", "name": "code", "serializedName": "code", "doc": "One of `server_error` or `rate_limit_exceeded`.", "type": { - "$ref": "1072" + "$ref": "1074" }, "optional": false, "readOnly": false, @@ -86158,13 +86470,13 @@ "isHttpMetadata": false }, { - "$id": "6700", + "$id": "6726", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable description of the error.", "type": { - "$id": "6701", + "$id": "6727", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86201,13 +86513,13 @@ "isHttpMetadata": false }, { - "$id": "6702", + "$id": "6728", "kind": "property", "name": "chunking_strategy", "serializedName": "chunking_strategy", "doc": "The strategy used to chunk the file.", "type": { - "$id": "6703", + "$id": "6729", "kind": "model", "name": "ChunkingStrategyResponseParam", "namespace": "OpenAI", @@ -86215,12 +86527,12 @@ "usage": "Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "6704", + "$id": "6730", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1077" + "$ref": "1079" }, "optional": false, "readOnly": false, @@ -86237,12 +86549,12 @@ }, "properties": [ { - "$ref": "6704" + "$ref": "6730" } ], "discriminatedSubtypes": { "other": { - "$id": "6705", + "$id": "6731", "kind": "model", "name": "OtherChunkingStrategyResponseParam", "namespace": "OpenAI", @@ -86252,32 +86564,32 @@ "discriminatorValue": "other", "decorators": [], "baseModel": { - "$ref": "6703" + "$ref": "6729" }, "properties": [ { - "$id": "6706", + "$id": "6732", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `other`.", "type": { - "$id": "6707", + "$id": "6733", "kind": "enumvalue", "name": "other", "value": "other", "valueType": { - "$ref": "1078" + "$ref": "1080" }, "enumType": { - "$id": "6708", + "$id": "6734", "kind": "enum", "decorators": [], "name": "ChunkingStrategyResponseParamType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "6709", + "$id": "6735", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -86286,29 +86598,29 @@ }, "values": [ { - "$id": "6710", + "$id": "6736", "kind": "enumvalue", "decorators": [], "name": "static", "value": "static", "valueType": { - "$ref": "6709" + "$ref": "6735" }, "enumType": { - "$ref": "6708" + "$ref": "6734" } }, { - "$id": "6711", + "$id": "6737", "kind": "enumvalue", "decorators": [], "name": "other", "value": "other", "valueType": { - "$ref": "6709" + "$ref": "6735" }, "enumType": { - "$ref": "6708" + "$ref": "6734" } } ], @@ -86339,7 +86651,7 @@ ] }, "static": { - "$id": "6712", + "$id": "6738", "kind": "model", "name": "StaticChunkingStrategyResponseParam", "namespace": "OpenAI", @@ -86348,25 +86660,25 @@ "discriminatorValue": "static", "decorators": [], "baseModel": { - "$ref": "6703" + "$ref": "6729" }, "properties": [ { - "$id": "6713", + "$id": "6739", "kind": "property", "name": "type", "serializedName": "type", "doc": "Always `static`.", "type": { - "$id": "6714", + "$id": "6740", "kind": "enumvalue", "name": "static", "value": "static", "valueType": { - "$ref": "1078" + "$ref": "1080" }, "enumType": { - "$ref": "6708" + "$ref": "6734" }, "decorators": [] }, @@ -86384,12 +86696,12 @@ "isHttpMetadata": false }, { - "$id": "6715", + "$id": "6741", "kind": "property", "name": "static", "serializedName": "static", "type": { - "$ref": "2542" + "$ref": "2544" }, "optional": false, "readOnly": false, @@ -86422,15 +86734,15 @@ "isHttpMetadata": false }, { - "$id": "6716", + "$id": "6742", "kind": "property", "name": "attributes", "serializedName": "attributes", "type": { - "$id": "6717", + "$id": "6743", "kind": "nullable", "type": { - "$ref": "3943" + "$ref": "3945" }, "namespace": "OpenAI" }, @@ -86466,12 +86778,12 @@ "isHttpMetadata": false }, { - "$id": "6718", + "$id": "6744", "kind": "property", "name": "first_id", "serializedName": "first_id", "type": { - "$id": "6719", + "$id": "6745", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86491,12 +86803,12 @@ "isHttpMetadata": false }, { - "$id": "6720", + "$id": "6746", "kind": "property", "name": "last_id", "serializedName": "last_id", "type": { - "$id": "6721", + "$id": "6747", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86516,12 +86828,12 @@ "isHttpMetadata": false }, { - "$id": "6722", + "$id": "6748", "kind": "property", "name": "has_more", "serializedName": "has_more", "type": { - "$id": "6723", + "$id": "6749", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -86543,22 +86855,22 @@ ] }, { - "$ref": "6684" + "$ref": "6710" }, { - "$ref": "6698" + "$ref": "6724" }, { - "$ref": "6703" + "$ref": "6729" }, { - "$ref": "6705" + "$ref": "6731" }, { - "$ref": "6712" + "$ref": "6738" }, { - "$id": "6724", + "$id": "6750", "kind": "model", "name": "CreateVectorStoreFileRequest", "namespace": "OpenAI", @@ -86567,13 +86879,13 @@ "decorators": [], "properties": [ { - "$id": "6725", + "$id": "6751", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "A [File](/docs/api-reference/files) ID that the vector store should use. Useful for tools like `file_search` that can access files.", "type": { - "$id": "6726", + "$id": "6752", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86593,12 +86905,12 @@ "isHttpMetadata": false }, { - "$id": "6727", + "$id": "6753", "kind": "property", "name": "chunking_strategy", "serializedName": "chunking_strategy", "type": { - "$ref": "2529" + "$ref": "2531" }, "optional": true, "readOnly": false, @@ -86614,15 +86926,15 @@ "isHttpMetadata": false }, { - "$id": "6728", + "$id": "6754", "kind": "property", "name": "attributes", "serializedName": "attributes", "type": { - "$id": "6729", + "$id": "6755", "kind": "nullable", "type": { - "$ref": "3943" + "$ref": "3945" }, "namespace": "OpenAI" }, @@ -86642,7 +86954,7 @@ ] }, { - "$id": "6730", + "$id": "6756", "kind": "model", "name": "DeleteVectorStoreFileResponse", "namespace": "OpenAI", @@ -86651,12 +86963,12 @@ "decorators": [], "properties": [ { - "$id": "6731", + "$id": "6757", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "6732", + "$id": "6758", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86676,12 +86988,12 @@ "isHttpMetadata": false }, { - "$id": "6733", + "$id": "6759", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "6734", + "$id": "6760", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -86701,12 +87013,12 @@ "isHttpMetadata": false }, { - "$id": "6735", + "$id": "6761", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1715" + "$ref": "1717" }, "optional": false, "readOnly": false, @@ -86724,7 +87036,7 @@ ] }, { - "$id": "6736", + "$id": "6762", "kind": "model", "name": "UpdateVectorStoreFileAttributesRequest", "namespace": "OpenAI", @@ -86733,15 +87045,15 @@ "decorators": [], "properties": [ { - "$id": "6737", + "$id": "6763", "kind": "property", "name": "attributes", "serializedName": "attributes", "type": { - "$id": "6738", + "$id": "6764", "kind": "nullable", "type": { - "$ref": "3943" + "$ref": "3945" }, "namespace": "OpenAI" }, @@ -86761,7 +87073,7 @@ ] }, { - "$id": "6739", + "$id": "6765", "kind": "model", "name": "VectorStoreFileContentResponse", "namespace": "OpenAI", @@ -86771,13 +87083,13 @@ "decorators": [], "properties": [ { - "$id": "6740", + "$id": "6766", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `vector_store.file_content.page`", "type": { - "$ref": "1717" + "$ref": "1719" }, "optional": false, "readOnly": false, @@ -86793,17 +87105,17 @@ "isHttpMetadata": false }, { - "$id": "6741", + "$id": "6767", "kind": "property", "name": "data", "serializedName": "data", "doc": "Parsed content of the file.", "type": { - "$id": "6742", + "$id": "6768", "kind": "array", "name": "Array40", "valueType": { - "$id": "6743", + "$id": "6769", "kind": "model", "name": "VectorStoreFileContentResponseDatum", "namespace": "OpenAI", @@ -86812,13 +87124,13 @@ "decorators": [], "properties": [ { - "$id": "6744", + "$id": "6770", "kind": "property", "name": "type", "serializedName": "type", "doc": "The content type (currently only `\"text\"`)", "type": { - "$id": "6745", + "$id": "6771", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86838,13 +87150,13 @@ "isHttpMetadata": false }, { - "$id": "6746", + "$id": "6772", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text content", "type": { - "$id": "6747", + "$id": "6773", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86882,13 +87194,13 @@ "isHttpMetadata": false }, { - "$id": "6748", + "$id": "6774", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Indicates if there are more content pages to fetch.", "type": { - "$id": "6749", + "$id": "6775", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -86908,16 +87220,16 @@ "isHttpMetadata": false }, { - "$id": "6750", + "$id": "6776", "kind": "property", "name": "next_page", "serializedName": "next_page", "doc": "The token for the next page, if any.", "type": { - "$id": "6751", + "$id": "6777", "kind": "nullable", "type": { - "$id": "6752", + "$id": "6778", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -86941,10 +87253,10 @@ ] }, { - "$ref": "6743" + "$ref": "6769" }, { - "$id": "6753", + "$id": "6779", "kind": "model", "name": "VectorStoreSearchRequestRankingOptions", "namespace": "OpenAI", @@ -86953,12 +87265,12 @@ "decorators": [], "properties": [ { - "$id": "6754", + "$id": "6780", "kind": "property", "name": "ranker", "serializedName": "ranker", "type": { - "$ref": "1081" + "$ref": "1083" }, "optional": true, "readOnly": false, @@ -86974,12 +87286,12 @@ "isHttpMetadata": false }, { - "$id": "6755", + "$id": "6781", "kind": "property", "name": "score_threshold", "serializedName": "score_threshold", "type": { - "$id": "6756", + "$id": "6782", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -87001,7 +87313,7 @@ ] }, { - "$id": "6757", + "$id": "6783", "kind": "model", "name": "VectorStoreSearchRequest", "namespace": "OpenAI", @@ -87010,25 +87322,25 @@ "decorators": [], "properties": [ { - "$id": "6758", + "$id": "6784", "kind": "property", "name": "query", "serializedName": "query", "doc": "A query string for a search", "type": { - "$id": "6759", + "$id": "6785", "kind": "union", "name": "VectorStoreSearchRequestQuery", "variantTypes": [ { - "$id": "6760", + "$id": "6786", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$ref": "2435" + "$ref": "2437" } ], "namespace": "OpenAI", @@ -87048,13 +87360,13 @@ "isHttpMetadata": false }, { - "$id": "6761", + "$id": "6787", "kind": "property", "name": "rewrite_query", "serializedName": "rewrite_query", "doc": "Whether to rewrite the natural language query for vector search.", "type": { - "$id": "6762", + "$id": "6788", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -87074,13 +87386,13 @@ "isHttpMetadata": false }, { - "$id": "6763", + "$id": "6789", "kind": "property", "name": "max_num_results", "serializedName": "max_num_results", "doc": "The maximum number of results to return. This number should be between 1 and 50 inclusive.", "type": { - "$id": "6764", + "$id": "6790", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -87100,21 +87412,21 @@ "isHttpMetadata": false }, { - "$id": "6765", + "$id": "6791", "kind": "property", "name": "filters", "serializedName": "filters", "doc": "A filter to apply based on file attributes.", "type": { - "$id": "6766", + "$id": "6792", "kind": "union", "name": "VectorStoreSearchRequestFilters", "variantTypes": [ { - "$ref": "4384" + "$ref": "4386" }, { - "$ref": "4419" + "$ref": "4421" } ], "namespace": "OpenAI", @@ -87134,13 +87446,13 @@ "isHttpMetadata": false }, { - "$id": "6767", + "$id": "6793", "kind": "property", "name": "ranking_options", "serializedName": "ranking_options", "doc": "Ranking options for search.", "type": { - "$ref": "6753" + "$ref": "6779" }, "optional": true, "readOnly": false, @@ -87158,7 +87470,7 @@ ] }, { - "$id": "6768", + "$id": "6794", "kind": "model", "name": "VectorStoreSearchResultsPage", "namespace": "OpenAI", @@ -87167,13 +87479,13 @@ "decorators": [], "properties": [ { - "$id": "6769", + "$id": "6795", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `vector_store.search_results.page`", "type": { - "$ref": "1719" + "$ref": "1721" }, "optional": false, "readOnly": false, @@ -87189,12 +87501,12 @@ "isHttpMetadata": false }, { - "$id": "6770", + "$id": "6796", "kind": "property", "name": "search_query", "serializedName": "search_query", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -87210,17 +87522,17 @@ "isHttpMetadata": false }, { - "$id": "6771", + "$id": "6797", "kind": "property", "name": "data", "serializedName": "data", "doc": "The list of search result items.", "type": { - "$id": "6772", + "$id": "6798", "kind": "array", "name": "ArrayVectorStoreSearchResultItem", "valueType": { - "$id": "6773", + "$id": "6799", "kind": "model", "name": "VectorStoreSearchResultItem", "namespace": "OpenAI", @@ -87229,13 +87541,13 @@ "decorators": [], "properties": [ { - "$id": "6774", + "$id": "6800", "kind": "property", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the vector store file.", "type": { - "$id": "6775", + "$id": "6801", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -87255,13 +87567,13 @@ "isHttpMetadata": false }, { - "$id": "6776", + "$id": "6802", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The name of the vector store file.", "type": { - "$id": "6777", + "$id": "6803", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -87281,13 +87593,13 @@ "isHttpMetadata": false }, { - "$id": "6778", + "$id": "6804", "kind": "property", "name": "score", "serializedName": "score", "doc": "The similarity score for the result.", "type": { - "$id": "6779", + "$id": "6805", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -87307,15 +87619,15 @@ "isHttpMetadata": false }, { - "$id": "6780", + "$id": "6806", "kind": "property", "name": "attributes", "serializedName": "attributes", "type": { - "$id": "6781", + "$id": "6807", "kind": "nullable", "type": { - "$ref": "3943" + "$ref": "3945" }, "namespace": "OpenAI" }, @@ -87333,17 +87645,17 @@ "isHttpMetadata": false }, { - "$id": "6782", + "$id": "6808", "kind": "property", "name": "content", "serializedName": "content", "doc": "Content chunks from the file.", "type": { - "$id": "6783", + "$id": "6809", "kind": "array", "name": "ArrayVectorStoreSearchResultContentObject", "valueType": { - "$id": "6784", + "$id": "6810", "kind": "model", "name": "VectorStoreSearchResultContentObject", "namespace": "OpenAI", @@ -87352,13 +87664,13 @@ "decorators": [], "properties": [ { - "$id": "6785", + "$id": "6811", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of content.", "type": { - "$ref": "1721" + "$ref": "1723" }, "optional": false, "readOnly": false, @@ -87374,13 +87686,13 @@ "isHttpMetadata": false }, { - "$id": "6786", + "$id": "6812", "kind": "property", "name": "text", "serializedName": "text", "doc": "The text content returned from search.", "type": { - "$id": "6787", + "$id": "6813", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -87436,13 +87748,13 @@ "isHttpMetadata": false }, { - "$id": "6788", + "$id": "6814", "kind": "property", "name": "has_more", "serializedName": "has_more", "doc": "Indicates if there are more results to fetch.", "type": { - "$id": "6789", + "$id": "6815", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -87462,16 +87774,16 @@ "isHttpMetadata": false }, { - "$id": "6790", + "$id": "6816", "kind": "property", "name": "next_page", "serializedName": "next_page", "doc": "The token for the next page, if any.", "type": { - "$id": "6791", + "$id": "6817", "kind": "nullable", "type": { - "$id": "6792", + "$id": "6818", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -87495,13 +87807,13 @@ ] }, { - "$ref": "6773" + "$ref": "6799" }, { - "$ref": "6784" + "$ref": "6810" }, { - "$id": "6793", + "$id": "6819", "kind": "model", "name": "CreateCompletionRequest", "namespace": "OpenAI", @@ -87510,13 +87822,13 @@ "decorators": [], "properties": [ { - "$id": "6794", + "$id": "6820", "kind": "property", "name": "model", "serializedName": "model", "doc": "ID of the model to use. You can use the [List models](/docs/api-reference/models/list) API to see all of your available models, or see our [Model overview](/docs/models) for descriptions of them.", "type": { - "$ref": "1085" + "$ref": "1087" }, "optional": false, "readOnly": false, @@ -87532,34 +87844,34 @@ "isHttpMetadata": false }, { - "$id": "6795", + "$id": "6821", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "The prompt(s) to generate completions for, encoded as a string, array of strings, array of tokens, or array of token arrays.\n\nNote that <|endoftext|> is the document separator that the model sees during training, so if a prompt is not specified the model will generate as if from the beginning of a new document.", "type": { - "$id": "6796", + "$id": "6822", "kind": "nullable", "type": { - "$id": "6797", + "$id": "6823", "kind": "union", "name": "CreateCompletionRequestPrompt", "variantTypes": [ { - "$id": "6798", + "$id": "6824", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, { - "$ref": "2435" + "$ref": "2437" }, { - "$ref": "2668" + "$ref": "2670" }, { - "$ref": "3411" + "$ref": "3413" } ], "namespace": "OpenAI", @@ -87581,16 +87893,16 @@ "isHttpMetadata": false }, { - "$id": "6799", + "$id": "6825", "kind": "property", "name": "best_of", "serializedName": "best_of", "doc": "Generates `best_of` completions server-side and returns the \"best\" (the one with the highest log probability per token). Results cannot be streamed.\n\nWhen used with `n`, `best_of` controls the number of candidate completions and `n` specifies how many to return – `best_of` must be greater than `n`.\n\n**Note:** Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for `max_tokens` and `stop`.", "type": { - "$id": "6800", + "$id": "6826", "kind": "nullable", "type": { - "$id": "6801", + "$id": "6827", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -87612,16 +87924,16 @@ "isHttpMetadata": false }, { - "$id": "6802", + "$id": "6828", "kind": "property", "name": "echo", "serializedName": "echo", "doc": "Echo back the prompt in addition to the completion", "type": { - "$id": "6803", + "$id": "6829", "kind": "nullable", "type": { - "$id": "6804", + "$id": "6830", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -87643,16 +87955,16 @@ "isHttpMetadata": false }, { - "$id": "6805", + "$id": "6831", "kind": "property", "name": "frequency_penalty", "serializedName": "frequency_penalty", "doc": "Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.\n\n[See more information about frequency and presence penalties.](/docs/guides/text-generation)", "type": { - "$id": "6806", + "$id": "6832", "kind": "nullable", "type": { - "$id": "6807", + "$id": "6833", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -87674,16 +87986,16 @@ "isHttpMetadata": false }, { - "$id": "6808", + "$id": "6834", "kind": "property", "name": "logit_bias", "serializedName": "logit_bias", "doc": "Modify the likelihood of specified tokens appearing in the completion.\n\nAccepts a JSON object that maps tokens (specified by their token ID in the GPT tokenizer) to an associated bias value from -100 to 100. You can use this [tokenizer tool](/tokenizer?view=bpe) to convert text to token IDs. Mathematically, the bias is added to the logits generated by the model prior to sampling. The exact effect will vary per model, but values between -1 and 1 should decrease or increase likelihood of selection; values like -100 or 100 should result in a ban or exclusive selection of the relevant token.\n\nAs an example, you can pass `{\"50256\": -100}` to prevent the <|endoftext|> token from being generated.", "type": { - "$id": "6809", + "$id": "6835", "kind": "nullable", "type": { - "$ref": "3164" + "$ref": "3166" }, "namespace": "OpenAI" }, @@ -87701,16 +88013,16 @@ "isHttpMetadata": false }, { - "$id": "6810", + "$id": "6836", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "doc": "Include the log probabilities on the `logprobs` most likely output tokens, as well the chosen tokens. For example, if `logprobs` is 5, the API will return a list of the 5 most likely tokens. The API will always return the `logprob` of the sampled token, so there may be up to `logprobs+1` elements in the response.\n\nThe maximum value for `logprobs` is 5.", "type": { - "$id": "6811", + "$id": "6837", "kind": "nullable", "type": { - "$id": "6812", + "$id": "6838", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -87732,16 +88044,16 @@ "isHttpMetadata": false }, { - "$id": "6813", + "$id": "6839", "kind": "property", "name": "max_tokens", "serializedName": "max_tokens", "doc": "The maximum number of [tokens](/tokenizer) that can be generated in the completion.\n\nThe token count of your prompt plus `max_tokens` cannot exceed the model's context length. [Example Python code](https://cookbook.openai.com/examples/how_to_count_tokens_with_tiktoken) for counting tokens.", "type": { - "$id": "6814", + "$id": "6840", "kind": "nullable", "type": { - "$id": "6815", + "$id": "6841", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -87763,16 +88075,16 @@ "isHttpMetadata": false }, { - "$id": "6816", + "$id": "6842", "kind": "property", "name": "n", "serializedName": "n", "doc": "How many completions to generate for each prompt.\n\n**Note:** Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for `max_tokens` and `stop`.", "type": { - "$id": "6817", + "$id": "6843", "kind": "nullable", "type": { - "$id": "6818", + "$id": "6844", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -87794,16 +88106,16 @@ "isHttpMetadata": false }, { - "$id": "6819", + "$id": "6845", "kind": "property", "name": "presence_penalty", "serializedName": "presence_penalty", "doc": "Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.\n\n[See more information about frequency and presence penalties.](/docs/guides/text-generation)", "type": { - "$id": "6820", + "$id": "6846", "kind": "nullable", "type": { - "$id": "6821", + "$id": "6847", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -87825,16 +88137,16 @@ "isHttpMetadata": false }, { - "$id": "6822", + "$id": "6848", "kind": "property", "name": "seed", "serializedName": "seed", "doc": "If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same `seed` and parameters should return the same result.\n\nDeterminism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.", "type": { - "$id": "6823", + "$id": "6849", "kind": "nullable", "type": { - "$id": "6824", + "$id": "6850", "kind": "int64", "name": "int64", "crossLanguageDefinitionId": "TypeSpec.int64", @@ -87856,15 +88168,15 @@ "isHttpMetadata": false }, { - "$id": "6825", + "$id": "6851", "kind": "property", "name": "stop", "serializedName": "stop", "type": { - "$id": "6826", + "$id": "6852", "kind": "nullable", "type": { - "$ref": "3160" + "$ref": "3162" }, "namespace": "OpenAI" }, @@ -87882,16 +88194,16 @@ "isHttpMetadata": false }, { - "$id": "6827", + "$id": "6853", "kind": "property", "name": "stream", "serializedName": "stream", "doc": "Whether to stream back partial progress. If set, tokens will be sent as data-only [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format) as they become available, with the stream terminated by a `data: [DONE]` message. [Example Python code](https://cookbook.openai.com/examples/how_to_stream_completions).", "type": { - "$id": "6828", + "$id": "6854", "kind": "nullable", "type": { - "$id": "6829", + "$id": "6855", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -87913,15 +88225,15 @@ "isHttpMetadata": false }, { - "$id": "6830", + "$id": "6856", "kind": "property", "name": "stream_options", "serializedName": "stream_options", "type": { - "$id": "6831", + "$id": "6857", "kind": "nullable", "type": { - "$ref": "3194" + "$ref": "3196" }, "namespace": "OpenAI" }, @@ -87939,16 +88251,16 @@ "isHttpMetadata": false }, { - "$id": "6832", + "$id": "6858", "kind": "property", "name": "suffix", "serializedName": "suffix", "doc": "The suffix that comes after a completion of inserted text.\n\nThis parameter is only supported for `gpt-3.5-turbo-instruct`.", "type": { - "$id": "6833", + "$id": "6859", "kind": "nullable", "type": { - "$id": "6834", + "$id": "6860", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -87970,16 +88282,16 @@ "isHttpMetadata": false }, { - "$id": "6835", + "$id": "6861", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.\n\nWe generally recommend altering this or `top_p` but not both.", "type": { - "$id": "6836", + "$id": "6862", "kind": "nullable", "type": { - "$id": "6837", + "$id": "6863", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -88001,16 +88313,16 @@ "isHttpMetadata": false }, { - "$id": "6838", + "$id": "6864", "kind": "property", "name": "top_p", "serializedName": "top_p", "doc": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n\nWe generally recommend altering this or `temperature` but not both.", "type": { - "$id": "6839", + "$id": "6865", "kind": "nullable", "type": { - "$id": "6840", + "$id": "6866", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -88032,13 +88344,13 @@ "isHttpMetadata": false }, { - "$id": "6841", + "$id": "6867", "kind": "property", "name": "user", "serializedName": "user", "doc": "A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. [Learn more](/docs/guides/safety-best-practices#end-user-ids).", "type": { - "$id": "6842", + "$id": "6868", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88060,7 +88372,7 @@ ] }, { - "$id": "6843", + "$id": "6869", "kind": "model", "name": "CreateCompletionResponse", "namespace": "OpenAI", @@ -88070,13 +88382,13 @@ "decorators": [], "properties": [ { - "$id": "6844", + "$id": "6870", "kind": "property", "name": "id", "serializedName": "id", "doc": "A unique identifier for the completion.", "type": { - "$id": "6845", + "$id": "6871", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88096,17 +88408,17 @@ "isHttpMetadata": false }, { - "$id": "6846", + "$id": "6872", "kind": "property", "name": "choices", "serializedName": "choices", "doc": "The list of completion choices the model generated for the input prompt.", "type": { - "$id": "6847", + "$id": "6873", "kind": "array", "name": "Array41", "valueType": { - "$id": "6848", + "$id": "6874", "kind": "model", "name": "CreateCompletionResponseChoice", "namespace": "OpenAI", @@ -88115,13 +88427,13 @@ "decorators": [], "properties": [ { - "$id": "6849", + "$id": "6875", "kind": "property", "name": "finish_reason", "serializedName": "finish_reason", "doc": "The reason the model stopped generating tokens. This will be `stop` if the model hit a natural stop point or a provided stop sequence,\n`length` if the maximum number of tokens specified in the request was reached,\nor `content_filter` if content was omitted due to a flag from our content filters.", "type": { - "$ref": "1090" + "$ref": "1092" }, "optional": false, "readOnly": false, @@ -88137,12 +88449,12 @@ "isHttpMetadata": false }, { - "$id": "6850", + "$id": "6876", "kind": "property", "name": "index", "serializedName": "index", "type": { - "$id": "6851", + "$id": "6877", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -88162,15 +88474,15 @@ "isHttpMetadata": false }, { - "$id": "6852", + "$id": "6878", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "type": { - "$id": "6853", + "$id": "6879", "kind": "nullable", "type": { - "$id": "6854", + "$id": "6880", "kind": "model", "name": "CreateCompletionResponseChoiceLogprobs1", "namespace": "OpenAI", @@ -88179,12 +88491,12 @@ "decorators": [], "properties": [ { - "$id": "6855", + "$id": "6881", "kind": "property", "name": "text_offset", "serializedName": "text_offset", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": true, "readOnly": false, @@ -88200,12 +88512,12 @@ "isHttpMetadata": false }, { - "$id": "6856", + "$id": "6882", "kind": "property", "name": "token_logprobs", "serializedName": "token_logprobs", "type": { - "$ref": "2689" + "$ref": "2691" }, "optional": true, "readOnly": false, @@ -88221,12 +88533,12 @@ "isHttpMetadata": false }, { - "$id": "6857", + "$id": "6883", "kind": "property", "name": "tokens", "serializedName": "tokens", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -88242,26 +88554,26 @@ "isHttpMetadata": false }, { - "$id": "6858", + "$id": "6884", "kind": "property", "name": "top_logprobs", "serializedName": "top_logprobs", "type": { - "$id": "6859", + "$id": "6885", "kind": "array", "name": "ArrayRecord1", "valueType": { - "$id": "6860", + "$id": "6886", "kind": "dict", "keyType": { - "$id": "6861", + "$id": "6887", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", "decorators": [] }, "valueType": { - "$id": "6862", + "$id": "6888", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -88303,12 +88615,12 @@ "isHttpMetadata": false }, { - "$id": "6863", + "$id": "6889", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "6864", + "$id": "6890", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88346,18 +88658,18 @@ "isHttpMetadata": false }, { - "$id": "6865", + "$id": "6891", "kind": "property", "name": "created", "serializedName": "created", "doc": "The Unix timestamp (in seconds) of when the completion was created.", "type": { - "$id": "6866", + "$id": "6892", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6867", + "$id": "6893", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -88380,13 +88692,13 @@ "isHttpMetadata": false }, { - "$id": "6868", + "$id": "6894", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model used for completion.", "type": { - "$id": "6869", + "$id": "6895", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88406,13 +88718,13 @@ "isHttpMetadata": false }, { - "$id": "6870", + "$id": "6896", "kind": "property", "name": "system_fingerprint", "serializedName": "system_fingerprint", "doc": "This fingerprint represents the backend configuration that the model runs with.\n\nCan be used in conjunction with the `seed` request parameter to understand when backend changes have been made that might impact determinism.", "type": { - "$id": "6871", + "$id": "6897", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88432,13 +88744,13 @@ "isHttpMetadata": false }, { - "$id": "6872", + "$id": "6898", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"text_completion\"", "type": { - "$ref": "1723" + "$ref": "1725" }, "optional": false, "readOnly": false, @@ -88454,12 +88766,12 @@ "isHttpMetadata": false }, { - "$id": "6873", + "$id": "6899", "kind": "property", "name": "usage", "serializedName": "usage", "type": { - "$ref": "2942" + "$ref": "2944" }, "optional": true, "readOnly": false, @@ -88477,13 +88789,13 @@ ] }, { - "$ref": "6848" + "$ref": "6874" }, { - "$ref": "6854" + "$ref": "6880" }, { - "$id": "6874", + "$id": "6900", "kind": "model", "name": "ListModelsResponse", "namespace": "OpenAI", @@ -88492,12 +88804,12 @@ "decorators": [], "properties": [ { - "$id": "6875", + "$id": "6901", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1725" + "$ref": "1727" }, "optional": false, "readOnly": false, @@ -88513,16 +88825,16 @@ "isHttpMetadata": false }, { - "$id": "6876", + "$id": "6902", "kind": "property", "name": "data", "serializedName": "data", "type": { - "$id": "6877", + "$id": "6903", "kind": "array", "name": "ArrayModel", "valueType": { - "$id": "6878", + "$id": "6904", "kind": "model", "name": "Model", "namespace": "OpenAI", @@ -88532,13 +88844,13 @@ "decorators": [], "properties": [ { - "$id": "6879", + "$id": "6905", "kind": "property", "name": "id", "serializedName": "id", "doc": "The model identifier, which can be referenced in the API endpoints.", "type": { - "$id": "6880", + "$id": "6906", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88558,18 +88870,18 @@ "isHttpMetadata": false }, { - "$id": "6881", + "$id": "6907", "kind": "property", "name": "created", "serializedName": "created", "doc": "The Unix timestamp (in seconds) when the model was created.", "type": { - "$id": "6882", + "$id": "6908", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "6883", + "$id": "6909", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -88592,13 +88904,13 @@ "isHttpMetadata": false }, { - "$id": "6884", + "$id": "6910", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"model\".", "type": { - "$ref": "1727" + "$ref": "1729" }, "optional": false, "readOnly": false, @@ -88614,13 +88926,13 @@ "isHttpMetadata": false }, { - "$id": "6885", + "$id": "6911", "kind": "property", "name": "owned_by", "serializedName": "owned_by", "doc": "The organization that owns the model.", "type": { - "$id": "6886", + "$id": "6912", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88660,10 +88972,10 @@ ] }, { - "$ref": "6878" + "$ref": "6904" }, { - "$id": "6887", + "$id": "6913", "kind": "model", "name": "DeleteModelResponse", "namespace": "OpenAI", @@ -88672,12 +88984,12 @@ "decorators": [], "properties": [ { - "$id": "6888", + "$id": "6914", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "6889", + "$id": "6915", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88697,12 +89009,12 @@ "isHttpMetadata": false }, { - "$id": "6890", + "$id": "6916", "kind": "property", "name": "deleted", "serializedName": "deleted", "type": { - "$id": "6891", + "$id": "6917", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -88722,12 +89034,12 @@ "isHttpMetadata": false }, { - "$id": "6892", + "$id": "6918", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1729" + "$ref": "1731" }, "optional": false, "readOnly": false, @@ -88745,7 +89057,7 @@ ] }, { - "$id": "6893", + "$id": "6919", "kind": "model", "name": "RealtimeClientEvent", "namespace": "OpenAI", @@ -88754,13 +89066,13 @@ "doc": "A realtime client event.", "decorators": [], "discriminatorProperty": { - "$id": "6894", + "$id": "6920", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of event.", "type": { - "$ref": "1095" + "$ref": "1097" }, "optional": false, "readOnly": false, @@ -88777,15 +89089,15 @@ }, "properties": [ { - "$ref": "6894" + "$ref": "6920" }, { - "$id": "6895", + "$id": "6921", "kind": "property", "name": "event_id", "serializedName": "event_id", "type": { - "$id": "6896", + "$id": "6922", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -88807,7 +89119,7 @@ ], "discriminatedSubtypes": { "session.update": { - "$id": "6897", + "$id": "6923", "kind": "model", "name": "RealtimeClientEventSessionUpdate", "namespace": "OpenAI", @@ -88817,32 +89129,32 @@ "discriminatorValue": "session.update", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "6898", + "$id": "6924", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `session.update`.", "type": { - "$id": "6899", + "$id": "6925", "kind": "enumvalue", "name": "session_update", "value": "session.update", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$id": "6900", + "$id": "6926", "kind": "enum", "decorators": [], "name": "RealtimeClientEventType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6901", + "$id": "6927", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -88851,159 +89163,159 @@ }, "values": [ { - "$id": "6902", + "$id": "6928", "kind": "enumvalue", "decorators": [], "name": "session_update", "value": "session.update", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6903", + "$id": "6929", "kind": "enumvalue", "decorators": [], "name": "input_audio_buffer_append", "value": "input_audio_buffer.append", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6904", + "$id": "6930", "kind": "enumvalue", "decorators": [], "name": "input_audio_buffer_commit", "value": "input_audio_buffer.commit", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6905", + "$id": "6931", "kind": "enumvalue", "decorators": [], "name": "input_audio_buffer_clear", "value": "input_audio_buffer.clear", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6906", + "$id": "6932", "kind": "enumvalue", "decorators": [], "name": "output_audio_buffer_clear", "value": "output_audio_buffer.clear", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6907", + "$id": "6933", "kind": "enumvalue", "decorators": [], "name": "conversation_item_create", "value": "conversation.item.create", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6908", + "$id": "6934", "kind": "enumvalue", "decorators": [], "name": "conversation_item_retrieve", "value": "conversation.item.retrieve", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6909", + "$id": "6935", "kind": "enumvalue", "decorators": [], "name": "conversation_item_truncate", "value": "conversation.item.truncate", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6910", + "$id": "6936", "kind": "enumvalue", "decorators": [], "name": "conversation_item_delete", "value": "conversation.item.delete", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6911", + "$id": "6937", "kind": "enumvalue", "decorators": [], "name": "response_create", "value": "response.create", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6912", + "$id": "6938", "kind": "enumvalue", "decorators": [], "name": "response_cancel", "value": "response.cancel", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } }, { - "$id": "6913", + "$id": "6939", "kind": "enumvalue", "decorators": [], "name": "transcription_session_update", "value": "transcription_session.update", "valueType": { - "$ref": "6901" + "$ref": "6927" }, "enumType": { - "$ref": "6900" + "$ref": "6926" } } ], @@ -89032,12 +89344,12 @@ "isHttpMetadata": false }, { - "$id": "6914", + "$id": "6940", "kind": "property", "name": "session", "serializedName": "session", "type": { - "$id": "6915", + "$id": "6941", "kind": "model", "name": "RealtimeRequestSession", "namespace": "OpenAI", @@ -89046,16 +89358,16 @@ "decorators": [], "properties": [ { - "$id": "6916", + "$id": "6942", "kind": "property", "name": "modalities", "serializedName": "modalities", "type": { - "$id": "6917", + "$id": "6943", "kind": "array", "name": "ArrayRealtimeModality", "valueType": { - "$ref": "1109" + "$ref": "1111" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -89074,12 +89386,12 @@ "isHttpMetadata": false }, { - "$id": "6918", + "$id": "6944", "kind": "property", "name": "instructions", "serializedName": "instructions", "type": { - "$id": "6919", + "$id": "6945", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -89099,12 +89411,12 @@ "isHttpMetadata": false }, { - "$id": "6920", + "$id": "6946", "kind": "property", "name": "model", "serializedName": "model", "type": { - "$ref": "1113" + "$ref": "1115" }, "optional": true, "readOnly": false, @@ -89120,7 +89432,7 @@ "isHttpMetadata": false }, { - "$id": "6921", + "$id": "6947", "kind": "property", "name": "voice", "serializedName": "voice", @@ -89141,12 +89453,12 @@ "isHttpMetadata": false }, { - "$id": "6922", + "$id": "6948", "kind": "property", "name": "input_audio_format", "serializedName": "input_audio_format", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": true, "readOnly": false, @@ -89162,12 +89474,12 @@ "isHttpMetadata": false }, { - "$id": "6923", + "$id": "6949", "kind": "property", "name": "output_audio_format", "serializedName": "output_audio_format", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": true, "readOnly": false, @@ -89183,15 +89495,15 @@ "isHttpMetadata": false }, { - "$id": "6924", + "$id": "6950", "kind": "property", "name": "input_audio_transcription", "serializedName": "input_audio_transcription", "type": { - "$id": "6925", + "$id": "6951", "kind": "nullable", "type": { - "$id": "6926", + "$id": "6952", "kind": "model", "name": "RealtimeAudioInputTranscriptionSettings", "namespace": "OpenAI", @@ -89200,12 +89512,12 @@ "decorators": [], "properties": [ { - "$id": "6927", + "$id": "6953", "kind": "property", "name": "model", "serializedName": "model", "type": { - "$ref": "1125" + "$ref": "1127" }, "optional": true, "readOnly": false, @@ -89221,12 +89533,12 @@ "isHttpMetadata": false }, { - "$id": "6928", + "$id": "6954", "kind": "property", "name": "language", "serializedName": "language", "type": { - "$id": "6929", + "$id": "6955", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -89246,12 +89558,12 @@ "isHttpMetadata": false }, { - "$id": "6930", + "$id": "6956", "kind": "property", "name": "prompt", "serializedName": "prompt", "type": { - "$id": "6931", + "$id": "6957", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -89288,15 +89600,15 @@ "isHttpMetadata": false }, { - "$id": "6932", + "$id": "6958", "kind": "property", "name": "turn_detection", "serializedName": "turn_detection", "type": { - "$id": "6933", + "$id": "6959", "kind": "nullable", "type": { - "$id": "6934", + "$id": "6960", "kind": "model", "name": "RealtimeTurnDetection", "namespace": "OpenAI", @@ -89304,12 +89616,12 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "6935", + "$id": "6961", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1128" + "$ref": "1130" }, "optional": false, "readOnly": false, @@ -89326,16 +89638,16 @@ }, "properties": [ { - "$ref": "6935" + "$ref": "6961" }, { - "$id": "6936", + "$id": "6962", "kind": "property", "name": "create_response", "serializedName": "create_response", "doc": "Whether or not to automatically generate a response when VAD is enabled. true by default.", "type": { - "$id": "6937", + "$id": "6963", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -89355,13 +89667,13 @@ "isHttpMetadata": false }, { - "$id": "6938", + "$id": "6964", "kind": "property", "name": "interrupt_response", "serializedName": "interrupt_response", "doc": "Whether or not to automatically interrupt any ongoing response with output to the default conversation (i.e. `conversation` of `auto`) when a VAD start event occurs.", "type": { - "$id": "6939", + "$id": "6965", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -89383,7 +89695,7 @@ ], "discriminatedSubtypes": { "server_vad": { - "$id": "6940", + "$id": "6966", "kind": "model", "name": "RealtimeServerVadTurnDetection", "namespace": "OpenAI", @@ -89392,31 +89704,31 @@ "discriminatorValue": "server_vad", "decorators": [], "baseModel": { - "$ref": "6934" + "$ref": "6960" }, "properties": [ { - "$id": "6941", + "$id": "6967", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "6942", + "$id": "6968", "kind": "enumvalue", "name": "server_vad", "value": "server_vad", "valueType": { - "$ref": "1129" + "$ref": "1131" }, "enumType": { - "$id": "6943", + "$id": "6969", "kind": "enum", "decorators": [], "name": "RealtimeTurnDetectionType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6944", + "$id": "6970", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -89425,30 +89737,30 @@ }, "values": [ { - "$id": "6945", + "$id": "6971", "kind": "enumvalue", "decorators": [], "doc": "Indicates that server-side voice activity detection (VAD) should be enabled, allowing the server to determine when\nadd_user_audio commands present ends of speech and should be automatically committed.\n\nThe API will also detect when the user begins talking, sending a generation_canceled command.", "name": "server_vad", "value": "server_vad", "valueType": { - "$ref": "6944" + "$ref": "6970" }, "enumType": { - "$ref": "6943" + "$ref": "6969" } }, { - "$id": "6946", + "$id": "6972", "kind": "enumvalue", "decorators": [], "name": "semantic_vad", "value": "semantic_vad", "valueType": { - "$ref": "6944" + "$ref": "6970" }, "enumType": { - "$ref": "6943" + "$ref": "6969" } } ], @@ -89478,13 +89790,13 @@ "isHttpMetadata": false }, { - "$id": "6947", + "$id": "6973", "kind": "property", "name": "threshold", "serializedName": "threshold", "doc": "Activation threshold for VAD (0.0 to 1.0), this defaults to 0.5. A higher threshold will require louder audio to activate the model, and thus might perform better in noisy environments.", "type": { - "$id": "6948", + "$id": "6974", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -89504,18 +89816,18 @@ "isHttpMetadata": false }, { - "$id": "6949", + "$id": "6975", "kind": "property", "name": "prefix_padding_ms", "serializedName": "prefix_padding_ms", "doc": "Amount of audio to include before the VAD detected speech (in milliseconds). Defaults to 300ms.", "type": { - "$id": "6950", + "$id": "6976", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "6951", + "$id": "6977", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -89538,18 +89850,18 @@ "isHttpMetadata": false }, { - "$id": "6952", + "$id": "6978", "kind": "property", "name": "silence_duration_ms", "serializedName": "silence_duration_ms", "doc": "Duration of silence to detect speech stop (in milliseconds). Defaults to 500ms. With shorter values the model will respond more quickly, but may jump in on short pauses from the user.", "type": { - "$id": "6953", + "$id": "6979", "kind": "duration", "name": "duration", "encode": "ISO8601", "wireType": { - "$id": "6954", + "$id": "6980", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -89574,7 +89886,7 @@ ] }, "semantic_vad": { - "$id": "6955", + "$id": "6981", "kind": "model", "name": "RealtimeSemanticVadTurnDetection", "namespace": "OpenAI", @@ -89583,24 +89895,24 @@ "discriminatorValue": "semantic_vad", "decorators": [], "baseModel": { - "$ref": "6934" + "$ref": "6960" }, "properties": [ { - "$id": "6956", + "$id": "6982", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "6957", + "$id": "6983", "kind": "enumvalue", "name": "semantic_vad", "value": "semantic_vad", "valueType": { - "$ref": "1129" + "$ref": "1131" }, "enumType": { - "$ref": "6943" + "$ref": "6969" }, "decorators": [] }, @@ -89618,13 +89930,13 @@ "isHttpMetadata": false }, { - "$id": "6958", + "$id": "6984", "kind": "property", "name": "eagerness", "serializedName": "eagerness", "doc": "Used only for `semantic_vad` mode. The eagerness of the model to respond. `low` will wait longer for the user to continue speaking, `high` will respond more quickly. `auto` is the default and is equivalent to `medium`.", "type": { - "$ref": "1132" + "$ref": "1134" }, "optional": true, "readOnly": false, @@ -89659,12 +89971,12 @@ "isHttpMetadata": false }, { - "$id": "6959", + "$id": "6985", "kind": "property", "name": "input_audio_noise_reduction", "serializedName": "input_audio_noise_reduction", "type": { - "$id": "6960", + "$id": "6986", "kind": "model", "name": "RealtimeAudioNoiseReduction", "namespace": "OpenAI", @@ -89672,12 +89984,12 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "6961", + "$id": "6987", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1138" + "$ref": "1140" }, "optional": false, "readOnly": false, @@ -89694,12 +90006,12 @@ }, "properties": [ { - "$ref": "6961" + "$ref": "6987" } ], "discriminatedSubtypes": { "near_field": { - "$id": "6962", + "$id": "6988", "kind": "model", "name": "RealtimeAudioNearFieldNoiseReduction", "namespace": "OpenAI", @@ -89708,31 +90020,31 @@ "discriminatorValue": "near_field", "decorators": [], "baseModel": { - "$ref": "6960" + "$ref": "6986" }, "properties": [ { - "$id": "6963", + "$id": "6989", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "6964", + "$id": "6990", "kind": "enumvalue", "name": "near_field", "value": "near_field", "valueType": { - "$ref": "1139" + "$ref": "1141" }, "enumType": { - "$id": "6965", + "$id": "6991", "kind": "enum", "decorators": [], "name": "RealtimeAudioNoiseReductionType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6966", + "$id": "6992", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -89741,29 +90053,29 @@ }, "values": [ { - "$id": "6967", + "$id": "6993", "kind": "enumvalue", "decorators": [], "name": "near_field", "value": "near_field", "valueType": { - "$ref": "6966" + "$ref": "6992" }, "enumType": { - "$ref": "6965" + "$ref": "6991" } }, { - "$id": "6968", + "$id": "6994", "kind": "enumvalue", "decorators": [], "name": "far_field", "value": "far_field", "valueType": { - "$ref": "6966" + "$ref": "6992" }, "enumType": { - "$ref": "6965" + "$ref": "6991" } } ], @@ -89794,7 +90106,7 @@ ] }, "far_field": { - "$id": "6969", + "$id": "6995", "kind": "model", "name": "RealtimeAudioFarFieldNoiseReduction", "namespace": "OpenAI", @@ -89803,24 +90115,24 @@ "discriminatorValue": "far_field", "decorators": [], "baseModel": { - "$ref": "6960" + "$ref": "6986" }, "properties": [ { - "$id": "6970", + "$id": "6996", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "6971", + "$id": "6997", "kind": "enumvalue", "name": "far_field", "value": "far_field", "valueType": { - "$ref": "1139" + "$ref": "1141" }, "enumType": { - "$ref": "6965" + "$ref": "6991" }, "decorators": [] }, @@ -89855,16 +90167,16 @@ "isHttpMetadata": false }, { - "$id": "6972", + "$id": "6998", "kind": "property", "name": "tools", "serializedName": "tools", "type": { - "$id": "6973", + "$id": "6999", "kind": "array", "name": "ArrayRealtimeTool", "valueType": { - "$id": "6974", + "$id": "7000", "kind": "model", "name": "RealtimeTool", "namespace": "OpenAI", @@ -89873,12 +90185,12 @@ "doc": "The base representation of a realtime tool definition.", "decorators": [], "discriminatorProperty": { - "$id": "6975", + "$id": "7001", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1142" + "$ref": "1144" }, "optional": false, "readOnly": false, @@ -89895,12 +90207,12 @@ }, "properties": [ { - "$ref": "6975" + "$ref": "7001" } ], "discriminatedSubtypes": { "function": { - "$id": "6976", + "$id": "7002", "kind": "model", "name": "RealtimeFunctionTool", "namespace": "OpenAI", @@ -89910,24 +90222,24 @@ "discriminatorValue": "function", "decorators": [], "baseModel": { - "$ref": "6974" + "$ref": "7000" }, "properties": [ { - "$id": "6977", + "$id": "7003", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "6978", + "$id": "7004", "kind": "enumvalue", "name": "function", "value": "function", "valueType": { - "$ref": "1143" + "$ref": "1145" }, "enumType": { - "$id": "6979", + "$id": "7005", "kind": "enum", "decorators": [], "doc": "The supported tool type discriminators for realtime tools.\nCurrently, only 'function' tools are supported.", @@ -89935,7 +90247,7 @@ "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "6980", + "$id": "7006", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -89944,16 +90256,16 @@ }, "values": [ { - "$id": "6981", + "$id": "7007", "kind": "enumvalue", "decorators": [], "name": "function", "value": "function", "valueType": { - "$ref": "6980" + "$ref": "7006" }, "enumType": { - "$ref": "6979" + "$ref": "7005" } } ], @@ -89982,12 +90294,12 @@ "isHttpMetadata": false }, { - "$id": "6982", + "$id": "7008", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "6983", + "$id": "7009", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -90007,12 +90319,12 @@ "isHttpMetadata": false }, { - "$id": "6984", + "$id": "7010", "kind": "property", "name": "description", "serializedName": "description", "type": { - "$id": "6985", + "$id": "7011", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -90032,12 +90344,12 @@ "isHttpMetadata": false }, { - "$id": "6986", + "$id": "7012", "kind": "property", "name": "parameters", "serializedName": "parameters", "type": { - "$id": "6987", + "$id": "7013", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -90077,20 +90389,20 @@ "isHttpMetadata": false }, { - "$id": "6988", + "$id": "7014", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "type": { - "$id": "6989", + "$id": "7015", "kind": "union", "name": "RealtimeToolChoice", "variantTypes": [ { - "$ref": "1145" + "$ref": "1147" }, { - "$id": "6990", + "$id": "7016", "kind": "model", "name": "RealtimeToolChoiceObject", "namespace": "OpenAI", @@ -90099,12 +90411,12 @@ "doc": "A base representation for a realtime tool_choice selecting a named tool.", "decorators": [], "discriminatorProperty": { - "$id": "6991", + "$id": "7017", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1142" + "$ref": "1144" }, "optional": false, "readOnly": false, @@ -90121,12 +90433,12 @@ }, "properties": [ { - "$ref": "6991" + "$ref": "7017" } ], "discriminatedSubtypes": { "function": { - "$id": "6992", + "$id": "7018", "kind": "model", "name": "RealtimeToolChoiceFunctionObject", "namespace": "OpenAI", @@ -90136,16 +90448,16 @@ "discriminatorValue": "function", "decorators": [], "baseModel": { - "$ref": "6990" + "$ref": "7016" }, "properties": [ { - "$id": "6993", + "$id": "7019", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "6978" + "$ref": "7004" }, "optional": false, "readOnly": false, @@ -90161,12 +90473,12 @@ "isHttpMetadata": false }, { - "$id": "6994", + "$id": "7020", "kind": "property", "name": "function", "serializedName": "function", "type": { - "$id": "6995", + "$id": "7021", "kind": "model", "name": "RealtimeToolChoiceFunctionObjectFunction", "namespace": "OpenAI", @@ -90175,12 +90487,12 @@ "decorators": [], "properties": [ { - "$id": "6996", + "$id": "7022", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "6997", + "$id": "7023", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -90236,12 +90548,12 @@ "isHttpMetadata": false }, { - "$id": "6998", + "$id": "7024", "kind": "property", "name": "temperature", "serializedName": "temperature", "type": { - "$id": "6999", + "$id": "7025", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -90261,24 +90573,24 @@ "isHttpMetadata": false }, { - "$id": "7000", + "$id": "7026", "kind": "property", "name": "max_response_output_tokens", "serializedName": "max_response_output_tokens", "type": { - "$id": "7001", + "$id": "7027", "kind": "union", "name": "RealtimeRequestSessionMaxResponseOutputTokens", "variantTypes": [ { - "$id": "7002", + "$id": "7028", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$ref": "1731" + "$ref": "1733" } ], "namespace": "OpenAI", @@ -90315,7 +90627,7 @@ ] }, "input_audio_buffer.append": { - "$id": "7003", + "$id": "7029", "kind": "model", "name": "RealtimeClientEventInputAudioBufferAppend", "namespace": "OpenAI", @@ -90325,25 +90637,25 @@ "discriminatorValue": "input_audio_buffer.append", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7004", + "$id": "7030", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `input_audio_buffer.append`.", "type": { - "$id": "7005", + "$id": "7031", "kind": "enumvalue", "name": "input_audio_buffer_append", "value": "input_audio_buffer.append", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -90361,13 +90673,13 @@ "isHttpMetadata": false }, { - "$id": "7006", + "$id": "7032", "kind": "property", "name": "audio", "serializedName": "audio", "doc": "Base64-encoded audio bytes. This must be in the format specified by the\n`input_audio_format` field in the session configuration.", "type": { - "$id": "7007", + "$id": "7033", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -90390,7 +90702,7 @@ ] }, "input_audio_buffer.commit": { - "$id": "7008", + "$id": "7034", "kind": "model", "name": "RealtimeClientEventInputAudioBufferCommit", "namespace": "OpenAI", @@ -90400,25 +90712,25 @@ "discriminatorValue": "input_audio_buffer.commit", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7009", + "$id": "7035", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `input_audio_buffer.commit`.", "type": { - "$id": "7010", + "$id": "7036", "kind": "enumvalue", "name": "input_audio_buffer_commit", "value": "input_audio_buffer.commit", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -90438,7 +90750,7 @@ ] }, "input_audio_buffer.clear": { - "$id": "7011", + "$id": "7037", "kind": "model", "name": "RealtimeClientEventInputAudioBufferClear", "namespace": "OpenAI", @@ -90448,25 +90760,25 @@ "discriminatorValue": "input_audio_buffer.clear", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7012", + "$id": "7038", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `input_audio_buffer.clear`.", "type": { - "$id": "7013", + "$id": "7039", "kind": "enumvalue", "name": "input_audio_buffer_clear", "value": "input_audio_buffer.clear", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -90486,7 +90798,7 @@ ] }, "output_audio_buffer.clear": { - "$id": "7014", + "$id": "7040", "kind": "model", "name": "RealtimeClientEventOutputAudioBufferClear", "namespace": "OpenAI", @@ -90496,25 +90808,25 @@ "discriminatorValue": "output_audio_buffer.clear", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7015", + "$id": "7041", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `output_audio_buffer.clear`.", "type": { - "$id": "7016", + "$id": "7042", "kind": "enumvalue", "name": "output_audio_buffer_clear", "value": "output_audio_buffer.clear", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -90534,7 +90846,7 @@ ] }, "conversation.item.create": { - "$id": "7017", + "$id": "7043", "kind": "model", "name": "RealtimeClientEventConversationItemCreate", "namespace": "OpenAI", @@ -90544,25 +90856,25 @@ "discriminatorValue": "conversation.item.create", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7018", + "$id": "7044", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.create`.", "type": { - "$id": "7019", + "$id": "7045", "kind": "enumvalue", "name": "conversation_item_create", "value": "conversation.item.create", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -90580,13 +90892,13 @@ "isHttpMetadata": false }, { - "$id": "7020", + "$id": "7046", "kind": "property", "name": "previous_item_id", "serializedName": "previous_item_id", "doc": "The ID of the preceding item after which the new item will be inserted.\nIf not set, the new item will be appended to the end of the conversation.\nIf set to `root`, the new item will be added to the beginning of the conversation.\nIf set to an existing ID, it allows an item to be inserted mid-conversation. If the\nID cannot be found, an error will be returned and the item will not be added.", "type": { - "$id": "7021", + "$id": "7047", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -90606,12 +90918,12 @@ "isHttpMetadata": false }, { - "$id": "7022", + "$id": "7048", "kind": "property", "name": "item", "serializedName": "item", "type": { - "$id": "7023", + "$id": "7049", "kind": "model", "name": "RealtimeConversationRequestItem", "namespace": "OpenAI", @@ -90619,12 +90931,12 @@ "usage": "Input,Json", "decorators": [], "discriminatorProperty": { - "$id": "7024", + "$id": "7050", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1150" + "$ref": "1152" }, "optional": false, "readOnly": false, @@ -90641,15 +90953,15 @@ }, "properties": [ { - "$ref": "7024" + "$ref": "7050" }, { - "$id": "7025", + "$id": "7051", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "7026", + "$id": "7052", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -90671,7 +90983,7 @@ ], "discriminatedSubtypes": { "message": { - "$id": "7027", + "$id": "7053", "kind": "model", "name": "RealtimeRequestMessageItem", "namespace": "OpenAI", @@ -90680,12 +90992,12 @@ "discriminatorValue": "message", "decorators": [], "discriminatorProperty": { - "$id": "7028", + "$id": "7054", "kind": "property", "name": "role", "serializedName": "role", "type": { - "$ref": "1155" + "$ref": "1157" }, "optional": false, "readOnly": false, @@ -90701,31 +91013,31 @@ "isHttpMetadata": false }, "baseModel": { - "$ref": "7023" + "$ref": "7049" }, "properties": [ { - "$id": "7029", + "$id": "7055", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "7030", + "$id": "7056", "kind": "enumvalue", "name": "message", "value": "message", "valueType": { - "$ref": "1151" + "$ref": "1153" }, "enumType": { - "$id": "7031", + "$id": "7057", "kind": "enum", "decorators": [], "name": "RealtimeItemType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "7032", + "$id": "7058", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -90734,42 +91046,42 @@ }, "values": [ { - "$id": "7033", + "$id": "7059", "kind": "enumvalue", "decorators": [], "name": "message", "value": "message", "valueType": { - "$ref": "7032" + "$ref": "7058" }, "enumType": { - "$ref": "7031" + "$ref": "7057" } }, { - "$id": "7034", + "$id": "7060", "kind": "enumvalue", "decorators": [], "name": "function_call", "value": "function_call", "valueType": { - "$ref": "7032" + "$ref": "7058" }, "enumType": { - "$ref": "7031" + "$ref": "7057" } }, { - "$id": "7035", + "$id": "7061", "kind": "enumvalue", "decorators": [], "name": "function_call_output", "value": "function_call_output", "valueType": { - "$ref": "7032" + "$ref": "7058" }, "enumType": { - "$ref": "7031" + "$ref": "7057" } } ], @@ -90798,15 +91110,15 @@ "isHttpMetadata": false }, { - "$ref": "7028" + "$ref": "7054" }, { - "$id": "7036", + "$id": "7062", "kind": "property", "name": "status", "serializedName": "status", "type": { - "$ref": "1160" + "$ref": "1162" }, "optional": true, "readOnly": false, @@ -90824,7 +91136,7 @@ ], "discriminatedSubtypes": { "system": { - "$id": "7037", + "$id": "7063", "kind": "model", "name": "RealtimeRequestSystemMessageItem", "namespace": "OpenAI", @@ -90833,31 +91145,31 @@ "discriminatorValue": "system", "decorators": [], "baseModel": { - "$ref": "7027" + "$ref": "7053" }, "properties": [ { - "$id": "7038", + "$id": "7064", "kind": "property", "name": "role", "serializedName": "role", "type": { - "$id": "7039", + "$id": "7065", "kind": "enumvalue", "name": "system", "value": "system", "valueType": { - "$ref": "1156" + "$ref": "1158" }, "enumType": { - "$id": "7040", + "$id": "7066", "kind": "enum", "decorators": [], "name": "RealtimeMessageRole", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "7041", + "$id": "7067", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -90866,42 +91178,42 @@ }, "values": [ { - "$id": "7042", + "$id": "7068", "kind": "enumvalue", "decorators": [], "name": "system", "value": "system", "valueType": { - "$ref": "7041" + "$ref": "7067" }, "enumType": { - "$ref": "7040" + "$ref": "7066" } }, { - "$id": "7043", + "$id": "7069", "kind": "enumvalue", "decorators": [], "name": "user", "value": "user", "valueType": { - "$ref": "7041" + "$ref": "7067" }, "enumType": { - "$ref": "7040" + "$ref": "7066" } }, { - "$id": "7044", + "$id": "7070", "kind": "enumvalue", "decorators": [], "name": "assistant", "value": "assistant", "valueType": { - "$ref": "7041" + "$ref": "7067" }, "enumType": { - "$ref": "7040" + "$ref": "7066" } } ], @@ -90930,16 +91242,16 @@ "isHttpMetadata": false }, { - "$id": "7045", + "$id": "7071", "kind": "property", "name": "content", "serializedName": "content", "type": { - "$id": "7046", + "$id": "7072", "kind": "array", "name": "ArrayRealtimeRequestTextContentPart", "valueType": { - "$id": "7047", + "$id": "7073", "kind": "model", "name": "RealtimeRequestTextContentPart", "namespace": "OpenAI", @@ -90948,7 +91260,7 @@ "discriminatorValue": "input_text", "decorators": [], "baseModel": { - "$id": "7048", + "$id": "7074", "kind": "model", "name": "RealtimeContentPart", "namespace": "OpenAI", @@ -90956,12 +91268,12 @@ "usage": "Input,Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "7049", + "$id": "7075", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1165" + "$ref": "1167" }, "optional": false, "readOnly": false, @@ -90978,15 +91290,15 @@ }, "properties": [ { - "$ref": "7049" + "$ref": "7075" } ], "discriminatedSubtypes": { "input_text": { - "$ref": "7047" + "$ref": "7073" }, "input_audio": { - "$id": "7050", + "$id": "7076", "kind": "model", "name": "RealtimeRequestAudioContentPart", "namespace": "OpenAI", @@ -90995,31 +91307,31 @@ "discriminatorValue": "input_audio", "decorators": [], "baseModel": { - "$ref": "7048" + "$ref": "7074" }, "properties": [ { - "$id": "7051", + "$id": "7077", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "7052", + "$id": "7078", "kind": "enumvalue", "name": "input_audio", "value": "input_audio", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$id": "7053", + "$id": "7079", "kind": "enum", "decorators": [], "name": "RealtimeContentPartType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "7054", + "$id": "7080", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -91028,55 +91340,55 @@ }, "values": [ { - "$id": "7055", + "$id": "7081", "kind": "enumvalue", "decorators": [], "name": "input_text", "value": "input_text", "valueType": { - "$ref": "7054" + "$ref": "7080" }, "enumType": { - "$ref": "7053" + "$ref": "7079" } }, { - "$id": "7056", + "$id": "7082", "kind": "enumvalue", "decorators": [], "name": "input_audio", "value": "input_audio", "valueType": { - "$ref": "7054" + "$ref": "7080" }, "enumType": { - "$ref": "7053" + "$ref": "7079" } }, { - "$id": "7057", + "$id": "7083", "kind": "enumvalue", "decorators": [], "name": "text", "value": "text", "valueType": { - "$ref": "7054" + "$ref": "7080" }, "enumType": { - "$ref": "7053" + "$ref": "7079" } }, { - "$id": "7058", + "$id": "7084", "kind": "enumvalue", "decorators": [], "name": "audio", "value": "audio", "valueType": { - "$ref": "7054" + "$ref": "7080" }, "enumType": { - "$ref": "7053" + "$ref": "7079" } } ], @@ -91105,12 +91417,12 @@ "isHttpMetadata": false }, { - "$id": "7059", + "$id": "7085", "kind": "property", "name": "transcript", "serializedName": "transcript", "type": { - "$id": "7060", + "$id": "7086", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91132,7 +91444,7 @@ ] }, "text": { - "$id": "7061", + "$id": "7087", "kind": "model", "name": "RealtimeResponseTextContentPart", "namespace": "OpenAI", @@ -91141,24 +91453,24 @@ "discriminatorValue": "text", "decorators": [], "baseModel": { - "$ref": "7048" + "$ref": "7074" }, "properties": [ { - "$id": "7062", + "$id": "7088", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "7063", + "$id": "7089", "kind": "enumvalue", "name": "text", "value": "text", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$ref": "7053" + "$ref": "7079" }, "decorators": [] }, @@ -91176,12 +91488,12 @@ "isHttpMetadata": false }, { - "$id": "7064", + "$id": "7090", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "7065", + "$id": "7091", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91203,7 +91515,7 @@ ] }, "audio": { - "$id": "7066", + "$id": "7092", "kind": "model", "name": "RealtimeResponseAudioContentPart", "namespace": "OpenAI", @@ -91212,24 +91524,24 @@ "discriminatorValue": "audio", "decorators": [], "baseModel": { - "$ref": "7048" + "$ref": "7074" }, "properties": [ { - "$id": "7067", + "$id": "7093", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "7068", + "$id": "7094", "kind": "enumvalue", "name": "audio", "value": "audio", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$ref": "7053" + "$ref": "7079" }, "decorators": [] }, @@ -91247,15 +91559,15 @@ "isHttpMetadata": false }, { - "$id": "7069", + "$id": "7095", "kind": "property", "name": "transcript", "serializedName": "transcript", "type": { - "$id": "7070", + "$id": "7096", "kind": "nullable", "type": { - "$id": "7071", + "$id": "7097", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91282,20 +91594,20 @@ }, "properties": [ { - "$id": "7072", + "$id": "7098", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "7073", + "$id": "7099", "kind": "enumvalue", "name": "input_text", "value": "input_text", "valueType": { - "$ref": "1166" + "$ref": "1168" }, "enumType": { - "$ref": "7053" + "$ref": "7079" }, "decorators": [] }, @@ -91313,12 +91625,12 @@ "isHttpMetadata": false }, { - "$id": "7074", + "$id": "7100", "kind": "property", "name": "text", "serializedName": "text", "type": { - "$id": "7075", + "$id": "7101", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91358,7 +91670,7 @@ ] }, "user": { - "$id": "7076", + "$id": "7102", "kind": "model", "name": "RealtimeRequestUserMessageItem", "namespace": "OpenAI", @@ -91367,24 +91679,24 @@ "discriminatorValue": "user", "decorators": [], "baseModel": { - "$ref": "7027" + "$ref": "7053" }, "properties": [ { - "$id": "7077", + "$id": "7103", "kind": "property", "name": "role", "serializedName": "role", "type": { - "$id": "7078", + "$id": "7104", "kind": "enumvalue", "name": "user", "value": "user", "valueType": { - "$ref": "1156" + "$ref": "1158" }, "enumType": { - "$ref": "7040" + "$ref": "7066" }, "decorators": [] }, @@ -91402,24 +91714,24 @@ "isHttpMetadata": false }, { - "$id": "7079", + "$id": "7105", "kind": "property", "name": "content", "serializedName": "content", "type": { - "$id": "7080", + "$id": "7106", "kind": "array", "name": "Array42", "valueType": { - "$id": "7081", + "$id": "7107", "kind": "union", "name": "RealtimeRequestUserMessageItemContent", "variantTypes": [ { - "$ref": "7047" + "$ref": "7073" }, { - "$ref": "7050" + "$ref": "7076" } ], "namespace": "OpenAI", @@ -91444,7 +91756,7 @@ ] }, "assistant": { - "$id": "7082", + "$id": "7108", "kind": "model", "name": "RealtimeRequestAssistantMessageItem", "namespace": "OpenAI", @@ -91453,24 +91765,24 @@ "discriminatorValue": "assistant", "decorators": [], "baseModel": { - "$ref": "7027" + "$ref": "7053" }, "properties": [ { - "$id": "7083", + "$id": "7109", "kind": "property", "name": "role", "serializedName": "role", "type": { - "$id": "7084", + "$id": "7110", "kind": "enumvalue", "name": "assistant", "value": "assistant", "valueType": { - "$ref": "1156" + "$ref": "1158" }, "enumType": { - "$ref": "7040" + "$ref": "7066" }, "decorators": [] }, @@ -91488,12 +91800,12 @@ "isHttpMetadata": false }, { - "$id": "7085", + "$id": "7111", "kind": "property", "name": "content", "serializedName": "content", "type": { - "$ref": "7046" + "$ref": "7072" }, "optional": false, "readOnly": false, @@ -91513,7 +91825,7 @@ } }, "function_call": { - "$id": "7086", + "$id": "7112", "kind": "model", "name": "RealtimeRequestFunctionCallItem", "namespace": "OpenAI", @@ -91522,24 +91834,24 @@ "discriminatorValue": "function_call", "decorators": [], "baseModel": { - "$ref": "7023" + "$ref": "7049" }, "properties": [ { - "$id": "7087", + "$id": "7113", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "7088", + "$id": "7114", "kind": "enumvalue", "name": "function_call", "value": "function_call", "valueType": { - "$ref": "1151" + "$ref": "1153" }, "enumType": { - "$ref": "7031" + "$ref": "7057" }, "decorators": [] }, @@ -91557,12 +91869,12 @@ "isHttpMetadata": false }, { - "$id": "7089", + "$id": "7115", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "7090", + "$id": "7116", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91582,12 +91894,12 @@ "isHttpMetadata": false }, { - "$id": "7091", + "$id": "7117", "kind": "property", "name": "call_id", "serializedName": "call_id", "type": { - "$id": "7092", + "$id": "7118", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91607,12 +91919,12 @@ "isHttpMetadata": false }, { - "$id": "7093", + "$id": "7119", "kind": "property", "name": "arguments", "serializedName": "arguments", "type": { - "$id": "7094", + "$id": "7120", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91632,12 +91944,12 @@ "isHttpMetadata": false }, { - "$id": "7095", + "$id": "7121", "kind": "property", "name": "status", "serializedName": "status", "type": { - "$ref": "1160" + "$ref": "1162" }, "optional": true, "readOnly": false, @@ -91655,7 +91967,7 @@ ] }, "function_call_output": { - "$id": "7096", + "$id": "7122", "kind": "model", "name": "RealtimeRequestFunctionCallOutputItem", "namespace": "OpenAI", @@ -91664,24 +91976,24 @@ "discriminatorValue": "function_call_output", "decorators": [], "baseModel": { - "$ref": "7023" + "$ref": "7049" }, "properties": [ { - "$id": "7097", + "$id": "7123", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$id": "7098", + "$id": "7124", "kind": "enumvalue", "name": "function_call_output", "value": "function_call_output", "valueType": { - "$ref": "1151" + "$ref": "1153" }, "enumType": { - "$ref": "7031" + "$ref": "7057" }, "decorators": [] }, @@ -91699,12 +92011,12 @@ "isHttpMetadata": false }, { - "$id": "7099", + "$id": "7125", "kind": "property", "name": "call_id", "serializedName": "call_id", "type": { - "$id": "7100", + "$id": "7126", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91724,12 +92036,12 @@ "isHttpMetadata": false }, { - "$id": "7101", + "$id": "7127", "kind": "property", "name": "output", "serializedName": "output", "type": { - "$id": "7102", + "$id": "7128", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91768,7 +92080,7 @@ ] }, "conversation.item.truncate": { - "$id": "7103", + "$id": "7129", "kind": "model", "name": "RealtimeClientEventConversationItemTruncate", "namespace": "OpenAI", @@ -91778,25 +92090,25 @@ "discriminatorValue": "conversation.item.truncate", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7104", + "$id": "7130", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.truncate`.", "type": { - "$id": "7105", + "$id": "7131", "kind": "enumvalue", "name": "conversation_item_truncate", "value": "conversation.item.truncate", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -91814,13 +92126,13 @@ "isHttpMetadata": false }, { - "$id": "7106", + "$id": "7132", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the assistant message item to truncate. Only assistant message\nitems can be truncated.", "type": { - "$id": "7107", + "$id": "7133", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91840,13 +92152,13 @@ "isHttpMetadata": false }, { - "$id": "7108", + "$id": "7134", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part to truncate. Set this to 0.", "type": { - "$id": "7109", + "$id": "7135", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -91866,13 +92178,13 @@ "isHttpMetadata": false }, { - "$id": "7110", + "$id": "7136", "kind": "property", "name": "audio_end_ms", "serializedName": "audio_end_ms", "doc": "Inclusive duration up to which audio is truncated, in milliseconds. If\nthe audio_end_ms is greater than the actual audio duration, the server\nwill respond with an error.", "type": { - "$id": "7111", + "$id": "7137", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -91894,7 +92206,7 @@ ] }, "conversation.item.delete": { - "$id": "7112", + "$id": "7138", "kind": "model", "name": "RealtimeClientEventConversationItemDelete", "namespace": "OpenAI", @@ -91904,25 +92216,25 @@ "discriminatorValue": "conversation.item.delete", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7113", + "$id": "7139", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.delete`.", "type": { - "$id": "7114", + "$id": "7140", "kind": "enumvalue", "name": "conversation_item_delete", "value": "conversation.item.delete", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -91940,13 +92252,13 @@ "isHttpMetadata": false }, { - "$id": "7115", + "$id": "7141", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item to delete.", "type": { - "$id": "7116", + "$id": "7142", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -91968,7 +92280,7 @@ ] }, "response.create": { - "$id": "7117", + "$id": "7143", "kind": "model", "name": "RealtimeClientEventResponseCreate", "namespace": "OpenAI", @@ -91978,25 +92290,25 @@ "discriminatorValue": "response.create", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7118", + "$id": "7144", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.create`.", "type": { - "$id": "7119", + "$id": "7145", "kind": "enumvalue", "name": "response_create", "value": "response.create", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -92014,12 +92326,12 @@ "isHttpMetadata": false }, { - "$id": "7120", + "$id": "7146", "kind": "property", "name": "response", "serializedName": "response", "type": { - "$id": "7121", + "$id": "7147", "kind": "model", "name": "RealtimeResponseCreateParams", "namespace": "OpenAI", @@ -92029,13 +92341,13 @@ "decorators": [], "properties": [ { - "$id": "7122", + "$id": "7148", "kind": "property", "name": "modalities", "serializedName": "modalities", "doc": "The set of modalities the model can respond with. To disable audio,\nset this to [\"text\"].", "type": { - "$ref": "6917" + "$ref": "6943" }, "optional": true, "readOnly": false, @@ -92051,13 +92363,13 @@ "isHttpMetadata": false }, { - "$id": "7123", + "$id": "7149", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "The default system instructions (i.e. system message) prepended to model\ncalls. This field allows the client to guide the model on desired\nresponses. The model can be instructed on response content and format,\n(e.g. \"be extremely succinct\", \"act friendly\", \"here are examples of good\nresponses\") and on audio behavior (e.g. \"talk quickly\", \"inject emotion\ninto your voice\", \"laugh frequently\"). The instructions are not guaranteed\nto be followed by the model, but they provide guidance to the model on the\ndesired behavior.\n\nNote that the server sets default instructions which will be used if this\nfield is not set and are visible in the `session.created` event at the\nstart of the session.", "type": { - "$id": "7124", + "$id": "7150", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -92077,7 +92389,7 @@ "isHttpMetadata": false }, { - "$id": "7125", + "$id": "7151", "kind": "property", "name": "voice", "serializedName": "voice", @@ -92099,13 +92411,13 @@ "isHttpMetadata": false }, { - "$id": "7126", + "$id": "7152", "kind": "property", "name": "output_audio_format", "serializedName": "output_audio_format", "doc": "The format of output audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": true, "readOnly": false, @@ -92121,13 +92433,13 @@ "isHttpMetadata": false }, { - "$id": "7127", + "$id": "7153", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "Tools (functions) available to the model.", "type": { - "$ref": "6973" + "$ref": "6999" }, "optional": true, "readOnly": false, @@ -92143,13 +92455,13 @@ "isHttpMetadata": false }, { - "$id": "7128", + "$id": "7154", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "doc": "How the model chooses tools. Options are `auto`, `none`, `required`, or\nspecify a function, like `{\"type\": \"function\", \"function\": {\"name\": \"my_function\"}}`.", "type": { - "$id": "7129", + "$id": "7155", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -92169,13 +92481,13 @@ "isHttpMetadata": false }, { - "$id": "7130", + "$id": "7156", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "Sampling temperature for the model, limited to [0.6, 1.2]. Defaults to 0.8.", "type": { - "$id": "7131", + "$id": "7157", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -92195,25 +92507,25 @@ "isHttpMetadata": false }, { - "$id": "7132", + "$id": "7158", "kind": "property", "name": "max_output_tokens", "serializedName": "max_output_tokens", "doc": "Maximum number of output tokens for a single assistant response,\ninclusive of tool calls. Provide an integer between 1 and 4096 to\nlimit output tokens, or `inf` for the maximum available tokens for a\ngiven model. Defaults to `inf`.", "type": { - "$id": "7133", + "$id": "7159", "kind": "union", "name": "RealtimeResponseCreateParamsMaxOutputTokens", "variantTypes": [ { - "$id": "7134", + "$id": "7160", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$ref": "1733" + "$ref": "1735" } ], "namespace": "OpenAI", @@ -92233,13 +92545,13 @@ "isHttpMetadata": false }, { - "$id": "7135", + "$id": "7161", "kind": "property", "name": "conversation", "serializedName": "conversation", "doc": "Controls which conversation the response is added to. Currently supports\n`auto` and `none`, with `auto` as the default value. The `auto` value\nmeans that the contents of the response will be added to the default\nconversation. Set this to `none` to create an out-of-band response which\nwill not add items to default conversation.", "type": { - "$ref": "1171" + "$ref": "1173" }, "optional": true, "readOnly": false, @@ -92255,13 +92567,13 @@ "isHttpMetadata": false }, { - "$id": "7136", + "$id": "7162", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -92277,17 +92589,17 @@ "isHttpMetadata": false }, { - "$id": "7137", + "$id": "7163", "kind": "property", "name": "input", "serializedName": "input", "doc": "Input items to include in the prompt for the model. Using this field\ncreates a new context for this Response instead of using the default\nconversation. An empty array `[]` will clear the context for this Response.\nNote that this can include references to items from the default conversation.", "type": { - "$id": "7138", + "$id": "7164", "kind": "array", "name": "ArrayRealtimeConversationRequestItem", "valueType": { - "$ref": "7023" + "$ref": "7049" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -92323,7 +92635,7 @@ ] }, "response.cancel": { - "$id": "7139", + "$id": "7165", "kind": "model", "name": "RealtimeClientEventResponseCancel", "namespace": "OpenAI", @@ -92333,25 +92645,25 @@ "discriminatorValue": "response.cancel", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7140", + "$id": "7166", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.cancel`.", "type": { - "$id": "7141", + "$id": "7167", "kind": "enumvalue", "name": "response_cancel", "value": "response.cancel", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -92369,13 +92681,13 @@ "isHttpMetadata": false }, { - "$id": "7142", + "$id": "7168", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "A specific response ID to cancel - if not provided, will cancel an\nin-progress response in the default conversation.", "type": { - "$id": "7143", + "$id": "7169", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -92397,7 +92709,7 @@ ] }, "conversation.item.retrieve": { - "$id": "7144", + "$id": "7170", "kind": "model", "name": "RealtimeClientEventConversationItemRetrieve", "namespace": "OpenAI", @@ -92407,25 +92719,25 @@ "discriminatorValue": "conversation.item.retrieve", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7145", + "$id": "7171", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.retrieve`.", "type": { - "$id": "7146", + "$id": "7172", "kind": "enumvalue", "name": "conversation_item_retrieve", "value": "conversation.item.retrieve", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -92443,13 +92755,13 @@ "isHttpMetadata": false }, { - "$id": "7147", + "$id": "7173", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item to retrieve.", "type": { - "$id": "7148", + "$id": "7174", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -92471,7 +92783,7 @@ ] }, "transcription_session.update": { - "$id": "7149", + "$id": "7175", "kind": "model", "name": "RealtimeClientEventTranscriptionSessionUpdate", "namespace": "OpenAI", @@ -92481,25 +92793,25 @@ "discriminatorValue": "transcription_session.update", "decorators": [], "baseModel": { - "$ref": "6893" + "$ref": "6919" }, "properties": [ { - "$id": "7150", + "$id": "7176", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `transcription_session.update`.", "type": { - "$id": "7151", + "$id": "7177", "kind": "enumvalue", "name": "transcription_session_update", "value": "transcription_session.update", "valueType": { - "$ref": "1096" + "$ref": "1098" }, "enumType": { - "$ref": "6900" + "$ref": "6926" }, "decorators": [] }, @@ -92517,12 +92829,12 @@ "isHttpMetadata": false }, { - "$id": "7152", + "$id": "7178", "kind": "property", "name": "session", "serializedName": "session", "type": { - "$id": "7153", + "$id": "7179", "kind": "model", "name": "RealtimeTranscriptionSessionCreateRequest", "namespace": "OpenAI", @@ -92532,17 +92844,17 @@ "decorators": [], "properties": [ { - "$id": "7154", + "$id": "7180", "kind": "property", "name": "modalities", "serializedName": "modalities", "doc": "The set of modalities the model can respond with. To disable audio,\nset this to [\"text\"].", "type": { - "$id": "7155", + "$id": "7181", "kind": "array", "name": "Array43", "valueType": { - "$ref": "1175" + "$ref": "1177" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -92561,13 +92873,13 @@ "isHttpMetadata": false }, { - "$id": "7156", + "$id": "7182", "kind": "property", "name": "input_audio_format", "serializedName": "input_audio_format", "doc": "The format of input audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.\nFor `pcm16`, input audio must be 16-bit PCM at a 24kHz sample rate,\nsingle channel (mono), and little-endian byte order.", "type": { - "$ref": "1179" + "$ref": "1181" }, "optional": true, "readOnly": false, @@ -92583,13 +92895,13 @@ "isHttpMetadata": false }, { - "$id": "7157", + "$id": "7183", "kind": "property", "name": "input_audio_transcription", "serializedName": "input_audio_transcription", "doc": "Configuration for input audio transcription. The client can optionally set the language and prompt for transcription, these offer additional guidance to the transcription service.", "type": { - "$id": "7158", + "$id": "7184", "kind": "model", "name": "RealtimeTranscriptionSessionCreateRequestInputAudioTranscription", "namespace": "OpenAI", @@ -92598,13 +92910,13 @@ "decorators": [], "properties": [ { - "$id": "7159", + "$id": "7185", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for transcription, current options are `gpt-4o-transcribe`, `gpt-4o-mini-transcribe`, and `whisper-1`.", "type": { - "$ref": "1184" + "$ref": "1186" }, "optional": true, "readOnly": false, @@ -92620,13 +92932,13 @@ "isHttpMetadata": false }, { - "$id": "7160", + "$id": "7186", "kind": "property", "name": "language", "serializedName": "language", "doc": "The language of the input audio. Supplying the input language in\n[ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. `en`) format\nwill improve accuracy and latency.", "type": { - "$id": "7161", + "$id": "7187", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -92646,13 +92958,13 @@ "isHttpMetadata": false }, { - "$id": "7162", + "$id": "7188", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "An optional text to guide the model's style or continue a previous audio\nsegment.\nFor `whisper-1`, the [prompt is a list of keywords](/docs/guides/speech-to-text#prompting).\nFor `gpt-4o-transcribe` models, the prompt is a free text string, for example \"expect words related to technology\".", "type": { - "$id": "7163", + "$id": "7189", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -92687,13 +92999,13 @@ "isHttpMetadata": false }, { - "$id": "7164", + "$id": "7190", "kind": "property", "name": "turn_detection", "serializedName": "turn_detection", "doc": "Configuration for turn detection, ether Server VAD or Semantic VAD. This can be set to `null` to turn off, in which case the client must manually trigger model response.\nServer VAD means that the model will detect the start and end of speech based on audio volume and respond at the end of user speech.\nSemantic VAD is more advanced and uses a turn detection model (in conjuction with VAD) to semantically estimate whether the user has finished speaking, then dynamically sets a timeout based on this probability. For example, if user audio trails off with \"uhhm\", the model will score a low probability of turn end and wait longer for the user to continue speaking. This can be useful for more natural conversations, but may have a higher latency.", "type": { - "$id": "7165", + "$id": "7191", "kind": "model", "name": "RealtimeTranscriptionSessionCreateRequestTurnDetection", "namespace": "OpenAI", @@ -92702,13 +93014,13 @@ "decorators": [], "properties": [ { - "$id": "7166", + "$id": "7192", "kind": "property", "name": "type", "serializedName": "type", "doc": "Type of turn detection.", "type": { - "$ref": "1189" + "$ref": "1191" }, "optional": true, "readOnly": false, @@ -92724,13 +93036,13 @@ "isHttpMetadata": false }, { - "$id": "7167", + "$id": "7193", "kind": "property", "name": "eagerness", "serializedName": "eagerness", "doc": "Used only for `semantic_vad` mode. The eagerness of the model to respond. `low` will wait longer for the user to continue speaking, `high` will respond more quickly. `auto` is the default and is equivalent to `medium`.", "type": { - "$ref": "1193" + "$ref": "1195" }, "optional": true, "readOnly": false, @@ -92746,13 +93058,13 @@ "isHttpMetadata": false }, { - "$id": "7168", + "$id": "7194", "kind": "property", "name": "threshold", "serializedName": "threshold", "doc": "Used only for `server_vad` mode. Activation threshold for VAD (0.0 to 1.0), this defaults to 0.5. A\nhigher threshold will require louder audio to activate the model, and\nthus might perform better in noisy environments.", "type": { - "$id": "7169", + "$id": "7195", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -92772,13 +93084,13 @@ "isHttpMetadata": false }, { - "$id": "7170", + "$id": "7196", "kind": "property", "name": "prefix_padding_ms", "serializedName": "prefix_padding_ms", "doc": "Used only for `server_vad` mode. Amount of audio to include before the VAD detected speech (in\nmilliseconds). Defaults to 300ms.", "type": { - "$id": "7171", + "$id": "7197", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -92798,13 +93110,13 @@ "isHttpMetadata": false }, { - "$id": "7172", + "$id": "7198", "kind": "property", "name": "silence_duration_ms", "serializedName": "silence_duration_ms", "doc": "Used only for `server_vad` mode. Duration of silence to detect speech stop (in milliseconds). Defaults\nto 500ms. With shorter values the model will respond more quickly,\nbut may jump in on short pauses from the user.", "type": { - "$id": "7173", + "$id": "7199", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -92824,13 +93136,13 @@ "isHttpMetadata": false }, { - "$id": "7174", + "$id": "7200", "kind": "property", "name": "create_response", "serializedName": "create_response", "doc": "Whether or not to automatically generate a response when a VAD stop event occurs. Not available for transcription sessions.", "type": { - "$id": "7175", + "$id": "7201", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -92850,13 +93162,13 @@ "isHttpMetadata": false }, { - "$id": "7176", + "$id": "7202", "kind": "property", "name": "interrupt_response", "serializedName": "interrupt_response", "doc": "Whether or not to automatically interrupt any ongoing response with output to the default\nconversation (i.e. `conversation` of `auto`) when a VAD start event occurs. Not available for transcription sessions.", "type": { - "$id": "7177", + "$id": "7203", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -92891,16 +93203,16 @@ "isHttpMetadata": false }, { - "$id": "7178", + "$id": "7204", "kind": "property", "name": "input_audio_noise_reduction", "serializedName": "input_audio_noise_reduction", "doc": "Configuration for input audio noise reduction. This can be set to `null` to turn off.\nNoise reduction filters audio added to the input audio buffer before it is sent to VAD and the model.\nFiltering the audio can improve VAD and turn detection accuracy (reducing false positives) and model performance by improving perception of the input audio.", "type": { - "$id": "7179", + "$id": "7205", "kind": "nullable", "type": { - "$id": "7180", + "$id": "7206", "kind": "model", "name": "RealtimeTranscriptionSessionCreateRequestInputAudioNoiseReduction1", "namespace": "OpenAI", @@ -92909,13 +93221,13 @@ "decorators": [], "properties": [ { - "$id": "7181", + "$id": "7207", "kind": "property", "name": "type", "serializedName": "type", "doc": "Type of noise reduction. `near_field` is for close-talking microphones such as headphones, `far_field` is for far-field microphones such as laptop or conference room microphones.", "type": { - "$ref": "1199" + "$ref": "1201" }, "optional": true, "readOnly": false, @@ -92948,13 +93260,13 @@ "isHttpMetadata": false }, { - "$id": "7182", + "$id": "7208", "kind": "property", "name": "include", "serializedName": "include", "doc": "The set of items to include in the transcription. Current available items are:\n- `item.input_audio_transcription.logprobs`", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": true, "readOnly": false, @@ -92970,13 +93282,13 @@ "isHttpMetadata": false }, { - "$id": "7183", + "$id": "7209", "kind": "property", "name": "client_secret", "serializedName": "client_secret", "doc": "Configuration options for the generated client secret.", "type": { - "$id": "7184", + "$id": "7210", "kind": "model", "name": "RealtimeTranscriptionSessionCreateRequestClientSecret", "namespace": "OpenAI", @@ -92985,13 +93297,13 @@ "decorators": [], "properties": [ { - "$id": "7185", + "$id": "7211", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "Configuration for the ephemeral token expiration.", "type": { - "$id": "7186", + "$id": "7212", "kind": "model", "name": "RealtimeTranscriptionSessionCreateRequestClientSecretExpiresAt", "namespace": "OpenAI", @@ -93000,13 +93312,13 @@ "decorators": [], "properties": [ { - "$id": "7187", + "$id": "7213", "kind": "property", "name": "anchor", "serializedName": "anchor", "doc": "The anchor point for the ephemeral token expiration. Only `created_at` is currently supported.", "type": { - "$ref": "1203" + "$ref": "1205" }, "optional": true, "readOnly": false, @@ -93022,13 +93334,13 @@ "isHttpMetadata": false }, { - "$id": "7188", + "$id": "7214", "kind": "property", "name": "seconds", "serializedName": "seconds", "doc": "The number of seconds from the anchor point to the expiration. Select a value between `10` and `7200`.", "type": { - "$id": "7189", + "$id": "7215", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -93097,139 +93409,139 @@ } }, { - "$ref": "6897" + "$ref": "6923" }, { - "$ref": "6915" + "$ref": "6941" }, { - "$ref": "6926" + "$ref": "6952" }, { - "$ref": "6934" + "$ref": "6960" }, { - "$ref": "6940" + "$ref": "6966" }, { - "$ref": "6955" + "$ref": "6981" }, { - "$ref": "6960" + "$ref": "6986" }, { - "$ref": "6962" + "$ref": "6988" }, { - "$ref": "6969" + "$ref": "6995" }, { - "$ref": "6974" + "$ref": "7000" }, { - "$ref": "6976" + "$ref": "7002" }, { - "$ref": "6990" + "$ref": "7016" }, { - "$ref": "6992" + "$ref": "7018" }, { - "$ref": "6995" + "$ref": "7021" }, { - "$ref": "7003" + "$ref": "7029" }, { - "$ref": "7008" + "$ref": "7034" }, { - "$ref": "7011" + "$ref": "7037" }, { - "$ref": "7014" + "$ref": "7040" }, { - "$ref": "7017" + "$ref": "7043" }, { - "$ref": "7023" + "$ref": "7049" }, { - "$ref": "7027" + "$ref": "7053" }, { - "$ref": "7037" + "$ref": "7063" }, { - "$ref": "7047" + "$ref": "7073" }, { - "$ref": "7048" + "$ref": "7074" }, { - "$ref": "7050" + "$ref": "7076" }, { - "$ref": "7061" + "$ref": "7087" }, { - "$ref": "7066" + "$ref": "7092" }, { - "$ref": "7076" + "$ref": "7102" }, { - "$ref": "7082" + "$ref": "7108" }, { - "$ref": "7086" + "$ref": "7112" }, { - "$ref": "7096" + "$ref": "7122" }, { - "$ref": "7103" + "$ref": "7129" }, { - "$ref": "7112" + "$ref": "7138" }, { - "$ref": "7117" + "$ref": "7143" }, { - "$ref": "7121" + "$ref": "7147" }, { - "$ref": "7139" + "$ref": "7165" }, { - "$ref": "7144" + "$ref": "7170" }, { - "$ref": "7149" + "$ref": "7175" }, { - "$ref": "7153" + "$ref": "7179" }, { - "$ref": "7158" + "$ref": "7184" }, { - "$ref": "7165" + "$ref": "7191" }, { - "$ref": "7180" + "$ref": "7206" }, { - "$ref": "7184" + "$ref": "7210" }, { - "$ref": "7186" + "$ref": "7212" }, { - "$id": "7190", + "$id": "7216", "kind": "model", "name": "RealtimeServerEvent", "namespace": "OpenAI", @@ -93238,13 +93550,13 @@ "doc": "A realtime server event.", "decorators": [], "discriminatorProperty": { - "$id": "7191", + "$id": "7217", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of event.", "type": { - "$ref": "1207" + "$ref": "1209" }, "optional": false, "readOnly": false, @@ -93261,15 +93573,15 @@ }, "properties": [ { - "$ref": "7191" + "$ref": "7217" }, { - "$id": "7192", + "$id": "7218", "kind": "property", "name": "event_id", "serializedName": "event_id", "type": { - "$id": "7193", + "$id": "7219", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -93291,7 +93603,7 @@ ], "discriminatedSubtypes": { "error": { - "$id": "7194", + "$id": "7220", "kind": "model", "name": "RealtimeServerEventError", "namespace": "OpenAI", @@ -93301,32 +93613,32 @@ "discriminatorValue": "error", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7195", + "$id": "7221", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `error`.", "type": { - "$id": "7196", + "$id": "7222", "kind": "enumvalue", "name": "error", "value": "error", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$id": "7197", + "$id": "7223", "kind": "enum", "decorators": [], "name": "RealtimeServerEventType", "isGeneratedName": false, "namespace": "OpenAI", "valueType": { - "$id": "7198", + "$id": "7224", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -93335,445 +93647,445 @@ }, "values": [ { - "$id": "7199", + "$id": "7225", "kind": "enumvalue", "decorators": [], "name": "error", "value": "error", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7200", + "$id": "7226", "kind": "enumvalue", "decorators": [], "name": "session_created", "value": "session.created", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7201", + "$id": "7227", "kind": "enumvalue", "decorators": [], "name": "session_updated", "value": "session.updated", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7202", + "$id": "7228", "kind": "enumvalue", "decorators": [], "name": "conversation_created", "value": "conversation.created", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7203", + "$id": "7229", "kind": "enumvalue", "decorators": [], "name": "conversation_item_input_audio_transcription_completed", "value": "conversation.item.input_audio_transcription.completed", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7204", + "$id": "7230", "kind": "enumvalue", "decorators": [], "name": "conversation_item_input_audio_transcription_delta", "value": "conversation.item.input_audio_transcription.delta", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7205", + "$id": "7231", "kind": "enumvalue", "decorators": [], "name": "conversation_item_input_audio_transcription_failed", "value": "conversation.item.input_audio_transcription.failed", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7206", + "$id": "7232", "kind": "enumvalue", "decorators": [], "name": "conversation_item_created", "value": "conversation.item.created", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7207", + "$id": "7233", "kind": "enumvalue", "decorators": [], "name": "conversation_item_retrieved", "value": "conversation.item.retrieved", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7208", + "$id": "7234", "kind": "enumvalue", "decorators": [], "name": "conversation_item_truncated", "value": "conversation.item.truncated", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7209", + "$id": "7235", "kind": "enumvalue", "decorators": [], "name": "conversation_item_deleted", "value": "conversation.item.deleted", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7210", + "$id": "7236", "kind": "enumvalue", "decorators": [], "name": "input_audio_buffer_committed", "value": "input_audio_buffer.committed", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7211", + "$id": "7237", "kind": "enumvalue", "decorators": [], "name": "input_audio_buffer_cleared", "value": "input_audio_buffer.cleared", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7212", + "$id": "7238", "kind": "enumvalue", "decorators": [], "name": "input_audio_buffer_speech_started", "value": "input_audio_buffer.speech_started", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7213", + "$id": "7239", "kind": "enumvalue", "decorators": [], "name": "input_audio_buffer_speech_stopped", "value": "input_audio_buffer.speech_stopped", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7214", + "$id": "7240", "kind": "enumvalue", "decorators": [], "name": "output_audio_buffer_cleared", "value": "output_audio_buffer.cleared", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7215", + "$id": "7241", "kind": "enumvalue", "decorators": [], "name": "output_audio_buffer_started", "value": "output_audio_buffer.started", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7216", + "$id": "7242", "kind": "enumvalue", "decorators": [], "name": "output_audio_buffer_stopped", "value": "output_audio_buffer.stopped", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7217", + "$id": "7243", "kind": "enumvalue", "decorators": [], "name": "response_created", "value": "response.created", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7218", + "$id": "7244", "kind": "enumvalue", "decorators": [], "name": "response_done", "value": "response.done", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7219", + "$id": "7245", "kind": "enumvalue", "decorators": [], "name": "response_output_item_added", "value": "response.output_item.added", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7220", + "$id": "7246", "kind": "enumvalue", "decorators": [], "name": "response_output_item_done", "value": "response.output_item.done", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7221", + "$id": "7247", "kind": "enumvalue", "decorators": [], "name": "response_content_part_added", "value": "response.content_part.added", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7222", + "$id": "7248", "kind": "enumvalue", "decorators": [], "name": "response_content_part_done", "value": "response.content_part.done", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7223", + "$id": "7249", "kind": "enumvalue", "decorators": [], "name": "response_text_delta", "value": "response.text.delta", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7224", + "$id": "7250", "kind": "enumvalue", "decorators": [], "name": "response_text_done", "value": "response.text.done", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7225", + "$id": "7251", "kind": "enumvalue", "decorators": [], "name": "response_audio_transcript_delta", "value": "response.audio_transcript.delta", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7226", + "$id": "7252", "kind": "enumvalue", "decorators": [], "name": "response_audio_transcript_done", "value": "response.audio_transcript.done", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7227", + "$id": "7253", "kind": "enumvalue", "decorators": [], "name": "response_audio_delta", "value": "response.audio.delta", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7228", + "$id": "7254", "kind": "enumvalue", "decorators": [], "name": "response_audio_done", "value": "response.audio.done", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7229", + "$id": "7255", "kind": "enumvalue", "decorators": [], "name": "response_function_call_arguments_delta", "value": "response.function_call_arguments.delta", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7230", + "$id": "7256", "kind": "enumvalue", "decorators": [], "name": "response_function_call_arguments_done", "value": "response.function_call_arguments.done", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7231", + "$id": "7257", "kind": "enumvalue", "decorators": [], "name": "transcription_session_updated", "value": "transcription_session.updated", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } }, { - "$id": "7232", + "$id": "7258", "kind": "enumvalue", "decorators": [], "name": "rate_limits_updated", "value": "rate_limits.updated", "valueType": { - "$ref": "7198" + "$ref": "7224" }, "enumType": { - "$ref": "7197" + "$ref": "7223" } } ], @@ -93802,13 +94114,13 @@ "isHttpMetadata": false }, { - "$id": "7233", + "$id": "7259", "kind": "property", "name": "error", "serializedName": "error", "doc": "Details of the error.", "type": { - "$id": "7234", + "$id": "7260", "kind": "model", "name": "RealtimeServerEventErrorError", "namespace": "OpenAI", @@ -93817,13 +94129,13 @@ "decorators": [], "properties": [ { - "$id": "7235", + "$id": "7261", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of error (e.g., \"invalid_request_error\", \"server_error\").", "type": { - "$id": "7236", + "$id": "7262", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -93843,16 +94155,16 @@ "isHttpMetadata": false }, { - "$id": "7237", + "$id": "7263", "kind": "property", "name": "code", "serializedName": "code", "doc": "Error code, if any.", "type": { - "$id": "7238", + "$id": "7264", "kind": "nullable", "type": { - "$id": "7239", + "$id": "7265", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -93874,13 +94186,13 @@ "isHttpMetadata": false }, { - "$id": "7240", + "$id": "7266", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable error message.", "type": { - "$id": "7241", + "$id": "7267", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -93900,16 +94212,16 @@ "isHttpMetadata": false }, { - "$id": "7242", + "$id": "7268", "kind": "property", "name": "param", "serializedName": "param", "doc": "Parameter related to the error, if any.", "type": { - "$id": "7243", + "$id": "7269", "kind": "nullable", "type": { - "$id": "7244", + "$id": "7270", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -93931,16 +94243,16 @@ "isHttpMetadata": false }, { - "$id": "7245", + "$id": "7271", "kind": "property", "name": "event_id", "serializedName": "event_id", "doc": "The event_id of the client event that caused the error, if applicable.", "type": { - "$id": "7246", + "$id": "7272", "kind": "nullable", "type": { - "$id": "7247", + "$id": "7273", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -93979,7 +94291,7 @@ ] }, "session.created": { - "$id": "7248", + "$id": "7274", "kind": "model", "name": "RealtimeServerEventSessionCreated", "namespace": "OpenAI", @@ -93989,25 +94301,25 @@ "discriminatorValue": "session.created", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7249", + "$id": "7275", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `session.created`.", "type": { - "$id": "7250", + "$id": "7276", "kind": "enumvalue", "name": "session_created", "value": "session.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -94025,12 +94337,12 @@ "isHttpMetadata": false }, { - "$id": "7251", + "$id": "7277", "kind": "property", "name": "session", "serializedName": "session", "type": { - "$id": "7252", + "$id": "7278", "kind": "model", "name": "RealtimeResponseSession", "namespace": "OpenAI", @@ -94039,12 +94351,12 @@ "decorators": [], "properties": [ { - "$id": "7253", + "$id": "7279", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1735" + "$ref": "1737" }, "optional": false, "readOnly": false, @@ -94060,12 +94372,12 @@ "isHttpMetadata": false }, { - "$id": "7254", + "$id": "7280", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "7255", + "$id": "7281", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94085,12 +94397,12 @@ "isHttpMetadata": false }, { - "$id": "7256", + "$id": "7282", "kind": "property", "name": "model", "serializedName": "model", "type": { - "$id": "7257", + "$id": "7283", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94110,12 +94422,12 @@ "isHttpMetadata": false }, { - "$id": "7258", + "$id": "7284", "kind": "property", "name": "modalities", "serializedName": "modalities", "type": { - "$ref": "6917" + "$ref": "6943" }, "optional": false, "readOnly": false, @@ -94131,12 +94443,12 @@ "isHttpMetadata": false }, { - "$id": "7259", + "$id": "7285", "kind": "property", "name": "instructions", "serializedName": "instructions", "type": { - "$id": "7260", + "$id": "7286", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94156,7 +94468,7 @@ "isHttpMetadata": false }, { - "$id": "7261", + "$id": "7287", "kind": "property", "name": "voice", "serializedName": "voice", @@ -94177,12 +94489,12 @@ "isHttpMetadata": false }, { - "$id": "7262", + "$id": "7288", "kind": "property", "name": "input_audio_format", "serializedName": "input_audio_format", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": false, "readOnly": false, @@ -94198,12 +94510,12 @@ "isHttpMetadata": false }, { - "$id": "7263", + "$id": "7289", "kind": "property", "name": "output_audio_format", "serializedName": "output_audio_format", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": false, "readOnly": false, @@ -94219,15 +94531,15 @@ "isHttpMetadata": false }, { - "$id": "7264", + "$id": "7290", "kind": "property", "name": "input_audio_transcription", "serializedName": "input_audio_transcription", "type": { - "$id": "7265", + "$id": "7291", "kind": "nullable", "type": { - "$ref": "6926" + "$ref": "6952" }, "namespace": "OpenAI" }, @@ -94245,12 +94557,12 @@ "isHttpMetadata": false }, { - "$id": "7266", + "$id": "7292", "kind": "property", "name": "turn_detection", "serializedName": "turn_detection", "type": { - "$ref": "6934" + "$ref": "6960" }, "optional": false, "readOnly": false, @@ -94266,12 +94578,12 @@ "isHttpMetadata": false }, { - "$id": "7267", + "$id": "7293", "kind": "property", "name": "input_audio_noise_reduction", "serializedName": "input_audio_noise_reduction", "type": { - "$ref": "6960" + "$ref": "6986" }, "optional": false, "readOnly": false, @@ -94287,12 +94599,12 @@ "isHttpMetadata": false }, { - "$id": "7268", + "$id": "7294", "kind": "property", "name": "tools", "serializedName": "tools", "type": { - "$ref": "6973" + "$ref": "6999" }, "optional": false, "readOnly": false, @@ -94308,12 +94620,12 @@ "isHttpMetadata": false }, { - "$id": "7269", + "$id": "7295", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "type": { - "$ref": "6989" + "$ref": "7015" }, "optional": false, "readOnly": false, @@ -94329,12 +94641,12 @@ "isHttpMetadata": false }, { - "$id": "7270", + "$id": "7296", "kind": "property", "name": "temperature", "serializedName": "temperature", "type": { - "$id": "7271", + "$id": "7297", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -94354,27 +94666,27 @@ "isHttpMetadata": false }, { - "$id": "7272", + "$id": "7298", "kind": "property", "name": "max_response_output_tokens", "serializedName": "max_response_output_tokens", "type": { - "$id": "7273", + "$id": "7299", "kind": "nullable", "type": { - "$id": "7274", + "$id": "7300", "kind": "union", "name": "RealtimeResponseSessionMaxResponseOutputTokens", "variantTypes": [ { - "$id": "7275", + "$id": "7301", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$ref": "1737" + "$ref": "1739" } ], "namespace": "OpenAI", @@ -94413,7 +94725,7 @@ ] }, "session.updated": { - "$id": "7276", + "$id": "7302", "kind": "model", "name": "RealtimeServerEventSessionUpdated", "namespace": "OpenAI", @@ -94423,25 +94735,25 @@ "discriminatorValue": "session.updated", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7277", + "$id": "7303", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `session.updated`.", "type": { - "$id": "7278", + "$id": "7304", "kind": "enumvalue", "name": "session_updated", "value": "session.updated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -94459,12 +94771,12 @@ "isHttpMetadata": false }, { - "$id": "7279", + "$id": "7305", "kind": "property", "name": "session", "serializedName": "session", "type": { - "$ref": "7252" + "$ref": "7278" }, "optional": false, "readOnly": false, @@ -94482,7 +94794,7 @@ ] }, "conversation.created": { - "$id": "7280", + "$id": "7306", "kind": "model", "name": "RealtimeServerEventConversationCreated", "namespace": "OpenAI", @@ -94492,25 +94804,25 @@ "discriminatorValue": "conversation.created", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7281", + "$id": "7307", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.created`.", "type": { - "$id": "7282", + "$id": "7308", "kind": "enumvalue", "name": "conversation_created", "value": "conversation.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -94528,13 +94840,13 @@ "isHttpMetadata": false }, { - "$id": "7283", + "$id": "7309", "kind": "property", "name": "conversation", "serializedName": "conversation", "doc": "The conversation resource.", "type": { - "$id": "7284", + "$id": "7310", "kind": "model", "name": "RealtimeServerEventConversationCreatedConversation", "namespace": "OpenAI", @@ -94543,13 +94855,13 @@ "decorators": [], "properties": [ { - "$id": "7285", + "$id": "7311", "kind": "property", "name": "id", "serializedName": "id", "doc": "The unique ID of the conversation.", "type": { - "$id": "7286", + "$id": "7312", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94569,13 +94881,13 @@ "isHttpMetadata": false }, { - "$id": "7287", + "$id": "7313", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, must be `realtime.conversation`.", "type": { - "$id": "7288", + "$id": "7314", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94612,7 +94924,7 @@ ] }, "input_audio_buffer.committed": { - "$id": "7289", + "$id": "7315", "kind": "model", "name": "RealtimeServerEventInputAudioBufferCommitted", "namespace": "OpenAI", @@ -94622,25 +94934,25 @@ "discriminatorValue": "input_audio_buffer.committed", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7290", + "$id": "7316", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `input_audio_buffer.committed`.", "type": { - "$id": "7291", + "$id": "7317", "kind": "enumvalue", "name": "input_audio_buffer_committed", "value": "input_audio_buffer.committed", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -94658,13 +94970,13 @@ "isHttpMetadata": false }, { - "$id": "7292", + "$id": "7318", "kind": "property", "name": "previous_item_id", "serializedName": "previous_item_id", "doc": "The ID of the preceding item after which the new item will be inserted.", "type": { - "$id": "7293", + "$id": "7319", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94684,13 +94996,13 @@ "isHttpMetadata": false }, { - "$id": "7294", + "$id": "7320", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the user message item that will be created.", "type": { - "$id": "7295", + "$id": "7321", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94712,7 +95024,7 @@ ] }, "input_audio_buffer.cleared": { - "$id": "7296", + "$id": "7322", "kind": "model", "name": "RealtimeServerEventInputAudioBufferCleared", "namespace": "OpenAI", @@ -94722,25 +95034,25 @@ "discriminatorValue": "input_audio_buffer.cleared", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7297", + "$id": "7323", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `input_audio_buffer.cleared`.", "type": { - "$id": "7298", + "$id": "7324", "kind": "enumvalue", "name": "input_audio_buffer_cleared", "value": "input_audio_buffer.cleared", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -94760,7 +95072,7 @@ ] }, "input_audio_buffer.speech_started": { - "$id": "7299", + "$id": "7325", "kind": "model", "name": "RealtimeServerEventInputAudioBufferSpeechStarted", "namespace": "OpenAI", @@ -94770,25 +95082,25 @@ "discriminatorValue": "input_audio_buffer.speech_started", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7300", + "$id": "7326", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `input_audio_buffer.speech_started`.", "type": { - "$id": "7301", + "$id": "7327", "kind": "enumvalue", "name": "input_audio_buffer_speech_started", "value": "input_audio_buffer.speech_started", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -94806,13 +95118,13 @@ "isHttpMetadata": false }, { - "$id": "7302", + "$id": "7328", "kind": "property", "name": "audio_start_ms", "serializedName": "audio_start_ms", "doc": "Milliseconds from the start of all audio written to the buffer during the\nsession when speech was first detected. This will correspond to the\nbeginning of audio sent to the model, and thus includes the\n`prefix_padding_ms` configured in the Session.", "type": { - "$id": "7303", + "$id": "7329", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -94832,13 +95144,13 @@ "isHttpMetadata": false }, { - "$id": "7304", + "$id": "7330", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the user message item that will be created when speech stops.", "type": { - "$id": "7305", + "$id": "7331", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94860,7 +95172,7 @@ ] }, "input_audio_buffer.speech_stopped": { - "$id": "7306", + "$id": "7332", "kind": "model", "name": "RealtimeServerEventInputAudioBufferSpeechStopped", "namespace": "OpenAI", @@ -94870,25 +95182,25 @@ "discriminatorValue": "input_audio_buffer.speech_stopped", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7307", + "$id": "7333", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `input_audio_buffer.speech_stopped`.", "type": { - "$id": "7308", + "$id": "7334", "kind": "enumvalue", "name": "input_audio_buffer_speech_stopped", "value": "input_audio_buffer.speech_stopped", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -94906,13 +95218,13 @@ "isHttpMetadata": false }, { - "$id": "7309", + "$id": "7335", "kind": "property", "name": "audio_end_ms", "serializedName": "audio_end_ms", "doc": "Milliseconds since the session started when speech stopped. This will\ncorrespond to the end of audio sent to the model, and thus includes the\n`min_silence_duration_ms` configured in the Session.", "type": { - "$id": "7310", + "$id": "7336", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -94932,13 +95244,13 @@ "isHttpMetadata": false }, { - "$id": "7311", + "$id": "7337", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the user message item that will be created.", "type": { - "$id": "7312", + "$id": "7338", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -94960,7 +95272,7 @@ ] }, "output_audio_buffer.cleared": { - "$id": "7313", + "$id": "7339", "kind": "model", "name": "RealtimeServerEventOutputAudioBufferCleared", "namespace": "OpenAI", @@ -94970,25 +95282,25 @@ "discriminatorValue": "output_audio_buffer.cleared", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7314", + "$id": "7340", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `output_audio_buffer.cleared`.", "type": { - "$id": "7315", + "$id": "7341", "kind": "enumvalue", "name": "output_audio_buffer_cleared", "value": "output_audio_buffer.cleared", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -95006,13 +95318,13 @@ "isHttpMetadata": false }, { - "$id": "7316", + "$id": "7342", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The unique ID of the response that produced the audio.", "type": { - "$id": "7317", + "$id": "7343", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95034,7 +95346,7 @@ ] }, "output_audio_buffer.started": { - "$id": "7318", + "$id": "7344", "kind": "model", "name": "RealtimeServerEventOutputAudioBufferStarted", "namespace": "OpenAI", @@ -95044,25 +95356,25 @@ "discriminatorValue": "output_audio_buffer.started", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7319", + "$id": "7345", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `output_audio_buffer.started`.", "type": { - "$id": "7320", + "$id": "7346", "kind": "enumvalue", "name": "output_audio_buffer_started", "value": "output_audio_buffer.started", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -95080,13 +95392,13 @@ "isHttpMetadata": false }, { - "$id": "7321", + "$id": "7347", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The unique ID of the response that produced the audio.", "type": { - "$id": "7322", + "$id": "7348", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95108,7 +95420,7 @@ ] }, "output_audio_buffer.stopped": { - "$id": "7323", + "$id": "7349", "kind": "model", "name": "RealtimeServerEventOutputAudioBufferStopped", "namespace": "OpenAI", @@ -95118,25 +95430,25 @@ "discriminatorValue": "output_audio_buffer.stopped", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7324", + "$id": "7350", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `output_audio_buffer.stopped`.", "type": { - "$id": "7325", + "$id": "7351", "kind": "enumvalue", "name": "output_audio_buffer_stopped", "value": "output_audio_buffer.stopped", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -95154,13 +95466,13 @@ "isHttpMetadata": false }, { - "$id": "7326", + "$id": "7352", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The unique ID of the response that produced the audio.", "type": { - "$id": "7327", + "$id": "7353", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95182,7 +95494,7 @@ ] }, "conversation.item.created": { - "$id": "7328", + "$id": "7354", "kind": "model", "name": "RealtimeServerEventConversationItemCreated", "namespace": "OpenAI", @@ -95192,25 +95504,25 @@ "discriminatorValue": "conversation.item.created", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7329", + "$id": "7355", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.created`.", "type": { - "$id": "7330", + "$id": "7356", "kind": "enumvalue", "name": "conversation_item_created", "value": "conversation.item.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -95228,13 +95540,13 @@ "isHttpMetadata": false }, { - "$id": "7331", + "$id": "7357", "kind": "property", "name": "previous_item_id", "serializedName": "previous_item_id", "doc": "The ID of the preceding item in the Conversation context, allows the\nclient to understand the order of the conversation.", "type": { - "$id": "7332", + "$id": "7358", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95254,12 +95566,12 @@ "isHttpMetadata": false }, { - "$id": "7333", + "$id": "7359", "kind": "property", "name": "item", "serializedName": "item", "type": { - "$id": "7334", + "$id": "7360", "kind": "model", "name": "RealtimeConversationResponseItem", "namespace": "OpenAI", @@ -95267,12 +95579,12 @@ "usage": "Output,Json", "decorators": [], "discriminatorProperty": { - "$id": "7335", + "$id": "7361", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "1150" + "$ref": "1152" }, "optional": false, "readOnly": false, @@ -95289,12 +95601,12 @@ }, "properties": [ { - "$id": "7336", + "$id": "7362", "kind": "property", "name": "object", "serializedName": "object", "type": { - "$ref": "1739" + "$ref": "1741" }, "optional": false, "readOnly": false, @@ -95310,18 +95622,18 @@ "isHttpMetadata": false }, { - "$ref": "7335" + "$ref": "7361" }, { - "$id": "7337", + "$id": "7363", "kind": "property", "name": "id", "serializedName": "id", "type": { - "$id": "7338", + "$id": "7364", "kind": "nullable", "type": { - "$id": "7339", + "$id": "7365", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95345,7 +95657,7 @@ ], "discriminatedSubtypes": { "message": { - "$id": "7340", + "$id": "7366", "kind": "model", "name": "RealtimeResponseMessageItem", "namespace": "OpenAI", @@ -95354,16 +95666,16 @@ "discriminatorValue": "message", "decorators": [], "baseModel": { - "$ref": "7334" + "$ref": "7360" }, "properties": [ { - "$id": "7341", + "$id": "7367", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "7030" + "$ref": "7056" }, "optional": false, "readOnly": false, @@ -95379,12 +95691,12 @@ "isHttpMetadata": false }, { - "$id": "7342", + "$id": "7368", "kind": "property", "name": "role", "serializedName": "role", "type": { - "$ref": "1155" + "$ref": "1157" }, "optional": false, "readOnly": false, @@ -95400,16 +95712,16 @@ "isHttpMetadata": false }, { - "$id": "7343", + "$id": "7369", "kind": "property", "name": "content", "serializedName": "content", "type": { - "$id": "7344", + "$id": "7370", "kind": "array", "name": "ArrayRealtimeContentPart", "valueType": { - "$ref": "7048" + "$ref": "7074" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -95428,12 +95740,12 @@ "isHttpMetadata": false }, { - "$id": "7345", + "$id": "7371", "kind": "property", "name": "status", "serializedName": "status", "type": { - "$ref": "1160" + "$ref": "1162" }, "optional": false, "readOnly": false, @@ -95451,7 +95763,7 @@ ] }, "function_call": { - "$id": "7346", + "$id": "7372", "kind": "model", "name": "RealtimeResponseFunctionCallItem", "namespace": "OpenAI", @@ -95460,16 +95772,16 @@ "discriminatorValue": "function_call", "decorators": [], "baseModel": { - "$ref": "7334" + "$ref": "7360" }, "properties": [ { - "$id": "7347", + "$id": "7373", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "7088" + "$ref": "7114" }, "optional": false, "readOnly": false, @@ -95485,12 +95797,12 @@ "isHttpMetadata": false }, { - "$id": "7348", + "$id": "7374", "kind": "property", "name": "name", "serializedName": "name", "type": { - "$id": "7349", + "$id": "7375", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95510,12 +95822,12 @@ "isHttpMetadata": false }, { - "$id": "7350", + "$id": "7376", "kind": "property", "name": "call_id", "serializedName": "call_id", "type": { - "$id": "7351", + "$id": "7377", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95535,12 +95847,12 @@ "isHttpMetadata": false }, { - "$id": "7352", + "$id": "7378", "kind": "property", "name": "arguments", "serializedName": "arguments", "type": { - "$id": "7353", + "$id": "7379", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95560,12 +95872,12 @@ "isHttpMetadata": false }, { - "$id": "7354", + "$id": "7380", "kind": "property", "name": "status", "serializedName": "status", "type": { - "$ref": "1160" + "$ref": "1162" }, "optional": false, "readOnly": false, @@ -95583,7 +95895,7 @@ ] }, "function_call_output": { - "$id": "7355", + "$id": "7381", "kind": "model", "name": "RealtimeResponseFunctionCallOutputItem", "namespace": "OpenAI", @@ -95592,16 +95904,16 @@ "discriminatorValue": "function_call_output", "decorators": [], "baseModel": { - "$ref": "7334" + "$ref": "7360" }, "properties": [ { - "$id": "7356", + "$id": "7382", "kind": "property", "name": "type", "serializedName": "type", "type": { - "$ref": "7098" + "$ref": "7124" }, "optional": false, "readOnly": false, @@ -95617,12 +95929,12 @@ "isHttpMetadata": false }, { - "$id": "7357", + "$id": "7383", "kind": "property", "name": "call_id", "serializedName": "call_id", "type": { - "$id": "7358", + "$id": "7384", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95642,12 +95954,12 @@ "isHttpMetadata": false }, { - "$id": "7359", + "$id": "7385", "kind": "property", "name": "output", "serializedName": "output", "type": { - "$id": "7360", + "$id": "7386", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95686,7 +95998,7 @@ ] }, "conversation.item.input_audio_transcription.completed": { - "$id": "7361", + "$id": "7387", "kind": "model", "name": "RealtimeServerEventConversationItemInputAudioTranscriptionCompleted", "namespace": "OpenAI", @@ -95696,25 +96008,25 @@ "discriminatorValue": "conversation.item.input_audio_transcription.completed", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7362", + "$id": "7388", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be\n`conversation.item.input_audio_transcription.completed`.", "type": { - "$id": "7363", + "$id": "7389", "kind": "enumvalue", "name": "conversation_item_input_audio_transcription_completed", "value": "conversation.item.input_audio_transcription.completed", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -95732,13 +96044,13 @@ "isHttpMetadata": false }, { - "$id": "7364", + "$id": "7390", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the user message item containing the audio.", "type": { - "$id": "7365", + "$id": "7391", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95758,13 +96070,13 @@ "isHttpMetadata": false }, { - "$id": "7366", + "$id": "7392", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part containing the audio.", "type": { - "$id": "7367", + "$id": "7393", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -95784,13 +96096,13 @@ "isHttpMetadata": false }, { - "$id": "7368", + "$id": "7394", "kind": "property", "name": "transcript", "serializedName": "transcript", "doc": "The transcribed text.", "type": { - "$id": "7369", + "$id": "7395", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95810,20 +96122,20 @@ "isHttpMetadata": false }, { - "$id": "7370", + "$id": "7396", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "doc": "The log probabilities of the transcription.", "type": { - "$id": "7371", + "$id": "7397", "kind": "nullable", "type": { - "$id": "7372", + "$id": "7398", "kind": "array", "name": "ArrayLogProbProperties", "valueType": { - "$id": "7373", + "$id": "7399", "kind": "model", "name": "LogProbProperties", "namespace": "OpenAI", @@ -95833,13 +96145,13 @@ "decorators": [], "properties": [ { - "$id": "7374", + "$id": "7400", "kind": "property", "name": "token", "serializedName": "token", "doc": "The token that was used to generate the log probability.", "type": { - "$id": "7375", + "$id": "7401", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -95859,13 +96171,13 @@ "isHttpMetadata": false }, { - "$id": "7376", + "$id": "7402", "kind": "property", "name": "logprob", "serializedName": "logprob", "doc": "The log probability of the token.", "type": { - "$id": "7377", + "$id": "7403", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -95885,13 +96197,13 @@ "isHttpMetadata": false }, { - "$id": "7378", + "$id": "7404", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "The bytes that were used to generate the log probability.", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": false, "readOnly": false, @@ -95929,7 +96241,7 @@ ] }, "conversation.item.input_audio_transcription.failed": { - "$id": "7379", + "$id": "7405", "kind": "model", "name": "RealtimeServerEventConversationItemInputAudioTranscriptionFailed", "namespace": "OpenAI", @@ -95939,25 +96251,25 @@ "discriminatorValue": "conversation.item.input_audio_transcription.failed", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7380", + "$id": "7406", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be\n`conversation.item.input_audio_transcription.failed`.", "type": { - "$id": "7381", + "$id": "7407", "kind": "enumvalue", "name": "conversation_item_input_audio_transcription_failed", "value": "conversation.item.input_audio_transcription.failed", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -95975,13 +96287,13 @@ "isHttpMetadata": false }, { - "$id": "7382", + "$id": "7408", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the user message item.", "type": { - "$id": "7383", + "$id": "7409", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96001,13 +96313,13 @@ "isHttpMetadata": false }, { - "$id": "7384", + "$id": "7410", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part containing the audio.", "type": { - "$id": "7385", + "$id": "7411", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96027,13 +96339,13 @@ "isHttpMetadata": false }, { - "$id": "7386", + "$id": "7412", "kind": "property", "name": "error", "serializedName": "error", "doc": "Details of the transcription error.", "type": { - "$id": "7387", + "$id": "7413", "kind": "model", "name": "RealtimeServerEventConversationItemInputAudioTranscriptionFailedError", "namespace": "OpenAI", @@ -96042,13 +96354,13 @@ "decorators": [], "properties": [ { - "$id": "7388", + "$id": "7414", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of error.", "type": { - "$id": "7389", + "$id": "7415", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96068,13 +96380,13 @@ "isHttpMetadata": false }, { - "$id": "7390", + "$id": "7416", "kind": "property", "name": "code", "serializedName": "code", "doc": "Error code, if any.", "type": { - "$id": "7391", + "$id": "7417", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96094,13 +96406,13 @@ "isHttpMetadata": false }, { - "$id": "7392", + "$id": "7418", "kind": "property", "name": "message", "serializedName": "message", "doc": "A human-readable error message.", "type": { - "$id": "7393", + "$id": "7419", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96120,13 +96432,13 @@ "isHttpMetadata": false }, { - "$id": "7394", + "$id": "7420", "kind": "property", "name": "param", "serializedName": "param", "doc": "Parameter related to the error, if any.", "type": { - "$id": "7395", + "$id": "7421", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96163,7 +96475,7 @@ ] }, "conversation.item.truncated": { - "$id": "7396", + "$id": "7422", "kind": "model", "name": "RealtimeServerEventConversationItemTruncated", "namespace": "OpenAI", @@ -96173,25 +96485,25 @@ "discriminatorValue": "conversation.item.truncated", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7397", + "$id": "7423", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.truncated`.", "type": { - "$id": "7398", + "$id": "7424", "kind": "enumvalue", "name": "conversation_item_truncated", "value": "conversation.item.truncated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -96209,13 +96521,13 @@ "isHttpMetadata": false }, { - "$id": "7399", + "$id": "7425", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the assistant message item that was truncated.", "type": { - "$id": "7400", + "$id": "7426", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96235,13 +96547,13 @@ "isHttpMetadata": false }, { - "$id": "7401", + "$id": "7427", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part that was truncated.", "type": { - "$id": "7402", + "$id": "7428", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96261,13 +96573,13 @@ "isHttpMetadata": false }, { - "$id": "7403", + "$id": "7429", "kind": "property", "name": "audio_end_ms", "serializedName": "audio_end_ms", "doc": "The duration up to which the audio was truncated, in milliseconds.", "type": { - "$id": "7404", + "$id": "7430", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96289,7 +96601,7 @@ ] }, "conversation.item.deleted": { - "$id": "7405", + "$id": "7431", "kind": "model", "name": "RealtimeServerEventConversationItemDeleted", "namespace": "OpenAI", @@ -96299,25 +96611,25 @@ "discriminatorValue": "conversation.item.deleted", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7406", + "$id": "7432", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.deleted`.", "type": { - "$id": "7407", + "$id": "7433", "kind": "enumvalue", "name": "conversation_item_deleted", "value": "conversation.item.deleted", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -96335,13 +96647,13 @@ "isHttpMetadata": false }, { - "$id": "7408", + "$id": "7434", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item that was deleted.", "type": { - "$id": "7409", + "$id": "7435", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96363,7 +96675,7 @@ ] }, "response.created": { - "$id": "7410", + "$id": "7436", "kind": "model", "name": "RealtimeServerEventResponseCreated", "namespace": "OpenAI", @@ -96373,25 +96685,25 @@ "discriminatorValue": "response.created", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7411", + "$id": "7437", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.created`.", "type": { - "$id": "7412", + "$id": "7438", "kind": "enumvalue", "name": "response_created", "value": "response.created", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -96409,12 +96721,12 @@ "isHttpMetadata": false }, { - "$id": "7413", + "$id": "7439", "kind": "property", "name": "response", "serializedName": "response", "type": { - "$id": "7414", + "$id": "7440", "kind": "model", "name": "RealtimeResponse", "namespace": "OpenAI", @@ -96424,13 +96736,13 @@ "decorators": [], "properties": [ { - "$id": "7415", + "$id": "7441", "kind": "property", "name": "id", "serializedName": "id", "doc": "The unique ID of the response.", "type": { - "$id": "7416", + "$id": "7442", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96450,13 +96762,13 @@ "isHttpMetadata": false }, { - "$id": "7417", + "$id": "7443", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, must be `realtime.response`.", "type": { - "$ref": "1243" + "$ref": "1245" }, "optional": true, "readOnly": false, @@ -96472,13 +96784,13 @@ "isHttpMetadata": false }, { - "$id": "7418", + "$id": "7444", "kind": "property", "name": "status", "serializedName": "status", "doc": "The final status of the response (`completed`, `cancelled`, `failed`, or\n`incomplete`).", "type": { - "$ref": "1247" + "$ref": "1249" }, "optional": true, "readOnly": false, @@ -96494,13 +96806,13 @@ "isHttpMetadata": false }, { - "$id": "7419", + "$id": "7445", "kind": "property", "name": "status_details", "serializedName": "status_details", "doc": "Additional details about the status.", "type": { - "$id": "7420", + "$id": "7446", "kind": "model", "name": "RealtimeResponseStatusDetails", "namespace": "OpenAI", @@ -96509,13 +96821,13 @@ "decorators": [], "properties": [ { - "$id": "7421", + "$id": "7447", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of error that caused the response to fail, corresponding\nwith the `status` field (`completed`, `cancelled`, `incomplete`,\n`failed`).", "type": { - "$ref": "1253" + "$ref": "1255" }, "optional": true, "readOnly": false, @@ -96531,13 +96843,13 @@ "isHttpMetadata": false }, { - "$id": "7422", + "$id": "7448", "kind": "property", "name": "reason", "serializedName": "reason", "doc": "The reason the Response did not complete. For a `cancelled` Response,\none of `turn_detected` (the server VAD detected a new start of speech)\nor `client_cancelled` (the client sent a cancel event). For an\n`incomplete` Response, one of `max_output_tokens` or `content_filter`\n(the server-side safety filter activated and cut off the response).", "type": { - "$ref": "1259" + "$ref": "1261" }, "optional": true, "readOnly": false, @@ -96553,13 +96865,13 @@ "isHttpMetadata": false }, { - "$id": "7423", + "$id": "7449", "kind": "property", "name": "error", "serializedName": "error", "doc": "A description of the error that caused the response to fail,\npopulated when the `status` is `failed`.", "type": { - "$id": "7424", + "$id": "7450", "kind": "model", "name": "RealtimeResponseStatusDetailsError", "namespace": "OpenAI", @@ -96568,13 +96880,13 @@ "decorators": [], "properties": [ { - "$id": "7425", + "$id": "7451", "kind": "property", "name": "type", "serializedName": "type", "doc": "The type of error.", "type": { - "$id": "7426", + "$id": "7452", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96594,13 +96906,13 @@ "isHttpMetadata": false }, { - "$id": "7427", + "$id": "7453", "kind": "property", "name": "code", "serializedName": "code", "doc": "Error code, if any.", "type": { - "$id": "7428", + "$id": "7454", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -96650,17 +96962,17 @@ "isHttpMetadata": false }, { - "$id": "7429", + "$id": "7455", "kind": "property", "name": "output", "serializedName": "output", "doc": "The list of output items generated by the response.", "type": { - "$id": "7430", + "$id": "7456", "kind": "array", "name": "ArrayRealtimeConversationResponseItem", "valueType": { - "$ref": "7334" + "$ref": "7360" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -96679,13 +96991,13 @@ "isHttpMetadata": false }, { - "$id": "7431", + "$id": "7457", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2441" + "$ref": "2443" }, "optional": false, "readOnly": false, @@ -96701,13 +97013,13 @@ "isHttpMetadata": false }, { - "$id": "7432", + "$id": "7458", "kind": "property", "name": "usage", "serializedName": "usage", "doc": "Usage statistics for the Response, this will correspond to billing. A\nRealtime API session will maintain a conversation context and append new\nItems to the Conversation, thus output from previous turns (text and\naudio tokens) will become the input for later turns.", "type": { - "$id": "7433", + "$id": "7459", "kind": "model", "name": "RealtimeResponseUsage", "namespace": "OpenAI", @@ -96716,13 +97028,13 @@ "decorators": [], "properties": [ { - "$id": "7434", + "$id": "7460", "kind": "property", "name": "total_tokens", "serializedName": "total_tokens", "doc": "The total number of tokens in the Response including input and output\ntext and audio tokens.", "type": { - "$id": "7435", + "$id": "7461", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96742,13 +97054,13 @@ "isHttpMetadata": false }, { - "$id": "7436", + "$id": "7462", "kind": "property", "name": "input_tokens", "serializedName": "input_tokens", "doc": "The number of input tokens used in the Response, including text and\naudio tokens.", "type": { - "$id": "7437", + "$id": "7463", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96768,13 +97080,13 @@ "isHttpMetadata": false }, { - "$id": "7438", + "$id": "7464", "kind": "property", "name": "output_tokens", "serializedName": "output_tokens", "doc": "The number of output tokens sent in the Response, including text and\naudio tokens.", "type": { - "$id": "7439", + "$id": "7465", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96794,13 +97106,13 @@ "isHttpMetadata": false }, { - "$id": "7440", + "$id": "7466", "kind": "property", "name": "input_token_details", "serializedName": "input_token_details", "doc": "Details about the input tokens used in the Response.", "type": { - "$id": "7441", + "$id": "7467", "kind": "model", "name": "RealtimeResponseUsageInputTokenDetails", "namespace": "OpenAI", @@ -96809,13 +97121,13 @@ "decorators": [], "properties": [ { - "$id": "7442", + "$id": "7468", "kind": "property", "name": "cached_tokens", "serializedName": "cached_tokens", "doc": "The number of cached tokens used in the Response.", "type": { - "$id": "7443", + "$id": "7469", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96835,13 +97147,13 @@ "isHttpMetadata": false }, { - "$id": "7444", + "$id": "7470", "kind": "property", "name": "text_tokens", "serializedName": "text_tokens", "doc": "The number of text tokens used in the Response.", "type": { - "$id": "7445", + "$id": "7471", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96861,13 +97173,13 @@ "isHttpMetadata": false }, { - "$id": "7446", + "$id": "7472", "kind": "property", "name": "audio_tokens", "serializedName": "audio_tokens", "doc": "The number of audio tokens used in the Response.", "type": { - "$id": "7447", + "$id": "7473", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96902,13 +97214,13 @@ "isHttpMetadata": false }, { - "$id": "7448", + "$id": "7474", "kind": "property", "name": "output_token_details", "serializedName": "output_token_details", "doc": "Details about the output tokens used in the Response.", "type": { - "$id": "7449", + "$id": "7475", "kind": "model", "name": "RealtimeResponseUsageOutputTokenDetails", "namespace": "OpenAI", @@ -96917,13 +97229,13 @@ "decorators": [], "properties": [ { - "$id": "7450", + "$id": "7476", "kind": "property", "name": "text_tokens", "serializedName": "text_tokens", "doc": "The number of text tokens used in the Response.", "type": { - "$id": "7451", + "$id": "7477", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96943,13 +97255,13 @@ "isHttpMetadata": false }, { - "$id": "7452", + "$id": "7478", "kind": "property", "name": "audio_tokens", "serializedName": "audio_tokens", "doc": "The number of audio tokens used in the Response.", "type": { - "$id": "7453", + "$id": "7479", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -96999,13 +97311,13 @@ "isHttpMetadata": false }, { - "$id": "7454", + "$id": "7480", "kind": "property", "name": "conversation_id", "serializedName": "conversation_id", "doc": "Which conversation the response is added to, determined by the `conversation`\nfield in the `response.create` event. If `auto`, the response will be added to\nthe default conversation and the value of `conversation_id` will be an id like\n`conv_1234`. If `none`, the response will not be added to any conversation and\nthe value of `conversation_id` will be `null`. If responses are being triggered\nby server VAD, the response will be added to the default conversation, thus\nthe `conversation_id` will be an id like `conv_1234`.", "type": { - "$id": "7455", + "$id": "7481", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97025,7 +97337,7 @@ "isHttpMetadata": false }, { - "$id": "7456", + "$id": "7482", "kind": "property", "name": "voice", "serializedName": "voice", @@ -97047,17 +97359,17 @@ "isHttpMetadata": false }, { - "$id": "7457", + "$id": "7483", "kind": "property", "name": "modalities", "serializedName": "modalities", "doc": "The set of modalities the model used to respond. If there are multiple modalities,\nthe model will pick one, for example if `modalities` is `[\"text\", \"audio\"]`, the model\ncould be responding in either text or audio.", "type": { - "$id": "7458", + "$id": "7484", "kind": "array", "name": "Array44", "valueType": { - "$ref": "1265" + "$ref": "1267" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -97076,13 +97388,13 @@ "isHttpMetadata": false }, { - "$id": "7459", + "$id": "7485", "kind": "property", "name": "output_audio_format", "serializedName": "output_audio_format", "doc": "The format of output audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.", "type": { - "$ref": "1269" + "$ref": "1271" }, "optional": true, "readOnly": false, @@ -97098,13 +97410,13 @@ "isHttpMetadata": false }, { - "$id": "7460", + "$id": "7486", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "Sampling temperature for the model, limited to [0.6, 1.2]. Defaults to 0.8.", "type": { - "$id": "7461", + "$id": "7487", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -97124,25 +97436,25 @@ "isHttpMetadata": false }, { - "$id": "7462", + "$id": "7488", "kind": "property", "name": "max_output_tokens", "serializedName": "max_output_tokens", "doc": "Maximum number of output tokens for a single assistant response,\ninclusive of tool calls, that was used in this response.", "type": { - "$id": "7463", + "$id": "7489", "kind": "union", "name": "RealtimeResponseMaxOutputTokens", "variantTypes": [ { - "$id": "7464", + "$id": "7490", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$ref": "1741" + "$ref": "1743" } ], "namespace": "OpenAI", @@ -97179,7 +97491,7 @@ ] }, "response.done": { - "$id": "7465", + "$id": "7491", "kind": "model", "name": "RealtimeServerEventResponseDone", "namespace": "OpenAI", @@ -97189,25 +97501,25 @@ "discriminatorValue": "response.done", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7466", + "$id": "7492", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.done`.", "type": { - "$id": "7467", + "$id": "7493", "kind": "enumvalue", "name": "response_done", "value": "response.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -97225,12 +97537,12 @@ "isHttpMetadata": false }, { - "$id": "7468", + "$id": "7494", "kind": "property", "name": "response", "serializedName": "response", "type": { - "$ref": "7414" + "$ref": "7440" }, "optional": false, "readOnly": false, @@ -97248,7 +97560,7 @@ ] }, "response.output_item.added": { - "$id": "7469", + "$id": "7495", "kind": "model", "name": "RealtimeServerEventResponseOutputItemAdded", "namespace": "OpenAI", @@ -97258,25 +97570,25 @@ "discriminatorValue": "response.output_item.added", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7470", + "$id": "7496", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.output_item.added`.", "type": { - "$id": "7471", + "$id": "7497", "kind": "enumvalue", "name": "response_output_item_added", "value": "response.output_item.added", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -97294,13 +97606,13 @@ "isHttpMetadata": false }, { - "$id": "7472", + "$id": "7498", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the Response to which the item belongs.", "type": { - "$id": "7473", + "$id": "7499", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97320,13 +97632,13 @@ "isHttpMetadata": false }, { - "$id": "7474", + "$id": "7500", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the Response.", "type": { - "$id": "7475", + "$id": "7501", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97346,12 +97658,12 @@ "isHttpMetadata": false }, { - "$id": "7476", + "$id": "7502", "kind": "property", "name": "item", "serializedName": "item", "type": { - "$ref": "7334" + "$ref": "7360" }, "optional": false, "readOnly": false, @@ -97369,7 +97681,7 @@ ] }, "response.output_item.done": { - "$id": "7477", + "$id": "7503", "kind": "model", "name": "RealtimeServerEventResponseOutputItemDone", "namespace": "OpenAI", @@ -97379,25 +97691,25 @@ "discriminatorValue": "response.output_item.done", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7478", + "$id": "7504", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.output_item.done`.", "type": { - "$id": "7479", + "$id": "7505", "kind": "enumvalue", "name": "response_output_item_done", "value": "response.output_item.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -97415,13 +97727,13 @@ "isHttpMetadata": false }, { - "$id": "7480", + "$id": "7506", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the Response to which the item belongs.", "type": { - "$id": "7481", + "$id": "7507", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97441,13 +97753,13 @@ "isHttpMetadata": false }, { - "$id": "7482", + "$id": "7508", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the Response.", "type": { - "$id": "7483", + "$id": "7509", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97467,12 +97779,12 @@ "isHttpMetadata": false }, { - "$id": "7484", + "$id": "7510", "kind": "property", "name": "item", "serializedName": "item", "type": { - "$ref": "7334" + "$ref": "7360" }, "optional": false, "readOnly": false, @@ -97490,7 +97802,7 @@ ] }, "response.content_part.added": { - "$id": "7485", + "$id": "7511", "kind": "model", "name": "RealtimeServerEventResponseContentPartAdded", "namespace": "OpenAI", @@ -97500,25 +97812,25 @@ "discriminatorValue": "response.content_part.added", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7486", + "$id": "7512", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.content_part.added`.", "type": { - "$id": "7487", + "$id": "7513", "kind": "enumvalue", "name": "response_content_part_added", "value": "response.content_part.added", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -97536,13 +97848,13 @@ "isHttpMetadata": false }, { - "$id": "7488", + "$id": "7514", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7489", + "$id": "7515", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97562,13 +97874,13 @@ "isHttpMetadata": false }, { - "$id": "7490", + "$id": "7516", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item to which the content part was added.", "type": { - "$id": "7491", + "$id": "7517", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97588,13 +97900,13 @@ "isHttpMetadata": false }, { - "$id": "7492", + "$id": "7518", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7493", + "$id": "7519", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97614,13 +97926,13 @@ "isHttpMetadata": false }, { - "$id": "7494", + "$id": "7520", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7495", + "$id": "7521", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97640,13 +97952,13 @@ "isHttpMetadata": false }, { - "$id": "7496", + "$id": "7522", "kind": "property", "name": "part", "serializedName": "part", "doc": "The content part that was added.", "type": { - "$ref": "7048" + "$ref": "7074" }, "optional": false, "readOnly": false, @@ -97664,7 +97976,7 @@ ] }, "response.content_part.done": { - "$id": "7497", + "$id": "7523", "kind": "model", "name": "RealtimeServerEventResponseContentPartDone", "namespace": "OpenAI", @@ -97674,25 +97986,25 @@ "discriminatorValue": "response.content_part.done", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7498", + "$id": "7524", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.content_part.done`.", "type": { - "$id": "7499", + "$id": "7525", "kind": "enumvalue", "name": "response_content_part_done", "value": "response.content_part.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -97710,13 +98022,13 @@ "isHttpMetadata": false }, { - "$id": "7500", + "$id": "7526", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7501", + "$id": "7527", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97736,13 +98048,13 @@ "isHttpMetadata": false }, { - "$id": "7502", + "$id": "7528", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7503", + "$id": "7529", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97762,13 +98074,13 @@ "isHttpMetadata": false }, { - "$id": "7504", + "$id": "7530", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7505", + "$id": "7531", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97788,13 +98100,13 @@ "isHttpMetadata": false }, { - "$id": "7506", + "$id": "7532", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7507", + "$id": "7533", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97814,13 +98126,13 @@ "isHttpMetadata": false }, { - "$id": "7508", + "$id": "7534", "kind": "property", "name": "part", "serializedName": "part", "doc": "The content part that is done.", "type": { - "$ref": "7048" + "$ref": "7074" }, "optional": false, "readOnly": false, @@ -97838,7 +98150,7 @@ ] }, "response.text.delta": { - "$id": "7509", + "$id": "7535", "kind": "model", "name": "RealtimeServerEventResponseTextDelta", "namespace": "OpenAI", @@ -97848,25 +98160,25 @@ "discriminatorValue": "response.text.delta", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7510", + "$id": "7536", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.text.delta`.", "type": { - "$id": "7511", + "$id": "7537", "kind": "enumvalue", "name": "response_text_delta", "value": "response.text.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -97884,13 +98196,13 @@ "isHttpMetadata": false }, { - "$id": "7512", + "$id": "7538", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7513", + "$id": "7539", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97910,13 +98222,13 @@ "isHttpMetadata": false }, { - "$id": "7514", + "$id": "7540", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7515", + "$id": "7541", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -97936,13 +98248,13 @@ "isHttpMetadata": false }, { - "$id": "7516", + "$id": "7542", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7517", + "$id": "7543", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97962,13 +98274,13 @@ "isHttpMetadata": false }, { - "$id": "7518", + "$id": "7544", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7519", + "$id": "7545", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -97988,13 +98300,13 @@ "isHttpMetadata": false }, { - "$id": "7520", + "$id": "7546", "kind": "property", "name": "delta", "serializedName": "delta", "doc": "The text delta.", "type": { - "$id": "7521", + "$id": "7547", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98016,7 +98328,7 @@ ] }, "response.text.done": { - "$id": "7522", + "$id": "7548", "kind": "model", "name": "RealtimeServerEventResponseTextDone", "namespace": "OpenAI", @@ -98026,25 +98338,25 @@ "discriminatorValue": "response.text.done", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7523", + "$id": "7549", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.text.done`.", "type": { - "$id": "7524", + "$id": "7550", "kind": "enumvalue", "name": "response_text_done", "value": "response.text.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -98062,13 +98374,13 @@ "isHttpMetadata": false }, { - "$id": "7525", + "$id": "7551", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7526", + "$id": "7552", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98088,13 +98400,13 @@ "isHttpMetadata": false }, { - "$id": "7527", + "$id": "7553", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7528", + "$id": "7554", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98114,13 +98426,13 @@ "isHttpMetadata": false }, { - "$id": "7529", + "$id": "7555", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7530", + "$id": "7556", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98140,13 +98452,13 @@ "isHttpMetadata": false }, { - "$id": "7531", + "$id": "7557", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7532", + "$id": "7558", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98166,13 +98478,13 @@ "isHttpMetadata": false }, { - "$id": "7533", + "$id": "7559", "kind": "property", "name": "text", "serializedName": "text", "doc": "The final text content.", "type": { - "$id": "7534", + "$id": "7560", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98194,7 +98506,7 @@ ] }, "response.audio_transcript.delta": { - "$id": "7535", + "$id": "7561", "kind": "model", "name": "RealtimeServerEventResponseAudioTranscriptDelta", "namespace": "OpenAI", @@ -98204,25 +98516,25 @@ "discriminatorValue": "response.audio_transcript.delta", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7536", + "$id": "7562", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.audio_transcript.delta`.", "type": { - "$id": "7537", + "$id": "7563", "kind": "enumvalue", "name": "response_audio_transcript_delta", "value": "response.audio_transcript.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -98240,13 +98552,13 @@ "isHttpMetadata": false }, { - "$id": "7538", + "$id": "7564", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7539", + "$id": "7565", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98266,13 +98578,13 @@ "isHttpMetadata": false }, { - "$id": "7540", + "$id": "7566", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7541", + "$id": "7567", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98292,13 +98604,13 @@ "isHttpMetadata": false }, { - "$id": "7542", + "$id": "7568", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7543", + "$id": "7569", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98318,13 +98630,13 @@ "isHttpMetadata": false }, { - "$id": "7544", + "$id": "7570", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7545", + "$id": "7571", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98344,13 +98656,13 @@ "isHttpMetadata": false }, { - "$id": "7546", + "$id": "7572", "kind": "property", "name": "delta", "serializedName": "delta", "doc": "The transcript delta.", "type": { - "$id": "7547", + "$id": "7573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98372,7 +98684,7 @@ ] }, "response.audio_transcript.done": { - "$id": "7548", + "$id": "7574", "kind": "model", "name": "RealtimeServerEventResponseAudioTranscriptDone", "namespace": "OpenAI", @@ -98382,25 +98694,25 @@ "discriminatorValue": "response.audio_transcript.done", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7549", + "$id": "7575", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.audio_transcript.done`.", "type": { - "$id": "7550", + "$id": "7576", "kind": "enumvalue", "name": "response_audio_transcript_done", "value": "response.audio_transcript.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -98418,13 +98730,13 @@ "isHttpMetadata": false }, { - "$id": "7551", + "$id": "7577", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7552", + "$id": "7578", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98444,13 +98756,13 @@ "isHttpMetadata": false }, { - "$id": "7553", + "$id": "7579", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7554", + "$id": "7580", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98470,13 +98782,13 @@ "isHttpMetadata": false }, { - "$id": "7555", + "$id": "7581", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7556", + "$id": "7582", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98496,13 +98808,13 @@ "isHttpMetadata": false }, { - "$id": "7557", + "$id": "7583", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7558", + "$id": "7584", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98522,13 +98834,13 @@ "isHttpMetadata": false }, { - "$id": "7559", + "$id": "7585", "kind": "property", "name": "transcript", "serializedName": "transcript", "doc": "The final transcript of the audio.", "type": { - "$id": "7560", + "$id": "7586", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98550,7 +98862,7 @@ ] }, "response.audio.delta": { - "$id": "7561", + "$id": "7587", "kind": "model", "name": "RealtimeServerEventResponseAudioDelta", "namespace": "OpenAI", @@ -98560,25 +98872,25 @@ "discriminatorValue": "response.audio.delta", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7562", + "$id": "7588", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.audio.delta`.", "type": { - "$id": "7563", + "$id": "7589", "kind": "enumvalue", "name": "response_audio_delta", "value": "response.audio.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -98596,13 +98908,13 @@ "isHttpMetadata": false }, { - "$id": "7564", + "$id": "7590", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7565", + "$id": "7591", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98622,13 +98934,13 @@ "isHttpMetadata": false }, { - "$id": "7566", + "$id": "7592", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7567", + "$id": "7593", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98648,13 +98960,13 @@ "isHttpMetadata": false }, { - "$id": "7568", + "$id": "7594", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7569", + "$id": "7595", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98674,13 +98986,13 @@ "isHttpMetadata": false }, { - "$id": "7570", + "$id": "7596", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7571", + "$id": "7597", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98700,13 +99012,13 @@ "isHttpMetadata": false }, { - "$id": "7572", + "$id": "7598", "kind": "property", "name": "delta", "serializedName": "delta", "doc": "Base64-encoded audio data delta.", "type": { - "$id": "7573", + "$id": "7599", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -98729,7 +99041,7 @@ ] }, "response.audio.done": { - "$id": "7574", + "$id": "7600", "kind": "model", "name": "RealtimeServerEventResponseAudioDone", "namespace": "OpenAI", @@ -98739,25 +99051,25 @@ "discriminatorValue": "response.audio.done", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7575", + "$id": "7601", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.audio.done`.", "type": { - "$id": "7576", + "$id": "7602", "kind": "enumvalue", "name": "response_audio_done", "value": "response.audio.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -98775,13 +99087,13 @@ "isHttpMetadata": false }, { - "$id": "7577", + "$id": "7603", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7578", + "$id": "7604", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98801,13 +99113,13 @@ "isHttpMetadata": false }, { - "$id": "7579", + "$id": "7605", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7580", + "$id": "7606", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98827,13 +99139,13 @@ "isHttpMetadata": false }, { - "$id": "7581", + "$id": "7607", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7582", + "$id": "7608", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98853,13 +99165,13 @@ "isHttpMetadata": false }, { - "$id": "7583", + "$id": "7609", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7584", + "$id": "7610", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -98881,7 +99193,7 @@ ] }, "response.function_call_arguments.delta": { - "$id": "7585", + "$id": "7611", "kind": "model", "name": "RealtimeServerEventResponseFunctionCallArgumentsDelta", "namespace": "OpenAI", @@ -98891,25 +99203,25 @@ "discriminatorValue": "response.function_call_arguments.delta", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7586", + "$id": "7612", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.function_call_arguments.delta`.", "type": { - "$id": "7587", + "$id": "7613", "kind": "enumvalue", "name": "response_function_call_arguments_delta", "value": "response.function_call_arguments.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -98927,13 +99239,13 @@ "isHttpMetadata": false }, { - "$id": "7588", + "$id": "7614", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7589", + "$id": "7615", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98953,13 +99265,13 @@ "isHttpMetadata": false }, { - "$id": "7590", + "$id": "7616", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the function call item.", "type": { - "$id": "7591", + "$id": "7617", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -98979,13 +99291,13 @@ "isHttpMetadata": false }, { - "$id": "7592", + "$id": "7618", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7593", + "$id": "7619", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99005,13 +99317,13 @@ "isHttpMetadata": false }, { - "$id": "7594", + "$id": "7620", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The ID of the function call.", "type": { - "$id": "7595", + "$id": "7621", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99031,13 +99343,13 @@ "isHttpMetadata": false }, { - "$id": "7596", + "$id": "7622", "kind": "property", "name": "delta", "serializedName": "delta", "doc": "The arguments delta as a JSON string.", "type": { - "$id": "7597", + "$id": "7623", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99059,7 +99371,7 @@ ] }, "response.function_call_arguments.done": { - "$id": "7598", + "$id": "7624", "kind": "model", "name": "RealtimeServerEventResponseFunctionCallArgumentsDone", "namespace": "OpenAI", @@ -99069,25 +99381,25 @@ "discriminatorValue": "response.function_call_arguments.done", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7599", + "$id": "7625", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `response.function_call_arguments.done`.", "type": { - "$id": "7600", + "$id": "7626", "kind": "enumvalue", "name": "response_function_call_arguments_done", "value": "response.function_call_arguments.done", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -99105,13 +99417,13 @@ "isHttpMetadata": false }, { - "$id": "7601", + "$id": "7627", "kind": "property", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response.", "type": { - "$id": "7602", + "$id": "7628", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99131,13 +99443,13 @@ "isHttpMetadata": false }, { - "$id": "7603", + "$id": "7629", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the function call item.", "type": { - "$id": "7604", + "$id": "7630", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99157,13 +99469,13 @@ "isHttpMetadata": false }, { - "$id": "7605", + "$id": "7631", "kind": "property", "name": "output_index", "serializedName": "output_index", "doc": "The index of the output item in the response.", "type": { - "$id": "7606", + "$id": "7632", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99183,13 +99495,13 @@ "isHttpMetadata": false }, { - "$id": "7607", + "$id": "7633", "kind": "property", "name": "call_id", "serializedName": "call_id", "doc": "The ID of the function call.", "type": { - "$id": "7608", + "$id": "7634", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99209,13 +99521,13 @@ "isHttpMetadata": false }, { - "$id": "7609", + "$id": "7635", "kind": "property", "name": "arguments", "serializedName": "arguments", "doc": "The final arguments as a JSON string.", "type": { - "$id": "7610", + "$id": "7636", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99237,7 +99549,7 @@ ] }, "rate_limits.updated": { - "$id": "7611", + "$id": "7637", "kind": "model", "name": "RealtimeServerEventRateLimitsUpdated", "namespace": "OpenAI", @@ -99247,25 +99559,25 @@ "discriminatorValue": "rate_limits.updated", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7612", + "$id": "7638", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `rate_limits.updated`.", "type": { - "$id": "7613", + "$id": "7639", "kind": "enumvalue", "name": "rate_limits_updated", "value": "rate_limits.updated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -99283,17 +99595,17 @@ "isHttpMetadata": false }, { - "$id": "7614", + "$id": "7640", "kind": "property", "name": "rate_limits", "serializedName": "rate_limits", "doc": "List of rate limit information.", "type": { - "$id": "7615", + "$id": "7641", "kind": "array", "name": "ArrayRealtimeServerEventRateLimitsUpdatedRateLimitsItem", "valueType": { - "$id": "7616", + "$id": "7642", "kind": "model", "name": "RealtimeServerEventRateLimitsUpdatedRateLimitsItem", "namespace": "OpenAI", @@ -99302,13 +99614,13 @@ "decorators": [], "properties": [ { - "$id": "7617", + "$id": "7643", "kind": "property", "name": "name", "serializedName": "name", "doc": "The rate limit property name that this item includes information about.", "type": { - "$id": "7618", + "$id": "7644", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99328,13 +99640,13 @@ "isHttpMetadata": false }, { - "$id": "7619", + "$id": "7645", "kind": "property", "name": "limit", "serializedName": "limit", "doc": "The maximum configured limit for this rate limit property.", "type": { - "$id": "7620", + "$id": "7646", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99354,13 +99666,13 @@ "isHttpMetadata": false }, { - "$id": "7621", + "$id": "7647", "kind": "property", "name": "remaining", "serializedName": "remaining", "doc": "The remaining quota available against the configured limit for this rate limit property.", "type": { - "$id": "7622", + "$id": "7648", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99380,18 +99692,18 @@ "isHttpMetadata": false }, { - "$id": "7623", + "$id": "7649", "kind": "property", "name": "reset_seconds", "serializedName": "reset_seconds", "doc": "The remaining time, in seconds, until this rate limit property is reset.", "type": { - "$id": "7624", + "$id": "7650", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "7625", + "$id": "7651", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -99434,7 +99746,7 @@ ] }, "conversation.item.input_audio_transcription.delta": { - "$id": "7626", + "$id": "7652", "kind": "model", "name": "RealtimeServerEventConversationItemInputAudioTranscriptionDelta", "namespace": "OpenAI", @@ -99444,25 +99756,25 @@ "discriminatorValue": "conversation.item.input_audio_transcription.delta", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7627", + "$id": "7653", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.input_audio_transcription.delta`.", "type": { - "$id": "7628", + "$id": "7654", "kind": "enumvalue", "name": "conversation_item_input_audio_transcription_delta", "value": "conversation.item.input_audio_transcription.delta", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -99480,13 +99792,13 @@ "isHttpMetadata": false }, { - "$id": "7629", + "$id": "7655", "kind": "property", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item.", "type": { - "$id": "7630", + "$id": "7656", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99506,13 +99818,13 @@ "isHttpMetadata": false }, { - "$id": "7631", + "$id": "7657", "kind": "property", "name": "content_index", "serializedName": "content_index", "doc": "The index of the content part in the item's content array.", "type": { - "$id": "7632", + "$id": "7658", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99532,13 +99844,13 @@ "isHttpMetadata": false }, { - "$id": "7633", + "$id": "7659", "kind": "property", "name": "delta", "serializedName": "delta", "doc": "The text delta.", "type": { - "$id": "7634", + "$id": "7660", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99558,16 +99870,16 @@ "isHttpMetadata": false }, { - "$id": "7635", + "$id": "7661", "kind": "property", "name": "logprobs", "serializedName": "logprobs", "doc": "The log probabilities of the transcription.", "type": { - "$id": "7636", + "$id": "7662", "kind": "nullable", "type": { - "$ref": "7372" + "$ref": "7398" }, "namespace": "OpenAI" }, @@ -99587,7 +99899,7 @@ ] }, "conversation.item.retrieved": { - "$id": "7637", + "$id": "7663", "kind": "model", "name": "RealtimeServerEventConversationItemRetrieved", "namespace": "OpenAI", @@ -99597,25 +99909,25 @@ "discriminatorValue": "conversation.item.retrieved", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7638", + "$id": "7664", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `conversation.item.retrieved`.", "type": { - "$id": "7639", + "$id": "7665", "kind": "enumvalue", "name": "conversation_item_retrieved", "value": "conversation.item.retrieved", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -99633,12 +99945,12 @@ "isHttpMetadata": false }, { - "$id": "7640", + "$id": "7666", "kind": "property", "name": "item", "serializedName": "item", "type": { - "$ref": "7334" + "$ref": "7360" }, "optional": false, "readOnly": false, @@ -99656,7 +99968,7 @@ ] }, "transcription_session.updated": { - "$id": "7641", + "$id": "7667", "kind": "model", "name": "RealtimeServerEventTranscriptionSessionUpdated", "namespace": "OpenAI", @@ -99666,25 +99978,25 @@ "discriminatorValue": "transcription_session.updated", "decorators": [], "baseModel": { - "$ref": "7190" + "$ref": "7216" }, "properties": [ { - "$id": "7642", + "$id": "7668", "kind": "property", "name": "type", "serializedName": "type", "doc": "The event type, must be `transcription_session.updated`.", "type": { - "$id": "7643", + "$id": "7669", "kind": "enumvalue", "name": "transcription_session_updated", "value": "transcription_session.updated", "valueType": { - "$ref": "1208" + "$ref": "1210" }, "enumType": { - "$ref": "7197" + "$ref": "7223" }, "decorators": [] }, @@ -99702,12 +100014,12 @@ "isHttpMetadata": false }, { - "$id": "7644", + "$id": "7670", "kind": "property", "name": "session", "serializedName": "session", "type": { - "$id": "7645", + "$id": "7671", "kind": "model", "name": "RealtimeTranscriptionSessionCreateResponse", "namespace": "OpenAI", @@ -99717,13 +100029,13 @@ "decorators": [], "properties": [ { - "$id": "7646", + "$id": "7672", "kind": "property", "name": "client_secret", "serializedName": "client_secret", "doc": "Ephemeral key returned by the API. Only present when the session is\ncreated on the server via REST API.", "type": { - "$id": "7647", + "$id": "7673", "kind": "model", "name": "RealtimeTranscriptionSessionCreateResponseClientSecret", "namespace": "OpenAI", @@ -99732,13 +100044,13 @@ "decorators": [], "properties": [ { - "$id": "7648", + "$id": "7674", "kind": "property", "name": "value", "serializedName": "value", "doc": "Ephemeral key usable in client environments to authenticate connections\nto the Realtime API. Use this in client-side environments rather than\na standard API token, which should only be used server-side.", "type": { - "$id": "7649", + "$id": "7675", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99758,18 +100070,18 @@ "isHttpMetadata": false }, { - "$id": "7650", + "$id": "7676", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "Timestamp for when the token expires. Currently, all tokens expire\nafter one minute.", "type": { - "$id": "7651", + "$id": "7677", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "7652", + "$id": "7678", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -99807,17 +100119,17 @@ "isHttpMetadata": false }, { - "$id": "7653", + "$id": "7679", "kind": "property", "name": "modalities", "serializedName": "modalities", "doc": "The set of modalities the model can respond with. To disable audio,\nset this to [\"text\"].", "type": { - "$id": "7654", + "$id": "7680", "kind": "array", "name": "Array45", "valueType": { - "$ref": "1274" + "$ref": "1276" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -99836,13 +100148,13 @@ "isHttpMetadata": false }, { - "$id": "7655", + "$id": "7681", "kind": "property", "name": "input_audio_format", "serializedName": "input_audio_format", "doc": "The format of input audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.", "type": { - "$id": "7656", + "$id": "7682", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99862,13 +100174,13 @@ "isHttpMetadata": false }, { - "$id": "7657", + "$id": "7683", "kind": "property", "name": "input_audio_transcription", "serializedName": "input_audio_transcription", "doc": "Configuration of the transcription model.", "type": { - "$id": "7658", + "$id": "7684", "kind": "model", "name": "RealtimeTranscriptionSessionCreateResponseInputAudioTranscription", "namespace": "OpenAI", @@ -99877,13 +100189,13 @@ "decorators": [], "properties": [ { - "$id": "7659", + "$id": "7685", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for transcription. Can be `gpt-4o-transcribe`, `gpt-4o-mini-transcribe`, or `whisper-1`.", "type": { - "$ref": "1278" + "$ref": "1280" }, "optional": true, "readOnly": false, @@ -99899,13 +100211,13 @@ "isHttpMetadata": false }, { - "$id": "7660", + "$id": "7686", "kind": "property", "name": "language", "serializedName": "language", "doc": "The language of the input audio. Supplying the input language in\n[ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. `en`) format\nwill improve accuracy and latency.", "type": { - "$id": "7661", + "$id": "7687", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99925,13 +100237,13 @@ "isHttpMetadata": false }, { - "$id": "7662", + "$id": "7688", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "An optional text to guide the model's style or continue a previous audio\nsegment. The [prompt](/docs/guides/speech-to-text#prompting) should match\nthe audio language.", "type": { - "$id": "7663", + "$id": "7689", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -99966,13 +100278,13 @@ "isHttpMetadata": false }, { - "$id": "7664", + "$id": "7690", "kind": "property", "name": "turn_detection", "serializedName": "turn_detection", "doc": "Configuration for turn detection. Can be set to `null` to turn off. Server\nVAD means that the model will detect the start and end of speech based on\naudio volume and respond at the end of user speech.", "type": { - "$id": "7665", + "$id": "7691", "kind": "model", "name": "RealtimeTranscriptionSessionCreateResponseTurnDetection", "namespace": "OpenAI", @@ -99981,13 +100293,13 @@ "decorators": [], "properties": [ { - "$id": "7666", + "$id": "7692", "kind": "property", "name": "type", "serializedName": "type", "doc": "Type of turn detection, only `server_vad` is currently supported.", "type": { - "$id": "7667", + "$id": "7693", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100007,13 +100319,13 @@ "isHttpMetadata": false }, { - "$id": "7668", + "$id": "7694", "kind": "property", "name": "threshold", "serializedName": "threshold", "doc": "Activation threshold for VAD (0.0 to 1.0), this defaults to 0.5. A\nhigher threshold will require louder audio to activate the model, and\nthus might perform better in noisy environments.", "type": { - "$id": "7669", + "$id": "7695", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -100033,13 +100345,13 @@ "isHttpMetadata": false }, { - "$id": "7670", + "$id": "7696", "kind": "property", "name": "prefix_padding_ms", "serializedName": "prefix_padding_ms", "doc": "Amount of audio to include before the VAD detected speech (in\nmilliseconds). Defaults to 300ms.", "type": { - "$id": "7671", + "$id": "7697", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -100059,13 +100371,13 @@ "isHttpMetadata": false }, { - "$id": "7672", + "$id": "7698", "kind": "property", "name": "silence_duration_ms", "serializedName": "silence_duration_ms", "doc": "Duration of silence to detect speech stop (in milliseconds). Defaults\nto 500ms. With shorter values the model will respond more quickly,\nbut may jump in on short pauses from the user.", "type": { - "$id": "7673", + "$id": "7699", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -100119,121 +100431,115 @@ } }, { - "$ref": "7194" + "$ref": "7220" }, { - "$ref": "7234" + "$ref": "7260" }, { - "$ref": "7248" + "$ref": "7274" }, { - "$ref": "7252" + "$ref": "7278" }, { - "$ref": "7276" + "$ref": "7302" }, { - "$ref": "7280" - }, - { - "$ref": "7284" - }, - { - "$ref": "7289" - }, - { - "$ref": "7296" + "$ref": "7306" }, { - "$ref": "7299" + "$ref": "7310" }, { - "$ref": "7306" + "$ref": "7315" }, { - "$ref": "7313" + "$ref": "7322" }, { - "$ref": "7318" + "$ref": "7325" }, { - "$ref": "7323" + "$ref": "7332" }, { - "$ref": "7328" + "$ref": "7339" }, { - "$ref": "7334" + "$ref": "7344" }, { - "$ref": "7340" + "$ref": "7349" }, { - "$ref": "7346" + "$ref": "7354" }, { - "$ref": "7355" + "$ref": "7360" }, { - "$ref": "7361" + "$ref": "7366" }, { - "$ref": "7373" + "$ref": "7372" }, { - "$ref": "7379" + "$ref": "7381" }, { "$ref": "7387" }, { - "$ref": "7396" + "$ref": "7399" }, { "$ref": "7405" }, { - "$ref": "7410" + "$ref": "7413" }, { - "$ref": "7414" + "$ref": "7422" }, { - "$ref": "7420" + "$ref": "7431" }, { - "$ref": "7424" + "$ref": "7436" }, { - "$ref": "7433" + "$ref": "7440" }, { - "$ref": "7441" + "$ref": "7446" }, { - "$ref": "7449" + "$ref": "7450" }, { - "$ref": "7465" + "$ref": "7459" }, { - "$ref": "7469" + "$ref": "7467" }, { - "$ref": "7477" + "$ref": "7475" }, { - "$ref": "7485" + "$ref": "7491" }, { - "$ref": "7497" + "$ref": "7495" }, { - "$ref": "7509" + "$ref": "7503" }, { - "$ref": "7522" + "$ref": "7511" + }, + { + "$ref": "7523" }, { "$ref": "7535" @@ -100248,40 +100554,46 @@ "$ref": "7574" }, { - "$ref": "7585" + "$ref": "7587" }, { - "$ref": "7598" + "$ref": "7600" }, { "$ref": "7611" }, { - "$ref": "7616" + "$ref": "7624" }, { - "$ref": "7626" + "$ref": "7637" }, { - "$ref": "7637" + "$ref": "7642" }, { - "$ref": "7641" + "$ref": "7652" }, { - "$ref": "7645" + "$ref": "7663" }, { - "$ref": "7647" + "$ref": "7667" }, { - "$ref": "7658" + "$ref": "7671" }, { - "$ref": "7665" + "$ref": "7673" + }, + { + "$ref": "7684" + }, + { + "$ref": "7691" }, { - "$id": "7674", + "$id": "7700", "kind": "model", "name": "RealtimeSessionCreateRequest", "namespace": "OpenAI", @@ -100291,13 +100603,13 @@ "decorators": [], "properties": [ { - "$id": "7675", + "$id": "7701", "kind": "property", "name": "modalities", "serializedName": "modalities", "doc": "The set of modalities the model can respond with. To disable audio,\nset this to [\"text\"].", "type": { - "$ref": "6917" + "$ref": "6943" }, "optional": true, "readOnly": false, @@ -100313,13 +100625,13 @@ "isHttpMetadata": false }, { - "$id": "7676", + "$id": "7702", "kind": "property", "name": "model", "serializedName": "model", "doc": "The Realtime model used for this session.", "type": { - "$ref": "1283" + "$ref": "1285" }, "optional": true, "readOnly": false, @@ -100335,13 +100647,13 @@ "isHttpMetadata": false }, { - "$id": "7677", + "$id": "7703", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "The default system instructions (i.e. system message) prepended to model calls. This field allows the client to guide the model on desired responses. The model can be instructed on response content and format, (e.g. \"be extremely succinct\", \"act friendly\", \"here are examples of good responses\") and on audio behavior (e.g. \"talk quickly\", \"inject emotion into your voice\", \"laugh frequently\"). The instructions are not guaranteed to be followed by the model, but they provide guidance to the model on the desired behavior.\n\nNote that the server sets default instructions which will be used if this field is not set and are visible in the `session.created` event at the start of the session.", "type": { - "$id": "7678", + "$id": "7704", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100361,7 +100673,7 @@ "isHttpMetadata": false }, { - "$id": "7679", + "$id": "7705", "kind": "property", "name": "voice", "serializedName": "voice", @@ -100383,13 +100695,13 @@ "isHttpMetadata": false }, { - "$id": "7680", + "$id": "7706", "kind": "property", "name": "input_audio_format", "serializedName": "input_audio_format", "doc": "The format of input audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.\nFor `pcm16`, input audio must be 16-bit PCM at a 24kHz sample rate,\nsingle channel (mono), and little-endian byte order.", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": true, "readOnly": false, @@ -100405,13 +100717,13 @@ "isHttpMetadata": false }, { - "$id": "7681", + "$id": "7707", "kind": "property", "name": "output_audio_format", "serializedName": "output_audio_format", "doc": "The format of output audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.\nFor `pcm16`, output audio is sampled at a rate of 24kHz.", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": true, "readOnly": false, @@ -100427,13 +100739,13 @@ "isHttpMetadata": false }, { - "$id": "7682", + "$id": "7708", "kind": "property", "name": "input_audio_transcription", "serializedName": "input_audio_transcription", "doc": "Configuration for input audio transcription, defaults to off and can be set to `null` to turn off once on. Input audio transcription is not native to the model, since the model consumes audio directly. Transcription runs asynchronously through [the /audio/transcriptions endpoint](https://platform.openai.com/docs/api-reference/audio/createTranscription) and should be treated as guidance of input audio content rather than precisely what the model heard. The client can optionally set the language and prompt for transcription, these offer additional guidance to the transcription service.", "type": { - "$id": "7683", + "$id": "7709", "kind": "model", "name": "RealtimeSessionCreateRequestInputAudioTranscription", "namespace": "OpenAI", @@ -100442,13 +100754,13 @@ "decorators": [], "properties": [ { - "$id": "7684", + "$id": "7710", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for transcription, current options are `gpt-4o-transcribe`, `gpt-4o-mini-transcribe`, and `whisper-1`.", "type": { - "$id": "7685", + "$id": "7711", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100468,13 +100780,13 @@ "isHttpMetadata": false }, { - "$id": "7686", + "$id": "7712", "kind": "property", "name": "language", "serializedName": "language", "doc": "The language of the input audio. Supplying the input language in\n[ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. `en`) format\nwill improve accuracy and latency.", "type": { - "$id": "7687", + "$id": "7713", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100494,13 +100806,13 @@ "isHttpMetadata": false }, { - "$id": "7688", + "$id": "7714", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "An optional text to guide the model's style or continue a previous audio\nsegment.\nFor `whisper-1`, the [prompt is a list of keywords](/docs/guides/speech-to-text#prompting).\nFor `gpt-4o-transcribe` models, the prompt is a free text string, for example \"expect words related to technology\".", "type": { - "$id": "7689", + "$id": "7715", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100535,13 +100847,13 @@ "isHttpMetadata": false }, { - "$id": "7690", + "$id": "7716", "kind": "property", "name": "turn_detection", "serializedName": "turn_detection", "doc": "Configuration for turn detection, ether Server VAD or Semantic VAD. This can be set to `null` to turn off, in which case the client must manually trigger model response.\nServer VAD means that the model will detect the start and end of speech based on audio volume and respond at the end of user speech.\nSemantic VAD is more advanced and uses a turn detection model (in conjuction with VAD) to semantically estimate whether the user has finished speaking, then dynamically sets a timeout based on this probability. For example, if user audio trails off with \"uhhm\", the model will score a low probability of turn end and wait longer for the user to continue speaking. This can be useful for more natural conversations, but may have a higher latency.", "type": { - "$id": "7691", + "$id": "7717", "kind": "model", "name": "RealtimeSessionCreateRequestTurnDetection", "namespace": "OpenAI", @@ -100550,13 +100862,13 @@ "decorators": [], "properties": [ { - "$id": "7692", + "$id": "7718", "kind": "property", "name": "type", "serializedName": "type", "doc": "Type of turn detection.", "type": { - "$ref": "1291" + "$ref": "1293" }, "optional": true, "readOnly": false, @@ -100572,13 +100884,13 @@ "isHttpMetadata": false }, { - "$id": "7693", + "$id": "7719", "kind": "property", "name": "eagerness", "serializedName": "eagerness", "doc": "Used only for `semantic_vad` mode. The eagerness of the model to respond. `low` will wait longer for the user to continue speaking, `high` will respond more quickly. `auto` is the default and is equivalent to `medium`.", "type": { - "$ref": "1295" + "$ref": "1297" }, "optional": true, "readOnly": false, @@ -100594,13 +100906,13 @@ "isHttpMetadata": false }, { - "$id": "7694", + "$id": "7720", "kind": "property", "name": "threshold", "serializedName": "threshold", "doc": "Used only for `server_vad` mode. Activation threshold for VAD (0.0 to 1.0), this defaults to 0.5. A\nhigher threshold will require louder audio to activate the model, and\nthus might perform better in noisy environments.", "type": { - "$id": "7695", + "$id": "7721", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -100620,13 +100932,13 @@ "isHttpMetadata": false }, { - "$id": "7696", + "$id": "7722", "kind": "property", "name": "prefix_padding_ms", "serializedName": "prefix_padding_ms", "doc": "Used only for `server_vad` mode. Amount of audio to include before the VAD detected speech (in\nmilliseconds). Defaults to 300ms.", "type": { - "$id": "7697", + "$id": "7723", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -100646,13 +100958,13 @@ "isHttpMetadata": false }, { - "$id": "7698", + "$id": "7724", "kind": "property", "name": "silence_duration_ms", "serializedName": "silence_duration_ms", "doc": "Used only for `server_vad` mode. Duration of silence to detect speech stop (in milliseconds). Defaults\nto 500ms. With shorter values the model will respond more quickly,\nbut may jump in on short pauses from the user.", "type": { - "$id": "7699", + "$id": "7725", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -100672,13 +100984,13 @@ "isHttpMetadata": false }, { - "$id": "7700", + "$id": "7726", "kind": "property", "name": "create_response", "serializedName": "create_response", "doc": "Whether or not to automatically generate a response when a VAD stop event occurs.", "type": { - "$id": "7701", + "$id": "7727", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -100698,13 +101010,13 @@ "isHttpMetadata": false }, { - "$id": "7702", + "$id": "7728", "kind": "property", "name": "interrupt_response", "serializedName": "interrupt_response", "doc": "Whether or not to automatically interrupt any ongoing response with output to the default\nconversation (i.e. `conversation` of `auto`) when a VAD start event occurs.", "type": { - "$id": "7703", + "$id": "7729", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -100739,16 +101051,16 @@ "isHttpMetadata": false }, { - "$id": "7704", + "$id": "7730", "kind": "property", "name": "input_audio_noise_reduction", "serializedName": "input_audio_noise_reduction", "doc": "Configuration for input audio noise reduction. This can be set to `null` to turn off.\nNoise reduction filters audio added to the input audio buffer before it is sent to VAD and the model.\nFiltering the audio can improve VAD and turn detection accuracy (reducing false positives) and model performance by improving perception of the input audio.", "type": { - "$id": "7705", + "$id": "7731", "kind": "nullable", "type": { - "$id": "7706", + "$id": "7732", "kind": "model", "name": "RealtimeSessionCreateRequestInputAudioNoiseReduction1", "namespace": "OpenAI", @@ -100757,13 +101069,13 @@ "decorators": [], "properties": [ { - "$id": "7707", + "$id": "7733", "kind": "property", "name": "type", "serializedName": "type", "doc": "Type of noise reduction. `near_field` is for close-talking microphones such as headphones, `far_field` is for far-field microphones such as laptop or conference room microphones.", "type": { - "$ref": "1301" + "$ref": "1303" }, "optional": true, "readOnly": false, @@ -100796,13 +101108,13 @@ "isHttpMetadata": false }, { - "$id": "7708", + "$id": "7734", "kind": "property", "name": "speed", "serializedName": "speed", "doc": "The speed of the model's spoken response. 1.0 is the default speed. 0.25 is\nthe minimum speed. 1.5 is the maximum speed. This value can only be changed\nin between model turns, not while a response is in progress.", "type": { - "$id": "7709", + "$id": "7735", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -100822,21 +101134,21 @@ "isHttpMetadata": false }, { - "$id": "7710", + "$id": "7736", "kind": "property", "name": "tracing", "serializedName": "tracing", "doc": "Configuration options for tracing. Set to null to disable tracing. Once\ntracing is enabled for a session, the configuration cannot be modified.\n\n`auto` will create a trace for the session with default values for the\nworkflow name, group id, and metadata.", "type": { - "$id": "7711", + "$id": "7737", "kind": "union", "name": "RealtimeSessionCreateRequestTracing", "variantTypes": [ { - "$ref": "1743" + "$ref": "1745" }, { - "$id": "7712", + "$id": "7738", "kind": "model", "name": "RealtimeSessionCreateRequestTracing1", "namespace": "OpenAI", @@ -100845,13 +101157,13 @@ "decorators": [], "properties": [ { - "$id": "7713", + "$id": "7739", "kind": "property", "name": "workflow_name", "serializedName": "workflow_name", "doc": "The name of the workflow to attach to this trace. This is used to\nname the trace in the traces dashboard.", "type": { - "$id": "7714", + "$id": "7740", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100871,13 +101183,13 @@ "isHttpMetadata": false }, { - "$id": "7715", + "$id": "7741", "kind": "property", "name": "group_id", "serializedName": "group_id", "doc": "The group id to attach to this trace to enable filtering and\ngrouping in the traces dashboard.", "type": { - "$id": "7716", + "$id": "7742", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100897,13 +101209,13 @@ "isHttpMetadata": false }, { - "$id": "7717", + "$id": "7743", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "The arbitrary metadata to attach to this trace to enable\nfiltering in the traces dashboard.", "type": { - "$id": "7718", + "$id": "7744", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -100942,13 +101254,13 @@ "isHttpMetadata": false }, { - "$id": "7719", + "$id": "7745", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "Tools (functions) available to the model.", "type": { - "$ref": "6973" + "$ref": "6999" }, "optional": true, "readOnly": false, @@ -100964,13 +101276,13 @@ "isHttpMetadata": false }, { - "$id": "7720", + "$id": "7746", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "doc": "How the model chooses tools. Options are `auto`, `none`, `required`, or\nspecify a function.", "type": { - "$id": "7721", + "$id": "7747", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -100990,13 +101302,13 @@ "isHttpMetadata": false }, { - "$id": "7722", + "$id": "7748", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "Sampling temperature for the model, limited to [0.6, 1.2]. For audio models a temperature of 0.8 is highly recommended for best performance.", "type": { - "$id": "7723", + "$id": "7749", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -101016,25 +101328,25 @@ "isHttpMetadata": false }, { - "$id": "7724", + "$id": "7750", "kind": "property", "name": "max_response_output_tokens", "serializedName": "max_response_output_tokens", "doc": "Maximum number of output tokens for a single assistant response,\ninclusive of tool calls. Provide an integer between 1 and 4096 to\nlimit output tokens, or `inf` for the maximum available tokens for a\ngiven model. Defaults to `inf`.", "type": { - "$id": "7725", + "$id": "7751", "kind": "union", "name": "RealtimeSessionCreateRequestMaxResponseOutputTokens", "variantTypes": [ { - "$id": "7726", + "$id": "7752", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$ref": "1745" + "$ref": "1747" } ], "namespace": "OpenAI", @@ -101054,13 +101366,13 @@ "isHttpMetadata": false }, { - "$id": "7727", + "$id": "7753", "kind": "property", "name": "client_secret", "serializedName": "client_secret", "doc": "Configuration options for the generated client secret.", "type": { - "$id": "7728", + "$id": "7754", "kind": "model", "name": "RealtimeSessionCreateRequestClientSecret", "namespace": "OpenAI", @@ -101069,13 +101381,13 @@ "decorators": [], "properties": [ { - "$id": "7729", + "$id": "7755", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "Configuration for the ephemeral token expiration.", "type": { - "$id": "7730", + "$id": "7756", "kind": "model", "name": "RealtimeSessionCreateRequestClientSecretExpiresAt", "namespace": "OpenAI", @@ -101084,13 +101396,13 @@ "decorators": [], "properties": [ { - "$id": "7731", + "$id": "7757", "kind": "property", "name": "anchor", "serializedName": "anchor", "doc": "The anchor point for the ephemeral token expiration. Only `created_at` is currently supported.", "type": { - "$ref": "1305" + "$ref": "1307" }, "optional": true, "readOnly": false, @@ -101106,13 +101418,13 @@ "isHttpMetadata": false }, { - "$id": "7732", + "$id": "7758", "kind": "property", "name": "seconds", "serializedName": "seconds", "doc": "The number of seconds from the anchor point to the expiration. Select a value between `10` and `7200`.", "type": { - "$id": "7733", + "$id": "7759", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101164,25 +101476,25 @@ ] }, { - "$ref": "7683" + "$ref": "7709" }, { - "$ref": "7691" + "$ref": "7717" }, { - "$ref": "7706" + "$ref": "7732" }, { - "$ref": "7712" + "$ref": "7738" }, { - "$ref": "7728" + "$ref": "7754" }, { - "$ref": "7730" + "$ref": "7756" }, { - "$id": "7734", + "$id": "7760", "kind": "model", "name": "RealtimeSessionCreateResponse", "namespace": "OpenAI", @@ -101192,13 +101504,13 @@ "decorators": [], "properties": [ { - "$id": "7735", + "$id": "7761", "kind": "property", "name": "client_secret", "serializedName": "client_secret", "doc": "Ephemeral key returned by the API.", "type": { - "$id": "7736", + "$id": "7762", "kind": "model", "name": "RealtimeSessionCreateResponseClientSecret", "namespace": "OpenAI", @@ -101207,13 +101519,13 @@ "decorators": [], "properties": [ { - "$id": "7737", + "$id": "7763", "kind": "property", "name": "value", "serializedName": "value", "doc": "Ephemeral key usable in client environments to authenticate connections\nto the Realtime API. Use this in client-side environments rather than\na standard API token, which should only be used server-side.", "type": { - "$id": "7738", + "$id": "7764", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101233,18 +101545,18 @@ "isHttpMetadata": false }, { - "$id": "7739", + "$id": "7765", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "Timestamp for when the token expires. Currently, all tokens expire\nafter one minute.", "type": { - "$id": "7740", + "$id": "7766", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "7741", + "$id": "7767", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101282,13 +101594,13 @@ "isHttpMetadata": false }, { - "$id": "7742", + "$id": "7768", "kind": "property", "name": "modalities", "serializedName": "modalities", "doc": "The set of modalities the model can respond with. To disable audio,\nset this to [\"text\"].", "type": { - "$ref": "6917" + "$ref": "6943" }, "optional": true, "readOnly": false, @@ -101304,13 +101616,13 @@ "isHttpMetadata": false }, { - "$id": "7743", + "$id": "7769", "kind": "property", "name": "instructions", "serializedName": "instructions", "doc": "The default system instructions (i.e. system message) prepended to model\ncalls. This field allows the client to guide the model on desired\nresponses. The model can be instructed on response content and format,\n(e.g. \"be extremely succinct\", \"act friendly\", \"here are examples of good\nresponses\") and on audio behavior (e.g. \"talk quickly\", \"inject emotion\ninto your voice\", \"laugh frequently\"). The instructions are not guaranteed\nto be followed by the model, but they provide guidance to the model on the\ndesired behavior.\n\nNote that the server sets default instructions which will be used if this\nfield is not set and are visible in the `session.created` event at the\nstart of the session.", "type": { - "$id": "7744", + "$id": "7770", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101330,7 +101642,7 @@ "isHttpMetadata": false }, { - "$id": "7745", + "$id": "7771", "kind": "property", "name": "voice", "serializedName": "voice", @@ -101352,13 +101664,13 @@ "isHttpMetadata": false }, { - "$id": "7746", + "$id": "7772", "kind": "property", "name": "input_audio_format", "serializedName": "input_audio_format", "doc": "The format of input audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": true, "readOnly": false, @@ -101374,13 +101686,13 @@ "isHttpMetadata": false }, { - "$id": "7747", + "$id": "7773", "kind": "property", "name": "output_audio_format", "serializedName": "output_audio_format", "doc": "The format of output audio. Options are `pcm16`, `g711_ulaw`, or `g711_alaw`.", "type": { - "$ref": "1120" + "$ref": "1122" }, "optional": true, "readOnly": false, @@ -101396,13 +101708,13 @@ "isHttpMetadata": false }, { - "$id": "7748", + "$id": "7774", "kind": "property", "name": "input_audio_transcription", "serializedName": "input_audio_transcription", "doc": "Configuration for input audio transcription, defaults to off and can be\nset to `null` to turn off once on. Input audio transcription is not native\nto the model, since the model consumes audio directly. Transcription runs\nasynchronously through Whisper and should be treated as rough guidance\nrather than the representation understood by the model.", "type": { - "$id": "7749", + "$id": "7775", "kind": "model", "name": "RealtimeSessionCreateResponseInputAudioTranscription", "namespace": "OpenAI", @@ -101411,13 +101723,13 @@ "decorators": [], "properties": [ { - "$id": "7750", + "$id": "7776", "kind": "property", "name": "model", "serializedName": "model", "doc": "The model to use for transcription, `whisper-1` is the only currently\nsupported model.", "type": { - "$id": "7751", + "$id": "7777", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101452,13 +101764,13 @@ "isHttpMetadata": false }, { - "$id": "7752", + "$id": "7778", "kind": "property", "name": "speed", "serializedName": "speed", "doc": "The speed of the model's spoken response. 1.0 is the default speed. 0.25 is\nthe minimum speed. 1.5 is the maximum speed. This value can only be changed\nin between model turns, not while a response is in progress.", "type": { - "$id": "7753", + "$id": "7779", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -101478,21 +101790,21 @@ "isHttpMetadata": false }, { - "$id": "7754", + "$id": "7780", "kind": "property", "name": "tracing", "serializedName": "tracing", "doc": "Configuration options for tracing. Set to null to disable tracing. Once\ntracing is enabled for a session, the configuration cannot be modified.\n\n`auto` will create a trace for the session with default values for the\nworkflow name, group id, and metadata.", "type": { - "$id": "7755", + "$id": "7781", "kind": "union", "name": "RealtimeSessionCreateResponseTracing", "variantTypes": [ { - "$ref": "1747" + "$ref": "1749" }, { - "$id": "7756", + "$id": "7782", "kind": "model", "name": "RealtimeSessionCreateResponseTracing1", "namespace": "OpenAI", @@ -101501,13 +101813,13 @@ "decorators": [], "properties": [ { - "$id": "7757", + "$id": "7783", "kind": "property", "name": "workflow_name", "serializedName": "workflow_name", "doc": "The name of the workflow to attach to this trace. This is used to\nname the trace in the traces dashboard.", "type": { - "$id": "7758", + "$id": "7784", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101527,13 +101839,13 @@ "isHttpMetadata": false }, { - "$id": "7759", + "$id": "7785", "kind": "property", "name": "group_id", "serializedName": "group_id", "doc": "The group id to attach to this trace to enable filtering and\ngrouping in the traces dashboard.", "type": { - "$id": "7760", + "$id": "7786", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101553,13 +101865,13 @@ "isHttpMetadata": false }, { - "$id": "7761", + "$id": "7787", "kind": "property", "name": "metadata", "serializedName": "metadata", "doc": "The arbitrary metadata to attach to this trace to enable\nfiltering in the traces dashboard.", "type": { - "$id": "7762", + "$id": "7788", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -101598,13 +101910,13 @@ "isHttpMetadata": false }, { - "$id": "7763", + "$id": "7789", "kind": "property", "name": "turn_detection", "serializedName": "turn_detection", "doc": "Configuration for turn detection. Can be set to `null` to turn off. Server\nVAD means that the model will detect the start and end of speech based on\naudio volume and respond at the end of user speech.", "type": { - "$id": "7764", + "$id": "7790", "kind": "model", "name": "RealtimeSessionCreateResponseTurnDetection", "namespace": "OpenAI", @@ -101613,13 +101925,13 @@ "decorators": [], "properties": [ { - "$id": "7765", + "$id": "7791", "kind": "property", "name": "type", "serializedName": "type", "doc": "Type of turn detection, only `server_vad` is currently supported.", "type": { - "$id": "7766", + "$id": "7792", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101639,13 +101951,13 @@ "isHttpMetadata": false }, { - "$id": "7767", + "$id": "7793", "kind": "property", "name": "threshold", "serializedName": "threshold", "doc": "Activation threshold for VAD (0.0 to 1.0), this defaults to 0.5. A\nhigher threshold will require louder audio to activate the model, and\nthus might perform better in noisy environments.", "type": { - "$id": "7768", + "$id": "7794", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -101665,13 +101977,13 @@ "isHttpMetadata": false }, { - "$id": "7769", + "$id": "7795", "kind": "property", "name": "prefix_padding_ms", "serializedName": "prefix_padding_ms", "doc": "Amount of audio to include before the VAD detected speech (in\nmilliseconds). Defaults to 300ms.", "type": { - "$id": "7770", + "$id": "7796", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101691,13 +102003,13 @@ "isHttpMetadata": false }, { - "$id": "7771", + "$id": "7797", "kind": "property", "name": "silence_duration_ms", "serializedName": "silence_duration_ms", "doc": "Duration of silence to detect speech stop (in milliseconds). Defaults\nto 500ms. With shorter values the model will respond more quickly,\nbut may jump in on short pauses from the user.", "type": { - "$id": "7772", + "$id": "7798", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101732,13 +102044,13 @@ "isHttpMetadata": false }, { - "$id": "7773", + "$id": "7799", "kind": "property", "name": "tools", "serializedName": "tools", "doc": "Tools (functions) available to the model.", "type": { - "$ref": "6973" + "$ref": "6999" }, "optional": true, "readOnly": false, @@ -101754,13 +102066,13 @@ "isHttpMetadata": false }, { - "$id": "7774", + "$id": "7800", "kind": "property", "name": "tool_choice", "serializedName": "tool_choice", "doc": "How the model chooses tools. Options are `auto`, `none`, `required`, or\nspecify a function.", "type": { - "$id": "7775", + "$id": "7801", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101780,13 +102092,13 @@ "isHttpMetadata": false }, { - "$id": "7776", + "$id": "7802", "kind": "property", "name": "temperature", "serializedName": "temperature", "doc": "Sampling temperature for the model, limited to [0.6, 1.2]. Defaults to 0.8.", "type": { - "$id": "7777", + "$id": "7803", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -101806,25 +102118,25 @@ "isHttpMetadata": false }, { - "$id": "7778", + "$id": "7804", "kind": "property", "name": "max_response_output_tokens", "serializedName": "max_response_output_tokens", "doc": "Maximum number of output tokens for a single assistant response,\ninclusive of tool calls. Provide an integer between 1 and 4096 to\nlimit output tokens, or `inf` for the maximum available tokens for a\ngiven model. Defaults to `inf`.", "type": { - "$id": "7779", + "$id": "7805", "kind": "union", "name": "RealtimeSessionCreateResponseMaxResponseOutputTokens", "variantTypes": [ { - "$id": "7780", + "$id": "7806", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", "decorators": [] }, { - "$ref": "1749" + "$ref": "1751" } ], "namespace": "OpenAI", @@ -101846,19 +102158,19 @@ ] }, { - "$ref": "7736" + "$ref": "7762" }, { - "$ref": "7749" + "$ref": "7775" }, { - "$ref": "7756" + "$ref": "7782" }, { - "$ref": "7764" + "$ref": "7790" }, { - "$id": "7781", + "$id": "7807", "kind": "model", "name": "CreateUploadRequest", "namespace": "OpenAI", @@ -101867,13 +102179,13 @@ "decorators": [], "properties": [ { - "$id": "7782", + "$id": "7808", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The name of the file to upload.", "type": { - "$id": "7783", + "$id": "7809", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101893,13 +102205,13 @@ "isHttpMetadata": false }, { - "$id": "7784", + "$id": "7810", "kind": "property", "name": "purpose", "serializedName": "purpose", "doc": "The intended purpose of the uploaded file.\n\nSee the [documentation on File purposes](/docs/api-reference/files/create#files-create-purpose).", "type": { - "$ref": "1309" + "$ref": "1311" }, "optional": false, "readOnly": false, @@ -101915,13 +102227,13 @@ "isHttpMetadata": false }, { - "$id": "7785", + "$id": "7811", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "The number of bytes in the file you are uploading.", "type": { - "$id": "7786", + "$id": "7812", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -101941,13 +102253,13 @@ "isHttpMetadata": false }, { - "$id": "7787", + "$id": "7813", "kind": "property", "name": "mime_type", "serializedName": "mime_type", "doc": "The MIME type of the file.\n\nThis must fall within the supported MIME types for your file purpose. See the supported MIME types for assistants and vision.", "type": { - "$id": "7788", + "$id": "7814", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -101969,7 +102281,7 @@ ] }, { - "$id": "7789", + "$id": "7815", "kind": "model", "name": "Upload", "namespace": "OpenAI", @@ -101979,13 +102291,13 @@ "decorators": [], "properties": [ { - "$id": "7790", + "$id": "7816", "kind": "property", "name": "id", "serializedName": "id", "doc": "The Upload unique identifier, which can be referenced in API endpoints.", "type": { - "$id": "7791", + "$id": "7817", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102005,18 +102317,18 @@ "isHttpMetadata": false }, { - "$id": "7792", + "$id": "7818", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the Upload was created.", "type": { - "$id": "7793", + "$id": "7819", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "7794", + "$id": "7820", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -102039,13 +102351,13 @@ "isHttpMetadata": false }, { - "$id": "7795", + "$id": "7821", "kind": "property", "name": "filename", "serializedName": "filename", "doc": "The name of the file to be uploaded.", "type": { - "$id": "7796", + "$id": "7822", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102065,13 +102377,13 @@ "isHttpMetadata": false }, { - "$id": "7797", + "$id": "7823", "kind": "property", "name": "bytes", "serializedName": "bytes", "doc": "The intended number of bytes to be uploaded.", "type": { - "$id": "7798", + "$id": "7824", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -102091,13 +102403,13 @@ "isHttpMetadata": false }, { - "$id": "7799", + "$id": "7825", "kind": "property", "name": "purpose", "serializedName": "purpose", "doc": "The intended purpose of the file. [Please refer here](/docs/api-reference/files/object#files/object-purpose) for acceptable values.", "type": { - "$id": "7800", + "$id": "7826", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102117,13 +102429,13 @@ "isHttpMetadata": false }, { - "$id": "7801", + "$id": "7827", "kind": "property", "name": "status", "serializedName": "status", "doc": "The status of the Upload.", "type": { - "$ref": "1315" + "$ref": "1317" }, "optional": false, "readOnly": false, @@ -102139,18 +102451,18 @@ "isHttpMetadata": false }, { - "$id": "7802", + "$id": "7828", "kind": "property", "name": "expires_at", "serializedName": "expires_at", "doc": "The Unix timestamp (in seconds) for when the Upload will expire.", "type": { - "$id": "7803", + "$id": "7829", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "7804", + "$id": "7830", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -102173,13 +102485,13 @@ "isHttpMetadata": false }, { - "$id": "7805", + "$id": "7831", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always \"upload\".", "type": { - "$ref": "1321" + "$ref": "1323" }, "optional": true, "readOnly": false, @@ -102195,15 +102507,15 @@ "isHttpMetadata": false }, { - "$id": "7806", + "$id": "7832", "kind": "property", "name": "file", "serializedName": "file", "type": { - "$id": "7807", + "$id": "7833", "kind": "nullable", "type": { - "$ref": "3443" + "$ref": "3445" }, "namespace": "OpenAI" }, @@ -102223,7 +102535,7 @@ ] }, { - "$id": "7808", + "$id": "7834", "kind": "model", "name": "AddUploadPartRequest", "namespace": "OpenAI", @@ -102232,13 +102544,13 @@ "decorators": [], "properties": [ { - "$id": "7809", + "$id": "7835", "kind": "property", "name": "data", "serializedName": "data", "doc": "The chunk of bytes for this Part.", "type": { - "$id": "7810", + "$id": "7836", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -102267,7 +102579,7 @@ ] }, { - "$id": "7811", + "$id": "7837", "kind": "model", "name": "UploadPart", "namespace": "OpenAI", @@ -102277,13 +102589,13 @@ "decorators": [], "properties": [ { - "$id": "7812", + "$id": "7838", "kind": "property", "name": "id", "serializedName": "id", "doc": "The upload Part unique identifier, which can be referenced in API endpoints.", "type": { - "$id": "7813", + "$id": "7839", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102303,18 +102615,18 @@ "isHttpMetadata": false }, { - "$id": "7814", + "$id": "7840", "kind": "property", "name": "created_at", "serializedName": "created_at", "doc": "The Unix timestamp (in seconds) for when the Part was created.", "type": { - "$id": "7815", + "$id": "7841", "kind": "utcDateTime", "name": "utcDateTime", "encode": "unixTimestamp", "wireType": { - "$id": "7816", + "$id": "7842", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -102337,13 +102649,13 @@ "isHttpMetadata": false }, { - "$id": "7817", + "$id": "7843", "kind": "property", "name": "upload_id", "serializedName": "upload_id", "doc": "The ID of the Upload object that this Part was added to.", "type": { - "$id": "7818", + "$id": "7844", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102363,13 +102675,13 @@ "isHttpMetadata": false }, { - "$id": "7819", + "$id": "7845", "kind": "property", "name": "object", "serializedName": "object", "doc": "The object type, which is always `upload.part`.", "type": { - "$ref": "1751" + "$ref": "1753" }, "optional": false, "readOnly": false, @@ -102387,7 +102699,7 @@ ] }, { - "$id": "7820", + "$id": "7846", "kind": "model", "name": "CompleteUploadRequest", "namespace": "OpenAI", @@ -102396,13 +102708,13 @@ "decorators": [], "properties": [ { - "$id": "7821", + "$id": "7847", "kind": "property", "name": "part_ids", "serializedName": "part_ids", "doc": "The ordered list of Part IDs.", "type": { - "$ref": "2435" + "$ref": "2437" }, "optional": false, "readOnly": false, @@ -102418,13 +102730,13 @@ "isHttpMetadata": false }, { - "$id": "7822", + "$id": "7848", "kind": "property", "name": "md5", "serializedName": "md5", "doc": "The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect.", "type": { - "$id": "7823", + "$id": "7849", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102446,7 +102758,7 @@ ] }, { - "$id": "7824", + "$id": "7850", "kind": "model", "name": "BatchRequestInput", "namespace": "OpenAI", @@ -102457,12 +102769,12 @@ "decorators": [], "properties": [ { - "$id": "7825", + "$id": "7851", "kind": "property", "name": "custom_id", "doc": "A developer-provided per-request id that will be used to match outputs to inputs. Must be unique for each request in a batch.", "type": { - "$id": "7826", + "$id": "7852", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102478,12 +102790,12 @@ "isHttpMetadata": false }, { - "$id": "7827", + "$id": "7853", "kind": "property", "name": "method", "doc": "The HTTP method to be used for the request. Currently only `POST` is supported.", "type": { - "$ref": "1325" + "$ref": "1327" }, "optional": true, "readOnly": false, @@ -102495,12 +102807,12 @@ "isHttpMetadata": false }, { - "$id": "7828", + "$id": "7854", "kind": "property", "name": "url", "doc": "The OpenAI API relative URL to be used for the request. Currently `/v1/chat/completions`, `/v1/embeddings`, and `/v1/completions` are supported.", "type": { - "$id": "7829", + "$id": "7855", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -102518,7 +102830,7 @@ ] }, { - "$id": "7830", + "$id": "7856", "kind": "model", "name": "BatchRequestOutput", "namespace": "OpenAI", @@ -102529,11 +102841,11 @@ "decorators": [], "properties": [ { - "$id": "7831", + "$id": "7857", "kind": "property", "name": "id", "type": { - "$id": "7832", + "$id": "7858", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102549,12 +102861,12 @@ "isHttpMetadata": false }, { - "$id": "7833", + "$id": "7859", "kind": "property", "name": "custom_id", "doc": "A developer-provided per-request id that will be used to match outputs to inputs.", "type": { - "$id": "7834", + "$id": "7860", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102570,14 +102882,14 @@ "isHttpMetadata": false }, { - "$id": "7835", + "$id": "7861", "kind": "property", "name": "response", "type": { - "$id": "7836", + "$id": "7862", "kind": "nullable", "type": { - "$id": "7837", + "$id": "7863", "kind": "model", "name": "BatchRequestOutputResponse1", "namespace": "OpenAI", @@ -102586,12 +102898,12 @@ "decorators": [], "properties": [ { - "$id": "7838", + "$id": "7864", "kind": "property", "name": "status_code", "doc": "The HTTP status code of the response", "type": { - "$id": "7839", + "$id": "7865", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -102607,12 +102919,12 @@ "isHttpMetadata": false }, { - "$id": "7840", + "$id": "7866", "kind": "property", "name": "request_id", "doc": "An unique identifier for the OpenAI API request. Please include this request ID when contacting support.", "type": { - "$id": "7841", + "$id": "7867", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102628,12 +102940,12 @@ "isHttpMetadata": false }, { - "$id": "7842", + "$id": "7868", "kind": "property", "name": "body", "doc": "The JSON body of the response", "type": { - "$ref": "3943" + "$ref": "3945" }, "optional": true, "readOnly": false, @@ -102658,15 +102970,15 @@ "isHttpMetadata": false }, { - "$id": "7843", + "$id": "7869", "kind": "property", "name": "error", "doc": "For requests that failed with a non-HTTP error, this will contain more information on the cause of the failure.", "type": { - "$id": "7844", + "$id": "7870", "kind": "nullable", "type": { - "$id": "7845", + "$id": "7871", "kind": "model", "name": "BatchRequestOutputError1", "namespace": "OpenAI", @@ -102675,12 +102987,12 @@ "decorators": [], "properties": [ { - "$id": "7846", + "$id": "7872", "kind": "property", "name": "code", "doc": "A machine-readable error code.", "type": { - "$id": "7847", + "$id": "7873", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102696,12 +103008,12 @@ "isHttpMetadata": false }, { - "$id": "7848", + "$id": "7874", "kind": "property", "name": "message", "doc": "A human-readable error message.", "type": { - "$id": "7849", + "$id": "7875", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102732,13 +103044,13 @@ ] }, { - "$ref": "7837" + "$ref": "7863" }, { - "$ref": "7845" + "$ref": "7871" }, { - "$id": "7850", + "$id": "7876", "kind": "model", "name": "ChatCompletionFunctionChoice", "namespace": "OpenAI", @@ -102754,7 +103066,7 @@ "properties": [] }, { - "$id": "7851", + "$id": "7877", "kind": "model", "name": "ChatCompletionToolChoice", "namespace": "OpenAI", @@ -102770,7 +103082,7 @@ "properties": [] }, { - "$id": "7852", + "$id": "7878", "kind": "model", "name": "FineTuneChatCompletionRequestAssistantMessage", "namespace": "OpenAI", @@ -102779,12 +103091,12 @@ "decorators": [], "properties": [ { - "$id": "7853", + "$id": "7879", "kind": "property", "name": "weight", "doc": "Controls whether the assistant message is trained against (0 or 1)", "type": { - "$ref": "1329" + "$ref": "1331" }, "optional": true, "readOnly": false, @@ -102796,12 +103108,12 @@ "isHttpMetadata": false }, { - "$id": "7854", + "$id": "7880", "kind": "property", "name": "content", "doc": "The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.", "type": { - "$ref": "3068" + "$ref": "3070" }, "optional": true, "readOnly": false, @@ -102813,12 +103125,12 @@ "isHttpMetadata": false }, { - "$id": "7855", + "$id": "7881", "kind": "property", "name": "refusal", "doc": "The refusal message by the assistant.", "type": { - "$ref": "3074" + "$ref": "3076" }, "optional": true, "readOnly": false, @@ -102830,12 +103142,12 @@ "isHttpMetadata": false }, { - "$id": "7856", + "$id": "7882", "kind": "property", "name": "role", "doc": "The role of the messages author, in this case `assistant`.", "type": { - "$id": "7857", + "$id": "7883", "kind": "enumvalue", "name": "assistant", "value": "assistant", @@ -102843,7 +103155,7 @@ "$ref": "154" }, "enumType": { - "$ref": "2882" + "$ref": "2884" }, "decorators": [] }, @@ -102857,12 +103169,12 @@ "isHttpMetadata": false }, { - "$id": "7858", + "$id": "7884", "kind": "property", "name": "name", "doc": "An optional name for the participant. Provides the model information to differentiate between participants of the same role.", "type": { - "$id": "7859", + "$id": "7885", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -102878,12 +103190,12 @@ "isHttpMetadata": false }, { - "$id": "7860", + "$id": "7886", "kind": "property", "name": "audio", "doc": "Data about a previous audio response from the model.\n[Learn more](/docs/guides/audio).", "type": { - "$ref": "3081" + "$ref": "3083" }, "optional": true, "readOnly": false, @@ -102895,11 +103207,11 @@ "isHttpMetadata": false }, { - "$id": "7861", + "$id": "7887", "kind": "property", "name": "tool_calls", "type": { - "$ref": "2851" + "$ref": "2853" }, "optional": true, "readOnly": false, @@ -102911,12 +103223,12 @@ "isHttpMetadata": false }, { - "$id": "7862", + "$id": "7888", "kind": "property", "name": "function_call", "doc": "Deprecated and replaced by `tool_calls`. The name and arguments of a function that should be called, as generated by the model.", "type": { - "$ref": "3087" + "$ref": "3089" }, "optional": true, "readOnly": false, @@ -102930,7 +103242,7 @@ ] }, { - "$id": "7863", + "$id": "7889", "kind": "model", "name": "FineTuneChatRequestInput", "namespace": "OpenAI", @@ -102941,32 +103253,32 @@ "decorators": [], "properties": [ { - "$id": "7864", + "$id": "7890", "kind": "property", "name": "messages", "type": { - "$id": "7865", + "$id": "7891", "kind": "array", "name": "Array46", "valueType": { - "$id": "7866", + "$id": "7892", "kind": "union", "name": "FineTuneChatRequestInputMessage", "variantTypes": [ { - "$ref": "3037" + "$ref": "3039" }, { - "$ref": "3056" + "$ref": "3058" }, { - "$ref": "7852" + "$ref": "7878" }, { - "$ref": "3093" + "$ref": "3095" }, { - "$ref": "3103" + "$ref": "3105" } ], "namespace": "OpenAI", @@ -102985,12 +103297,12 @@ "isHttpMetadata": false }, { - "$id": "7867", + "$id": "7893", "kind": "property", "name": "tools", "doc": "A list of tools the model may generate JSON inputs for.", "type": { - "$ref": "3198" + "$ref": "3200" }, "optional": true, "readOnly": false, @@ -103002,16 +103314,16 @@ "isHttpMetadata": false }, { - "$id": "7868", + "$id": "7894", "kind": "property", "name": "parallel_tool_calls", "type": { - "$id": "7869", + "$id": "7895", "kind": "boolean", "name": "ParallelToolCalls", "crossLanguageDefinitionId": "OpenAI.ParallelToolCalls", "baseType": { - "$id": "7870", + "$id": "7896", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -103029,12 +103341,12 @@ "isHttpMetadata": false }, { - "$id": "7871", + "$id": "7897", "kind": "property", "name": "functions", "doc": "A list of functions the model may generate JSON inputs for.", "type": { - "$ref": "3223" + "$ref": "3225" }, "optional": true, "readOnly": false, @@ -103048,7 +103360,7 @@ ] }, { - "$id": "7872", + "$id": "7898", "kind": "model", "name": "FineTuningJobsPageToken", "namespace": "OpenAI", @@ -103058,11 +103370,11 @@ "decorators": [], "properties": [ { - "$id": "7873", + "$id": "7899", "kind": "property", "name": "limit", "type": { - "$id": "7874", + "$id": "7900", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103078,11 +103390,11 @@ "isHttpMetadata": false }, { - "$id": "7875", + "$id": "7901", "kind": "property", "name": "after", "type": { - "$id": "7876", + "$id": "7902", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103100,7 +103412,7 @@ ] }, { - "$id": "7877", + "$id": "7903", "kind": "model", "name": "MessageDeltaContent", "namespace": "OpenAI", @@ -103110,12 +103422,12 @@ "doc": "Represents a single piece of incremental content in an Assistants API streaming response.", "decorators": [], "discriminatorProperty": { - "$id": "7878", + "$id": "7904", "kind": "property", "name": "type", "doc": "The discriminated type identifier for the content item.", "type": { - "$ref": "917" + "$ref": "919" }, "optional": false, "readOnly": false, @@ -103128,12 +103440,12 @@ }, "properties": [ { - "$ref": "7878" + "$ref": "7904" } ], "discriminatedSubtypes": { "image_file": { - "$id": "7879", + "$id": "7905", "kind": "model", "name": "MessageDeltaContentImageFileObject", "namespace": "OpenAI", @@ -103144,16 +103456,16 @@ "discriminatorValue": "image_file", "decorators": [], "baseModel": { - "$ref": "7877" + "$ref": "7903" }, "properties": [ { - "$id": "7880", + "$id": "7906", "kind": "property", "name": "index", "doc": "The index of the content part in the message.", "type": { - "$id": "7881", + "$id": "7907", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103169,12 +103481,12 @@ "isHttpMetadata": false }, { - "$id": "7882", + "$id": "7908", "kind": "property", "name": "type", "doc": "Always `image_file`.", "type": { - "$ref": "5913" + "$ref": "5939" }, "optional": false, "readOnly": false, @@ -103186,11 +103498,11 @@ "isHttpMetadata": false }, { - "$id": "7883", + "$id": "7909", "kind": "property", "name": "image_file", "type": { - "$id": "7884", + "$id": "7910", "kind": "model", "name": "MessageDeltaContentImageFileObjectImageFile", "namespace": "OpenAI", @@ -103199,12 +103511,12 @@ "decorators": [], "properties": [ { - "$id": "7885", + "$id": "7911", "kind": "property", "name": "file_id", "doc": "The [File](/docs/api-reference/files) ID of the image in the message content. Set `purpose=\"vision\"` when uploading the File if you need to later display the file content.", "type": { - "$id": "7886", + "$id": "7912", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103220,12 +103532,12 @@ "isHttpMetadata": false }, { - "$id": "7887", + "$id": "7913", "kind": "property", "name": "detail", "doc": "Specifies the detail level of the image if specified by the user. `low` uses fewer tokens, you can opt in to high resolution using `high`.", "type": { - "$ref": "1333" + "$ref": "1335" }, "optional": true, "readOnly": false, @@ -103250,7 +103562,7 @@ ] }, "image_url": { - "$id": "7888", + "$id": "7914", "kind": "model", "name": "MessageDeltaContentImageUrlObject", "namespace": "OpenAI", @@ -103261,16 +103573,16 @@ "discriminatorValue": "image_url", "decorators": [], "baseModel": { - "$ref": "7877" + "$ref": "7903" }, "properties": [ { - "$id": "7889", + "$id": "7915", "kind": "property", "name": "index", "doc": "The index of the content part in the message.", "type": { - "$id": "7890", + "$id": "7916", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103286,12 +103598,12 @@ "isHttpMetadata": false }, { - "$id": "7891", + "$id": "7917", "kind": "property", "name": "type", "doc": "Always `image_url`.", "type": { - "$ref": "5975" + "$ref": "6001" }, "optional": false, "readOnly": false, @@ -103303,11 +103615,11 @@ "isHttpMetadata": false }, { - "$id": "7892", + "$id": "7918", "kind": "property", "name": "image_url", "type": { - "$id": "7893", + "$id": "7919", "kind": "model", "name": "MessageDeltaContentImageUrlObjectImageUrl", "namespace": "OpenAI", @@ -103316,12 +103628,12 @@ "decorators": [], "properties": [ { - "$id": "7894", + "$id": "7920", "kind": "property", "name": "url", "doc": "The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.", "type": { - "$id": "7895", + "$id": "7921", "kind": "url", "name": "url", "crossLanguageDefinitionId": "TypeSpec.url", @@ -103337,12 +103649,12 @@ "isHttpMetadata": false }, { - "$id": "7896", + "$id": "7922", "kind": "property", "name": "detail", "doc": "Specifies the detail level of the image. `low` uses fewer tokens, you can opt in to high resolution using `high`.", "type": { - "$ref": "1338" + "$ref": "1340" }, "optional": true, "readOnly": false, @@ -103367,7 +103679,7 @@ ] }, "text": { - "$id": "7897", + "$id": "7923", "kind": "model", "name": "MessageDeltaContentTextObject", "namespace": "OpenAI", @@ -103378,16 +103690,16 @@ "discriminatorValue": "text", "decorators": [], "baseModel": { - "$ref": "7877" + "$ref": "7903" }, "properties": [ { - "$id": "7898", + "$id": "7924", "kind": "property", "name": "index", "doc": "The index of the content part in the message.", "type": { - "$id": "7899", + "$id": "7925", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103403,12 +103715,12 @@ "isHttpMetadata": false }, { - "$id": "7900", + "$id": "7926", "kind": "property", "name": "type", "doc": "Always `text`.", "type": { - "$ref": "5927" + "$ref": "5953" }, "optional": false, "readOnly": false, @@ -103420,11 +103732,11 @@ "isHttpMetadata": false }, { - "$id": "7901", + "$id": "7927", "kind": "property", "name": "text", "type": { - "$id": "7902", + "$id": "7928", "kind": "model", "name": "MessageDeltaContentTextObjectText", "namespace": "OpenAI", @@ -103433,12 +103745,12 @@ "decorators": [], "properties": [ { - "$id": "7903", + "$id": "7929", "kind": "property", "name": "value", "doc": "The data that makes up the text.", "type": { - "$id": "7904", + "$id": "7930", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103454,15 +103766,15 @@ "isHttpMetadata": false }, { - "$id": "7905", + "$id": "7931", "kind": "property", "name": "annotations", "type": { - "$id": "7906", + "$id": "7932", "kind": "array", "name": "ArrayMessageDeltaTextContentAnnotation", "valueType": { - "$id": "7907", + "$id": "7933", "kind": "model", "name": "MessageDeltaTextContentAnnotation", "namespace": "OpenAI", @@ -103471,12 +103783,12 @@ "usage": "Output", "decorators": [], "discriminatorProperty": { - "$id": "7908", + "$id": "7934", "kind": "property", "name": "type", "doc": "The discriminated type identifier for the content item.", "type": { - "$ref": "928" + "$ref": "930" }, "optional": false, "readOnly": false, @@ -103489,12 +103801,12 @@ }, "properties": [ { - "$ref": "7908" + "$ref": "7934" } ], "discriminatedSubtypes": { "file_citation": { - "$id": "7909", + "$id": "7935", "kind": "model", "name": "MessageDeltaContentTextAnnotationsFileCitationObject", "namespace": "OpenAI", @@ -103505,16 +103817,16 @@ "discriminatorValue": "file_citation", "decorators": [], "baseModel": { - "$ref": "7907" + "$ref": "7933" }, "properties": [ { - "$id": "7910", + "$id": "7936", "kind": "property", "name": "index", "doc": "The index of the annotation in the text content part.", "type": { - "$id": "7911", + "$id": "7937", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103530,12 +103842,12 @@ "isHttpMetadata": false }, { - "$id": "7912", + "$id": "7938", "kind": "property", "name": "type", "doc": "Always `file_citation`.", "type": { - "$ref": "5940" + "$ref": "5966" }, "optional": false, "readOnly": false, @@ -103547,12 +103859,12 @@ "isHttpMetadata": false }, { - "$id": "7913", + "$id": "7939", "kind": "property", "name": "text", "doc": "The text in the message content that needs to be replaced.", "type": { - "$id": "7914", + "$id": "7940", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103568,11 +103880,11 @@ "isHttpMetadata": false }, { - "$id": "7915", + "$id": "7941", "kind": "property", "name": "file_citation", "type": { - "$id": "7916", + "$id": "7942", "kind": "model", "name": "MessageDeltaContentTextAnnotationsFileCitationObjectFileCitation", "namespace": "OpenAI", @@ -103581,12 +103893,12 @@ "decorators": [], "properties": [ { - "$id": "7917", + "$id": "7943", "kind": "property", "name": "file_id", "doc": "The ID of the specific File the citation is from.", "type": { - "$id": "7918", + "$id": "7944", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103602,12 +103914,12 @@ "isHttpMetadata": false }, { - "$id": "7919", + "$id": "7945", "kind": "property", "name": "quote", "doc": "The specific quote in the file.", "type": { - "$id": "7920", + "$id": "7946", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103634,11 +103946,11 @@ "isHttpMetadata": false }, { - "$id": "7921", + "$id": "7947", "kind": "property", "name": "start_index", "type": { - "$id": "7922", + "$id": "7948", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103654,11 +103966,11 @@ "isHttpMetadata": false }, { - "$id": "7923", + "$id": "7949", "kind": "property", "name": "end_index", "type": { - "$id": "7924", + "$id": "7950", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103676,7 +103988,7 @@ ] }, "file_path": { - "$id": "7925", + "$id": "7951", "kind": "model", "name": "MessageDeltaContentTextAnnotationsFilePathObject", "namespace": "OpenAI", @@ -103687,16 +103999,16 @@ "discriminatorValue": "file_path", "decorators": [], "baseModel": { - "$ref": "7907" + "$ref": "7933" }, "properties": [ { - "$id": "7926", + "$id": "7952", "kind": "property", "name": "index", "doc": "The index of the annotation in the text content part.", "type": { - "$id": "7927", + "$id": "7953", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103712,12 +104024,12 @@ "isHttpMetadata": false }, { - "$id": "7928", + "$id": "7954", "kind": "property", "name": "type", "doc": "Always `file_path`.", "type": { - "$ref": "5957" + "$ref": "5983" }, "optional": false, "readOnly": false, @@ -103729,12 +104041,12 @@ "isHttpMetadata": false }, { - "$id": "7929", + "$id": "7955", "kind": "property", "name": "text", "doc": "The text in the message content that needs to be replaced.", "type": { - "$id": "7930", + "$id": "7956", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103750,11 +104062,11 @@ "isHttpMetadata": false }, { - "$id": "7931", + "$id": "7957", "kind": "property", "name": "file_path", "type": { - "$id": "7932", + "$id": "7958", "kind": "model", "name": "MessageDeltaContentTextAnnotationsFilePathObjectFilePath", "namespace": "OpenAI", @@ -103763,12 +104075,12 @@ "decorators": [], "properties": [ { - "$id": "7933", + "$id": "7959", "kind": "property", "name": "file_id", "doc": "The ID of the file that was generated.", "type": { - "$id": "7934", + "$id": "7960", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103795,11 +104107,11 @@ "isHttpMetadata": false }, { - "$id": "7935", + "$id": "7961", "kind": "property", "name": "start_index", "type": { - "$id": "7936", + "$id": "7962", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103815,11 +104127,11 @@ "isHttpMetadata": false }, { - "$id": "7937", + "$id": "7963", "kind": "property", "name": "end_index", "type": { - "$id": "7938", + "$id": "7964", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103864,7 +104176,7 @@ ] }, "refusal": { - "$id": "7939", + "$id": "7965", "kind": "model", "name": "MessageDeltaContentRefusalObject", "namespace": "OpenAI", @@ -103874,16 +104186,16 @@ "discriminatorValue": "refusal", "decorators": [], "baseModel": { - "$ref": "7877" + "$ref": "7903" }, "properties": [ { - "$id": "7940", + "$id": "7966", "kind": "property", "name": "index", "doc": "The index of the refusal part in the message.", "type": { - "$id": "7941", + "$id": "7967", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -103899,12 +104211,12 @@ "isHttpMetadata": false }, { - "$id": "7942", + "$id": "7968", "kind": "property", "name": "type", "doc": "Always `refusal`.", "type": { - "$ref": "5970" + "$ref": "5996" }, "optional": false, "readOnly": false, @@ -103916,11 +104228,11 @@ "isHttpMetadata": false }, { - "$id": "7943", + "$id": "7969", "kind": "property", "name": "refusal", "type": { - "$id": "7944", + "$id": "7970", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -103940,43 +104252,43 @@ } }, { - "$ref": "7879" + "$ref": "7905" }, { - "$ref": "7884" + "$ref": "7910" }, { - "$ref": "7888" + "$ref": "7914" }, { - "$ref": "7893" + "$ref": "7919" }, { - "$ref": "7897" + "$ref": "7923" }, { - "$ref": "7902" + "$ref": "7928" }, { - "$ref": "7907" + "$ref": "7933" }, { - "$ref": "7909" + "$ref": "7935" }, { - "$ref": "7916" + "$ref": "7942" }, { - "$ref": "7925" + "$ref": "7951" }, { - "$ref": "7932" + "$ref": "7958" }, { - "$ref": "7939" + "$ref": "7965" }, { - "$id": "7945", + "$id": "7971", "kind": "model", "name": "MessageDeltaObject", "namespace": "OpenAI", @@ -103987,12 +104299,12 @@ "decorators": [], "properties": [ { - "$id": "7946", + "$id": "7972", "kind": "property", "name": "id", "doc": "The identifier of the message, which can be referenced in API endpoints.", "type": { - "$id": "7947", + "$id": "7973", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104008,12 +104320,12 @@ "isHttpMetadata": false }, { - "$id": "7948", + "$id": "7974", "kind": "property", "name": "object", "doc": "The object type, which is always `thread.message.delta`.", "type": { - "$ref": "1753" + "$ref": "1755" }, "optional": false, "readOnly": false, @@ -104025,12 +104337,12 @@ "isHttpMetadata": false }, { - "$id": "7949", + "$id": "7975", "kind": "property", "name": "delta", "doc": "The delta containing the fields that have changed on the Message.", "type": { - "$id": "7950", + "$id": "7976", "kind": "model", "name": "MessageDeltaObjectDelta", "namespace": "OpenAI", @@ -104039,12 +104351,12 @@ "decorators": [], "properties": [ { - "$id": "7951", + "$id": "7977", "kind": "property", "name": "role", "doc": "The entity that produced the message. One of `user` or `assistant`.", "type": { - "$ref": "1343" + "$ref": "1345" }, "optional": true, "readOnly": false, @@ -104056,16 +104368,16 @@ "isHttpMetadata": false }, { - "$id": "7952", + "$id": "7978", "kind": "property", "name": "content", "doc": "The content of the message in array of text and/or images.", "type": { - "$id": "7953", + "$id": "7979", "kind": "array", "name": "ArrayMessageDeltaContent", "valueType": { - "$ref": "7877" + "$ref": "7903" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -104093,10 +104405,10 @@ ] }, { - "$ref": "7950" + "$ref": "7976" }, { - "$id": "7954", + "$id": "7980", "kind": "model", "name": "RunStepDeltaObject", "namespace": "OpenAI", @@ -104107,12 +104419,12 @@ "decorators": [], "properties": [ { - "$id": "7955", + "$id": "7981", "kind": "property", "name": "id", "doc": "The identifier of the run step, which can be referenced in API endpoints.", "type": { - "$id": "7956", + "$id": "7982", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104128,12 +104440,12 @@ "isHttpMetadata": false }, { - "$id": "7957", + "$id": "7983", "kind": "property", "name": "object", "doc": "The object type, which is always `thread.run.step.delta`.", "type": { - "$ref": "1755" + "$ref": "1757" }, "optional": false, "readOnly": false, @@ -104145,12 +104457,12 @@ "isHttpMetadata": false }, { - "$id": "7958", + "$id": "7984", "kind": "property", "name": "delta", "doc": "The delta containing the fields that have changed on the run step.", "type": { - "$id": "7959", + "$id": "7985", "kind": "model", "name": "RunStepDeltaObjectDelta", "namespace": "OpenAI", @@ -104159,12 +104471,12 @@ "decorators": [], "properties": [ { - "$id": "7960", + "$id": "7986", "kind": "property", "name": "step_details", "doc": "The details of the run step.", "type": { - "$id": "7961", + "$id": "7987", "kind": "model", "name": "RunStepDeltaStepDetails", "namespace": "OpenAI", @@ -104172,12 +104484,12 @@ "usage": "Output", "decorators": [], "discriminatorProperty": { - "$id": "7962", + "$id": "7988", "kind": "property", "name": "type", "doc": "The discriminated type identifier for the details object.", "type": { - "$ref": "1038" + "$ref": "1040" }, "optional": false, "readOnly": false, @@ -104190,12 +104502,12 @@ }, "properties": [ { - "$ref": "7962" + "$ref": "7988" } ], "discriminatedSubtypes": { "message_creation": { - "$id": "7963", + "$id": "7989", "kind": "model", "name": "RunStepDeltaStepDetailsMessageCreationObject", "namespace": "OpenAI", @@ -104206,16 +104518,16 @@ "discriminatorValue": "message_creation", "decorators": [], "baseModel": { - "$ref": "7961" + "$ref": "7987" }, "properties": [ { - "$id": "7964", + "$id": "7990", "kind": "property", "name": "type", "doc": "Always `message_creation`.", "type": { - "$ref": "6419" + "$ref": "6445" }, "optional": false, "readOnly": false, @@ -104227,11 +104539,11 @@ "isHttpMetadata": false }, { - "$id": "7965", + "$id": "7991", "kind": "property", "name": "message_creation", "type": { - "$id": "7966", + "$id": "7992", "kind": "model", "name": "RunStepDeltaStepDetailsMessageCreationObjectMessageCreation", "namespace": "OpenAI", @@ -104240,12 +104552,12 @@ "decorators": [], "properties": [ { - "$id": "7967", + "$id": "7993", "kind": "property", "name": "message_id", "doc": "The ID of the message that was created by this run step.", "type": { - "$id": "7968", + "$id": "7994", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104274,7 +104586,7 @@ ] }, "tool_calls": { - "$id": "7969", + "$id": "7995", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsObject", "namespace": "OpenAI", @@ -104285,16 +104597,16 @@ "discriminatorValue": "tool_calls", "decorators": [], "baseModel": { - "$ref": "7961" + "$ref": "7987" }, "properties": [ { - "$id": "7970", + "$id": "7996", "kind": "property", "name": "type", "doc": "Always `tool_calls`.", "type": { - "$ref": "6430" + "$ref": "6456" }, "optional": false, "readOnly": false, @@ -104306,16 +104618,16 @@ "isHttpMetadata": false }, { - "$id": "7971", + "$id": "7997", "kind": "property", "name": "tool_calls", "doc": "An array of tool calls the run step was involved in. These can be associated with one of three types of tools: `code_interpreter`, `file_search`, or `function`.", "type": { - "$id": "7972", + "$id": "7998", "kind": "array", "name": "ArrayRunStepDeltaStepDetailsToolCallsObjectToolCallsObject", "valueType": { - "$id": "7973", + "$id": "7999", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsObjectToolCallsObject", "namespace": "OpenAI", @@ -104324,12 +104636,12 @@ "doc": "Abstractly represents a run step tool call details inner object.", "decorators": [], "discriminatorProperty": { - "$id": "7974", + "$id": "8000", "kind": "property", "name": "type", "doc": "The discriminated type identifier for the details object.", "type": { - "$ref": "1042" + "$ref": "1044" }, "optional": false, "readOnly": false, @@ -104342,12 +104654,12 @@ }, "properties": [ { - "$ref": "7974" + "$ref": "8000" } ], "discriminatedSubtypes": { "code_interpreter": { - "$id": "7975", + "$id": "8001", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsCodeObject", "namespace": "OpenAI", @@ -104358,16 +104670,16 @@ "discriminatorValue": "code_interpreter", "decorators": [], "baseModel": { - "$ref": "7973" + "$ref": "7999" }, "properties": [ { - "$id": "7976", + "$id": "8002", "kind": "property", "name": "index", "doc": "The index of the tool call in the tool calls array.", "type": { - "$id": "7977", + "$id": "8003", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104383,12 +104695,12 @@ "isHttpMetadata": false }, { - "$id": "7978", + "$id": "8004", "kind": "property", "name": "id", "doc": "The ID of the tool call.", "type": { - "$id": "7979", + "$id": "8005", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104404,12 +104716,12 @@ "isHttpMetadata": false }, { - "$id": "7980", + "$id": "8006", "kind": "property", "name": "type", "doc": "The type of tool call. This is always going to be `code_interpreter` for this type of tool call.", "type": { - "$ref": "6439" + "$ref": "6465" }, "optional": false, "readOnly": false, @@ -104421,12 +104733,12 @@ "isHttpMetadata": false }, { - "$id": "7981", + "$id": "8007", "kind": "property", "name": "code_interpreter", "doc": "The Code Interpreter tool call definition.", "type": { - "$id": "7982", + "$id": "8008", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreter", "namespace": "OpenAI", @@ -104435,12 +104747,12 @@ "decorators": [], "properties": [ { - "$id": "7983", + "$id": "8009", "kind": "property", "name": "input", "doc": "The input to the Code Interpreter tool call.", "type": { - "$id": "7984", + "$id": "8010", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104456,16 +104768,16 @@ "isHttpMetadata": false }, { - "$id": "7985", + "$id": "8011", "kind": "property", "name": "outputs", "doc": "The outputs from the Code Interpreter tool call. Code Interpreter can output one or more items, including text (`logs`) or images (`image`). Each of these are represented by a different object type.", "type": { - "$id": "7986", + "$id": "8012", "kind": "array", "name": "ArrayRunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreterOutputsObject", "valueType": { - "$id": "7987", + "$id": "8013", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsCodeObjectCodeInterpreterOutputsObject", "namespace": "OpenAI", @@ -104474,12 +104786,12 @@ "doc": "Abstractly represents a run step tool call details code interpreter output.", "decorators": [], "discriminatorProperty": { - "$id": "7988", + "$id": "8014", "kind": "property", "name": "type", "doc": "The discriminated type identifier for the details object.", "type": { - "$ref": "1047" + "$ref": "1049" }, "optional": false, "readOnly": false, @@ -104492,12 +104804,12 @@ }, "properties": [ { - "$ref": "7988" + "$ref": "8014" } ], "discriminatedSubtypes": { "logs": { - "$id": "7989", + "$id": "8015", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsCodeOutputLogsObject", "namespace": "OpenAI", @@ -104508,16 +104820,16 @@ "discriminatorValue": "logs", "decorators": [], "baseModel": { - "$ref": "7987" + "$ref": "8013" }, "properties": [ { - "$id": "7990", + "$id": "8016", "kind": "property", "name": "index", "doc": "The index of the output in the outputs array.", "type": { - "$id": "7991", + "$id": "8017", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104533,12 +104845,12 @@ "isHttpMetadata": false }, { - "$id": "7992", + "$id": "8018", "kind": "property", "name": "type", "doc": "Always `logs`.", "type": { - "$ref": "6455" + "$ref": "6481" }, "optional": false, "readOnly": false, @@ -104550,12 +104862,12 @@ "isHttpMetadata": false }, { - "$id": "7993", + "$id": "8019", "kind": "property", "name": "logs", "doc": "The text output from the Code Interpreter tool call.", "type": { - "$id": "7994", + "$id": "8020", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104573,7 +104885,7 @@ ] }, "image": { - "$id": "7995", + "$id": "8021", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsCodeOutputImageObject", "namespace": "OpenAI", @@ -104583,16 +104895,16 @@ "discriminatorValue": "image", "decorators": [], "baseModel": { - "$ref": "7987" + "$ref": "8013" }, "properties": [ { - "$id": "7996", + "$id": "8022", "kind": "property", "name": "index", "doc": "The index of the output in the outputs array.", "type": { - "$id": "7997", + "$id": "8023", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104608,12 +104920,12 @@ "isHttpMetadata": false }, { - "$id": "7998", + "$id": "8024", "kind": "property", "name": "type", "doc": "Always `image`.", "type": { - "$ref": "6464" + "$ref": "6490" }, "optional": false, "readOnly": false, @@ -104625,11 +104937,11 @@ "isHttpMetadata": false }, { - "$id": "7999", + "$id": "8025", "kind": "property", "name": "image", "type": { - "$id": "8000", + "$id": "8026", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage", "namespace": "OpenAI", @@ -104638,12 +104950,12 @@ "decorators": [], "properties": [ { - "$id": "8001", + "$id": "8027", "kind": "property", "name": "file_id", "doc": "The [file](/docs/api-reference/files) ID of the image.", "type": { - "$id": "8002", + "$id": "8028", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104699,7 +105011,7 @@ ] }, "file_search": { - "$id": "8003", + "$id": "8029", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsFileSearchObject", "namespace": "OpenAI", @@ -104709,16 +105021,16 @@ "discriminatorValue": "file_search", "decorators": [], "baseModel": { - "$ref": "7973" + "$ref": "7999" }, "properties": [ { - "$id": "8004", + "$id": "8030", "kind": "property", "name": "index", "doc": "The index of the tool call in the tool calls array.", "type": { - "$id": "8005", + "$id": "8031", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104734,12 +105046,12 @@ "isHttpMetadata": false }, { - "$id": "8006", + "$id": "8032", "kind": "property", "name": "id", "doc": "The ID of the tool call object.", "type": { - "$id": "8007", + "$id": "8033", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104755,12 +105067,12 @@ "isHttpMetadata": false }, { - "$id": "8008", + "$id": "8034", "kind": "property", "name": "type", "doc": "The type of tool call. This is always going to be `file_search` for this type of tool call.", "type": { - "$ref": "6471" + "$ref": "6497" }, "optional": false, "readOnly": false, @@ -104772,12 +105084,12 @@ "isHttpMetadata": false }, { - "$id": "8009", + "$id": "8035", "kind": "property", "name": "file_search", "doc": "For now, this is always going to be an empty object.", "type": { - "$id": "8010", + "$id": "8036", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsFileSearchObjectFileSearch", "namespace": "OpenAI", @@ -104786,11 +105098,11 @@ "decorators": [], "properties": [ { - "$id": "8011", + "$id": "8037", "kind": "property", "name": "ranking_options", "type": { - "$ref": "6475" + "$ref": "6501" }, "optional": true, "readOnly": false, @@ -104802,12 +105114,12 @@ "isHttpMetadata": false }, { - "$id": "8012", + "$id": "8038", "kind": "property", "name": "results", "doc": "The results of the file search.", "type": { - "$ref": "6480" + "$ref": "6506" }, "optional": true, "readOnly": true, @@ -104832,7 +105144,7 @@ ] }, "function": { - "$id": "8013", + "$id": "8039", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsFunctionObject", "namespace": "OpenAI", @@ -104842,16 +105154,16 @@ "discriminatorValue": "function", "decorators": [], "baseModel": { - "$ref": "7973" + "$ref": "7999" }, "properties": [ { - "$id": "8014", + "$id": "8040", "kind": "property", "name": "index", "doc": "The index of the tool call in the tool calls array.", "type": { - "$id": "8015", + "$id": "8041", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -104867,12 +105179,12 @@ "isHttpMetadata": false }, { - "$id": "8016", + "$id": "8042", "kind": "property", "name": "id", "doc": "The ID of the tool call object.", "type": { - "$id": "8017", + "$id": "8043", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104888,12 +105200,12 @@ "isHttpMetadata": false }, { - "$id": "8018", + "$id": "8044", "kind": "property", "name": "type", "doc": "The type of tool call. This is always going to be `function` for this type of tool call.", "type": { - "$ref": "6500" + "$ref": "6526" }, "optional": false, "readOnly": false, @@ -104905,12 +105217,12 @@ "isHttpMetadata": false }, { - "$id": "8019", + "$id": "8045", "kind": "property", "name": "function", "doc": "The definition of the function that was called.", "type": { - "$id": "8020", + "$id": "8046", "kind": "model", "name": "RunStepDeltaStepDetailsToolCallsFunctionObjectFunction", "namespace": "OpenAI", @@ -104919,12 +105231,12 @@ "decorators": [], "properties": [ { - "$id": "8021", + "$id": "8047", "kind": "property", "name": "name", "doc": "The name of the function.", "type": { - "$id": "8022", + "$id": "8048", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104940,12 +105252,12 @@ "isHttpMetadata": false }, { - "$id": "8023", + "$id": "8049", "kind": "property", "name": "arguments", "doc": "The arguments passed to the function.", "type": { - "$id": "8024", + "$id": "8050", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -104961,15 +105273,15 @@ "isHttpMetadata": false }, { - "$id": "8025", + "$id": "8051", "kind": "property", "name": "output", "doc": "The output of the function. This will be `null` if the outputs have not been [submitted](/docs/api-reference/runs/submitToolOutputs) yet.", "type": { - "$id": "8026", + "$id": "8052", "kind": "nullable", "type": { - "$id": "8027", + "$id": "8053", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105040,55 +105352,55 @@ ] }, { - "$ref": "7959" + "$ref": "7985" }, { - "$ref": "7961" + "$ref": "7987" }, { - "$ref": "7963" + "$ref": "7989" }, { - "$ref": "7966" + "$ref": "7992" }, { - "$ref": "7969" + "$ref": "7995" }, { - "$ref": "7973" + "$ref": "7999" }, { - "$ref": "7975" + "$ref": "8001" }, { - "$ref": "7982" + "$ref": "8008" }, { - "$ref": "7987" + "$ref": "8013" }, { - "$ref": "7989" + "$ref": "8015" }, { - "$ref": "7995" + "$ref": "8021" }, { - "$ref": "8000" + "$ref": "8026" }, { - "$ref": "8003" + "$ref": "8029" }, { - "$ref": "8010" + "$ref": "8036" }, { - "$ref": "8013" + "$ref": "8039" }, { - "$ref": "8020" + "$ref": "8046" }, { - "$id": "8028", + "$id": "8054", "kind": "model", "name": "CreateThreadRequestToolResourcesFileSearchBase", "namespace": "OpenAI", @@ -105099,7 +105411,7 @@ "properties": [] }, { - "$id": "8029", + "$id": "8055", "kind": "model", "name": "AssistantCollectionOptions", "namespace": "OpenAI", @@ -105109,12 +105421,12 @@ "decorators": [], "properties": [ { - "$id": "8030", + "$id": "8056", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8031", + "$id": "8057", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105130,12 +105442,12 @@ "isHttpMetadata": true }, { - "$id": "8032", + "$id": "8058", "kind": "property", "name": "beforeId", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, starting with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8033", + "$id": "8059", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105151,12 +105463,12 @@ "isHttpMetadata": true }, { - "$id": "8034", + "$id": "8060", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8035", + "$id": "8061", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105172,12 +105484,12 @@ "isHttpMetadata": true }, { - "$id": "8036", + "$id": "8062", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1347" + "$ref": "1349" }, "optional": true, "readOnly": false, @@ -105191,7 +105503,7 @@ ] }, { - "$id": "8037", + "$id": "8063", "kind": "model", "name": "MessageCollectionOptions", "namespace": "OpenAI", @@ -105201,12 +105513,12 @@ "decorators": [], "properties": [ { - "$id": "8038", + "$id": "8064", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8039", + "$id": "8065", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105222,12 +105534,12 @@ "isHttpMetadata": true }, { - "$id": "8040", + "$id": "8066", "kind": "property", "name": "beforeId", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, starting with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8041", + "$id": "8067", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105243,12 +105555,12 @@ "isHttpMetadata": true }, { - "$id": "8042", + "$id": "8068", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8043", + "$id": "8069", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105264,12 +105576,12 @@ "isHttpMetadata": true }, { - "$id": "8044", + "$id": "8070", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1351" + "$ref": "1353" }, "optional": true, "readOnly": false, @@ -105283,7 +105595,7 @@ ] }, { - "$id": "8045", + "$id": "8071", "kind": "model", "name": "RunCollectionOptions", "namespace": "OpenAI", @@ -105293,12 +105605,12 @@ "decorators": [], "properties": [ { - "$id": "8046", + "$id": "8072", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8047", + "$id": "8073", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105314,12 +105626,12 @@ "isHttpMetadata": true }, { - "$id": "8048", + "$id": "8074", "kind": "property", "name": "beforeId", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, starting with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8049", + "$id": "8075", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105335,12 +105647,12 @@ "isHttpMetadata": true }, { - "$id": "8050", + "$id": "8076", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8051", + "$id": "8077", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105356,12 +105668,12 @@ "isHttpMetadata": true }, { - "$id": "8052", + "$id": "8078", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1355" + "$ref": "1357" }, "optional": true, "readOnly": false, @@ -105375,7 +105687,7 @@ ] }, { - "$id": "8053", + "$id": "8079", "kind": "model", "name": "RunStepCollectionOptions", "namespace": "OpenAI", @@ -105385,12 +105697,12 @@ "decorators": [], "properties": [ { - "$id": "8054", + "$id": "8080", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8055", + "$id": "8081", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105406,12 +105718,12 @@ "isHttpMetadata": true }, { - "$id": "8056", + "$id": "8082", "kind": "property", "name": "beforeId", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, starting with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8057", + "$id": "8083", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105427,12 +105739,12 @@ "isHttpMetadata": true }, { - "$id": "8058", + "$id": "8084", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8059", + "$id": "8085", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -105448,12 +105760,12 @@ "isHttpMetadata": true }, { - "$id": "8060", + "$id": "8086", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1359" + "$ref": "1361" }, "optional": true, "readOnly": false, @@ -105467,7 +105779,7 @@ ] }, { - "$id": "8061", + "$id": "8087", "kind": "model", "name": "DotNetChatResponseFormat", "namespace": "OpenAI", @@ -105481,7 +105793,7 @@ } ], "discriminatorProperty": { - "$id": "8062", + "$id": "8088", "kind": "property", "name": "type", "type": { @@ -105498,12 +105810,12 @@ }, "properties": [ { - "$ref": "8062" + "$ref": "8088" } ], "discriminatedSubtypes": { "text": { - "$id": "8063", + "$id": "8089", "kind": "model", "name": "DotNetChatResponseFormatText", "namespace": "OpenAI", @@ -105518,16 +105830,16 @@ } ], "baseModel": { - "$ref": "8061" + "$ref": "8087" }, "properties": [ { - "$id": "8064", + "$id": "8090", "kind": "property", "name": "type", "doc": "The type of response format being defined. Always `text`.", "type": { - "$ref": "2481" + "$ref": "2483" }, "optional": false, "readOnly": false, @@ -105541,7 +105853,7 @@ ] }, "json_object": { - "$id": "8065", + "$id": "8091", "kind": "model", "name": "DotNetChatResponseFormatJsonObject", "namespace": "OpenAI", @@ -105556,16 +105868,16 @@ } ], "baseModel": { - "$ref": "8061" + "$ref": "8087" }, "properties": [ { - "$id": "8066", + "$id": "8092", "kind": "property", "name": "type", "doc": "The type of response format being defined. Always `json_object`.", "type": { - "$ref": "2459" + "$ref": "2461" }, "optional": false, "readOnly": false, @@ -105579,7 +105891,7 @@ ] }, "json_schema": { - "$id": "8067", + "$id": "8093", "kind": "model", "name": "DotNetChatResponseFormatJsonSchema", "namespace": "OpenAI", @@ -105594,15 +105906,15 @@ } ], "baseModel": { - "$ref": "8061" + "$ref": "8087" }, "properties": [ { - "$id": "8068", + "$id": "8094", "kind": "property", "name": "type", "type": { - "$ref": "2467" + "$ref": "2469" }, "optional": false, "readOnly": false, @@ -105614,11 +105926,11 @@ "isHttpMetadata": false }, { - "$id": "8069", + "$id": "8095", "kind": "property", "name": "json_schema", "type": { - "$id": "8070", + "$id": "8096", "kind": "model", "name": "DotNetChatResponseFormatJsonSchemaJsonSchema", "namespace": "OpenAI", @@ -105627,11 +105939,11 @@ "decorators": [], "properties": [ { - "$id": "8071", + "$id": "8097", "kind": "property", "name": "description", "type": { - "$id": "8072", + "$id": "8098", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105647,11 +105959,11 @@ "isHttpMetadata": false }, { - "$id": "8073", + "$id": "8099", "kind": "property", "name": "name", "type": { - "$id": "8074", + "$id": "8100", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105667,11 +105979,11 @@ "isHttpMetadata": false }, { - "$id": "8075", + "$id": "8101", "kind": "property", "name": "schema", "type": { - "$id": "8076", + "$id": "8102", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -105687,14 +105999,14 @@ "isHttpMetadata": false }, { - "$id": "8077", + "$id": "8103", "kind": "property", "name": "strict", "type": { - "$id": "8078", + "$id": "8104", "kind": "nullable", "type": { - "$id": "8079", + "$id": "8105", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -105727,19 +106039,19 @@ } }, { - "$ref": "8063" + "$ref": "8089" }, { - "$ref": "8065" + "$ref": "8091" }, { - "$ref": "8067" + "$ref": "8093" }, { - "$ref": "8070" + "$ref": "8096" }, { - "$id": "8080", + "$id": "8106", "kind": "model", "name": "DotNetAssistantResponseFormat", "namespace": "OpenAI", @@ -105748,7 +106060,7 @@ "usage": "Input,Output", "decorators": [], "discriminatorProperty": { - "$id": "8081", + "$id": "8107", "kind": "property", "name": "type", "type": { @@ -105765,12 +106077,12 @@ }, "properties": [ { - "$ref": "8081" + "$ref": "8107" } ], "discriminatedSubtypes": { "text": { - "$id": "8082", + "$id": "8108", "kind": "model", "name": "DotNetAssistantResponseFormatText", "namespace": "OpenAI", @@ -105780,16 +106092,16 @@ "discriminatorValue": "text", "decorators": [], "baseModel": { - "$ref": "8080" + "$ref": "8106" }, "properties": [ { - "$id": "8083", + "$id": "8109", "kind": "property", "name": "type", "doc": "The type of response format being defined. Always `text`.", "type": { - "$ref": "2481" + "$ref": "2483" }, "optional": false, "readOnly": false, @@ -105803,7 +106115,7 @@ ] }, "json_object": { - "$id": "8084", + "$id": "8110", "kind": "model", "name": "DotNetAssistantResponseFormatJsonObject", "namespace": "OpenAI", @@ -105813,16 +106125,16 @@ "discriminatorValue": "json_object", "decorators": [], "baseModel": { - "$ref": "8080" + "$ref": "8106" }, "properties": [ { - "$id": "8085", + "$id": "8111", "kind": "property", "name": "type", "doc": "The type of response format being defined. Always `json_object`.", "type": { - "$ref": "2459" + "$ref": "2461" }, "optional": false, "readOnly": false, @@ -105836,7 +106148,7 @@ ] }, "json_schema": { - "$id": "8086", + "$id": "8112", "kind": "model", "name": "DotNetAssistantResponseFormatJsonSchema", "namespace": "OpenAI", @@ -105846,15 +106158,15 @@ "discriminatorValue": "json_schema", "decorators": [], "baseModel": { - "$ref": "8080" + "$ref": "8106" }, "properties": [ { - "$id": "8087", + "$id": "8113", "kind": "property", "name": "type", "type": { - "$ref": "2467" + "$ref": "2469" }, "optional": false, "readOnly": false, @@ -105866,11 +106178,11 @@ "isHttpMetadata": false }, { - "$id": "8088", + "$id": "8114", "kind": "property", "name": "json_schema", "type": { - "$id": "8089", + "$id": "8115", "kind": "model", "name": "DotNetAssistantResponseFormatJsonSchemaJsonSchema", "namespace": "OpenAI", @@ -105879,11 +106191,11 @@ "decorators": [], "properties": [ { - "$id": "8090", + "$id": "8116", "kind": "property", "name": "description", "type": { - "$id": "8091", + "$id": "8117", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105899,11 +106211,11 @@ "isHttpMetadata": false }, { - "$id": "8092", + "$id": "8118", "kind": "property", "name": "name", "type": { - "$id": "8093", + "$id": "8119", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -105919,11 +106231,11 @@ "isHttpMetadata": false }, { - "$id": "8094", + "$id": "8120", "kind": "property", "name": "schema", "type": { - "$id": "8095", + "$id": "8121", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -105939,14 +106251,14 @@ "isHttpMetadata": false }, { - "$id": "8096", + "$id": "8122", "kind": "property", "name": "strict", "type": { - "$id": "8097", + "$id": "8123", "kind": "nullable", "type": { - "$id": "8098", + "$id": "8124", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -105979,19 +106291,19 @@ } }, { - "$ref": "8082" + "$ref": "8108" }, { - "$ref": "8084" + "$ref": "8110" }, { - "$ref": "8086" + "$ref": "8112" }, { - "$ref": "8089" + "$ref": "8115" }, { - "$id": "8099", + "$id": "8125", "kind": "model", "name": "DotNetAudioLogProbsProperties", "namespace": "OpenAI", @@ -106001,12 +106313,12 @@ "decorators": [], "properties": [ { - "$id": "8100", + "$id": "8126", "kind": "property", "name": "token", "doc": "The token that was used to generate the log probability.", "type": { - "$id": "8101", + "$id": "8127", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106022,12 +106334,12 @@ "isHttpMetadata": false }, { - "$id": "8102", + "$id": "8128", "kind": "property", "name": "logprob", "doc": "The log probability of the token.", "type": { - "$id": "8103", + "$id": "8129", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -106043,12 +106355,12 @@ "isHttpMetadata": false }, { - "$id": "8104", + "$id": "8130", "kind": "property", "name": "bytes", "doc": "The bytes that were used to generate the log probability.", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": false, "readOnly": false, @@ -106062,7 +106374,7 @@ ] }, { - "$id": "8105", + "$id": "8131", "kind": "model", "name": "DotNetRealtimeLogProbsProperties", "namespace": "OpenAI", @@ -106072,12 +106384,12 @@ "decorators": [], "properties": [ { - "$id": "8106", + "$id": "8132", "kind": "property", "name": "token", "doc": "The token that was used to generate the log probability.", "type": { - "$id": "8107", + "$id": "8133", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106093,12 +106405,12 @@ "isHttpMetadata": false }, { - "$id": "8108", + "$id": "8134", "kind": "property", "name": "logprob", "doc": "The log probability of the token.", "type": { - "$id": "8109", + "$id": "8135", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -106114,12 +106426,12 @@ "isHttpMetadata": false }, { - "$id": "8110", + "$id": "8136", "kind": "property", "name": "bytes", "doc": "The bytes that were used to generate the log probability.", "type": { - "$ref": "2668" + "$ref": "2670" }, "optional": false, "readOnly": false, @@ -106133,7 +106445,7 @@ ] }, { - "$id": "8111", + "$id": "8137", "kind": "model", "name": "DotNetCombinedJsonTranscriptionResponse", "namespace": "OpenAI", @@ -106143,12 +106455,12 @@ "decorators": [], "properties": [ { - "$id": "8112", + "$id": "8138", "kind": "property", "name": "task", "doc": "The task label.", "type": { - "$ref": "1757" + "$ref": "1759" }, "optional": false, "readOnly": false, @@ -106160,12 +106472,12 @@ "isHttpMetadata": false }, { - "$id": "8113", + "$id": "8139", "kind": "property", "name": "language", "doc": "The language of the input audio.", "type": { - "$id": "8114", + "$id": "8140", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106181,17 +106493,17 @@ "isHttpMetadata": false }, { - "$id": "8115", + "$id": "8141", "kind": "property", "name": "duration", "doc": "The duration of the input audio.", "type": { - "$id": "8116", + "$id": "8142", "kind": "duration", "name": "duration", "encode": "seconds", "wireType": { - "$id": "8117", + "$id": "8143", "kind": "float32", "name": "float32", "crossLanguageDefinitionId": "TypeSpec.float32", @@ -106210,12 +106522,12 @@ "isHttpMetadata": false }, { - "$id": "8118", + "$id": "8144", "kind": "property", "name": "text", "doc": "The transcribed text.", "type": { - "$id": "8119", + "$id": "8145", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106231,12 +106543,12 @@ "isHttpMetadata": false }, { - "$id": "8120", + "$id": "8146", "kind": "property", "name": "words", "doc": "Extracted words and their corresponding timestamps.", "type": { - "$ref": "2642" + "$ref": "2644" }, "optional": true, "readOnly": true, @@ -106248,12 +106560,12 @@ "isHttpMetadata": false }, { - "$id": "8121", + "$id": "8147", "kind": "property", "name": "segments", "doc": "Segments of the transcribed text and their corresponding details.", "type": { - "$ref": "2653" + "$ref": "2655" }, "optional": true, "readOnly": true, @@ -106265,11 +106577,11 @@ "isHttpMetadata": false }, { - "$id": "8122", + "$id": "8148", "kind": "property", "name": "logprobs", "type": { - "$ref": "7372" + "$ref": "7398" }, "optional": true, "readOnly": false, @@ -106283,7 +106595,7 @@ ] }, { - "$id": "8123", + "$id": "8149", "kind": "model", "name": "BatchCollectionOptions", "namespace": "OpenAI", @@ -106293,12 +106605,12 @@ "decorators": [], "properties": [ { - "$id": "8124", + "$id": "8150", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8125", + "$id": "8151", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106314,12 +106626,12 @@ "isHttpMetadata": true }, { - "$id": "8126", + "$id": "8152", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8127", + "$id": "8153", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106337,7 +106649,7 @@ ] }, { - "$id": "8128", + "$id": "8154", "kind": "model", "name": "ChatCompletionCollectionOptions", "namespace": "OpenAI", @@ -106352,12 +106664,12 @@ ], "properties": [ { - "$id": "8129", + "$id": "8155", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8130", + "$id": "8156", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106373,12 +106685,12 @@ "isHttpMetadata": true }, { - "$id": "8131", + "$id": "8157", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8132", + "$id": "8158", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106394,12 +106706,12 @@ "isHttpMetadata": true }, { - "$id": "8133", + "$id": "8159", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1363" + "$ref": "1365" }, "optional": true, "readOnly": false, @@ -106411,11 +106723,11 @@ "isHttpMetadata": true }, { - "$id": "8134", + "$id": "8160", "kind": "property", "name": "metadata", "type": { - "$ref": "2442" + "$ref": "2444" }, "optional": true, "readOnly": false, @@ -106427,11 +106739,11 @@ "isHttpMetadata": true }, { - "$id": "8135", + "$id": "8161", "kind": "property", "name": "model", "type": { - "$id": "8136", + "$id": "8162", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106449,7 +106761,7 @@ ] }, { - "$id": "8137", + "$id": "8163", "kind": "model", "name": "ChatCompletionMessageCollectionOptions", "namespace": "OpenAI", @@ -106464,12 +106776,12 @@ ], "properties": [ { - "$id": "8138", + "$id": "8164", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8139", + "$id": "8165", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106485,12 +106797,12 @@ "isHttpMetadata": true }, { - "$id": "8140", + "$id": "8166", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8141", + "$id": "8167", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106506,12 +106818,12 @@ "isHttpMetadata": true }, { - "$id": "8142", + "$id": "8168", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1367" + "$ref": "1369" }, "optional": true, "readOnly": false, @@ -106525,7 +106837,7 @@ ] }, { - "$id": "8143", + "$id": "8169", "kind": "model", "name": "ContainerCollectionOptions", "namespace": "OpenAI", @@ -106535,12 +106847,12 @@ "decorators": [], "properties": [ { - "$id": "8144", + "$id": "8170", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8145", + "$id": "8171", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106556,12 +106868,12 @@ "isHttpMetadata": true }, { - "$id": "8146", + "$id": "8172", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8147", + "$id": "8173", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106577,12 +106889,12 @@ "isHttpMetadata": true }, { - "$id": "8148", + "$id": "8174", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1371" + "$ref": "1373" }, "optional": true, "readOnly": false, @@ -106596,7 +106908,7 @@ ] }, { - "$id": "8149", + "$id": "8175", "kind": "model", "name": "ContainerFileCollectionOptions", "namespace": "OpenAI", @@ -106606,12 +106918,12 @@ "decorators": [], "properties": [ { - "$id": "8150", + "$id": "8176", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8151", + "$id": "8177", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106627,12 +106939,12 @@ "isHttpMetadata": true }, { - "$id": "8152", + "$id": "8178", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8153", + "$id": "8179", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106648,12 +106960,12 @@ "isHttpMetadata": true }, { - "$id": "8154", + "$id": "8180", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1371" + "$ref": "1373" }, "optional": true, "readOnly": false, @@ -106667,7 +106979,7 @@ ] }, { - "$id": "8155", + "$id": "8181", "kind": "model", "name": "ConversationItemCollectionOptions", "namespace": "OpenAI", @@ -106677,12 +106989,12 @@ "decorators": [], "properties": [ { - "$id": "8156", + "$id": "8182", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8157", + "$id": "8183", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106698,12 +107010,12 @@ "isHttpMetadata": true }, { - "$id": "8158", + "$id": "8184", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8159", + "$id": "8185", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106719,12 +107031,12 @@ "isHttpMetadata": true }, { - "$id": "8160", + "$id": "8186", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1375" + "$ref": "1377" }, "optional": true, "readOnly": false, @@ -106738,7 +107050,7 @@ ] }, { - "$id": "8161", + "$id": "8187", "kind": "model", "name": "ResponseItemCollectionOptions", "namespace": "OpenAI", @@ -106753,12 +107065,12 @@ ], "properties": [ { - "$id": "8162", + "$id": "8188", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8163", + "$id": "8189", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106774,12 +107086,12 @@ "isHttpMetadata": true }, { - "$id": "8164", + "$id": "8190", "kind": "property", "name": "beforeId", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, starting with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8165", + "$id": "8191", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106795,12 +107107,12 @@ "isHttpMetadata": true }, { - "$id": "8166", + "$id": "8192", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8167", + "$id": "8193", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -106816,12 +107128,12 @@ "isHttpMetadata": true }, { - "$id": "8168", + "$id": "8194", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1379" + "$ref": "1381" }, "optional": true, "readOnly": false, @@ -106835,7 +107147,7 @@ ] }, { - "$id": "8169", + "$id": "8195", "kind": "model", "name": "DotNetCustomToolCallApprovalPolicy", "namespace": "OpenAI", @@ -106850,12 +107162,12 @@ ], "properties": [ { - "$id": "8170", + "$id": "8196", "kind": "property", "name": "always", "doc": "A list of tools that always require approval.", "type": { - "$ref": "4522" + "$ref": "4524" }, "optional": true, "readOnly": false, @@ -106867,12 +107179,12 @@ "isHttpMetadata": false }, { - "$id": "8171", + "$id": "8197", "kind": "property", "name": "never", "doc": "A list of tools that never require approval.", "type": { - "$ref": "4522" + "$ref": "4524" }, "optional": true, "readOnly": false, @@ -106886,7 +107198,7 @@ ] }, { - "$id": "8172", + "$id": "8198", "kind": "model", "name": "DotNetToolCallApprovalPolicy", "namespace": "OpenAI", @@ -106901,11 +107213,11 @@ ], "properties": [ { - "$id": "8173", + "$id": "8199", "kind": "property", "name": "global_policy", "type": { - "$ref": "1383" + "$ref": "1385" }, "optional": true, "readOnly": false, @@ -106917,11 +107229,11 @@ "isHttpMetadata": false }, { - "$id": "8174", + "$id": "8200", "kind": "property", "name": "custom_policy", "type": { - "$ref": "8169" + "$ref": "8195" }, "optional": true, "readOnly": false, @@ -106935,7 +107247,7 @@ ] }, { - "$id": "8175", + "$id": "8201", "kind": "model", "name": "DotNetCodeInterpreterToolContainer", "namespace": "OpenAI", @@ -106950,11 +107262,11 @@ ], "properties": [ { - "$id": "8176", + "$id": "8202", "kind": "property", "name": "container_id", "type": { - "$id": "8177", + "$id": "8203", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -106970,11 +107282,11 @@ "isHttpMetadata": false }, { - "$id": "8178", + "$id": "8204", "kind": "property", "name": "container", "type": { - "$ref": "4475" + "$ref": "4477" }, "optional": true, "readOnly": false, @@ -106988,7 +107300,7 @@ ] }, { - "$id": "8179", + "$id": "8205", "kind": "model", "name": "DotNetCombinedChunkingStrategyParam", "namespace": "OpenAI", @@ -106996,11 +107308,11 @@ "usage": "Input,Output", "decorators": [], "discriminatorProperty": { - "$id": "8180", + "$id": "8206", "kind": "property", "name": "type", "type": { - "$ref": "1387" + "$ref": "1389" }, "optional": false, "readOnly": false, @@ -107013,12 +107325,12 @@ }, "properties": [ { - "$ref": "8180" + "$ref": "8206" } ], "discriminatedSubtypes": { "auto": { - "$id": "8181", + "$id": "8207", "kind": "model", "name": "DotNetCombinedAutoChunkingStrategyParam", "namespace": "OpenAI", @@ -107028,31 +107340,31 @@ "discriminatorValue": "auto", "decorators": [], "baseModel": { - "$ref": "8179" + "$ref": "8205" }, "properties": [ { - "$id": "8182", + "$id": "8208", "kind": "property", "name": "type", "doc": "Always `auto`.", "type": { - "$id": "8183", + "$id": "8209", "kind": "enumvalue", "name": "auto", "value": "auto", "valueType": { - "$ref": "1388" + "$ref": "1390" }, "enumType": { - "$id": "8184", + "$id": "8210", "kind": "enum", "decorators": [], "name": "DotNetCombinedChunkingStrategyParamType", "isGeneratedName": true, "namespace": "OpenAI", "valueType": { - "$id": "8185", + "$id": "8211", "kind": "string", "decorators": [], "doc": "A sequence of textual characters.", @@ -107061,42 +107373,42 @@ }, "values": [ { - "$id": "8186", + "$id": "8212", "kind": "enumvalue", "decorators": [], "name": "auto", "value": "auto", "valueType": { - "$ref": "8185" + "$ref": "8211" }, "enumType": { - "$ref": "8184" + "$ref": "8210" } }, { - "$id": "8187", + "$id": "8213", "kind": "enumvalue", "decorators": [], "name": "static", "value": "static", "valueType": { - "$ref": "8185" + "$ref": "8211" }, "enumType": { - "$ref": "8184" + "$ref": "8210" } }, { - "$id": "8188", + "$id": "8214", "kind": "enumvalue", "decorators": [], "name": "other", "value": "other", "valueType": { - "$ref": "8185" + "$ref": "8211" }, "enumType": { - "$ref": "8184" + "$ref": "8210" } } ], @@ -107123,7 +107435,7 @@ ] }, "static": { - "$id": "8189", + "$id": "8215", "kind": "model", "name": "DotNetCombinedStaticChunkingStrategyParam", "namespace": "OpenAI", @@ -107133,24 +107445,24 @@ "discriminatorValue": "static", "decorators": [], "baseModel": { - "$ref": "8179" + "$ref": "8205" }, "properties": [ { - "$id": "8190", + "$id": "8216", "kind": "property", "name": "type", "doc": "Always `static`.", "type": { - "$id": "8191", + "$id": "8217", "kind": "enumvalue", "name": "static", "value": "static", "valueType": { - "$ref": "1388" + "$ref": "1390" }, "enumType": { - "$ref": "8184" + "$ref": "8210" }, "decorators": [] }, @@ -107164,11 +107476,11 @@ "isHttpMetadata": false }, { - "$id": "8192", + "$id": "8218", "kind": "property", "name": "static", "type": { - "$ref": "2542" + "$ref": "2544" }, "optional": false, "readOnly": false, @@ -107182,7 +107494,7 @@ ] }, "other": { - "$id": "8193", + "$id": "8219", "kind": "model", "name": "DotNetCombinedOtherChunkingStrategyParam", "namespace": "OpenAI", @@ -107192,24 +107504,24 @@ "discriminatorValue": "other", "decorators": [], "baseModel": { - "$ref": "8179" + "$ref": "8205" }, "properties": [ { - "$id": "8194", + "$id": "8220", "kind": "property", "name": "type", "doc": "Always `other`.", "type": { - "$id": "8195", + "$id": "8221", "kind": "enumvalue", "name": "other", "value": "other", "valueType": { - "$ref": "1388" + "$ref": "1390" }, "enumType": { - "$ref": "8184" + "$ref": "8210" }, "decorators": [] }, @@ -107227,16 +107539,16 @@ } }, { - "$ref": "8181" + "$ref": "8207" }, { - "$ref": "8189" + "$ref": "8215" }, { - "$ref": "8193" + "$ref": "8219" }, { - "$id": "8196", + "$id": "8222", "kind": "model", "name": "VectorStoreCollectionOptions", "namespace": "OpenAI", @@ -107246,12 +107558,12 @@ "decorators": [], "properties": [ { - "$id": "8197", + "$id": "8223", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8198", + "$id": "8224", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107267,12 +107579,12 @@ "isHttpMetadata": true }, { - "$id": "8199", + "$id": "8225", "kind": "property", "name": "beforeId", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, starting with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8200", + "$id": "8226", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107288,12 +107600,12 @@ "isHttpMetadata": true }, { - "$id": "8201", + "$id": "8227", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8202", + "$id": "8228", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -107309,12 +107621,12 @@ "isHttpMetadata": true }, { - "$id": "8203", + "$id": "8229", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "optional": true, "readOnly": false, @@ -107328,7 +107640,7 @@ ] }, { - "$id": "8204", + "$id": "8230", "kind": "model", "name": "VectorStoreFileCollectionOptions", "namespace": "OpenAI", @@ -107338,12 +107650,12 @@ "decorators": [], "properties": [ { - "$id": "8205", + "$id": "8231", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8206", + "$id": "8232", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107359,12 +107671,12 @@ "isHttpMetadata": true }, { - "$id": "8207", + "$id": "8233", "kind": "property", "name": "beforeId", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, starting with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8208", + "$id": "8234", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107380,12 +107692,12 @@ "isHttpMetadata": true }, { - "$id": "8209", + "$id": "8235", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8210", + "$id": "8236", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -107401,12 +107713,12 @@ "isHttpMetadata": true }, { - "$id": "8211", + "$id": "8237", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1396" + "$ref": "1398" }, "optional": true, "readOnly": false, @@ -107418,11 +107730,11 @@ "isHttpMetadata": true }, { - "$id": "8212", + "$id": "8238", "kind": "property", "name": "filter", "type": { - "$ref": "1400" + "$ref": "1402" }, "optional": true, "readOnly": false, @@ -107436,7 +107748,7 @@ ] }, { - "$id": "8213", + "$id": "8239", "kind": "model", "name": "VideoCollectionOptions", "namespace": "OpenAI", @@ -107446,12 +107758,12 @@ "decorators": [], "properties": [ { - "$id": "8214", + "$id": "8240", "kind": "property", "name": "afterId", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8215", + "$id": "8241", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107467,12 +107779,12 @@ "isHttpMetadata": true }, { - "$id": "8216", + "$id": "8242", "kind": "property", "name": "pageSizeLimit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8217", + "$id": "8243", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -107488,12 +107800,12 @@ "isHttpMetadata": true }, { - "$id": "8218", + "$id": "8244", "kind": "property", "name": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1406" + "$ref": "1408" }, "optional": true, "readOnly": false, @@ -107509,20 +107821,20 @@ ], "clients": [ { - "$id": "8219", + "$id": "8245", "kind": "client", "name": "OpenAIClient", "namespace": "OpenAI", "methods": [], "parameters": [ { - "$id": "8220", + "$id": "8246", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8221", + "$id": "8247", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -107533,7 +107845,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8222", + "$id": "8248", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -107552,32 +107864,32 @@ "apiVersions": [], "children": [ { - "$id": "8223", + "$id": "8249", "kind": "client", "name": "Assistants", "namespace": "OpenAI", "methods": [ { - "$id": "8224", + "$id": "8250", "kind": "paging", "name": "GetAssistants", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of assistants.", "operation": { - "$id": "8225", + "$id": "8251", "name": "GetAssistants", "resourceName": "Assistants", "summary": "Returns a list of assistants.", "accessibility": "public", "parameters": [ { - "$id": "8226", + "$id": "8252", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1759" + "$ref": "1761" }, "isApiVersion": false, "optional": false, @@ -107588,12 +107900,12 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.listAssistants.accept" }, { - "$id": "8227", + "$id": "8253", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1761" + "$ref": "1763" }, "isApiVersion": false, "optional": false, @@ -107604,13 +107916,13 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.listAssistants.openAIBeta" }, { - "$id": "8228", + "$id": "8254", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8229", + "$id": "8255", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -107625,13 +107937,13 @@ "readOnly": false }, { - "$id": "8230", + "$id": "8256", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -107642,13 +107954,13 @@ "readOnly": false }, { - "$id": "8231", + "$id": "8257", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8232", + "$id": "8258", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107663,13 +107975,13 @@ "readOnly": false }, { - "$id": "8233", + "$id": "8259", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8234", + "$id": "8260", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107690,7 +108002,7 @@ 200 ], "bodyType": { - "$ref": "2369" + "$ref": "2371" }, "headers": [], "isErrorResponse": false, @@ -107710,12 +108022,12 @@ }, "parameters": [ { - "$id": "8235", + "$id": "8261", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1763" + "$ref": "1765" }, "location": "Header", "isApiVersion": false, @@ -107727,12 +108039,12 @@ "decorators": [] }, { - "$id": "8236", + "$id": "8262", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1765" + "$ref": "1767" }, "location": "Header", "isApiVersion": false, @@ -107744,13 +108056,13 @@ "decorators": [] }, { - "$id": "8237", + "$id": "8263", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8238", + "$id": "8264", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -107766,13 +108078,13 @@ "decorators": [] }, { - "$id": "8239", + "$id": "8265", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -107784,13 +108096,13 @@ "decorators": [] }, { - "$id": "8240", + "$id": "8266", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8241", + "$id": "8267", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107806,13 +108118,13 @@ "decorators": [] }, { - "$id": "8242", + "$id": "8268", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8243", + "$id": "8269", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -107830,7 +108142,7 @@ ], "response": { "type": { - "$ref": "2372" + "$ref": "2374" }, "resultSegments": [ "data" @@ -107846,7 +108158,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8231" + "$ref": "8257" }, "responseSegments": [ "last_id" @@ -107856,26 +108168,26 @@ } }, { - "$id": "8244", + "$id": "8270", "kind": "basic", "name": "createAssistant", "accessibility": "public", "apiVersions": [], "summary": "Create an assistant with a model and instructions.", "operation": { - "$id": "8245", + "$id": "8271", "name": "createAssistant", "resourceName": "Assistants", "summary": "Create an assistant with a model and instructions.", "accessibility": "public", "parameters": [ { - "$id": "8246", + "$id": "8272", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1767" + "$ref": "1769" }, "isApiVersion": false, "optional": false, @@ -107886,12 +108198,12 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.createAssistant.accept" }, { - "$id": "8247", + "$id": "8273", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1769" + "$ref": "1771" }, "isApiVersion": false, "optional": false, @@ -107902,13 +108214,13 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.createAssistant.openAIBeta" }, { - "$id": "8248", + "$id": "8274", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1771" + "$ref": "1773" }, "isApiVersion": false, "optional": false, @@ -107919,12 +108231,12 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.createAssistant.contentType" }, { - "$id": "8249", + "$id": "8275", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2501" + "$ref": "2503" }, "isApiVersion": false, "contentTypes": [ @@ -107944,7 +108256,7 @@ 200 ], "bodyType": { - "$ref": "2373" + "$ref": "2375" }, "headers": [], "isErrorResponse": false, @@ -107967,12 +108279,12 @@ }, "parameters": [ { - "$id": "8250", + "$id": "8276", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1773" + "$ref": "1775" }, "location": "Header", "isApiVersion": false, @@ -107984,12 +108296,12 @@ "decorators": [] }, { - "$id": "8251", + "$id": "8277", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1775" + "$ref": "1777" }, "location": "Header", "isApiVersion": false, @@ -108001,12 +108313,12 @@ "decorators": [] }, { - "$id": "8252", + "$id": "8278", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2501" + "$ref": "2503" }, "location": "Body", "isApiVersion": false, @@ -108018,13 +108330,13 @@ "decorators": [] }, { - "$id": "8253", + "$id": "8279", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1771" + "$ref": "1773" }, "location": "Header", "isApiVersion": false, @@ -108038,7 +108350,7 @@ ], "response": { "type": { - "$ref": "2373" + "$ref": "2375" } }, "isOverride": false, @@ -108047,26 +108359,26 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.createAssistant" }, { - "$id": "8254", + "$id": "8280", "kind": "basic", "name": "getAssistant", "accessibility": "public", "apiVersions": [], "summary": "Retrieves an assistant.", "operation": { - "$id": "8255", + "$id": "8281", "name": "getAssistant", "resourceName": "Assistants", "summary": "Retrieves an assistant.", "accessibility": "public", "parameters": [ { - "$id": "8256", + "$id": "8282", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1777" + "$ref": "1779" }, "isApiVersion": false, "optional": false, @@ -108077,12 +108389,12 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.getAssistant.accept" }, { - "$id": "8257", + "$id": "8283", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1779" + "$ref": "1781" }, "isApiVersion": false, "optional": false, @@ -108093,13 +108405,13 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.getAssistant.openAIBeta" }, { - "$id": "8258", + "$id": "8284", "kind": "path", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the assistant to retrieve.", "type": { - "$id": "8259", + "$id": "8285", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108123,7 +108435,7 @@ 200 ], "bodyType": { - "$ref": "2373" + "$ref": "2375" }, "headers": [], "isErrorResponse": false, @@ -108143,12 +108455,12 @@ }, "parameters": [ { - "$id": "8260", + "$id": "8286", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1781" + "$ref": "1783" }, "location": "Header", "isApiVersion": false, @@ -108160,12 +108472,12 @@ "decorators": [] }, { - "$id": "8261", + "$id": "8287", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1783" + "$ref": "1785" }, "location": "Header", "isApiVersion": false, @@ -108177,13 +108489,13 @@ "decorators": [] }, { - "$id": "8262", + "$id": "8288", "kind": "method", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the assistant to retrieve.", "type": { - "$id": "8263", + "$id": "8289", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108201,7 +108513,7 @@ ], "response": { "type": { - "$ref": "2373" + "$ref": "2375" } }, "isOverride": false, @@ -108210,26 +108522,26 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.getAssistant" }, { - "$id": "8264", + "$id": "8290", "kind": "basic", "name": "modifyAssistant", "accessibility": "public", "apiVersions": [], "summary": "Modifies an assistant.", "operation": { - "$id": "8265", + "$id": "8291", "name": "modifyAssistant", "resourceName": "Assistants", "summary": "Modifies an assistant.", "accessibility": "public", "parameters": [ { - "$id": "8266", + "$id": "8292", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1785" + "$ref": "1787" }, "isApiVersion": false, "optional": false, @@ -108240,12 +108552,12 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.modifyAssistant.accept" }, { - "$id": "8267", + "$id": "8293", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1787" + "$ref": "1789" }, "isApiVersion": false, "optional": false, @@ -108256,13 +108568,13 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.modifyAssistant.openAIBeta" }, { - "$id": "8268", + "$id": "8294", "kind": "path", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the assistant to modify.", "type": { - "$id": "8269", + "$id": "8295", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108280,13 +108592,13 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.modifyAssistant.assistant_id" }, { - "$id": "8270", + "$id": "8296", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1789" + "$ref": "1791" }, "isApiVersion": false, "optional": false, @@ -108297,12 +108609,12 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.modifyAssistant.contentType" }, { - "$id": "8271", + "$id": "8297", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2557" + "$ref": "2559" }, "isApiVersion": false, "contentTypes": [ @@ -108322,7 +108634,7 @@ 200 ], "bodyType": { - "$ref": "2373" + "$ref": "2375" }, "headers": [], "isErrorResponse": false, @@ -108345,12 +108657,12 @@ }, "parameters": [ { - "$id": "8272", + "$id": "8298", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1791" + "$ref": "1793" }, "location": "Header", "isApiVersion": false, @@ -108362,12 +108674,12 @@ "decorators": [] }, { - "$id": "8273", + "$id": "8299", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1793" + "$ref": "1795" }, "location": "Header", "isApiVersion": false, @@ -108379,13 +108691,13 @@ "decorators": [] }, { - "$id": "8274", + "$id": "8300", "kind": "method", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the assistant to modify.", "type": { - "$id": "8275", + "$id": "8301", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108401,12 +108713,12 @@ "decorators": [] }, { - "$id": "8276", + "$id": "8302", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2557" + "$ref": "2559" }, "location": "Body", "isApiVersion": false, @@ -108418,13 +108730,13 @@ "decorators": [] }, { - "$id": "8277", + "$id": "8303", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1789" + "$ref": "1791" }, "location": "Header", "isApiVersion": false, @@ -108438,7 +108750,7 @@ ], "response": { "type": { - "$ref": "2373" + "$ref": "2375" } }, "isOverride": false, @@ -108447,26 +108759,26 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.modifyAssistant" }, { - "$id": "8278", + "$id": "8304", "kind": "basic", "name": "deleteAssistant", "accessibility": "public", "apiVersions": [], "summary": "Delete an assistant.", "operation": { - "$id": "8279", + "$id": "8305", "name": "deleteAssistant", "resourceName": "Assistants", "summary": "Delete an assistant.", "accessibility": "public", "parameters": [ { - "$id": "8280", + "$id": "8306", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1795" + "$ref": "1797" }, "isApiVersion": false, "optional": false, @@ -108477,12 +108789,12 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.deleteAssistant.accept" }, { - "$id": "8281", + "$id": "8307", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1797" + "$ref": "1799" }, "isApiVersion": false, "optional": false, @@ -108493,13 +108805,13 @@ "crossLanguageDefinitionId": "OpenAI.Assistants.deleteAssistant.openAIBeta" }, { - "$id": "8282", + "$id": "8308", "kind": "path", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the assistant to delete.", "type": { - "$id": "8283", + "$id": "8309", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108523,7 +108835,7 @@ 200 ], "bodyType": { - "$ref": "2587" + "$ref": "2589" }, "headers": [], "isErrorResponse": false, @@ -108543,12 +108855,12 @@ }, "parameters": [ { - "$id": "8284", + "$id": "8310", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1799" + "$ref": "1801" }, "location": "Header", "isApiVersion": false, @@ -108560,12 +108872,12 @@ "decorators": [] }, { - "$id": "8285", + "$id": "8311", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "1801" + "$ref": "1803" }, "location": "Header", "isApiVersion": false, @@ -108577,13 +108889,13 @@ "decorators": [] }, { - "$id": "8286", + "$id": "8312", "kind": "method", "name": "assistant_id", "serializedName": "assistant_id", "doc": "The ID of the assistant to delete.", "type": { - "$id": "8287", + "$id": "8313", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108601,7 +108913,7 @@ ], "response": { "type": { - "$ref": "2587" + "$ref": "2589" } }, "isOverride": false, @@ -108612,13 +108924,13 @@ ], "parameters": [ { - "$id": "8288", + "$id": "8314", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8289", + "$id": "8315", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -108629,7 +108941,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8290", + "$id": "8316", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -108647,36 +108959,36 @@ "crossLanguageDefinitionId": "OpenAI.Assistants", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8291", + "$id": "8317", "kind": "client", "name": "Audio", "namespace": "OpenAI", "methods": [ { - "$id": "8292", + "$id": "8318", "kind": "basic", "name": "GenerateSpeech", "accessibility": "public", "apiVersions": [], "summary": "Generates audio from the input text.", "operation": { - "$id": "8293", + "$id": "8319", "name": "GenerateSpeech", "resourceName": "Audio", "summary": "Generates audio from the input text.", "accessibility": "public", "parameters": [ { - "$id": "8294", + "$id": "8320", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1803" + "$ref": "1805" }, "isApiVersion": false, "optional": false, @@ -108687,13 +108999,13 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createSpeech.accept" }, { - "$id": "8295", + "$id": "8321", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1805" + "$ref": "1807" }, "isApiVersion": false, "optional": false, @@ -108704,12 +109016,12 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createSpeech.contentType" }, { - "$id": "8296", + "$id": "8322", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2593" + "$ref": "2595" }, "isApiVersion": false, "contentTypes": [ @@ -108729,7 +109041,7 @@ 200 ], "bodyType": { - "$id": "8297", + "$id": "8323", "kind": "bytes", "name": "bytes", "crossLanguageDefinitionId": "TypeSpec.bytes", @@ -108741,7 +109053,7 @@ "nameInResponse": "Transfer-Encoding", "doc": "chunked", "type": { - "$id": "8298", + "$id": "8324", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -108752,7 +109064,7 @@ "name": "contentType", "nameInResponse": "content-type", "type": { - "$ref": "1807" + "$ref": "1809" } } ], @@ -108776,12 +109088,12 @@ }, "parameters": [ { - "$id": "8299", + "$id": "8325", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1809" + "$ref": "1811" }, "location": "Header", "isApiVersion": false, @@ -108793,12 +109105,12 @@ "decorators": [] }, { - "$id": "8300", + "$id": "8326", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2593" + "$ref": "2595" }, "location": "Body", "isApiVersion": false, @@ -108810,13 +109122,13 @@ "decorators": [] }, { - "$id": "8301", + "$id": "8327", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1805" + "$ref": "1807" }, "location": "Header", "isApiVersion": false, @@ -108830,7 +109142,7 @@ ], "response": { "type": { - "$ref": "8297" + "$ref": "8323" } }, "isOverride": false, @@ -108839,26 +109151,26 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createSpeech" }, { - "$id": "8302", + "$id": "8328", "kind": "basic", "name": "TranscribeAudio", "accessibility": "public", "apiVersions": [], "summary": "Transcribes audio into the input language.", "operation": { - "$id": "8303", + "$id": "8329", "name": "TranscribeAudio", "resourceName": "Audio", "summary": "Transcribes audio into the input language.", "accessibility": "public", "parameters": [ { - "$id": "8304", + "$id": "8330", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "isApiVersion": false, "optional": false, @@ -108869,12 +109181,12 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranscription.accept" }, { - "$id": "8305", + "$id": "8331", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1811" + "$ref": "1813" }, "isApiVersion": false, "optional": false, @@ -108885,12 +109197,12 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranscription.contentType" }, { - "$id": "8306", + "$id": "8332", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2603" + "$ref": "2605" }, "isApiVersion": false, "contentTypes": [ @@ -108910,27 +109222,27 @@ 200 ], "bodyType": { - "$id": "8307", + "$id": "8333", "kind": "union", "name": "", "variantTypes": [ { - "$id": "8308", + "$id": "8334", "kind": "union", "name": "", "variantTypes": [ { - "$ref": "2632" + "$ref": "2634" }, { - "$ref": "2678" + "$ref": "2680" } ], "namespace": "", "decorators": [] }, { - "$ref": "2691" + "$ref": "2693" } ], "namespace": "", @@ -108941,7 +109253,7 @@ "name": "contentType", "nameInResponse": "Content-Type", "type": { - "$ref": "1813" + "$ref": "1815" } } ], @@ -108967,12 +109279,12 @@ }, "parameters": [ { - "$id": "8309", + "$id": "8335", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "location": "Header", "isApiVersion": false, @@ -108984,12 +109296,12 @@ "decorators": [] }, { - "$id": "8310", + "$id": "8336", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1815" + "$ref": "1817" }, "location": "Header", "isApiVersion": false, @@ -109001,12 +109313,12 @@ "decorators": [] }, { - "$id": "8311", + "$id": "8337", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2603" + "$ref": "2605" }, "location": "Body", "isApiVersion": false, @@ -109020,7 +109332,7 @@ ], "response": { "type": { - "$ref": "8307" + "$ref": "8333" } }, "isOverride": false, @@ -109029,26 +109341,26 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranscription" }, { - "$id": "8312", + "$id": "8338", "kind": "basic", "name": "TranslateAudio", "accessibility": "public", "apiVersions": [], "summary": "Translates audio into English..", "operation": { - "$id": "8313", + "$id": "8339", "name": "TranslateAudio", "resourceName": "Audio", "summary": "Translates audio into English..", "accessibility": "public", "parameters": [ { - "$id": "8314", + "$id": "8340", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1817" + "$ref": "1819" }, "isApiVersion": false, "optional": false, @@ -109059,12 +109371,12 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranslation.accept" }, { - "$id": "8315", + "$id": "8341", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1819" + "$ref": "1821" }, "isApiVersion": false, "optional": false, @@ -109075,12 +109387,12 @@ "crossLanguageDefinitionId": "OpenAI.Audio.createTranslation.contentType" }, { - "$id": "8316", + "$id": "8342", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2723" + "$ref": "2725" }, "isApiVersion": false, "contentTypes": [ @@ -109100,27 +109412,27 @@ 200 ], "bodyType": { - "$id": "8317", + "$id": "8343", "kind": "union", "name": "", "variantTypes": [ { - "$id": "8318", + "$id": "8344", "kind": "union", "name": "", "variantTypes": [ { - "$ref": "2733" + "$ref": "2735" }, { - "$ref": "2743" + "$ref": "2745" } ], "namespace": "", "decorators": [] }, { - "$id": "8319", + "$id": "8345", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109135,7 +109447,7 @@ "name": "contentType", "nameInResponse": "content-type", "type": { - "$ref": "1821" + "$ref": "1823" } } ], @@ -109161,12 +109473,12 @@ }, "parameters": [ { - "$id": "8320", + "$id": "8346", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1823" + "$ref": "1825" }, "location": "Header", "isApiVersion": false, @@ -109178,12 +109490,12 @@ "decorators": [] }, { - "$id": "8321", + "$id": "8347", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1825" + "$ref": "1827" }, "location": "Header", "isApiVersion": false, @@ -109195,12 +109507,12 @@ "decorators": [] }, { - "$id": "8322", + "$id": "8348", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2723" + "$ref": "2725" }, "location": "Body", "isApiVersion": false, @@ -109214,7 +109526,7 @@ ], "response": { "type": { - "$ref": "8317" + "$ref": "8343" } }, "isOverride": false, @@ -109225,13 +109537,13 @@ ], "parameters": [ { - "$id": "8323", + "$id": "8349", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8324", + "$id": "8350", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -109242,7 +109554,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8325", + "$id": "8351", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -109260,36 +109572,36 @@ "crossLanguageDefinitionId": "OpenAI.Audio", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8326", + "$id": "8352", "kind": "client", "name": "Batches", "namespace": "OpenAI", "methods": [ { - "$id": "8327", + "$id": "8353", "kind": "basic", "name": "createBatch", "accessibility": "public", "apiVersions": [], "summary": "Creates and executes a batch from an uploaded file of requests", "operation": { - "$id": "8328", + "$id": "8354", "name": "createBatch", "resourceName": "Batches", "summary": "Creates and executes a batch from an uploaded file of requests", "accessibility": "public", "parameters": [ { - "$id": "8329", + "$id": "8355", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1827" + "$ref": "1829" }, "isApiVersion": false, "optional": false, @@ -109300,13 +109612,13 @@ "crossLanguageDefinitionId": "OpenAI.Batches.createBatch.accept" }, { - "$id": "8330", + "$id": "8356", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1829" + "$ref": "1831" }, "isApiVersion": false, "optional": false, @@ -109317,12 +109629,12 @@ "crossLanguageDefinitionId": "OpenAI.Batches.createBatch.contentType" }, { - "$id": "8331", + "$id": "8357", "kind": "body", "name": "createBatchRequest", "serializedName": "createBatchRequest", "type": { - "$ref": "2746" + "$ref": "2748" }, "isApiVersion": false, "contentTypes": [ @@ -109342,7 +109654,7 @@ 200 ], "bodyType": { - "$ref": "2752" + "$ref": "2754" }, "headers": [], "isErrorResponse": false, @@ -109365,12 +109677,12 @@ }, "parameters": [ { - "$id": "8332", + "$id": "8358", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1831" + "$ref": "1833" }, "location": "Header", "isApiVersion": false, @@ -109382,13 +109694,13 @@ "decorators": [] }, { - "$id": "8333", + "$id": "8359", "kind": "method", "name": "input_file_id", "serializedName": "input_file_id", "doc": "The ID of an uploaded file that contains requests for the new batch.\n\nSee [upload file](/docs/api-reference/files/create) for how to upload a file.\n\nYour input file must be formatted as a [JSONL file](/docs/api-reference/batch/requestInput),\nand must be uploaded with the purpose `batch`.", "type": { - "$id": "8334", + "$id": "8360", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109404,7 +109716,7 @@ "decorators": [] }, { - "$id": "8335", + "$id": "8361", "kind": "method", "name": "endpoint", "serializedName": "endpoint", @@ -109422,13 +109734,13 @@ "decorators": [] }, { - "$id": "8336", + "$id": "8362", "kind": "method", "name": "completion_window", "serializedName": "completion_window", "doc": "The time frame within which the batch should be processed. Currently only `24h` is supported.", "type": { - "$ref": "1531" + "$ref": "1533" }, "location": "Body", "isApiVersion": false, @@ -109440,13 +109752,13 @@ "decorators": [] }, { - "$id": "8337", + "$id": "8363", "kind": "method", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "location": "Body", "isApiVersion": false, @@ -109458,13 +109770,13 @@ "decorators": [] }, { - "$id": "8338", + "$id": "8364", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1829" + "$ref": "1831" }, "location": "Header", "isApiVersion": false, @@ -109478,7 +109790,7 @@ ], "response": { "type": { - "$ref": "2752" + "$ref": "2754" } }, "isOverride": false, @@ -109487,26 +109799,26 @@ "crossLanguageDefinitionId": "OpenAI.Batches.createBatch" }, { - "$id": "8339", + "$id": "8365", "kind": "paging", "name": "GetBatches", "accessibility": "public", "apiVersions": [], "summary": "List your organization's batches.", "operation": { - "$id": "8340", + "$id": "8366", "name": "GetBatches", "resourceName": "Batches", "summary": "List your organization's batches.", "accessibility": "public", "parameters": [ { - "$id": "8341", + "$id": "8367", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1835" + "$ref": "1837" }, "isApiVersion": false, "optional": false, @@ -109517,13 +109829,13 @@ "crossLanguageDefinitionId": "OpenAI.Batches.listBatches.accept" }, { - "$id": "8342", + "$id": "8368", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8343", + "$id": "8369", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109538,13 +109850,13 @@ "readOnly": false }, { - "$id": "8344", + "$id": "8370", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8345", + "$id": "8371", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -109565,7 +109877,7 @@ 200 ], "bodyType": { - "$ref": "2819" + "$ref": "2821" }, "headers": [], "isErrorResponse": false, @@ -109585,12 +109897,12 @@ }, "parameters": [ { - "$id": "8346", + "$id": "8372", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1837" + "$ref": "1839" }, "location": "Header", "isApiVersion": false, @@ -109602,13 +109914,13 @@ "decorators": [] }, { - "$id": "8347", + "$id": "8373", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8348", + "$id": "8374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109624,13 +109936,13 @@ "decorators": [] }, { - "$id": "8349", + "$id": "8375", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8350", + "$id": "8376", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -109648,7 +109960,7 @@ ], "response": { "type": { - "$ref": "2821" + "$ref": "2823" }, "resultSegments": [ "data" @@ -109664,7 +109976,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8342" + "$ref": "8368" }, "responseSegments": [ "last_id" @@ -109674,26 +109986,26 @@ } }, { - "$id": "8351", + "$id": "8377", "kind": "basic", "name": "GetBatch", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a batch.", "operation": { - "$id": "8352", + "$id": "8378", "name": "GetBatch", "resourceName": "Batches", "summary": "Retrieves a batch.", "accessibility": "public", "parameters": [ { - "$id": "8353", + "$id": "8379", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1839" + "$ref": "1841" }, "isApiVersion": false, "optional": false, @@ -109704,13 +110016,13 @@ "crossLanguageDefinitionId": "OpenAI.Batches.retrieveBatch.accept" }, { - "$id": "8354", + "$id": "8380", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to retrieve.", "type": { - "$id": "8355", + "$id": "8381", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109734,7 +110046,7 @@ 200 ], "bodyType": { - "$ref": "2752" + "$ref": "2754" }, "headers": [], "isErrorResponse": false, @@ -109754,12 +110066,12 @@ }, "parameters": [ { - "$id": "8356", + "$id": "8382", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1841" + "$ref": "1843" }, "location": "Header", "isApiVersion": false, @@ -109771,13 +110083,13 @@ "decorators": [] }, { - "$id": "8357", + "$id": "8383", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to retrieve.", "type": { - "$id": "8358", + "$id": "8384", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109795,7 +110107,7 @@ ], "response": { "type": { - "$ref": "2752" + "$ref": "2754" } }, "isOverride": false, @@ -109804,26 +110116,26 @@ "crossLanguageDefinitionId": "OpenAI.Batches.retrieveBatch" }, { - "$id": "8359", + "$id": "8385", "kind": "basic", "name": "cancelBatch", "accessibility": "public", "apiVersions": [], "summary": "Cancels an in-progress batch.", "operation": { - "$id": "8360", + "$id": "8386", "name": "cancelBatch", "resourceName": "Batches", "summary": "Cancels an in-progress batch.", "accessibility": "public", "parameters": [ { - "$id": "8361", + "$id": "8387", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1843" + "$ref": "1845" }, "isApiVersion": false, "optional": false, @@ -109834,13 +110146,13 @@ "crossLanguageDefinitionId": "OpenAI.Batches.cancelBatch.accept" }, { - "$id": "8362", + "$id": "8388", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to cancel.", "type": { - "$id": "8363", + "$id": "8389", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109864,7 +110176,7 @@ 200 ], "bodyType": { - "$ref": "2752" + "$ref": "2754" }, "headers": [], "isErrorResponse": false, @@ -109884,12 +110196,12 @@ }, "parameters": [ { - "$id": "8364", + "$id": "8390", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1845" + "$ref": "1847" }, "location": "Header", "isApiVersion": false, @@ -109901,13 +110213,13 @@ "decorators": [] }, { - "$id": "8365", + "$id": "8391", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the batch to cancel.", "type": { - "$id": "8366", + "$id": "8392", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -109925,7 +110237,7 @@ ], "response": { "type": { - "$ref": "2752" + "$ref": "2754" } }, "isOverride": false, @@ -109936,13 +110248,13 @@ ], "parameters": [ { - "$id": "8367", + "$id": "8393", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8368", + "$id": "8394", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -109953,7 +110265,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8369", + "$id": "8395", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -109971,37 +110283,37 @@ "crossLanguageDefinitionId": "OpenAI.Batches", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8370", + "$id": "8396", "kind": "client", "name": "Chat", "namespace": "OpenAI", "methods": [ { - "$id": "8371", + "$id": "8397", "kind": "paging", "name": "listChatCompletions", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of chat completions.", "operation": { - "$id": "8372", + "$id": "8398", "name": "listChatCompletions", "resourceName": "Chat", "summary": "Returns a list of chat completions.", "accessibility": "public", "parameters": [ { - "$id": "8373", + "$id": "8399", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8374", + "$id": "8400", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110016,13 +110328,13 @@ "readOnly": false }, { - "$id": "8375", + "$id": "8401", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8376", + "$id": "8402", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -110037,13 +110349,13 @@ "readOnly": false }, { - "$id": "8377", + "$id": "8403", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -110054,12 +110366,12 @@ "readOnly": false }, { - "$id": "8378", + "$id": "8404", "kind": "query", "name": "metadata", "serializedName": "metadata", "type": { - "$ref": "2442" + "$ref": "2444" }, "isApiVersion": false, "explode": false, @@ -110070,12 +110382,12 @@ "readOnly": false }, { - "$id": "8379", + "$id": "8405", "kind": "query", "name": "model", "serializedName": "model", "type": { - "$id": "8380", + "$id": "8406", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110090,12 +110402,12 @@ "readOnly": false }, { - "$id": "8381", + "$id": "8407", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1847" + "$ref": "1849" }, "isApiVersion": false, "optional": false, @@ -110112,7 +110424,7 @@ 200 ], "bodyType": { - "$ref": "2829" + "$ref": "2831" }, "headers": [], "isErrorResponse": false, @@ -110132,13 +110444,13 @@ }, "parameters": [ { - "$id": "8382", + "$id": "8408", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8383", + "$id": "8409", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110154,13 +110466,13 @@ "decorators": [] }, { - "$id": "8384", + "$id": "8410", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8385", + "$id": "8411", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -110176,13 +110488,13 @@ "decorators": [] }, { - "$id": "8386", + "$id": "8412", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -110194,12 +110506,12 @@ "decorators": [] }, { - "$id": "8387", + "$id": "8413", "kind": "method", "name": "metadata", "serializedName": "metadata", "type": { - "$ref": "2442" + "$ref": "2444" }, "location": "Query", "isApiVersion": false, @@ -110211,12 +110523,12 @@ "decorators": [] }, { - "$id": "8388", + "$id": "8414", "kind": "method", "name": "model", "serializedName": "model", "type": { - "$id": "8389", + "$id": "8415", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110232,12 +110544,12 @@ "decorators": [] }, { - "$id": "8390", + "$id": "8416", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1847" + "$ref": "1849" }, "location": "Header", "isApiVersion": false, @@ -110251,7 +110563,7 @@ ], "response": { "type": { - "$ref": "2832" + "$ref": "2834" }, "resultSegments": [ "data" @@ -110267,7 +110579,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8373" + "$ref": "8399" }, "responseSegments": [ "last_id" @@ -110277,26 +110589,26 @@ } }, { - "$id": "8391", + "$id": "8417", "kind": "basic", "name": "CompleteChat", "accessibility": "public", "apiVersions": [], "summary": "Creates a model response for the given chat conversation.", "operation": { - "$id": "8392", + "$id": "8418", "name": "CompleteChat", "resourceName": "Chat", "summary": "Creates a model response for the given chat conversation.", "accessibility": "public", "parameters": [ { - "$id": "8393", + "$id": "8419", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1849" + "$ref": "1851" }, "isApiVersion": false, "optional": false, @@ -110307,13 +110619,13 @@ "crossLanguageDefinitionId": "OpenAI.Chat.createChatCompletion.accept" }, { - "$id": "8394", + "$id": "8420", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1851" + "$ref": "1853" }, "isApiVersion": false, "optional": false, @@ -110324,12 +110636,12 @@ "crossLanguageDefinitionId": "OpenAI.Chat.createChatCompletion.contentType" }, { - "$id": "8395", + "$id": "8421", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2971" + "$ref": "2973" }, "isApiVersion": false, "contentTypes": [ @@ -110349,15 +110661,15 @@ 200 ], "bodyType": { - "$id": "8396", + "$id": "8422", "kind": "union", "name": "", "variantTypes": [ { - "$ref": "2833" + "$ref": "2835" }, { - "$ref": "3231" + "$ref": "3233" } ], "namespace": "", @@ -110368,7 +110680,7 @@ "name": "contentType", "nameInResponse": "Content-Type", "type": { - "$ref": "1853" + "$ref": "1855" } } ], @@ -110393,12 +110705,12 @@ }, "parameters": [ { - "$id": "8397", + "$id": "8423", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1855" + "$ref": "1857" }, "location": "Header", "isApiVersion": false, @@ -110410,12 +110722,12 @@ "decorators": [] }, { - "$id": "8398", + "$id": "8424", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "2971" + "$ref": "2973" }, "location": "Body", "isApiVersion": false, @@ -110427,13 +110739,13 @@ "decorators": [] }, { - "$id": "8399", + "$id": "8425", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1851" + "$ref": "1853" }, "location": "Header", "isApiVersion": false, @@ -110447,7 +110759,7 @@ ], "response": { "type": { - "$ref": "8396" + "$ref": "8422" } }, "isOverride": false, @@ -110456,27 +110768,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.createChatCompletion" }, { - "$id": "8400", + "$id": "8426", "kind": "basic", "name": "getChatCompletion", "accessibility": "public", "apiVersions": [], "summary": "Get a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "operation": { - "$id": "8401", + "$id": "8427", "name": "getChatCompletion", "resourceName": "Chat", "summary": "Get a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "accessibility": "public", "parameters": [ { - "$id": "8402", + "$id": "8428", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve.", "type": { - "$id": "8403", + "$id": "8429", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110494,12 +110806,12 @@ "crossLanguageDefinitionId": "OpenAI.Chat.getChatCompletion.completion_id" }, { - "$id": "8404", + "$id": "8430", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1857" + "$ref": "1859" }, "isApiVersion": false, "optional": false, @@ -110516,7 +110828,7 @@ 200 ], "bodyType": { - "$ref": "2833" + "$ref": "2835" }, "headers": [], "isErrorResponse": false, @@ -110536,13 +110848,13 @@ }, "parameters": [ { - "$id": "8405", + "$id": "8431", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve.", "type": { - "$id": "8406", + "$id": "8432", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110558,12 +110870,12 @@ "decorators": [] }, { - "$id": "8407", + "$id": "8433", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1857" + "$ref": "1859" }, "location": "Header", "isApiVersion": false, @@ -110577,7 +110889,7 @@ ], "response": { "type": { - "$ref": "2833" + "$ref": "2835" } }, "isOverride": false, @@ -110586,27 +110898,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.getChatCompletion" }, { - "$id": "8408", + "$id": "8434", "kind": "basic", "name": "updateChatCompletion", "accessibility": "public", "apiVersions": [], "summary": "Modify a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be modified. Currently, the only supported modification is to update the `metadata` field.\")", "operation": { - "$id": "8409", + "$id": "8435", "name": "updateChatCompletion", "resourceName": "Chat", "summary": "Modify a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be modified. Currently, the only supported modification is to update the `metadata` field.\")", "accessibility": "public", "parameters": [ { - "$id": "8410", + "$id": "8436", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to update.", "type": { - "$id": "8411", + "$id": "8437", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110624,13 +110936,13 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion.completion_id" }, { - "$id": "8412", + "$id": "8438", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1859" + "$ref": "1861" }, "isApiVersion": false, "optional": false, @@ -110641,12 +110953,12 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion.contentType" }, { - "$id": "8413", + "$id": "8439", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1861" + "$ref": "1863" }, "isApiVersion": false, "optional": false, @@ -110657,12 +110969,12 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion.accept" }, { - "$id": "8414", + "$id": "8440", "kind": "body", "name": "updateChatCompletionRequest", "serializedName": "updateChatCompletionRequest", "type": { - "$ref": "3299" + "$ref": "3301" }, "isApiVersion": false, "contentTypes": [ @@ -110682,7 +110994,7 @@ 200 ], "bodyType": { - "$ref": "2833" + "$ref": "2835" }, "headers": [], "isErrorResponse": false, @@ -110705,13 +111017,13 @@ }, "parameters": [ { - "$id": "8415", + "$id": "8441", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to update.", "type": { - "$id": "8416", + "$id": "8442", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110727,13 +111039,13 @@ "decorators": [] }, { - "$id": "8417", + "$id": "8443", "kind": "method", "name": "metadata", "serializedName": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be\nuseful for storing additional information about the object in a structured\nformat, and querying for objects via API or the dashboard.\n\nKeys are strings with a maximum length of 64 characters. Values are strings\nwith a maximum length of 512 characters.", "type": { - "$ref": "2442" + "$ref": "2444" }, "location": "Body", "isApiVersion": false, @@ -110745,13 +111057,13 @@ "decorators": [] }, { - "$id": "8418", + "$id": "8444", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1859" + "$ref": "1861" }, "location": "Header", "isApiVersion": false, @@ -110763,12 +111075,12 @@ "decorators": [] }, { - "$id": "8419", + "$id": "8445", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1861" + "$ref": "1863" }, "location": "Header", "isApiVersion": false, @@ -110782,7 +111094,7 @@ ], "response": { "type": { - "$ref": "2833" + "$ref": "2835" } }, "isOverride": false, @@ -110791,27 +111103,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.updateChatCompletion" }, { - "$id": "8420", + "$id": "8446", "kind": "basic", "name": "deleteChatCompletion", "accessibility": "public", "apiVersions": [], "summary": "Delete a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be deleted.", "operation": { - "$id": "8421", + "$id": "8447", "name": "deleteChatCompletion", "resourceName": "Chat", "summary": "Delete a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` can be deleted.", "accessibility": "public", "parameters": [ { - "$id": "8422", + "$id": "8448", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to delete.", "type": { - "$id": "8423", + "$id": "8449", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110829,12 +111141,12 @@ "crossLanguageDefinitionId": "OpenAI.Chat.deleteChatCompletion.completion_id" }, { - "$id": "8424", + "$id": "8450", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1863" + "$ref": "1865" }, "isApiVersion": false, "optional": false, @@ -110851,7 +111163,7 @@ 200 ], "bodyType": { - "$ref": "3301" + "$ref": "3303" }, "headers": [], "isErrorResponse": false, @@ -110871,13 +111183,13 @@ }, "parameters": [ { - "$id": "8425", + "$id": "8451", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to delete.", "type": { - "$id": "8426", + "$id": "8452", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110893,12 +111205,12 @@ "decorators": [] }, { - "$id": "8427", + "$id": "8453", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1863" + "$ref": "1865" }, "location": "Header", "isApiVersion": false, @@ -110912,7 +111224,7 @@ ], "response": { "type": { - "$ref": "3301" + "$ref": "3303" } }, "isOverride": false, @@ -110921,27 +111233,27 @@ "crossLanguageDefinitionId": "OpenAI.Chat.deleteChatCompletion" }, { - "$id": "8428", + "$id": "8454", "kind": "paging", "name": "getChatCompletionMessages", "accessibility": "public", "apiVersions": [], "summary": "Get the messages of a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "operation": { - "$id": "8429", + "$id": "8455", "name": "getChatCompletionMessages", "resourceName": "Chat", "summary": "Get the messages of a stored chat completion. Only Chat Completions that have been created with the `store` parameter set to `true` will be returned.", "accessibility": "public", "parameters": [ { - "$id": "8430", + "$id": "8456", "kind": "path", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve messages for.", "type": { - "$id": "8431", + "$id": "8457", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110959,13 +111271,13 @@ "crossLanguageDefinitionId": "OpenAI.Chat.getChatCompletionMessages.completion_id" }, { - "$id": "8432", + "$id": "8458", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8433", + "$id": "8459", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -110980,13 +111292,13 @@ "readOnly": false }, { - "$id": "8434", + "$id": "8460", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8435", + "$id": "8461", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -111001,13 +111313,13 @@ "readOnly": false }, { - "$id": "8436", + "$id": "8462", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -111018,12 +111330,12 @@ "readOnly": false }, { - "$id": "8437", + "$id": "8463", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1865" + "$ref": "1867" }, "isApiVersion": false, "optional": false, @@ -111040,7 +111352,7 @@ 200 ], "bodyType": { - "$ref": "3307" + "$ref": "3309" }, "headers": [], "isErrorResponse": false, @@ -111060,13 +111372,13 @@ }, "parameters": [ { - "$id": "8438", + "$id": "8464", "kind": "method", "name": "completion_id", "serializedName": "completion_id", "doc": "The ID of the stored chat completion to retrieve messages for.", "type": { - "$id": "8439", + "$id": "8465", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111082,13 +111394,13 @@ "decorators": [] }, { - "$id": "8440", + "$id": "8466", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8441", + "$id": "8467", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111104,13 +111416,13 @@ "decorators": [] }, { - "$id": "8442", + "$id": "8468", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8443", + "$id": "8469", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -111126,13 +111438,13 @@ "decorators": [] }, { - "$id": "8444", + "$id": "8470", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -111144,12 +111456,12 @@ "decorators": [] }, { - "$id": "8445", + "$id": "8471", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1865" + "$ref": "1867" }, "location": "Header", "isApiVersion": false, @@ -111163,7 +111475,7 @@ ], "response": { "type": { - "$ref": "3310" + "$ref": "3312" }, "resultSegments": [ "data" @@ -111179,7 +111491,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8432" + "$ref": "8458" }, "responseSegments": [ "last_id" @@ -111191,13 +111503,13 @@ ], "parameters": [ { - "$id": "8446", + "$id": "8472", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8447", + "$id": "8473", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -111208,7 +111520,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8448", + "$id": "8474", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -111226,35 +111538,35 @@ "crossLanguageDefinitionId": "OpenAI.Chat", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8449", + "$id": "8475", "kind": "client", "name": "Containers", "namespace": "OpenAI", "methods": [ { - "$id": "8450", + "$id": "8476", "kind": "paging", "name": "listContainers", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8451", + "$id": "8477", "name": "listContainers", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8452", + "$id": "8478", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8453", + "$id": "8479", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -111269,13 +111581,13 @@ "readOnly": false }, { - "$id": "8454", + "$id": "8480", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -111286,13 +111598,13 @@ "readOnly": false }, { - "$id": "8455", + "$id": "8481", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8456", + "$id": "8482", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111307,12 +111619,12 @@ "readOnly": false }, { - "$id": "8457", + "$id": "8483", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1867" + "$ref": "1869" }, "isApiVersion": false, "optional": false, @@ -111329,7 +111641,7 @@ 200 ], "bodyType": { - "$ref": "3330" + "$ref": "3332" }, "headers": [], "isErrorResponse": false, @@ -111349,13 +111661,13 @@ }, "parameters": [ { - "$id": "8458", + "$id": "8484", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8459", + "$id": "8485", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -111371,13 +111683,13 @@ "decorators": [] }, { - "$id": "8460", + "$id": "8486", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -111389,13 +111701,13 @@ "decorators": [] }, { - "$id": "8461", + "$id": "8487", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8462", + "$id": "8488", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111411,12 +111723,12 @@ "decorators": [] }, { - "$id": "8463", + "$id": "8489", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1867" + "$ref": "1869" }, "location": "Header", "isApiVersion": false, @@ -111430,7 +111742,7 @@ ], "response": { "type": { - "$ref": "3333" + "$ref": "3335" }, "resultSegments": [ "data" @@ -111446,7 +111758,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8455" + "$ref": "8481" }, "responseSegments": [ "last_id" @@ -111456,25 +111768,25 @@ } }, { - "$id": "8464", + "$id": "8490", "kind": "basic", "name": "createContainer", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8465", + "$id": "8491", "name": "createContainer", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8466", + "$id": "8492", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1869" + "$ref": "1871" }, "isApiVersion": false, "optional": false, @@ -111485,12 +111797,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainer.contentType" }, { - "$id": "8467", + "$id": "8493", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1871" + "$ref": "1873" }, "isApiVersion": false, "optional": false, @@ -111501,12 +111813,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainer.accept" }, { - "$id": "8468", + "$id": "8494", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$ref": "3357" + "$ref": "3359" }, "isApiVersion": false, "contentTypes": [ @@ -111526,7 +111838,7 @@ 200 ], "bodyType": { - "$ref": "3334" + "$ref": "3336" }, "headers": [], "isErrorResponse": false, @@ -111549,12 +111861,12 @@ }, "parameters": [ { - "$id": "8469", + "$id": "8495", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "3357" + "$ref": "3359" }, "location": "Body", "isApiVersion": false, @@ -111566,13 +111878,13 @@ "decorators": [] }, { - "$id": "8470", + "$id": "8496", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1869" + "$ref": "1871" }, "location": "Header", "isApiVersion": false, @@ -111584,12 +111896,12 @@ "decorators": [] }, { - "$id": "8471", + "$id": "8497", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1871" + "$ref": "1873" }, "location": "Header", "isApiVersion": false, @@ -111603,7 +111915,7 @@ ], "response": { "type": { - "$ref": "3334" + "$ref": "3336" } }, "isOverride": false, @@ -111612,24 +111924,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainer" }, { - "$id": "8472", + "$id": "8498", "kind": "basic", "name": "GetContainer", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8473", + "$id": "8499", "name": "GetContainer", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8474", + "$id": "8500", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8475", + "$id": "8501", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111647,12 +111959,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainer.container_id" }, { - "$id": "8476", + "$id": "8502", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1873" + "$ref": "1875" }, "isApiVersion": false, "optional": false, @@ -111669,7 +111981,7 @@ 200 ], "bodyType": { - "$ref": "3334" + "$ref": "3336" }, "headers": [], "isErrorResponse": false, @@ -111689,12 +112001,12 @@ }, "parameters": [ { - "$id": "8477", + "$id": "8503", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8478", + "$id": "8504", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111710,12 +112022,12 @@ "decorators": [] }, { - "$id": "8479", + "$id": "8505", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1873" + "$ref": "1875" }, "location": "Header", "isApiVersion": false, @@ -111729,7 +112041,7 @@ ], "response": { "type": { - "$ref": "3334" + "$ref": "3336" } }, "isOverride": false, @@ -111738,24 +112050,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainer" }, { - "$id": "8480", + "$id": "8506", "kind": "basic", "name": "deleteContainer", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8481", + "$id": "8507", "name": "deleteContainer", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8482", + "$id": "8508", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8483", + "$id": "8509", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111773,12 +112085,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainer.container_id" }, { - "$id": "8484", + "$id": "8510", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1875" + "$ref": "1877" }, "isApiVersion": false, "optional": false, @@ -111795,7 +112107,7 @@ 200 ], "bodyType": { - "$ref": "3366" + "$ref": "3368" }, "headers": [], "isErrorResponse": false, @@ -111815,12 +112127,12 @@ }, "parameters": [ { - "$id": "8485", + "$id": "8511", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8486", + "$id": "8512", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111836,12 +112148,12 @@ "decorators": [] }, { - "$id": "8487", + "$id": "8513", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1875" + "$ref": "1877" }, "location": "Header", "isApiVersion": false, @@ -111855,7 +112167,7 @@ ], "response": { "type": { - "$ref": "3366" + "$ref": "3368" } }, "isOverride": false, @@ -111864,24 +112176,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainer" }, { - "$id": "8488", + "$id": "8514", "kind": "basic", "name": "createContainerFile", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8489", + "$id": "8515", "name": "createContainerFile", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8490", + "$id": "8516", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8491", + "$id": "8517", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -111899,12 +112211,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile.container_id" }, { - "$id": "8492", + "$id": "8518", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1877" + "$ref": "1879" }, "isApiVersion": false, "optional": false, @@ -111915,12 +112227,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile.contentType" }, { - "$id": "8493", + "$id": "8519", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1879" + "$ref": "1881" }, "isApiVersion": false, "optional": false, @@ -111931,12 +112243,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile.accept" }, { - "$id": "8494", + "$id": "8520", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$ref": "3371" + "$ref": "3373" }, "isApiVersion": false, "contentTypes": [ @@ -111956,7 +112268,7 @@ 200 ], "bodyType": { - "$ref": "3376" + "$ref": "3378" }, "headers": [], "isErrorResponse": false, @@ -111979,12 +112291,12 @@ }, "parameters": [ { - "$id": "8495", + "$id": "8521", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8496", + "$id": "8522", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112000,12 +112312,12 @@ "decorators": [] }, { - "$id": "8497", + "$id": "8523", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1881" + "$ref": "1883" }, "location": "Header", "isApiVersion": false, @@ -112017,12 +112329,12 @@ "decorators": [] }, { - "$id": "8498", + "$id": "8524", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "3371" + "$ref": "3373" }, "location": "Body", "isApiVersion": false, @@ -112034,12 +112346,12 @@ "decorators": [] }, { - "$id": "8499", + "$id": "8525", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1879" + "$ref": "1881" }, "location": "Header", "isApiVersion": false, @@ -112053,7 +112365,7 @@ ], "response": { "type": { - "$ref": "3376" + "$ref": "3378" } }, "isOverride": false, @@ -112062,24 +112374,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.createContainerFile" }, { - "$id": "8500", + "$id": "8526", "kind": "paging", "name": "listContainerFiles", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8501", + "$id": "8527", "name": "listContainerFiles", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8502", + "$id": "8528", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8503", + "$id": "8529", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112097,13 +112409,13 @@ "crossLanguageDefinitionId": "OpenAI.Containers.listContainerFiles.container_id" }, { - "$id": "8504", + "$id": "8530", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8505", + "$id": "8531", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -112118,13 +112430,13 @@ "readOnly": false }, { - "$id": "8506", + "$id": "8532", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -112135,13 +112447,13 @@ "readOnly": false }, { - "$id": "8507", + "$id": "8533", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8508", + "$id": "8534", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112156,12 +112468,12 @@ "readOnly": false }, { - "$id": "8509", + "$id": "8535", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1883" + "$ref": "1885" }, "isApiVersion": false, "optional": false, @@ -112178,7 +112490,7 @@ 200 ], "bodyType": { - "$ref": "3392" + "$ref": "3394" }, "headers": [], "isErrorResponse": false, @@ -112198,12 +112510,12 @@ }, "parameters": [ { - "$id": "8510", + "$id": "8536", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8511", + "$id": "8537", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112219,13 +112531,13 @@ "decorators": [] }, { - "$id": "8512", + "$id": "8538", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8513", + "$id": "8539", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -112241,13 +112553,13 @@ "decorators": [] }, { - "$id": "8514", + "$id": "8540", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -112259,13 +112571,13 @@ "decorators": [] }, { - "$id": "8515", + "$id": "8541", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8516", + "$id": "8542", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112281,12 +112593,12 @@ "decorators": [] }, { - "$id": "8517", + "$id": "8543", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1883" + "$ref": "1885" }, "location": "Header", "isApiVersion": false, @@ -112300,7 +112612,7 @@ ], "response": { "type": { - "$ref": "3395" + "$ref": "3397" }, "resultSegments": [ "data" @@ -112316,7 +112628,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8507" + "$ref": "8533" }, "responseSegments": [ "last_id" @@ -112326,24 +112638,24 @@ } }, { - "$id": "8518", + "$id": "8544", "kind": "basic", "name": "GetContainerFile", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8519", + "$id": "8545", "name": "GetContainerFile", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8520", + "$id": "8546", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8521", + "$id": "8547", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112361,12 +112673,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFile.container_id" }, { - "$id": "8522", + "$id": "8548", "kind": "path", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "8523", + "$id": "8549", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112384,12 +112696,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFile.file_id" }, { - "$id": "8524", + "$id": "8550", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1885" + "$ref": "1887" }, "isApiVersion": false, "optional": false, @@ -112406,7 +112718,7 @@ 200 ], "bodyType": { - "$ref": "3376" + "$ref": "3378" }, "headers": [], "isErrorResponse": false, @@ -112426,12 +112738,12 @@ }, "parameters": [ { - "$id": "8525", + "$id": "8551", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8526", + "$id": "8552", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112447,12 +112759,12 @@ "decorators": [] }, { - "$id": "8527", + "$id": "8553", "kind": "method", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "8528", + "$id": "8554", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112468,12 +112780,12 @@ "decorators": [] }, { - "$id": "8529", + "$id": "8555", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1885" + "$ref": "1887" }, "location": "Header", "isApiVersion": false, @@ -112487,7 +112799,7 @@ ], "response": { "type": { - "$ref": "3376" + "$ref": "3378" } }, "isOverride": false, @@ -112496,24 +112808,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFile" }, { - "$id": "8530", + "$id": "8556", "kind": "basic", "name": "deleteContainerFile", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8531", + "$id": "8557", "name": "deleteContainerFile", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8532", + "$id": "8558", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8533", + "$id": "8559", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112531,12 +112843,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainerFile.container_id" }, { - "$id": "8534", + "$id": "8560", "kind": "path", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "8535", + "$id": "8561", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112554,12 +112866,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainerFile.file_id" }, { - "$id": "8536", + "$id": "8562", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1887" + "$ref": "1889" }, "isApiVersion": false, "optional": false, @@ -112576,7 +112888,7 @@ 200 ], "bodyType": { - "$ref": "3402" + "$ref": "3404" }, "headers": [], "isErrorResponse": false, @@ -112596,12 +112908,12 @@ }, "parameters": [ { - "$id": "8537", + "$id": "8563", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8538", + "$id": "8564", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112617,12 +112929,12 @@ "decorators": [] }, { - "$id": "8539", + "$id": "8565", "kind": "method", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "8540", + "$id": "8566", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112638,12 +112950,12 @@ "decorators": [] }, { - "$id": "8541", + "$id": "8567", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1887" + "$ref": "1889" }, "location": "Header", "isApiVersion": false, @@ -112657,7 +112969,7 @@ ], "response": { "type": { - "$ref": "3402" + "$ref": "3404" } }, "isOverride": false, @@ -112666,24 +112978,24 @@ "crossLanguageDefinitionId": "OpenAI.Containers.deleteContainerFile" }, { - "$id": "8542", + "$id": "8568", "kind": "basic", "name": "DownloadContainerFile", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8543", + "$id": "8569", "name": "DownloadContainerFile", "resourceName": "Containers", "accessibility": "public", "parameters": [ { - "$id": "8544", + "$id": "8570", "kind": "path", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8545", + "$id": "8571", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112701,12 +113013,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFileContent.container_id" }, { - "$id": "8546", + "$id": "8572", "kind": "path", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "8547", + "$id": "8573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112724,12 +113036,12 @@ "crossLanguageDefinitionId": "OpenAI.Containers.retrieveContainerFileContent.file_id" }, { - "$id": "8548", + "$id": "8574", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1889" + "$ref": "1891" }, "isApiVersion": false, "optional": false, @@ -112746,7 +113058,7 @@ 200 ], "bodyType": { - "$id": "8549", + "$id": "8575", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -112771,12 +113083,12 @@ }, "parameters": [ { - "$id": "8550", + "$id": "8576", "kind": "method", "name": "container_id", "serializedName": "container_id", "type": { - "$id": "8551", + "$id": "8577", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112792,12 +113104,12 @@ "decorators": [] }, { - "$id": "8552", + "$id": "8578", "kind": "method", "name": "file_id", "serializedName": "file_id", "type": { - "$id": "8553", + "$id": "8579", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -112813,12 +113125,12 @@ "decorators": [] }, { - "$id": "8554", + "$id": "8580", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1889" + "$ref": "1891" }, "location": "Header", "isApiVersion": false, @@ -112832,7 +113144,7 @@ ], "response": { "type": { - "$ref": "8549" + "$ref": "8575" } }, "isOverride": false, @@ -112843,13 +113155,13 @@ ], "parameters": [ { - "$id": "8555", + "$id": "8581", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8556", + "$id": "8582", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -112860,7 +113172,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8557", + "$id": "8583", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -112878,36 +113190,36 @@ "crossLanguageDefinitionId": "OpenAI.Containers", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8558", + "$id": "8584", "kind": "client", "name": "Embeddings", "namespace": "OpenAI", "methods": [ { - "$id": "8559", + "$id": "8585", "kind": "basic", "name": "GenerateEmbeddings", "accessibility": "public", "apiVersions": [], "summary": "Creates an embedding vector representing the input text.", "operation": { - "$id": "8560", + "$id": "8586", "name": "GenerateEmbeddings", "resourceName": "Embeddings", "summary": "Creates an embedding vector representing the input text.", "accessibility": "public", "parameters": [ { - "$id": "8561", + "$id": "8587", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1891" + "$ref": "1893" }, "isApiVersion": false, "optional": false, @@ -112918,13 +113230,13 @@ "crossLanguageDefinitionId": "OpenAI.Embeddings.createEmbedding.accept" }, { - "$id": "8562", + "$id": "8588", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1893" + "$ref": "1895" }, "isApiVersion": false, "optional": false, @@ -112935,12 +113247,12 @@ "crossLanguageDefinitionId": "OpenAI.Embeddings.createEmbedding.contentType" }, { - "$id": "8563", + "$id": "8589", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "3407" + "$ref": "3409" }, "isApiVersion": false, "contentTypes": [ @@ -112960,7 +113272,7 @@ 200 ], "bodyType": { - "$ref": "3418" + "$ref": "3420" }, "headers": [], "isErrorResponse": false, @@ -112983,12 +113295,12 @@ }, "parameters": [ { - "$id": "8564", + "$id": "8590", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1895" + "$ref": "1897" }, "location": "Header", "isApiVersion": false, @@ -113000,12 +113312,12 @@ "decorators": [] }, { - "$id": "8565", + "$id": "8591", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "3407" + "$ref": "3409" }, "location": "Body", "isApiVersion": false, @@ -113017,13 +113329,13 @@ "decorators": [] }, { - "$id": "8566", + "$id": "8592", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1893" + "$ref": "1895" }, "location": "Header", "isApiVersion": false, @@ -113037,7 +113349,7 @@ ], "response": { "type": { - "$ref": "3418" + "$ref": "3420" } }, "isOverride": false, @@ -113048,13 +113360,13 @@ ], "parameters": [ { - "$id": "8567", + "$id": "8593", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8568", + "$id": "8594", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -113065,7 +113377,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8569", + "$id": "8595", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -113083,36 +113395,36 @@ "crossLanguageDefinitionId": "OpenAI.Embeddings", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8570", + "$id": "8596", "kind": "client", "name": "Files", "namespace": "OpenAI", "methods": [ { - "$id": "8571", + "$id": "8597", "kind": "basic", "name": "GetFiles", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of files that belong to the user's organization.", "operation": { - "$id": "8572", + "$id": "8598", "name": "GetFiles", "resourceName": "Files", "summary": "Returns a list of files that belong to the user's organization.", "accessibility": "public", "parameters": [ { - "$id": "8573", + "$id": "8599", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1897" + "$ref": "1899" }, "isApiVersion": false, "optional": false, @@ -113123,13 +113435,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.listFiles.accept" }, { - "$id": "8574", + "$id": "8600", "kind": "query", "name": "purpose", "serializedName": "purpose", "doc": "Only return files with the given purpose.", "type": { - "$id": "8575", + "$id": "8601", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113150,7 +113462,7 @@ 200 ], "bodyType": { - "$ref": "3439" + "$ref": "3441" }, "headers": [], "isErrorResponse": false, @@ -113170,12 +113482,12 @@ }, "parameters": [ { - "$id": "8576", + "$id": "8602", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1899" + "$ref": "1901" }, "location": "Header", "isApiVersion": false, @@ -113187,13 +113499,13 @@ "decorators": [] }, { - "$id": "8577", + "$id": "8603", "kind": "method", "name": "purpose", "serializedName": "purpose", "doc": "Only return files with the given purpose.", "type": { - "$id": "8578", + "$id": "8604", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113211,7 +113523,7 @@ ], "response": { "type": { - "$ref": "3439" + "$ref": "3441" } }, "isOverride": false, @@ -113220,26 +113532,26 @@ "crossLanguageDefinitionId": "OpenAI.Files.listFiles" }, { - "$id": "8579", + "$id": "8605", "kind": "basic", "name": "UploadFile", "accessibility": "public", "apiVersions": [], "summary": "Upload a file that can be used across various endpoints. The size of all the files uploaded by\none organization can be up to 100 GB.\n\nThe size of individual files can be a maximum of 512 MB or 2 million tokens for Assistants. See\nthe [Assistants Tools guide](/docs/assistants/tools) to learn more about the types of files\nsupported. The Fine-tuning API only supports `.jsonl` files.\n\nPlease [contact us](https://help.openai.com/) if you need to increase these storage limits.", "operation": { - "$id": "8580", + "$id": "8606", "name": "UploadFile", "resourceName": "Files", "summary": "Upload a file that can be used across various endpoints. The size of all the files uploaded by\none organization can be up to 100 GB.\n\nThe size of individual files can be a maximum of 512 MB or 2 million tokens for Assistants. See\nthe [Assistants Tools guide](/docs/assistants/tools) to learn more about the types of files\nsupported. The Fine-tuning API only supports `.jsonl` files.\n\nPlease [contact us](https://help.openai.com/) if you need to increase these storage limits.", "accessibility": "public", "parameters": [ { - "$id": "8581", + "$id": "8607", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1901" + "$ref": "1903" }, "isApiVersion": false, "optional": false, @@ -113250,12 +113562,12 @@ "crossLanguageDefinitionId": "OpenAI.Files.createFile.accept" }, { - "$id": "8582", + "$id": "8608", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1903" + "$ref": "1905" }, "isApiVersion": false, "optional": false, @@ -113266,12 +113578,12 @@ "crossLanguageDefinitionId": "OpenAI.Files.createFile.contentType" }, { - "$id": "8583", + "$id": "8609", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "3468" + "$ref": "3470" }, "isApiVersion": false, "contentTypes": [ @@ -113291,7 +113603,7 @@ 200 ], "bodyType": { - "$ref": "3443" + "$ref": "3445" }, "headers": [], "isErrorResponse": false, @@ -113314,12 +113626,12 @@ }, "parameters": [ { - "$id": "8584", + "$id": "8610", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1905" + "$ref": "1907" }, "location": "Header", "isApiVersion": false, @@ -113331,12 +113643,12 @@ "decorators": [] }, { - "$id": "8585", + "$id": "8611", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "1907" + "$ref": "1909" }, "location": "Header", "isApiVersion": false, @@ -113348,12 +113660,12 @@ "decorators": [] }, { - "$id": "8586", + "$id": "8612", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "3468" + "$ref": "3470" }, "location": "Body", "isApiVersion": false, @@ -113367,7 +113679,7 @@ ], "response": { "type": { - "$ref": "3443" + "$ref": "3445" } }, "isOverride": false, @@ -113376,26 +113688,26 @@ "crossLanguageDefinitionId": "OpenAI.Files.createFile" }, { - "$id": "8587", + "$id": "8613", "kind": "basic", "name": "deleteFile", "accessibility": "public", "apiVersions": [], "summary": "Delete a file", "operation": { - "$id": "8588", + "$id": "8614", "name": "deleteFile", "resourceName": "Files", "summary": "Delete a file", "accessibility": "public", "parameters": [ { - "$id": "8589", + "$id": "8615", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1909" + "$ref": "1911" }, "isApiVersion": false, "optional": false, @@ -113406,13 +113718,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.deleteFile.accept" }, { - "$id": "8590", + "$id": "8616", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "8591", + "$id": "8617", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113436,7 +113748,7 @@ 200 ], "bodyType": { - "$ref": "3472" + "$ref": "3474" }, "headers": [], "isErrorResponse": false, @@ -113456,12 +113768,12 @@ }, "parameters": [ { - "$id": "8592", + "$id": "8618", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1911" + "$ref": "1913" }, "location": "Header", "isApiVersion": false, @@ -113473,13 +113785,13 @@ "decorators": [] }, { - "$id": "8593", + "$id": "8619", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "8594", + "$id": "8620", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113497,7 +113809,7 @@ ], "response": { "type": { - "$ref": "3472" + "$ref": "3474" } }, "isOverride": false, @@ -113506,26 +113818,26 @@ "crossLanguageDefinitionId": "OpenAI.Files.deleteFile" }, { - "$id": "8595", + "$id": "8621", "kind": "basic", "name": "GetFile", "accessibility": "public", "apiVersions": [], "summary": "Returns information about a specific file.", "operation": { - "$id": "8596", + "$id": "8622", "name": "GetFile", "resourceName": "Files", "summary": "Returns information about a specific file.", "accessibility": "public", "parameters": [ { - "$id": "8597", + "$id": "8623", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1913" + "$ref": "1915" }, "isApiVersion": false, "optional": false, @@ -113536,13 +113848,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.retrieveFile.accept" }, { - "$id": "8598", + "$id": "8624", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "8599", + "$id": "8625", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113566,7 +113878,7 @@ 200 ], "bodyType": { - "$ref": "3443" + "$ref": "3445" }, "headers": [], "isErrorResponse": false, @@ -113586,12 +113898,12 @@ }, "parameters": [ { - "$id": "8600", + "$id": "8626", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1915" + "$ref": "1917" }, "location": "Header", "isApiVersion": false, @@ -113603,13 +113915,13 @@ "decorators": [] }, { - "$id": "8601", + "$id": "8627", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "8602", + "$id": "8628", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113627,7 +113939,7 @@ ], "response": { "type": { - "$ref": "3443" + "$ref": "3445" } }, "isOverride": false, @@ -113636,26 +113948,26 @@ "crossLanguageDefinitionId": "OpenAI.Files.retrieveFile" }, { - "$id": "8603", + "$id": "8629", "kind": "basic", "name": "downloadFile", "accessibility": "public", "apiVersions": [], "summary": "Returns the contents of the specified file.", "operation": { - "$id": "8604", + "$id": "8630", "name": "downloadFile", "resourceName": "Files", "summary": "Returns the contents of the specified file.", "accessibility": "public", "parameters": [ { - "$id": "8605", + "$id": "8631", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1917" + "$ref": "1919" }, "isApiVersion": false, "optional": false, @@ -113666,13 +113978,13 @@ "crossLanguageDefinitionId": "OpenAI.Files.downloadFile.accept" }, { - "$id": "8606", + "$id": "8632", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "8607", + "$id": "8633", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113696,7 +114008,7 @@ 200 ], "bodyType": { - "$id": "8608", + "$id": "8634", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -113721,12 +114033,12 @@ }, "parameters": [ { - "$id": "8609", + "$id": "8635", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1919" + "$ref": "1921" }, "location": "Header", "isApiVersion": false, @@ -113738,13 +114050,13 @@ "decorators": [] }, { - "$id": "8610", + "$id": "8636", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to use for this request.", "type": { - "$id": "8611", + "$id": "8637", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113762,7 +114074,7 @@ ], "response": { "type": { - "$ref": "8608" + "$ref": "8634" } }, "isOverride": false, @@ -113773,13 +114085,13 @@ ], "parameters": [ { - "$id": "8612", + "$id": "8638", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8613", + "$id": "8639", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -113790,7 +114102,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8614", + "$id": "8640", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -113808,37 +114120,37 @@ "crossLanguageDefinitionId": "OpenAI.Files", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8615", + "$id": "8641", "kind": "client", "name": "FineTuning", "namespace": "OpenAI", "methods": [ { - "$id": "8616", + "$id": "8642", "kind": "basic", "name": "listFineTuningCheckpointPermissions", "accessibility": "public", "apiVersions": [], "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to view all permissions for a fine-tuned model checkpoint.", "operation": { - "$id": "8617", + "$id": "8643", "name": "listFineTuningCheckpointPermissions", "resourceName": "FineTuning", "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to view all permissions for a fine-tuned model checkpoint.", "accessibility": "public", "parameters": [ { - "$id": "8618", + "$id": "8644", "kind": "path", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to get permissions for.", "type": { - "$id": "8619", + "$id": "8645", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113856,13 +114168,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningCheckpointPermissions.fine_tuned_model_checkpoint" }, { - "$id": "8620", + "$id": "8646", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8621", + "$id": "8647", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113877,13 +114189,13 @@ "readOnly": false }, { - "$id": "8622", + "$id": "8648", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8623", + "$id": "8649", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -113898,13 +114210,13 @@ "readOnly": false }, { - "$id": "8624", + "$id": "8650", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -113915,13 +114227,13 @@ "readOnly": false }, { - "$id": "8625", + "$id": "8651", "kind": "query", "name": "project_id", "serializedName": "project_id", "doc": "The ID of the project to get permissions for.", "type": { - "$id": "8626", + "$id": "8652", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -113936,12 +114248,12 @@ "readOnly": false }, { - "$id": "8627", + "$id": "8653", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1921" + "$ref": "1923" }, "isApiVersion": false, "optional": false, @@ -113958,7 +114270,7 @@ 200 ], "bodyType": { - "$ref": "3478" + "$ref": "3480" }, "headers": [], "isErrorResponse": false, @@ -113978,13 +114290,13 @@ }, "parameters": [ { - "$id": "8628", + "$id": "8654", "kind": "method", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to get permissions for.", "type": { - "$id": "8629", + "$id": "8655", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114000,13 +114312,13 @@ "decorators": [] }, { - "$id": "8630", + "$id": "8656", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8631", + "$id": "8657", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114022,13 +114334,13 @@ "decorators": [] }, { - "$id": "8632", + "$id": "8658", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8633", + "$id": "8659", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -114044,13 +114356,13 @@ "decorators": [] }, { - "$id": "8634", + "$id": "8660", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -114062,13 +114374,13 @@ "decorators": [] }, { - "$id": "8635", + "$id": "8661", "kind": "method", "name": "project_id", "serializedName": "project_id", "doc": "The ID of the project to get permissions for.", "type": { - "$id": "8636", + "$id": "8662", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114084,12 +114396,12 @@ "decorators": [] }, { - "$id": "8637", + "$id": "8663", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1921" + "$ref": "1923" }, "location": "Header", "isApiVersion": false, @@ -114103,7 +114415,7 @@ ], "response": { "type": { - "$ref": "3478" + "$ref": "3480" } }, "isOverride": false, @@ -114112,27 +114424,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningCheckpointPermissions" }, { - "$id": "8638", + "$id": "8664", "kind": "basic", "name": "createFineTuningCheckpointPermission", "accessibility": "public", "apiVersions": [], "summary": "NOTE: This endpoint requires an admin API key.\nThis enables organization owners to share fine-tuned models with other projects in their organization.", "operation": { - "$id": "8639", + "$id": "8665", "name": "createFineTuningCheckpointPermission", "resourceName": "FineTuning", "summary": "NOTE: This endpoint requires an admin API key.\nThis enables organization owners to share fine-tuned models with other projects in their organization.", "accessibility": "public", "parameters": [ { - "$id": "8640", + "$id": "8666", "kind": "path", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to create a permission for.", "type": { - "$id": "8641", + "$id": "8667", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114150,13 +114462,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission.fine_tuned_model_checkpoint" }, { - "$id": "8642", + "$id": "8668", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1923" + "$ref": "1925" }, "isApiVersion": false, "optional": false, @@ -114167,12 +114479,12 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission.contentType" }, { - "$id": "8643", + "$id": "8669", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1925" + "$ref": "1927" }, "isApiVersion": false, "optional": false, @@ -114183,12 +114495,12 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission.accept" }, { - "$id": "8644", + "$id": "8670", "kind": "body", "name": "createFineTuningCheckpointPermissionRequest", "serializedName": "createFineTuningCheckpointPermissionRequest", "type": { - "$ref": "3499" + "$ref": "3501" }, "isApiVersion": false, "contentTypes": [ @@ -114208,7 +114520,7 @@ 200 ], "bodyType": { - "$ref": "3478" + "$ref": "3480" }, "headers": [], "isErrorResponse": false, @@ -114231,13 +114543,13 @@ }, "parameters": [ { - "$id": "8645", + "$id": "8671", "kind": "method", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to create a permission for.", "type": { - "$id": "8646", + "$id": "8672", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114253,13 +114565,13 @@ "decorators": [] }, { - "$id": "8647", + "$id": "8673", "kind": "method", "name": "project_ids", "serializedName": "project_ids", "doc": "The project identifiers to grant access to.", "type": { - "$ref": "2435" + "$ref": "2437" }, "location": "Body", "isApiVersion": false, @@ -114271,13 +114583,13 @@ "decorators": [] }, { - "$id": "8648", + "$id": "8674", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1923" + "$ref": "1925" }, "location": "Header", "isApiVersion": false, @@ -114289,12 +114601,12 @@ "decorators": [] }, { - "$id": "8649", + "$id": "8675", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1925" + "$ref": "1927" }, "location": "Header", "isApiVersion": false, @@ -114308,7 +114620,7 @@ ], "response": { "type": { - "$ref": "3478" + "$ref": "3480" } }, "isOverride": false, @@ -114317,27 +114629,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningCheckpointPermission" }, { - "$id": "8650", + "$id": "8676", "kind": "basic", "name": "deleteFineTuningCheckpointPermission", "accessibility": "public", "apiVersions": [], "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint.", "operation": { - "$id": "8651", + "$id": "8677", "name": "deleteFineTuningCheckpointPermission", "resourceName": "FineTuning", "summary": "NOTE: This endpoint requires an admin API key.\nOrganization owners can use this endpoint to delete a permission for a fine-tuned model checkpoint.", "accessibility": "public", "parameters": [ { - "$id": "8652", + "$id": "8678", "kind": "path", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to delete a permission for.", "type": { - "$id": "8653", + "$id": "8679", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114355,13 +114667,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.deleteFineTuningCheckpointPermission.fine_tuned_model_checkpoint" }, { - "$id": "8654", + "$id": "8680", "kind": "path", "name": "permission_id", "serializedName": "permission_id", "doc": "The ID of the permission to delete.", "type": { - "$id": "8655", + "$id": "8681", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114379,12 +114691,12 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.deleteFineTuningCheckpointPermission.permission_id" }, { - "$id": "8656", + "$id": "8682", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1927" + "$ref": "1929" }, "isApiVersion": false, "optional": false, @@ -114401,7 +114713,7 @@ 200 ], "bodyType": { - "$ref": "3501" + "$ref": "3503" }, "headers": [], "isErrorResponse": false, @@ -114421,13 +114733,13 @@ }, "parameters": [ { - "$id": "8657", + "$id": "8683", "kind": "method", "name": "fine_tuned_model_checkpoint", "serializedName": "fine_tuned_model_checkpoint", "doc": "The ID of the fine-tuned model checkpoint to delete a permission for.", "type": { - "$id": "8658", + "$id": "8684", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114443,13 +114755,13 @@ "decorators": [] }, { - "$id": "8659", + "$id": "8685", "kind": "method", "name": "permission_id", "serializedName": "permission_id", "doc": "The ID of the permission to delete.", "type": { - "$id": "8660", + "$id": "8686", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114465,12 +114777,12 @@ "decorators": [] }, { - "$id": "8661", + "$id": "8687", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1927" + "$ref": "1929" }, "location": "Header", "isApiVersion": false, @@ -114484,7 +114796,7 @@ ], "response": { "type": { - "$ref": "3501" + "$ref": "3503" } }, "isOverride": false, @@ -114493,26 +114805,26 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.deleteFineTuningCheckpointPermission" }, { - "$id": "8662", + "$id": "8688", "kind": "basic", "name": "createFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Creates a fine-tuning job which begins the process of creating a new model from a given dataset.\n\nResponse includes details of the enqueued job including job status and the name of the fine-tuned models once complete.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "operation": { - "$id": "8663", + "$id": "8689", "name": "createFineTuningJob", "resourceName": "FineTuning", "summary": "Creates a fine-tuning job which begins the process of creating a new model from a given dataset.\n\nResponse includes details of the enqueued job including job status and the name of the fine-tuned models once complete.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "accessibility": "public", "parameters": [ { - "$id": "8664", + "$id": "8690", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1929" + "$ref": "1931" }, "isApiVersion": false, "optional": false, @@ -114523,13 +114835,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningJob.accept" }, { - "$id": "8665", + "$id": "8691", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1931" + "$ref": "1933" }, "isApiVersion": false, "optional": false, @@ -114540,12 +114852,12 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningJob.contentType" }, { - "$id": "8666", + "$id": "8692", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "3507" + "$ref": "3509" }, "isApiVersion": false, "contentTypes": [ @@ -114565,7 +114877,7 @@ 200 ], "bodyType": { - "$ref": "3703" + "$ref": "3705" }, "headers": [], "isErrorResponse": false, @@ -114588,12 +114900,12 @@ }, "parameters": [ { - "$id": "8667", + "$id": "8693", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1933" + "$ref": "1935" }, "location": "Header", "isApiVersion": false, @@ -114605,12 +114917,12 @@ "decorators": [] }, { - "$id": "8668", + "$id": "8694", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "3507" + "$ref": "3509" }, "location": "Body", "isApiVersion": false, @@ -114622,13 +114934,13 @@ "decorators": [] }, { - "$id": "8669", + "$id": "8695", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1931" + "$ref": "1933" }, "location": "Header", "isApiVersion": false, @@ -114642,7 +114954,7 @@ ], "response": { "type": { - "$ref": "3703" + "$ref": "3705" } }, "isOverride": false, @@ -114651,26 +114963,26 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.createFineTuningJob" }, { - "$id": "8670", + "$id": "8696", "kind": "basic", "name": "listPaginatedFineTuningJobs", "accessibility": "public", "apiVersions": [], "summary": "List your organization's fine-tuning jobs", "operation": { - "$id": "8671", + "$id": "8697", "name": "listPaginatedFineTuningJobs", "resourceName": "FineTuning", "summary": "List your organization's fine-tuning jobs", "accessibility": "public", "parameters": [ { - "$id": "8672", + "$id": "8698", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1935" + "$ref": "1937" }, "isApiVersion": false, "optional": false, @@ -114681,13 +114993,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listPaginatedFineTuningJobs.accept" }, { - "$id": "8673", + "$id": "8699", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last job from the previous pagination request.", "type": { - "$id": "8674", + "$id": "8700", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114702,13 +115014,13 @@ "readOnly": false }, { - "$id": "8675", + "$id": "8701", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "Number of fine-tuning jobs to retrieve.", "type": { - "$id": "8676", + "$id": "8702", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -114729,7 +115041,7 @@ 200 ], "bodyType": { - "$ref": "3786" + "$ref": "3788" }, "headers": [], "isErrorResponse": false, @@ -114749,12 +115061,12 @@ }, "parameters": [ { - "$id": "8677", + "$id": "8703", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1937" + "$ref": "1939" }, "location": "Header", "isApiVersion": false, @@ -114766,13 +115078,13 @@ "decorators": [] }, { - "$id": "8678", + "$id": "8704", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last job from the previous pagination request.", "type": { - "$id": "8679", + "$id": "8705", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114788,13 +115100,13 @@ "decorators": [] }, { - "$id": "8680", + "$id": "8706", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "Number of fine-tuning jobs to retrieve.", "type": { - "$id": "8681", + "$id": "8707", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -114812,7 +115124,7 @@ ], "response": { "type": { - "$ref": "3786" + "$ref": "3788" } }, "isOverride": false, @@ -114821,26 +115133,26 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listPaginatedFineTuningJobs" }, { - "$id": "8682", + "$id": "8708", "kind": "basic", "name": "retrieveFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Get info about a fine-tuning job.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "operation": { - "$id": "8683", + "$id": "8709", "name": "retrieveFineTuningJob", "resourceName": "FineTuning", "summary": "Get info about a fine-tuning job.\n\n[Learn more about fine-tuning](/docs/guides/fine-tuning)", "accessibility": "public", "parameters": [ { - "$id": "8684", + "$id": "8710", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1939" + "$ref": "1941" }, "isApiVersion": false, "optional": false, @@ -114851,13 +115163,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.retrieveFineTuningJob.accept" }, { - "$id": "8685", + "$id": "8711", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job.", "type": { - "$id": "8686", + "$id": "8712", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114881,7 +115193,7 @@ 200 ], "bodyType": { - "$ref": "3703" + "$ref": "3705" }, "headers": [], "isErrorResponse": false, @@ -114901,12 +115213,12 @@ }, "parameters": [ { - "$id": "8687", + "$id": "8713", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1941" + "$ref": "1943" }, "location": "Header", "isApiVersion": false, @@ -114918,13 +115230,13 @@ "decorators": [] }, { - "$id": "8688", + "$id": "8714", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job.", "type": { - "$id": "8689", + "$id": "8715", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -114942,7 +115254,7 @@ ], "response": { "type": { - "$ref": "3703" + "$ref": "3705" } }, "isOverride": false, @@ -114951,26 +115263,26 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.retrieveFineTuningJob" }, { - "$id": "8690", + "$id": "8716", "kind": "basic", "name": "cancelFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Immediately cancel a fine-tune job.", "operation": { - "$id": "8691", + "$id": "8717", "name": "cancelFineTuningJob", "resourceName": "FineTuning", "summary": "Immediately cancel a fine-tune job.", "accessibility": "public", "parameters": [ { - "$id": "8692", + "$id": "8718", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1943" + "$ref": "1945" }, "isApiVersion": false, "optional": false, @@ -114981,13 +115293,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.cancelFineTuningJob.accept" }, { - "$id": "8693", + "$id": "8719", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to cancel.", "type": { - "$id": "8694", + "$id": "8720", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115011,7 +115323,7 @@ 200 ], "bodyType": { - "$ref": "3703" + "$ref": "3705" }, "headers": [], "isErrorResponse": false, @@ -115031,12 +115343,12 @@ }, "parameters": [ { - "$id": "8695", + "$id": "8721", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1945" + "$ref": "1947" }, "location": "Header", "isApiVersion": false, @@ -115048,13 +115360,13 @@ "decorators": [] }, { - "$id": "8696", + "$id": "8722", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to cancel.", "type": { - "$id": "8697", + "$id": "8723", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115072,7 +115384,7 @@ ], "response": { "type": { - "$ref": "3703" + "$ref": "3705" } }, "isOverride": false, @@ -115081,26 +115393,26 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.cancelFineTuningJob" }, { - "$id": "8698", + "$id": "8724", "kind": "basic", "name": "listFineTuningJobCheckpoints", "accessibility": "public", "apiVersions": [], "summary": "List the checkpoints for a fine-tuning job.", "operation": { - "$id": "8699", + "$id": "8725", "name": "listFineTuningJobCheckpoints", "resourceName": "FineTuning", "summary": "List the checkpoints for a fine-tuning job.", "accessibility": "public", "parameters": [ { - "$id": "8700", + "$id": "8726", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1947" + "$ref": "1949" }, "isApiVersion": false, "optional": false, @@ -115111,13 +115423,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningJobCheckpoints.accept" }, { - "$id": "8701", + "$id": "8727", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get checkpoints for.", "type": { - "$id": "8702", + "$id": "8728", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115135,13 +115447,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningJobCheckpoints.fine_tuning_job_id" }, { - "$id": "8703", + "$id": "8729", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last checkpoint ID from the previous pagination request.", "type": { - "$id": "8704", + "$id": "8730", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115156,13 +115468,13 @@ "readOnly": false }, { - "$id": "8705", + "$id": "8731", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "Number of checkpoints to retrieve.", "type": { - "$id": "8706", + "$id": "8732", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -115183,7 +115495,7 @@ 200 ], "bodyType": { - "$ref": "3792" + "$ref": "3794" }, "headers": [], "isErrorResponse": false, @@ -115203,12 +115515,12 @@ }, "parameters": [ { - "$id": "8707", + "$id": "8733", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1949" + "$ref": "1951" }, "location": "Header", "isApiVersion": false, @@ -115220,13 +115532,13 @@ "decorators": [] }, { - "$id": "8708", + "$id": "8734", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get checkpoints for.", "type": { - "$id": "8709", + "$id": "8735", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115242,13 +115554,13 @@ "decorators": [] }, { - "$id": "8710", + "$id": "8736", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last checkpoint ID from the previous pagination request.", "type": { - "$id": "8711", + "$id": "8737", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115264,13 +115576,13 @@ "decorators": [] }, { - "$id": "8712", + "$id": "8738", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "Number of checkpoints to retrieve.", "type": { - "$id": "8713", + "$id": "8739", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -115288,7 +115600,7 @@ ], "response": { "type": { - "$ref": "3792" + "$ref": "3794" } }, "isOverride": false, @@ -115297,26 +115609,26 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningJobCheckpoints" }, { - "$id": "8714", + "$id": "8740", "kind": "basic", "name": "listFineTuningEvents", "accessibility": "public", "apiVersions": [], "summary": "Get status updates for a fine-tuning job.", "operation": { - "$id": "8715", + "$id": "8741", "name": "listFineTuningEvents", "resourceName": "FineTuning", "summary": "Get status updates for a fine-tuning job.", "accessibility": "public", "parameters": [ { - "$id": "8716", + "$id": "8742", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1951" + "$ref": "1953" }, "isApiVersion": false, "optional": false, @@ -115327,13 +115639,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningEvents.accept" }, { - "$id": "8717", + "$id": "8743", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get events for.", "type": { - "$id": "8718", + "$id": "8744", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115351,13 +115663,13 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningEvents.fine_tuning_job_id" }, { - "$id": "8719", + "$id": "8745", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last event from the previous pagination request.", "type": { - "$id": "8720", + "$id": "8746", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115372,13 +115684,13 @@ "readOnly": false }, { - "$id": "8721", + "$id": "8747", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "Number of events to retrieve.", "type": { - "$id": "8722", + "$id": "8748", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -115399,7 +115711,7 @@ 200 ], "bodyType": { - "$ref": "3833" + "$ref": "3835" }, "headers": [], "isErrorResponse": false, @@ -115419,12 +115731,12 @@ }, "parameters": [ { - "$id": "8723", + "$id": "8749", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1953" + "$ref": "1955" }, "location": "Header", "isApiVersion": false, @@ -115436,13 +115748,13 @@ "decorators": [] }, { - "$id": "8724", + "$id": "8750", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to get events for.", "type": { - "$id": "8725", + "$id": "8751", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115458,13 +115770,13 @@ "decorators": [] }, { - "$id": "8726", + "$id": "8752", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last event from the previous pagination request.", "type": { - "$id": "8727", + "$id": "8753", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115480,13 +115792,13 @@ "decorators": [] }, { - "$id": "8728", + "$id": "8754", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "Number of events to retrieve.", "type": { - "$id": "8729", + "$id": "8755", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -115504,7 +115816,7 @@ ], "response": { "type": { - "$ref": "3833" + "$ref": "3835" } }, "isOverride": false, @@ -115513,27 +115825,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.listFineTuningEvents" }, { - "$id": "8730", + "$id": "8756", "kind": "basic", "name": "pauseFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Pause a fine-tune job.", "operation": { - "$id": "8731", + "$id": "8757", "name": "pauseFineTuningJob", "resourceName": "FineTuning", "summary": "Pause a fine-tune job.", "accessibility": "public", "parameters": [ { - "$id": "8732", + "$id": "8758", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to pause.", "type": { - "$id": "8733", + "$id": "8759", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115551,12 +115863,12 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.pauseFineTuningJob.fine_tuning_job_id" }, { - "$id": "8734", + "$id": "8760", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1955" + "$ref": "1957" }, "isApiVersion": false, "optional": false, @@ -115573,7 +115885,7 @@ 200 ], "bodyType": { - "$ref": "3703" + "$ref": "3705" }, "headers": [], "isErrorResponse": false, @@ -115593,13 +115905,13 @@ }, "parameters": [ { - "$id": "8735", + "$id": "8761", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to pause.", "type": { - "$id": "8736", + "$id": "8762", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115615,12 +115927,12 @@ "decorators": [] }, { - "$id": "8737", + "$id": "8763", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1955" + "$ref": "1957" }, "location": "Header", "isApiVersion": false, @@ -115634,7 +115946,7 @@ ], "response": { "type": { - "$ref": "3703" + "$ref": "3705" } }, "isOverride": false, @@ -115643,27 +115955,27 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.pauseFineTuningJob" }, { - "$id": "8738", + "$id": "8764", "kind": "basic", "name": "resumeFineTuningJob", "accessibility": "public", "apiVersions": [], "summary": "Resume a paused fine-tune job.", "operation": { - "$id": "8739", + "$id": "8765", "name": "resumeFineTuningJob", "resourceName": "FineTuning", "summary": "Resume a paused fine-tune job.", "accessibility": "public", "parameters": [ { - "$id": "8740", + "$id": "8766", "kind": "path", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to resume.", "type": { - "$id": "8741", + "$id": "8767", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115681,12 +115993,12 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning.resumeFineTuningJob.fine_tuning_job_id" }, { - "$id": "8742", + "$id": "8768", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1957" + "$ref": "1959" }, "isApiVersion": false, "optional": false, @@ -115703,7 +116015,7 @@ 200 ], "bodyType": { - "$ref": "3703" + "$ref": "3705" }, "headers": [], "isErrorResponse": false, @@ -115723,13 +116035,13 @@ }, "parameters": [ { - "$id": "8743", + "$id": "8769", "kind": "method", "name": "fine_tuning_job_id", "serializedName": "fine_tuning_job_id", "doc": "The ID of the fine-tuning job to resume.", "type": { - "$id": "8744", + "$id": "8770", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -115745,12 +116057,12 @@ "decorators": [] }, { - "$id": "8745", + "$id": "8771", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1957" + "$ref": "1959" }, "location": "Header", "isApiVersion": false, @@ -115764,7 +116076,7 @@ ], "response": { "type": { - "$ref": "3703" + "$ref": "3705" } }, "isOverride": false, @@ -115775,13 +116087,13 @@ ], "parameters": [ { - "$id": "8746", + "$id": "8772", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8747", + "$id": "8773", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -115792,7 +116104,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8748", + "$id": "8774", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -115810,37 +116122,37 @@ "crossLanguageDefinitionId": "OpenAI.FineTuning", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8749", + "$id": "8775", "kind": "client", "name": "Graders", "namespace": "OpenAI", "methods": [ { - "$id": "8750", + "$id": "8776", "kind": "basic", "name": "runGrader", "accessibility": "public", "apiVersions": [], "summary": "Run a grader.", "operation": { - "$id": "8751", + "$id": "8777", "name": "runGrader", "resourceName": "Graders", "summary": "Run a grader.", "accessibility": "public", "parameters": [ { - "$id": "8752", + "$id": "8778", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1959" + "$ref": "1961" }, "isApiVersion": false, "optional": false, @@ -115851,12 +116163,12 @@ "crossLanguageDefinitionId": "OpenAI.Graders.runGrader.contentType" }, { - "$id": "8753", + "$id": "8779", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1961" + "$ref": "1963" }, "isApiVersion": false, "optional": false, @@ -115867,12 +116179,12 @@ "crossLanguageDefinitionId": "OpenAI.Graders.runGrader.accept" }, { - "$id": "8754", + "$id": "8780", "kind": "body", "name": "request", "serializedName": "request", "type": { - "$ref": "3852" + "$ref": "3854" }, "isApiVersion": false, "contentTypes": [ @@ -115892,7 +116204,7 @@ 200 ], "bodyType": { - "$ref": "3859" + "$ref": "3861" }, "headers": [], "isErrorResponse": false, @@ -115915,12 +116227,12 @@ }, "parameters": [ { - "$id": "8755", + "$id": "8781", "kind": "method", "name": "request", "serializedName": "request", "type": { - "$ref": "3852" + "$ref": "3854" }, "location": "Body", "isApiVersion": false, @@ -115932,13 +116244,13 @@ "decorators": [] }, { - "$id": "8756", + "$id": "8782", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1959" + "$ref": "1961" }, "location": "Header", "isApiVersion": false, @@ -115950,12 +116262,12 @@ "decorators": [] }, { - "$id": "8757", + "$id": "8783", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1961" + "$ref": "1963" }, "location": "Header", "isApiVersion": false, @@ -115969,7 +116281,7 @@ ], "response": { "type": { - "$ref": "3859" + "$ref": "3861" } }, "isOverride": false, @@ -115978,27 +116290,27 @@ "crossLanguageDefinitionId": "OpenAI.Graders.runGrader" }, { - "$id": "8758", + "$id": "8784", "kind": "basic", "name": "validateGrader", "accessibility": "public", "apiVersions": [], "summary": "Validate a grader.", "operation": { - "$id": "8759", + "$id": "8785", "name": "validateGrader", "resourceName": "Graders", "summary": "Validate a grader.", "accessibility": "public", "parameters": [ { - "$id": "8760", + "$id": "8786", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1963" + "$ref": "1965" }, "isApiVersion": false, "optional": false, @@ -116009,12 +116321,12 @@ "crossLanguageDefinitionId": "OpenAI.Graders.validateGrader.contentType" }, { - "$id": "8761", + "$id": "8787", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1965" + "$ref": "1967" }, "isApiVersion": false, "optional": false, @@ -116025,12 +116337,12 @@ "crossLanguageDefinitionId": "OpenAI.Graders.validateGrader.accept" }, { - "$id": "8762", + "$id": "8788", "kind": "body", "name": "request", "serializedName": "request", "type": { - "$ref": "3915" + "$ref": "3917" }, "isApiVersion": false, "contentTypes": [ @@ -116050,7 +116362,7 @@ 200 ], "bodyType": { - "$ref": "3918" + "$ref": "3920" }, "headers": [], "isErrorResponse": false, @@ -116073,12 +116385,12 @@ }, "parameters": [ { - "$id": "8763", + "$id": "8789", "kind": "method", "name": "request", "serializedName": "request", "type": { - "$ref": "3915" + "$ref": "3917" }, "location": "Body", "isApiVersion": false, @@ -116090,13 +116402,13 @@ "decorators": [] }, { - "$id": "8764", + "$id": "8790", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1963" + "$ref": "1965" }, "location": "Header", "isApiVersion": false, @@ -116108,12 +116420,12 @@ "decorators": [] }, { - "$id": "8765", + "$id": "8791", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1965" + "$ref": "1967" }, "location": "Header", "isApiVersion": false, @@ -116127,7 +116439,7 @@ ], "response": { "type": { - "$ref": "3918" + "$ref": "3920" } }, "isOverride": false, @@ -116138,13 +116450,13 @@ ], "parameters": [ { - "$id": "8766", + "$id": "8792", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8767", + "$id": "8793", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -116155,7 +116467,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8768", + "$id": "8794", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -116173,37 +116485,37 @@ "crossLanguageDefinitionId": "OpenAI.Graders", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8769", + "$id": "8795", "kind": "client", "name": "Evals", "namespace": "OpenAI", "methods": [ { - "$id": "8770", + "$id": "8796", "kind": "basic", "name": "listEvals", "accessibility": "public", "apiVersions": [], "summary": "List evaluations for a project.", "operation": { - "$id": "8771", + "$id": "8797", "name": "listEvals", "resourceName": "Evals", "summary": "List evaluations for a project.", "accessibility": "public", "parameters": [ { - "$id": "8772", + "$id": "8798", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last eval from the previous pagination request.", "type": { - "$id": "8773", + "$id": "8799", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116218,13 +116530,13 @@ "readOnly": false }, { - "$id": "8774", + "$id": "8800", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of evals to be returned in a single pagination response.", "type": { - "$id": "8775", + "$id": "8801", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -116239,13 +116551,13 @@ "readOnly": false }, { - "$id": "8776", + "$id": "8802", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order for evals by timestamp. Use `asc` for ascending order or\n`desc` for descending order.", "type": { - "$ref": "1420" + "$ref": "1422" }, "isApiVersion": false, "explode": false, @@ -116256,13 +116568,13 @@ "readOnly": false }, { - "$id": "8777", + "$id": "8803", "kind": "query", "name": "order_by", "serializedName": "order_by", "doc": "Evals can be ordered by creation time or last updated time. Use\n`created_at` for creation time or `updated_at` for last updated\ntime.", "type": { - "$ref": "1424" + "$ref": "1426" }, "isApiVersion": false, "explode": false, @@ -116273,12 +116585,12 @@ "readOnly": false }, { - "$id": "8778", + "$id": "8804", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1967" + "$ref": "1969" }, "isApiVersion": false, "optional": false, @@ -116295,7 +116607,7 @@ 200 ], "bodyType": { - "$ref": "3921" + "$ref": "3923" }, "headers": [], "isErrorResponse": false, @@ -116315,13 +116627,13 @@ }, "parameters": [ { - "$id": "8779", + "$id": "8805", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last eval from the previous pagination request.", "type": { - "$id": "8780", + "$id": "8806", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116337,13 +116649,13 @@ "decorators": [] }, { - "$id": "8781", + "$id": "8807", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of evals to be returned in a single pagination response.", "type": { - "$id": "8782", + "$id": "8808", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -116359,13 +116671,13 @@ "decorators": [] }, { - "$id": "8783", + "$id": "8809", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order for evals by timestamp. Use `asc` for ascending order or\n`desc` for descending order.", "type": { - "$ref": "1420" + "$ref": "1422" }, "location": "Query", "isApiVersion": false, @@ -116377,13 +116689,13 @@ "decorators": [] }, { - "$id": "8784", + "$id": "8810", "kind": "method", "name": "order_by", "serializedName": "order_by", "doc": "Evals can be ordered by creation time or last updated time. Use\n`created_at` for creation time or `updated_at` for last updated\ntime.", "type": { - "$ref": "1424" + "$ref": "1426" }, "location": "Query", "isApiVersion": false, @@ -116395,12 +116707,12 @@ "decorators": [] }, { - "$id": "8785", + "$id": "8811", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1967" + "$ref": "1969" }, "location": "Header", "isApiVersion": false, @@ -116414,7 +116726,7 @@ ], "response": { "type": { - "$ref": "3921" + "$ref": "3923" } }, "isOverride": false, @@ -116423,27 +116735,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.listEvals" }, { - "$id": "8786", + "$id": "8812", "kind": "basic", "name": "createEval", "accessibility": "public", "apiVersions": [], "doc": "Create the structure of an evaluation that can be used to test a model's\nperformance.\n\nAn evaluation is a set of testing criteria and a datasource. After\ncreating an evaluation, you can run it on different models and model\nparameters. We support several types of graders and datasources.\n\nFor more information, see the [Evals guide](/docs/guides/evals).", "operation": { - "$id": "8787", + "$id": "8813", "name": "createEval", "resourceName": "Evals", "doc": "Create the structure of an evaluation that can be used to test a model's\nperformance.\n\nAn evaluation is a set of testing criteria and a datasource. After\ncreating an evaluation, you can run it on different models and model\nparameters. We support several types of graders and datasources.\n\nFor more information, see the [Evals guide](/docs/guides/evals).", "accessibility": "public", "parameters": [ { - "$id": "8788", + "$id": "8814", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1969" + "$ref": "1971" }, "isApiVersion": false, "optional": false, @@ -116454,12 +116766,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEval.contentType" }, { - "$id": "8789", + "$id": "8815", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1971" + "$ref": "1973" }, "isApiVersion": false, "optional": false, @@ -116470,12 +116782,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEval.accept" }, { - "$id": "8790", + "$id": "8816", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$ref": "4013" + "$ref": "4015" }, "isApiVersion": false, "contentTypes": [ @@ -116495,7 +116807,7 @@ 201 ], "bodyType": { - "$ref": "3925" + "$ref": "3927" }, "headers": [], "isErrorResponse": false, @@ -116518,12 +116830,12 @@ }, "parameters": [ { - "$id": "8791", + "$id": "8817", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "4013" + "$ref": "4015" }, "location": "Body", "isApiVersion": false, @@ -116535,13 +116847,13 @@ "decorators": [] }, { - "$id": "8792", + "$id": "8818", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1969" + "$ref": "1971" }, "location": "Header", "isApiVersion": false, @@ -116553,12 +116865,12 @@ "decorators": [] }, { - "$id": "8793", + "$id": "8819", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1971" + "$ref": "1973" }, "location": "Header", "isApiVersion": false, @@ -116572,7 +116884,7 @@ ], "response": { "type": { - "$ref": "3925" + "$ref": "3927" } }, "isOverride": false, @@ -116581,26 +116893,26 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEval" }, { - "$id": "8794", + "$id": "8820", "kind": "basic", "name": "getEval", "accessibility": "public", "apiVersions": [], "summary": "Retrieve an evaluation by its ID.", "operation": { - "$id": "8795", + "$id": "8821", "name": "getEval", "resourceName": "Evals", "summary": "Retrieve an evaluation by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8796", + "$id": "8822", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "type": { - "$id": "8797", + "$id": "8823", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116618,12 +116930,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEval.eval_id" }, { - "$id": "8798", + "$id": "8824", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1973" + "$ref": "1975" }, "isApiVersion": false, "optional": false, @@ -116640,7 +116952,7 @@ 200 ], "bodyType": { - "$ref": "3925" + "$ref": "3927" }, "headers": [], "isErrorResponse": false, @@ -116660,12 +116972,12 @@ }, "parameters": [ { - "$id": "8799", + "$id": "8825", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "type": { - "$id": "8800", + "$id": "8826", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116681,12 +116993,12 @@ "decorators": [] }, { - "$id": "8801", + "$id": "8827", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1973" + "$ref": "1975" }, "location": "Header", "isApiVersion": false, @@ -116700,7 +117012,7 @@ ], "response": { "type": { - "$ref": "3925" + "$ref": "3927" } }, "isOverride": false, @@ -116709,27 +117021,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEval" }, { - "$id": "8802", + "$id": "8828", "kind": "basic", "name": "updateEval", "accessibility": "public", "apiVersions": [], "doc": "Update select, mutable properties of a specified evaluation.", "operation": { - "$id": "8803", + "$id": "8829", "name": "updateEval", "resourceName": "Evals", "doc": "Update select, mutable properties of a specified evaluation.", "accessibility": "public", "parameters": [ { - "$id": "8804", + "$id": "8830", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to update.", "type": { - "$id": "8805", + "$id": "8831", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116747,13 +117059,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval.eval_id" }, { - "$id": "8806", + "$id": "8832", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1975" + "$ref": "1977" }, "isApiVersion": false, "optional": false, @@ -116764,12 +117076,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval.contentType" }, { - "$id": "8807", + "$id": "8833", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1977" + "$ref": "1979" }, "isApiVersion": false, "optional": false, @@ -116780,12 +117092,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval.accept" }, { - "$id": "8808", + "$id": "8834", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$ref": "4093" + "$ref": "4095" }, "isApiVersion": false, "contentTypes": [ @@ -116805,7 +117117,7 @@ 200 ], "bodyType": { - "$ref": "3925" + "$ref": "3927" }, "headers": [], "isErrorResponse": false, @@ -116828,13 +117140,13 @@ }, "parameters": [ { - "$id": "8809", + "$id": "8835", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to update.", "type": { - "$id": "8810", + "$id": "8836", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116850,12 +117162,12 @@ "decorators": [] }, { - "$id": "8811", + "$id": "8837", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "4093" + "$ref": "4095" }, "location": "Body", "isApiVersion": false, @@ -116867,13 +117179,13 @@ "decorators": [] }, { - "$id": "8812", + "$id": "8838", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1975" + "$ref": "1977" }, "location": "Header", "isApiVersion": false, @@ -116885,12 +117197,12 @@ "decorators": [] }, { - "$id": "8813", + "$id": "8839", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1977" + "$ref": "1979" }, "location": "Header", "isApiVersion": false, @@ -116904,7 +117216,7 @@ ], "response": { "type": { - "$ref": "3925" + "$ref": "3927" } }, "isOverride": false, @@ -116913,27 +117225,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.updateEval" }, { - "$id": "8814", + "$id": "8840", "kind": "basic", "name": "deleteEval", "accessibility": "public", "apiVersions": [], "doc": "Delete a specified evaluation.", "operation": { - "$id": "8815", + "$id": "8841", "name": "deleteEval", "resourceName": "Evals", "doc": "Delete a specified evaluation.", "accessibility": "public", "parameters": [ { - "$id": "8816", + "$id": "8842", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to delete.", "type": { - "$id": "8817", + "$id": "8843", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -116951,12 +117263,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEval.eval_id" }, { - "$id": "8818", + "$id": "8844", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1979" + "$ref": "1981" }, "isApiVersion": false, "optional": false, @@ -116973,7 +117285,7 @@ 200 ], "bodyType": { - "$ref": "4099" + "$ref": "4101" }, "headers": [], "isErrorResponse": false, @@ -116993,13 +117305,13 @@ }, "parameters": [ { - "$id": "8819", + "$id": "8845", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to delete.", "type": { - "$id": "8820", + "$id": "8846", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117015,12 +117327,12 @@ "decorators": [] }, { - "$id": "8821", + "$id": "8847", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1979" + "$ref": "1981" }, "location": "Header", "isApiVersion": false, @@ -117034,7 +117346,7 @@ ], "response": { "type": { - "$ref": "4099" + "$ref": "4101" } }, "isOverride": false, @@ -117043,7 +117355,7 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEval" }, { - "$id": "8822", + "$id": "8848", "kind": "basic", "name": "getEvalRuns", "accessibility": "public", @@ -117051,7 +117363,7 @@ "doc": "Retrieve a list of runs for a specified evaluation.", "summary": "", "operation": { - "$id": "8823", + "$id": "8849", "name": "getEvalRuns", "resourceName": "Evals", "summary": "", @@ -117059,13 +117371,13 @@ "accessibility": "public", "parameters": [ { - "$id": "8824", + "$id": "8850", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to retrieve runs for.", "type": { - "$id": "8825", + "$id": "8851", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117083,13 +117395,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRuns.eval_id" }, { - "$id": "8826", + "$id": "8852", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last run from the previous pagination request.", "type": { - "$id": "8827", + "$id": "8853", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117104,13 +117416,13 @@ "readOnly": false }, { - "$id": "8828", + "$id": "8854", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of runs to be returned in a single pagination response.", "type": { - "$id": "8829", + "$id": "8855", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -117125,13 +117437,13 @@ "readOnly": false }, { - "$id": "8830", + "$id": "8856", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order for runs by timestamp. Use `asc` for ascending order or `desc` for descending order.", "type": { - "$ref": "1428" + "$ref": "1430" }, "isApiVersion": false, "explode": false, @@ -117142,13 +117454,13 @@ "readOnly": false }, { - "$id": "8831", + "$id": "8857", "kind": "query", "name": "status", "serializedName": "status", "doc": "Filter runs by their status. Possible values are `queued`, `in_progress`, `completed`, `canceled`, and `failed`.", "type": { - "$ref": "1432" + "$ref": "1434" }, "isApiVersion": false, "explode": false, @@ -117159,12 +117471,12 @@ "readOnly": false }, { - "$id": "8832", + "$id": "8858", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1981" + "$ref": "1983" }, "isApiVersion": false, "optional": false, @@ -117181,7 +117493,7 @@ 200 ], "bodyType": { - "$ref": "4105" + "$ref": "4107" }, "headers": [], "isErrorResponse": false, @@ -117201,13 +117513,13 @@ }, "parameters": [ { - "$id": "8833", + "$id": "8859", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to retrieve runs for.", "type": { - "$id": "8834", + "$id": "8860", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117223,13 +117535,13 @@ "decorators": [] }, { - "$id": "8835", + "$id": "8861", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last run from the previous pagination request.", "type": { - "$id": "8836", + "$id": "8862", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117245,13 +117557,13 @@ "decorators": [] }, { - "$id": "8837", + "$id": "8863", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of runs to be returned in a single pagination response.", "type": { - "$id": "8838", + "$id": "8864", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -117267,13 +117579,13 @@ "decorators": [] }, { - "$id": "8839", + "$id": "8865", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order for runs by timestamp. Use `asc` for ascending order or `desc` for descending order.", "type": { - "$ref": "1428" + "$ref": "1430" }, "location": "Query", "isApiVersion": false, @@ -117285,13 +117597,13 @@ "decorators": [] }, { - "$id": "8840", + "$id": "8866", "kind": "method", "name": "status", "serializedName": "status", "doc": "Filter runs by their status. Possible values are `queued`, `in_progress`, `completed`, `canceled`, and `failed`.", "type": { - "$ref": "1432" + "$ref": "1434" }, "location": "Query", "isApiVersion": false, @@ -117303,12 +117615,12 @@ "decorators": [] }, { - "$id": "8841", + "$id": "8867", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1981" + "$ref": "1983" }, "location": "Header", "isApiVersion": false, @@ -117322,7 +117634,7 @@ ], "response": { "type": { - "$ref": "4105" + "$ref": "4107" } }, "isOverride": false, @@ -117331,27 +117643,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRuns" }, { - "$id": "8842", + "$id": "8868", "kind": "basic", "name": "createEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Create a new evaluation run, beginning the grading process.", "operation": { - "$id": "8843", + "$id": "8869", "name": "createEvalRun", "resourceName": "Evals", "doc": "Create a new evaluation run, beginning the grading process.", "accessibility": "public", "parameters": [ { - "$id": "8844", + "$id": "8870", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to run.", "type": { - "$id": "8845", + "$id": "8871", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117369,13 +117681,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun.eval_id" }, { - "$id": "8846", + "$id": "8872", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1983" + "$ref": "1985" }, "isApiVersion": false, "optional": false, @@ -117386,12 +117698,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun.contentType" }, { - "$id": "8847", + "$id": "8873", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1985" + "$ref": "1987" }, "isApiVersion": false, "optional": false, @@ -117402,12 +117714,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun.accept" }, { - "$id": "8848", + "$id": "8874", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$ref": "4176" + "$ref": "4178" }, "isApiVersion": false, "contentTypes": [ @@ -117427,7 +117739,7 @@ 201 ], "bodyType": { - "$ref": "4109" + "$ref": "4111" }, "headers": [], "isErrorResponse": false, @@ -117450,13 +117762,13 @@ }, "parameters": [ { - "$id": "8849", + "$id": "8875", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation to run.", "type": { - "$id": "8850", + "$id": "8876", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117472,12 +117784,12 @@ "decorators": [] }, { - "$id": "8851", + "$id": "8877", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "4176" + "$ref": "4178" }, "location": "Body", "isApiVersion": false, @@ -117489,13 +117801,13 @@ "decorators": [] }, { - "$id": "8852", + "$id": "8878", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1983" + "$ref": "1985" }, "location": "Header", "isApiVersion": false, @@ -117507,12 +117819,12 @@ "decorators": [] }, { - "$id": "8853", + "$id": "8879", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1985" + "$ref": "1987" }, "location": "Header", "isApiVersion": false, @@ -117526,7 +117838,7 @@ ], "response": { "type": { - "$ref": "4109" + "$ref": "4111" } }, "isOverride": false, @@ -117535,27 +117847,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.createEvalRun" }, { - "$id": "8854", + "$id": "8880", "kind": "basic", "name": "getEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Retrieve a specific evaluation run by its ID.", "operation": { - "$id": "8855", + "$id": "8881", "name": "getEvalRun", "resourceName": "Evals", "doc": "Retrieve a specific evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8856", + "$id": "8882", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8857", + "$id": "8883", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117573,13 +117885,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRun.eval_id" }, { - "$id": "8858", + "$id": "8884", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve.", "type": { - "$id": "8859", + "$id": "8885", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117597,12 +117909,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRun.run_id" }, { - "$id": "8860", + "$id": "8886", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1987" + "$ref": "1989" }, "isApiVersion": false, "optional": false, @@ -117619,7 +117931,7 @@ 200 ], "bodyType": { - "$ref": "4109" + "$ref": "4111" }, "headers": [], "isErrorResponse": false, @@ -117639,13 +117951,13 @@ }, "parameters": [ { - "$id": "8861", + "$id": "8887", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8862", + "$id": "8888", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117661,13 +117973,13 @@ "decorators": [] }, { - "$id": "8863", + "$id": "8889", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve.", "type": { - "$id": "8864", + "$id": "8890", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117683,12 +117995,12 @@ "decorators": [] }, { - "$id": "8865", + "$id": "8891", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1987" + "$ref": "1989" }, "location": "Header", "isApiVersion": false, @@ -117702,7 +118014,7 @@ ], "response": { "type": { - "$ref": "4109" + "$ref": "4111" } }, "isOverride": false, @@ -117711,27 +118023,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRun" }, { - "$id": "8866", + "$id": "8892", "kind": "basic", "name": "cancelEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Cancel a specific evaluation run by its ID.", "operation": { - "$id": "8867", + "$id": "8893", "name": "cancelEvalRun", "resourceName": "Evals", "doc": "Cancel a specific evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8868", + "$id": "8894", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8869", + "$id": "8895", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117749,13 +118061,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.cancelEvalRun.eval_id" }, { - "$id": "8870", + "$id": "8896", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to cancel.", "type": { - "$id": "8871", + "$id": "8897", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117773,12 +118085,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.cancelEvalRun.run_id" }, { - "$id": "8872", + "$id": "8898", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1989" + "$ref": "1991" }, "isApiVersion": false, "optional": false, @@ -117795,7 +118107,7 @@ 200 ], "bodyType": { - "$ref": "4109" + "$ref": "4111" }, "headers": [], "isErrorResponse": false, @@ -117815,13 +118127,13 @@ }, "parameters": [ { - "$id": "8873", + "$id": "8899", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8874", + "$id": "8900", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117837,13 +118149,13 @@ "decorators": [] }, { - "$id": "8875", + "$id": "8901", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to cancel.", "type": { - "$id": "8876", + "$id": "8902", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117859,12 +118171,12 @@ "decorators": [] }, { - "$id": "8877", + "$id": "8903", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1989" + "$ref": "1991" }, "location": "Header", "isApiVersion": false, @@ -117878,7 +118190,7 @@ ], "response": { "type": { - "$ref": "4109" + "$ref": "4111" } }, "isOverride": false, @@ -117887,27 +118199,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.cancelEvalRun" }, { - "$id": "8878", + "$id": "8904", "kind": "basic", "name": "deleteEvalRun", "accessibility": "public", "apiVersions": [], "doc": "Delete a specific evaluation run by its ID.", "operation": { - "$id": "8879", + "$id": "8905", "name": "deleteEvalRun", "resourceName": "Evals", "doc": "Delete a specific evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8880", + "$id": "8906", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8881", + "$id": "8907", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117925,13 +118237,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEvalRun.eval_id" }, { - "$id": "8882", + "$id": "8908", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to delete.", "type": { - "$id": "8883", + "$id": "8909", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -117949,12 +118261,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEvalRun.run_id" }, { - "$id": "8884", + "$id": "8910", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1991" + "$ref": "1993" }, "isApiVersion": false, "optional": false, @@ -117971,7 +118283,7 @@ 200 ], "bodyType": { - "$ref": "4539" + "$ref": "4541" }, "headers": [], "isErrorResponse": false, @@ -117991,13 +118303,13 @@ }, "parameters": [ { - "$id": "8885", + "$id": "8911", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8886", + "$id": "8912", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118013,13 +118325,13 @@ "decorators": [] }, { - "$id": "8887", + "$id": "8913", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to delete.", "type": { - "$id": "8888", + "$id": "8914", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118035,12 +118347,12 @@ "decorators": [] }, { - "$id": "8889", + "$id": "8915", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1991" + "$ref": "1993" }, "location": "Header", "isApiVersion": false, @@ -118054,7 +118366,7 @@ ], "response": { "type": { - "$ref": "4539" + "$ref": "4541" } }, "isOverride": false, @@ -118063,27 +118375,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.deleteEvalRun" }, { - "$id": "8890", + "$id": "8916", "kind": "basic", "name": "getEvalRunOutputItems", "accessibility": "public", "apiVersions": [], "doc": "Get a list of output items for a specified evaluation run.", "operation": { - "$id": "8891", + "$id": "8917", "name": "getEvalRunOutputItems", "resourceName": "Evals", "doc": "Get a list of output items for a specified evaluation run.", "accessibility": "public", "parameters": [ { - "$id": "8892", + "$id": "8918", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8893", + "$id": "8919", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118101,13 +118413,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItems.eval_id" }, { - "$id": "8894", + "$id": "8920", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve output items for.", "type": { - "$id": "8895", + "$id": "8921", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118125,13 +118437,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItems.run_id" }, { - "$id": "8896", + "$id": "8922", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last output item from the previous pagination request.", "type": { - "$id": "8897", + "$id": "8923", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118146,13 +118458,13 @@ "readOnly": false }, { - "$id": "8898", + "$id": "8924", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of output items to be returned in a single pagination response.", "type": { - "$id": "8899", + "$id": "8925", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -118167,13 +118479,13 @@ "readOnly": false }, { - "$id": "8900", + "$id": "8926", "kind": "query", "name": "status", "serializedName": "status", "doc": "Filter output items by their status. Possible values are `fail` and `pass`.", "type": { - "$ref": "1439" + "$ref": "1441" }, "isApiVersion": false, "explode": false, @@ -118184,13 +118496,13 @@ "readOnly": false }, { - "$id": "8901", + "$id": "8927", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order for output items by timestamp. Use `asc` for ascending order or `desc` for descending order.", "type": { - "$ref": "1443" + "$ref": "1445" }, "isApiVersion": false, "explode": false, @@ -118201,12 +118513,12 @@ "readOnly": false }, { - "$id": "8902", + "$id": "8928", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1993" + "$ref": "1995" }, "isApiVersion": false, "optional": false, @@ -118223,7 +118535,7 @@ 200 ], "bodyType": { - "$ref": "4545" + "$ref": "4547" }, "headers": [], "isErrorResponse": false, @@ -118243,13 +118555,13 @@ }, "parameters": [ { - "$id": "8903", + "$id": "8929", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8904", + "$id": "8930", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118265,13 +118577,13 @@ "decorators": [] }, { - "$id": "8905", + "$id": "8931", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run to retrieve output items for.", "type": { - "$id": "8906", + "$id": "8932", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118287,13 +118599,13 @@ "decorators": [] }, { - "$id": "8907", + "$id": "8933", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last output item from the previous pagination request.", "type": { - "$id": "8908", + "$id": "8934", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118309,13 +118621,13 @@ "decorators": [] }, { - "$id": "8909", + "$id": "8935", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of output items to be returned in a single pagination response.", "type": { - "$id": "8910", + "$id": "8936", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -118331,13 +118643,13 @@ "decorators": [] }, { - "$id": "8911", + "$id": "8937", "kind": "method", "name": "status", "serializedName": "status", "doc": "Filter output items by their status. Possible values are `fail` and `pass`.", "type": { - "$ref": "1439" + "$ref": "1441" }, "location": "Query", "isApiVersion": false, @@ -118349,13 +118661,13 @@ "decorators": [] }, { - "$id": "8912", + "$id": "8938", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order for output items by timestamp. Use `asc` for ascending order or `desc` for descending order.", "type": { - "$ref": "1443" + "$ref": "1445" }, "location": "Query", "isApiVersion": false, @@ -118367,12 +118679,12 @@ "decorators": [] }, { - "$id": "8913", + "$id": "8939", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1993" + "$ref": "1995" }, "location": "Header", "isApiVersion": false, @@ -118386,7 +118698,7 @@ ], "response": { "type": { - "$ref": "4545" + "$ref": "4547" } }, "isOverride": false, @@ -118395,27 +118707,27 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItems" }, { - "$id": "8914", + "$id": "8940", "kind": "basic", "name": "getEvalRunOutputItem", "accessibility": "public", "apiVersions": [], "doc": "Retrieve a specific output item from an evaluation run by its ID.", "operation": { - "$id": "8915", + "$id": "8941", "name": "getEvalRunOutputItem", "resourceName": "Evals", "doc": "Retrieve a specific output item from an evaluation run by its ID.", "accessibility": "public", "parameters": [ { - "$id": "8916", + "$id": "8942", "kind": "path", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8917", + "$id": "8943", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118433,13 +118745,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItem.eval_id" }, { - "$id": "8918", + "$id": "8944", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run the output item belongs to.", "type": { - "$id": "8919", + "$id": "8945", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118457,13 +118769,13 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItem.run_id" }, { - "$id": "8920", + "$id": "8946", "kind": "path", "name": "output_item_id", "serializedName": "output_item_id", "doc": "The ID of the output item to retrieve.", "type": { - "$id": "8921", + "$id": "8947", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118481,12 +118793,12 @@ "crossLanguageDefinitionId": "OpenAI.Evals.getEvalRunOutputItem.output_item_id" }, { - "$id": "8922", + "$id": "8948", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1995" + "$ref": "1997" }, "isApiVersion": false, "optional": false, @@ -118503,7 +118815,7 @@ 200 ], "bodyType": { - "$ref": "4549" + "$ref": "4551" }, "headers": [], "isErrorResponse": false, @@ -118523,13 +118835,13 @@ }, "parameters": [ { - "$id": "8923", + "$id": "8949", "kind": "method", "name": "eval_id", "serializedName": "eval_id", "doc": "The ID of the evaluation the run belongs to.", "type": { - "$id": "8924", + "$id": "8950", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118545,13 +118857,13 @@ "decorators": [] }, { - "$id": "8925", + "$id": "8951", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the evaluation run the output item belongs to.", "type": { - "$id": "8926", + "$id": "8952", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118567,13 +118879,13 @@ "decorators": [] }, { - "$id": "8927", + "$id": "8953", "kind": "method", "name": "output_item_id", "serializedName": "output_item_id", "doc": "The ID of the output item to retrieve.", "type": { - "$id": "8928", + "$id": "8954", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118589,12 +118901,12 @@ "decorators": [] }, { - "$id": "8929", + "$id": "8955", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1995" + "$ref": "1997" }, "location": "Header", "isApiVersion": false, @@ -118608,7 +118920,7 @@ ], "response": { "type": { - "$ref": "4549" + "$ref": "4551" } }, "isOverride": false, @@ -118619,13 +118931,13 @@ ], "parameters": [ { - "$id": "8930", + "$id": "8956", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "8931", + "$id": "8957", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -118636,7 +118948,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "8932", + "$id": "8958", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -118654,36 +118966,36 @@ "crossLanguageDefinitionId": "OpenAI.Evals", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "8933", + "$id": "8959", "kind": "client", "name": "Responses", "namespace": "OpenAI", "methods": [ { - "$id": "8934", + "$id": "8960", "kind": "basic", "name": "createResponse", "accessibility": "public", "apiVersions": [], "doc": "Creates a model response.", "operation": { - "$id": "8935", + "$id": "8961", "name": "createResponse", "resourceName": "Responses", "doc": "Creates a model response.", "accessibility": "public", "parameters": [ { - "$id": "8936", + "$id": "8962", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "isApiVersion": false, "optional": false, @@ -118694,13 +119006,13 @@ "crossLanguageDefinitionId": "OpenAI.Responses.createResponse.accept" }, { - "$id": "8937", + "$id": "8963", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1997" + "$ref": "1999" }, "isApiVersion": false, "optional": false, @@ -118711,12 +119023,12 @@ "crossLanguageDefinitionId": "OpenAI.Responses.createResponse.contentType" }, { - "$id": "8938", + "$id": "8964", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "4612" + "$ref": "4614" }, "isApiVersion": false, "contentTypes": [ @@ -118736,15 +119048,15 @@ 200 ], "bodyType": { - "$id": "8939", + "$id": "8965", "kind": "union", "name": "", "variantTypes": [ { - "$ref": "5149" + "$ref": "5151" }, { - "$ref": "5334" + "$ref": "5336" } ], "namespace": "", @@ -118755,7 +119067,7 @@ "name": "contentType", "nameInResponse": "Content-Type", "type": { - "$ref": "1999" + "$ref": "2001" } } ], @@ -118780,12 +119092,12 @@ }, "parameters": [ { - "$id": "8940", + "$id": "8966", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "location": "Header", "isApiVersion": false, @@ -118797,12 +119109,12 @@ "decorators": [] }, { - "$id": "8941", + "$id": "8967", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "4612" + "$ref": "4614" }, "location": "Body", "isApiVersion": false, @@ -118814,13 +119126,13 @@ "decorators": [] }, { - "$id": "8942", + "$id": "8968", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "1997" + "$ref": "1999" }, "location": "Header", "isApiVersion": false, @@ -118834,7 +119146,7 @@ ], "response": { "type": { - "$ref": "8939" + "$ref": "8965" } }, "isOverride": false, @@ -118843,27 +119155,27 @@ "crossLanguageDefinitionId": "OpenAI.Responses.createResponse" }, { - "$id": "8943", + "$id": "8969", "kind": "basic", "name": "getResponse", "accessibility": "public", "apiVersions": [], "doc": "Retrieves a model response with the given ID.", "operation": { - "$id": "8944", + "$id": "8970", "name": "getResponse", "resourceName": "Responses", "doc": "Retrieves a model response with the given ID.", "accessibility": "public", "parameters": [ { - "$id": "8945", + "$id": "8971", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8946", + "$id": "8972", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118881,12 +119193,12 @@ "crossLanguageDefinitionId": "OpenAI.Responses.getResponse.response_id" }, { - "$id": "8947", + "$id": "8973", "kind": "query", "name": "includables", "serializedName": "include[]", "type": { - "$ref": "5139" + "$ref": "5141" }, "isApiVersion": false, "explode": true, @@ -118897,13 +119209,13 @@ "readOnly": false }, { - "$id": "8948", + "$id": "8974", "kind": "query", "name": "stream", "serializedName": "stream", "doc": "If set to true, model response data will be streamed to the client as it is generated using server-sent events.", "type": { - "$id": "8949", + "$id": "8975", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -118918,13 +119230,13 @@ "readOnly": false }, { - "$id": "8950", + "$id": "8976", "kind": "query", "name": "starting_after", "serializedName": "starting_after", "doc": "The sequence number of the event after which to start streaming.", "type": { - "$id": "8951", + "$id": "8977", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -118939,12 +119251,12 @@ "readOnly": false }, { - "$id": "8952", + "$id": "8978", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$id": "8953", + "$id": "8979", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -118965,15 +119277,15 @@ 200 ], "bodyType": { - "$id": "8954", + "$id": "8980", "kind": "union", "name": "", "variantTypes": [ { - "$ref": "5149" + "$ref": "5151" }, { - "$ref": "5334" + "$ref": "5336" } ], "namespace": "", @@ -118984,7 +119296,7 @@ "name": "contentType", "nameInResponse": "Content-Type", "type": { - "$ref": "2001" + "$ref": "2003" } } ], @@ -119006,13 +119318,13 @@ }, "parameters": [ { - "$id": "8955", + "$id": "8981", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8956", + "$id": "8982", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119028,12 +119340,12 @@ "decorators": [] }, { - "$id": "8957", + "$id": "8983", "kind": "method", "name": "includables", "serializedName": "include[]", "type": { - "$ref": "5139" + "$ref": "5141" }, "location": "Query", "isApiVersion": false, @@ -119045,13 +119357,13 @@ "decorators": [] }, { - "$id": "8958", + "$id": "8984", "kind": "method", "name": "stream", "serializedName": "stream", "doc": "If set to true, model response data will be streamed to the client as it is generated using server-sent events.", "type": { - "$id": "8959", + "$id": "8985", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -119067,13 +119379,13 @@ "decorators": [] }, { - "$id": "8960", + "$id": "8986", "kind": "method", "name": "starting_after", "serializedName": "starting_after", "doc": "The sequence number of the event after which to start streaming.", "type": { - "$id": "8961", + "$id": "8987", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -119089,12 +119401,12 @@ "decorators": [] }, { - "$id": "8962", + "$id": "8988", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "8953" + "$ref": "8979" }, "location": "Header", "isApiVersion": false, @@ -119108,7 +119420,7 @@ ], "response": { "type": { - "$ref": "8954" + "$ref": "8980" } }, "isOverride": false, @@ -119117,25 +119429,25 @@ "crossLanguageDefinitionId": "OpenAI.Responses.getResponse" }, { - "$id": "8963", + "$id": "8989", "kind": "basic", "name": "deleteResponse", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8964", + "$id": "8990", "name": "deleteResponse", "resourceName": "Responses", "accessibility": "public", "parameters": [ { - "$id": "8965", + "$id": "8991", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to delete.", "type": { - "$id": "8966", + "$id": "8992", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119153,12 +119465,12 @@ "crossLanguageDefinitionId": "OpenAI.Responses.deleteResponse.response_id" }, { - "$id": "8967", + "$id": "8993", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2003" + "$ref": "2005" }, "isApiVersion": false, "optional": false, @@ -119175,7 +119487,7 @@ 200 ], "bodyType": { - "$ref": "5796" + "$ref": "5822" }, "headers": [], "isErrorResponse": false, @@ -119195,13 +119507,13 @@ }, "parameters": [ { - "$id": "8968", + "$id": "8994", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to delete.", "type": { - "$id": "8969", + "$id": "8995", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119217,12 +119529,12 @@ "decorators": [] }, { - "$id": "8970", + "$id": "8996", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2003" + "$ref": "2005" }, "location": "Header", "isApiVersion": false, @@ -119236,7 +119548,7 @@ ], "response": { "type": { - "$ref": "5796" + "$ref": "5822" } }, "isOverride": false, @@ -119245,25 +119557,25 @@ "crossLanguageDefinitionId": "OpenAI.Responses.deleteResponse" }, { - "$id": "8971", + "$id": "8997", "kind": "basic", "name": "cancelResponse", "accessibility": "public", "apiVersions": [], "operation": { - "$id": "8972", + "$id": "8998", "name": "cancelResponse", "resourceName": "Responses", "accessibility": "public", "parameters": [ { - "$id": "8973", + "$id": "8999", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to cancel.", "type": { - "$id": "8974", + "$id": "9000", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119281,12 +119593,12 @@ "crossLanguageDefinitionId": "OpenAI.Responses.cancelResponse.response_id" }, { - "$id": "8975", + "$id": "9001", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2005" + "$ref": "2007" }, "isApiVersion": false, "optional": false, @@ -119303,7 +119615,7 @@ 200 ], "bodyType": { - "$ref": "5149" + "$ref": "5151" }, "headers": [], "isErrorResponse": false, @@ -119323,13 +119635,13 @@ }, "parameters": [ { - "$id": "8976", + "$id": "9002", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to cancel.", "type": { - "$id": "8977", + "$id": "9003", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119345,12 +119657,12 @@ "decorators": [] }, { - "$id": "8978", + "$id": "9004", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2005" + "$ref": "2007" }, "location": "Header", "isApiVersion": false, @@ -119364,7 +119676,7 @@ ], "response": { "type": { - "$ref": "5149" + "$ref": "5151" } }, "isOverride": false, @@ -119373,27 +119685,27 @@ "crossLanguageDefinitionId": "OpenAI.Responses.cancelResponse" }, { - "$id": "8979", + "$id": "9005", "kind": "paging", "name": "GetResponseInputItems", "accessibility": "public", "apiVersions": [], "doc": "Returns a list of input items for a given response.", "operation": { - "$id": "8980", + "$id": "9006", "name": "GetResponseInputItems", "resourceName": "Responses", "doc": "Returns a list of input items for a given response.", "accessibility": "public", "parameters": [ { - "$id": "8981", + "$id": "9007", "kind": "path", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8982", + "$id": "9008", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119411,13 +119723,13 @@ "crossLanguageDefinitionId": "OpenAI.Responses.listInputItems.response_id" }, { - "$id": "8983", + "$id": "9009", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8984", + "$id": "9010", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -119432,13 +119744,13 @@ "readOnly": false }, { - "$id": "8985", + "$id": "9011", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -119449,13 +119761,13 @@ "readOnly": false }, { - "$id": "8986", + "$id": "9012", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8987", + "$id": "9013", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119470,13 +119782,13 @@ "readOnly": false }, { - "$id": "8988", + "$id": "9014", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8989", + "$id": "9015", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119491,12 +119803,12 @@ "readOnly": false }, { - "$id": "8990", + "$id": "9016", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2007" + "$ref": "2009" }, "isApiVersion": false, "optional": false, @@ -119513,7 +119825,7 @@ 200 ], "bodyType": { - "$ref": "5801" + "$ref": "5827" }, "headers": [], "isErrorResponse": false, @@ -119533,13 +119845,13 @@ }, "parameters": [ { - "$id": "8991", + "$id": "9017", "kind": "method", "name": "response_id", "serializedName": "response_id", "doc": "The ID of the response to retrieve.", "type": { - "$id": "8992", + "$id": "9018", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119555,13 +119867,13 @@ "decorators": [] }, { - "$id": "8993", + "$id": "9019", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "8994", + "$id": "9020", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -119577,13 +119889,13 @@ "decorators": [] }, { - "$id": "8995", + "$id": "9021", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -119595,13 +119907,13 @@ "decorators": [] }, { - "$id": "8996", + "$id": "9022", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "8997", + "$id": "9023", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119617,13 +119929,13 @@ "decorators": [] }, { - "$id": "8998", + "$id": "9024", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "8999", + "$id": "9025", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -119639,12 +119951,12 @@ "decorators": [] }, { - "$id": "9000", + "$id": "9026", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2007" + "$ref": "2009" }, "location": "Header", "isApiVersion": false, @@ -119658,7 +119970,7 @@ ], "response": { "type": { - "$ref": "5189" + "$ref": "5191" }, "resultSegments": [ "data" @@ -119674,7 +119986,7 @@ ], "continuationToken": { "parameter": { - "$ref": "8986" + "$ref": "9012" }, "responseSegments": [ "last_id" @@ -119686,13 +119998,13 @@ ], "parameters": [ { - "$id": "9001", + "$id": "9027", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9002", + "$id": "9028", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -119703,7 +120015,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9003", + "$id": "9029", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -119721,36 +120033,36 @@ "crossLanguageDefinitionId": "OpenAI.Responses", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9004", + "$id": "9030", "kind": "client", "name": "Images", "namespace": "OpenAI", "methods": [ { - "$id": "9005", + "$id": "9031", "kind": "basic", "name": "GenerateImages", "accessibility": "public", "apiVersions": [], "summary": "Creates an image given a prompt", "operation": { - "$id": "9006", + "$id": "9032", "name": "GenerateImages", "resourceName": "Images", "summary": "Creates an image given a prompt", "accessibility": "public", "parameters": [ { - "$id": "9007", + "$id": "9033", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2009" + "$ref": "2011" }, "isApiVersion": false, "optional": false, @@ -119761,13 +120073,13 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImage.accept" }, { - "$id": "9008", + "$id": "9034", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2011" + "$ref": "2013" }, "isApiVersion": false, "optional": false, @@ -119778,12 +120090,12 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImage.contentType" }, { - "$id": "9009", + "$id": "9035", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5810" + "$ref": "5836" }, "isApiVersion": false, "contentTypes": [ @@ -119803,7 +120115,7 @@ 200 ], "bodyType": { - "$ref": "5837" + "$ref": "5863" }, "headers": [], "isErrorResponse": false, @@ -119826,12 +120138,12 @@ }, "parameters": [ { - "$id": "9010", + "$id": "9036", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2013" + "$ref": "2015" }, "location": "Header", "isApiVersion": false, @@ -119843,12 +120155,12 @@ "decorators": [] }, { - "$id": "9011", + "$id": "9037", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5810" + "$ref": "5836" }, "location": "Body", "isApiVersion": false, @@ -119860,13 +120172,13 @@ "decorators": [] }, { - "$id": "9012", + "$id": "9038", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2011" + "$ref": "2013" }, "location": "Header", "isApiVersion": false, @@ -119880,7 +120192,7 @@ ], "response": { "type": { - "$ref": "5837" + "$ref": "5863" } }, "isOverride": false, @@ -119889,26 +120201,26 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImage" }, { - "$id": "9013", + "$id": "9039", "kind": "basic", "name": "GenerateImageEdits", "accessibility": "public", "apiVersions": [], "summary": "Creates an edited or extended image given an original image and a prompt.", "operation": { - "$id": "9014", + "$id": "9040", "name": "GenerateImageEdits", "resourceName": "Images", "summary": "Creates an edited or extended image given an original image and a prompt.", "accessibility": "public", "parameters": [ { - "$id": "9015", + "$id": "9041", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2015" + "$ref": "2017" }, "isApiVersion": false, "optional": false, @@ -119919,12 +120231,12 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageEdit.accept" }, { - "$id": "9016", + "$id": "9042", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2017" + "$ref": "2019" }, "isApiVersion": false, "optional": false, @@ -119935,12 +120247,12 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageEdit.contentType" }, { - "$id": "9017", + "$id": "9043", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5864" + "$ref": "5890" }, "isApiVersion": false, "contentTypes": [ @@ -119960,7 +120272,7 @@ 200 ], "bodyType": { - "$ref": "5837" + "$ref": "5863" }, "headers": [], "isErrorResponse": false, @@ -119983,12 +120295,12 @@ }, "parameters": [ { - "$id": "9018", + "$id": "9044", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2019" + "$ref": "2021" }, "location": "Header", "isApiVersion": false, @@ -120000,12 +120312,12 @@ "decorators": [] }, { - "$id": "9019", + "$id": "9045", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2021" + "$ref": "2023" }, "location": "Header", "isApiVersion": false, @@ -120017,12 +120329,12 @@ "decorators": [] }, { - "$id": "9020", + "$id": "9046", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5864" + "$ref": "5890" }, "location": "Body", "isApiVersion": false, @@ -120036,7 +120348,7 @@ ], "response": { "type": { - "$ref": "5837" + "$ref": "5863" } }, "isOverride": false, @@ -120045,26 +120357,26 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageEdit" }, { - "$id": "9021", + "$id": "9047", "kind": "basic", "name": "GenerateImageVariations", "accessibility": "public", "apiVersions": [], "summary": "Creates an edited or extended image given an original image and a prompt.", "operation": { - "$id": "9022", + "$id": "9048", "name": "GenerateImageVariations", "resourceName": "Images", "summary": "Creates an edited or extended image given an original image and a prompt.", "accessibility": "public", "parameters": [ { - "$id": "9023", + "$id": "9049", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2023" + "$ref": "2025" }, "isApiVersion": false, "optional": false, @@ -120075,12 +120387,12 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageVariation.accept" }, { - "$id": "9024", + "$id": "9050", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2025" + "$ref": "2027" }, "isApiVersion": false, "optional": false, @@ -120091,12 +120403,12 @@ "crossLanguageDefinitionId": "OpenAI.Images.createImageVariation.contentType" }, { - "$id": "9025", + "$id": "9051", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5890" + "$ref": "5916" }, "isApiVersion": false, "contentTypes": [ @@ -120116,7 +120428,7 @@ 200 ], "bodyType": { - "$ref": "5837" + "$ref": "5863" }, "headers": [], "isErrorResponse": false, @@ -120139,12 +120451,12 @@ }, "parameters": [ { - "$id": "9026", + "$id": "9052", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2027" + "$ref": "2029" }, "location": "Header", "isApiVersion": false, @@ -120156,12 +120468,12 @@ "decorators": [] }, { - "$id": "9027", + "$id": "9053", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2029" + "$ref": "2031" }, "location": "Header", "isApiVersion": false, @@ -120173,12 +120485,12 @@ "decorators": [] }, { - "$id": "9028", + "$id": "9054", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5890" + "$ref": "5916" }, "location": "Body", "isApiVersion": false, @@ -120192,7 +120504,7 @@ ], "response": { "type": { - "$ref": "5837" + "$ref": "5863" } }, "isOverride": false, @@ -120203,13 +120515,13 @@ ], "parameters": [ { - "$id": "9029", + "$id": "9055", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9030", + "$id": "9056", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -120220,7 +120532,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9031", + "$id": "9057", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -120238,36 +120550,36 @@ "crossLanguageDefinitionId": "OpenAI.Images", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9032", + "$id": "9058", "kind": "client", "name": "Messages", "namespace": "OpenAI", "methods": [ { - "$id": "9033", + "$id": "9059", "kind": "basic", "name": "createMessage", "accessibility": "public", "apiVersions": [], "summary": "Create a message.", "operation": { - "$id": "9034", + "$id": "9060", "name": "createMessage", "resourceName": "Messages", "summary": "Create a message.", "accessibility": "public", "parameters": [ { - "$id": "9035", + "$id": "9061", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2031" + "$ref": "2033" }, "isApiVersion": false, "optional": false, @@ -120278,12 +120590,12 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.accept" }, { - "$id": "9036", + "$id": "9062", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2033" + "$ref": "2035" }, "isApiVersion": false, "optional": false, @@ -120294,13 +120606,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.openAIBeta" }, { - "$id": "9037", + "$id": "9063", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to create a message for.", "type": { - "$id": "9038", + "$id": "9064", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120318,13 +120630,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.thread_id" }, { - "$id": "9039", + "$id": "9065", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2035" + "$ref": "2037" }, "isApiVersion": false, "optional": false, @@ -120335,12 +120647,12 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage.contentType" }, { - "$id": "9040", + "$id": "9066", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5905" + "$ref": "5931" }, "isApiVersion": false, "contentTypes": [ @@ -120360,7 +120672,7 @@ 200 ], "bodyType": { - "$ref": "5993" + "$ref": "6019" }, "headers": [], "isErrorResponse": false, @@ -120383,12 +120695,12 @@ }, "parameters": [ { - "$id": "9041", + "$id": "9067", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2037" + "$ref": "2039" }, "location": "Header", "isApiVersion": false, @@ -120400,12 +120712,12 @@ "decorators": [] }, { - "$id": "9042", + "$id": "9068", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2039" + "$ref": "2041" }, "location": "Header", "isApiVersion": false, @@ -120417,13 +120729,13 @@ "decorators": [] }, { - "$id": "9043", + "$id": "9069", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to create a message for.", "type": { - "$id": "9044", + "$id": "9070", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120439,12 +120751,12 @@ "decorators": [] }, { - "$id": "9045", + "$id": "9071", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "5905" + "$ref": "5931" }, "location": "Body", "isApiVersion": false, @@ -120456,13 +120768,13 @@ "decorators": [] }, { - "$id": "9046", + "$id": "9072", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2035" + "$ref": "2037" }, "location": "Header", "isApiVersion": false, @@ -120476,7 +120788,7 @@ ], "response": { "type": { - "$ref": "5993" + "$ref": "6019" } }, "isOverride": false, @@ -120485,26 +120797,26 @@ "crossLanguageDefinitionId": "OpenAI.Messages.createMessage" }, { - "$id": "9047", + "$id": "9073", "kind": "paging", "name": "listMessages", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of messages for a given thread.", "operation": { - "$id": "9048", + "$id": "9074", "name": "listMessages", "resourceName": "Messages", "summary": "Returns a list of messages for a given thread.", "accessibility": "public", "parameters": [ { - "$id": "9049", + "$id": "9075", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2041" + "$ref": "2043" }, "isApiVersion": false, "optional": false, @@ -120515,12 +120827,12 @@ "crossLanguageDefinitionId": "OpenAI.Messages.listMessages.accept" }, { - "$id": "9050", + "$id": "9076", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2043" + "$ref": "2045" }, "isApiVersion": false, "optional": false, @@ -120531,13 +120843,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.listMessages.openAIBeta" }, { - "$id": "9051", + "$id": "9077", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) the messages belong to.", "type": { - "$id": "9052", + "$id": "9078", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120555,13 +120867,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.listMessages.thread_id" }, { - "$id": "9053", + "$id": "9079", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9054", + "$id": "9080", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -120576,13 +120888,13 @@ "readOnly": false }, { - "$id": "9055", + "$id": "9081", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -120593,13 +120905,13 @@ "readOnly": false }, { - "$id": "9056", + "$id": "9082", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9057", + "$id": "9083", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120614,13 +120926,13 @@ "readOnly": false }, { - "$id": "9058", + "$id": "9084", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9059", + "$id": "9085", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120641,7 +120953,7 @@ 200 ], "bodyType": { - "$ref": "6033" + "$ref": "6059" }, "headers": [], "isErrorResponse": false, @@ -120661,12 +120973,12 @@ }, "parameters": [ { - "$id": "9060", + "$id": "9086", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2045" + "$ref": "2047" }, "location": "Header", "isApiVersion": false, @@ -120678,12 +120990,12 @@ "decorators": [] }, { - "$id": "9061", + "$id": "9087", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2047" + "$ref": "2049" }, "location": "Header", "isApiVersion": false, @@ -120695,13 +121007,13 @@ "decorators": [] }, { - "$id": "9062", + "$id": "9088", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) the messages belong to.", "type": { - "$id": "9063", + "$id": "9089", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120717,13 +121029,13 @@ "decorators": [] }, { - "$id": "9064", + "$id": "9090", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9065", + "$id": "9091", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -120739,13 +121051,13 @@ "decorators": [] }, { - "$id": "9066", + "$id": "9092", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -120757,13 +121069,13 @@ "decorators": [] }, { - "$id": "9067", + "$id": "9093", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9068", + "$id": "9094", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120779,13 +121091,13 @@ "decorators": [] }, { - "$id": "9069", + "$id": "9095", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9070", + "$id": "9096", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120803,7 +121115,7 @@ ], "response": { "type": { - "$ref": "6036" + "$ref": "6062" }, "resultSegments": [ "data" @@ -120819,7 +121131,7 @@ ], "continuationToken": { "parameter": { - "$ref": "9056" + "$ref": "9082" }, "responseSegments": [ "last_id" @@ -120829,26 +121141,26 @@ } }, { - "$id": "9071", + "$id": "9097", "kind": "basic", "name": "getMessage", "accessibility": "public", "apiVersions": [], "summary": "Retrieve a message.", "operation": { - "$id": "9072", + "$id": "9098", "name": "getMessage", "resourceName": "Messages", "summary": "Retrieve a message.", "accessibility": "public", "parameters": [ { - "$id": "9073", + "$id": "9099", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2049" + "$ref": "2051" }, "isApiVersion": false, "optional": false, @@ -120859,12 +121171,12 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage.accept" }, { - "$id": "9074", + "$id": "9100", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2051" + "$ref": "2053" }, "isApiVersion": false, "optional": false, @@ -120875,13 +121187,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage.openAIBeta" }, { - "$id": "9075", + "$id": "9101", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this message belongs.", "type": { - "$id": "9076", + "$id": "9102", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120899,13 +121211,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage.thread_id" }, { - "$id": "9077", + "$id": "9103", "kind": "path", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to retrieve.", "type": { - "$id": "9078", + "$id": "9104", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -120929,7 +121241,7 @@ 200 ], "bodyType": { - "$ref": "5993" + "$ref": "6019" }, "headers": [], "isErrorResponse": false, @@ -120949,12 +121261,12 @@ }, "parameters": [ { - "$id": "9079", + "$id": "9105", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2053" + "$ref": "2055" }, "location": "Header", "isApiVersion": false, @@ -120966,12 +121278,12 @@ "decorators": [] }, { - "$id": "9080", + "$id": "9106", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2055" + "$ref": "2057" }, "location": "Header", "isApiVersion": false, @@ -120983,13 +121295,13 @@ "decorators": [] }, { - "$id": "9081", + "$id": "9107", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this message belongs.", "type": { - "$id": "9082", + "$id": "9108", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121005,13 +121317,13 @@ "decorators": [] }, { - "$id": "9083", + "$id": "9109", "kind": "method", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to retrieve.", "type": { - "$id": "9084", + "$id": "9110", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121029,7 +121341,7 @@ ], "response": { "type": { - "$ref": "5993" + "$ref": "6019" } }, "isOverride": false, @@ -121038,26 +121350,26 @@ "crossLanguageDefinitionId": "OpenAI.Messages.getMessage" }, { - "$id": "9085", + "$id": "9111", "kind": "basic", "name": "modifyMessage", "accessibility": "public", "apiVersions": [], "summary": "Modifies a message.", "operation": { - "$id": "9086", + "$id": "9112", "name": "modifyMessage", "resourceName": "Messages", "summary": "Modifies a message.", "accessibility": "public", "parameters": [ { - "$id": "9087", + "$id": "9113", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2057" + "$ref": "2059" }, "isApiVersion": false, "optional": false, @@ -121068,12 +121380,12 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.accept" }, { - "$id": "9088", + "$id": "9114", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2059" + "$ref": "2061" }, "isApiVersion": false, "optional": false, @@ -121084,13 +121396,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.openAIBeta" }, { - "$id": "9089", + "$id": "9115", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "9090", + "$id": "9116", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121108,13 +121420,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.thread_id" }, { - "$id": "9091", + "$id": "9117", "kind": "path", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to modify.", "type": { - "$id": "9092", + "$id": "9118", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121132,13 +121444,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.message_id" }, { - "$id": "9093", + "$id": "9119", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2061" + "$ref": "2063" }, "isApiVersion": false, "optional": false, @@ -121149,12 +121461,12 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage.contentType" }, { - "$id": "9094", + "$id": "9120", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6043" + "$ref": "6069" }, "isApiVersion": false, "contentTypes": [ @@ -121174,7 +121486,7 @@ 200 ], "bodyType": { - "$ref": "5993" + "$ref": "6019" }, "headers": [], "isErrorResponse": false, @@ -121197,12 +121509,12 @@ }, "parameters": [ { - "$id": "9095", + "$id": "9121", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2063" + "$ref": "2065" }, "location": "Header", "isApiVersion": false, @@ -121214,12 +121526,12 @@ "decorators": [] }, { - "$id": "9096", + "$id": "9122", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2065" + "$ref": "2067" }, "location": "Header", "isApiVersion": false, @@ -121231,13 +121543,13 @@ "decorators": [] }, { - "$id": "9097", + "$id": "9123", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "9098", + "$id": "9124", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121253,13 +121565,13 @@ "decorators": [] }, { - "$id": "9099", + "$id": "9125", "kind": "method", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to modify.", "type": { - "$id": "9100", + "$id": "9126", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121275,12 +121587,12 @@ "decorators": [] }, { - "$id": "9101", + "$id": "9127", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6043" + "$ref": "6069" }, "location": "Body", "isApiVersion": false, @@ -121292,13 +121604,13 @@ "decorators": [] }, { - "$id": "9102", + "$id": "9128", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2061" + "$ref": "2063" }, "location": "Header", "isApiVersion": false, @@ -121312,7 +121624,7 @@ ], "response": { "type": { - "$ref": "5993" + "$ref": "6019" } }, "isOverride": false, @@ -121321,26 +121633,26 @@ "crossLanguageDefinitionId": "OpenAI.Messages.modifyMessage" }, { - "$id": "9103", + "$id": "9129", "kind": "basic", "name": "deleteMessage", "accessibility": "public", "apiVersions": [], "summary": "Deletes a message.", "operation": { - "$id": "9104", + "$id": "9130", "name": "deleteMessage", "resourceName": "Messages", "summary": "Deletes a message.", "accessibility": "public", "parameters": [ { - "$id": "9105", + "$id": "9131", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2067" + "$ref": "2069" }, "isApiVersion": false, "optional": false, @@ -121351,12 +121663,12 @@ "crossLanguageDefinitionId": "OpenAI.Messages.deleteMessage.accept" }, { - "$id": "9106", + "$id": "9132", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2069" + "$ref": "2071" }, "isApiVersion": false, "optional": false, @@ -121367,13 +121679,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.deleteMessage.openAIBeta" }, { - "$id": "9107", + "$id": "9133", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "9108", + "$id": "9134", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121391,13 +121703,13 @@ "crossLanguageDefinitionId": "OpenAI.Messages.deleteMessage.thread_id" }, { - "$id": "9109", + "$id": "9135", "kind": "path", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to delete.", "type": { - "$id": "9110", + "$id": "9136", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121421,7 +121733,7 @@ 200 ], "bodyType": { - "$ref": "6045" + "$ref": "6071" }, "headers": [], "isErrorResponse": false, @@ -121441,12 +121753,12 @@ }, "parameters": [ { - "$id": "9111", + "$id": "9137", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2071" + "$ref": "2073" }, "location": "Header", "isApiVersion": false, @@ -121458,12 +121770,12 @@ "decorators": [] }, { - "$id": "9112", + "$id": "9138", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2073" + "$ref": "2075" }, "location": "Header", "isApiVersion": false, @@ -121475,13 +121787,13 @@ "decorators": [] }, { - "$id": "9113", + "$id": "9139", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this message belongs.", "type": { - "$id": "9114", + "$id": "9140", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121497,13 +121809,13 @@ "decorators": [] }, { - "$id": "9115", + "$id": "9141", "kind": "method", "name": "message_id", "serializedName": "message_id", "doc": "The ID of the message to delete.", "type": { - "$id": "9116", + "$id": "9142", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -121521,7 +121833,7 @@ ], "response": { "type": { - "$ref": "6045" + "$ref": "6071" } }, "isOverride": false, @@ -121532,13 +121844,13 @@ ], "parameters": [ { - "$id": "9117", + "$id": "9143", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9118", + "$id": "9144", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -121549,7 +121861,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9119", + "$id": "9145", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -121567,36 +121879,36 @@ "crossLanguageDefinitionId": "OpenAI.Messages", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9120", + "$id": "9146", "kind": "client", "name": "Moderations", "namespace": "OpenAI", "methods": [ { - "$id": "9121", + "$id": "9147", "kind": "basic", "name": "ClassifyText", "accessibility": "public", "apiVersions": [], "summary": "Classifies if text is potentially harmful.", "operation": { - "$id": "9122", + "$id": "9148", "name": "ClassifyText", "resourceName": "Moderations", "summary": "Classifies if text is potentially harmful.", "accessibility": "public", "parameters": [ { - "$id": "9123", + "$id": "9149", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2075" + "$ref": "2077" }, "isApiVersion": false, "optional": false, @@ -121607,13 +121919,13 @@ "crossLanguageDefinitionId": "OpenAI.Moderations.createModeration.accept" }, { - "$id": "9124", + "$id": "9150", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2077" + "$ref": "2079" }, "isApiVersion": false, "optional": false, @@ -121624,12 +121936,12 @@ "crossLanguageDefinitionId": "OpenAI.Moderations.createModeration.contentType" }, { - "$id": "9125", + "$id": "9151", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6051" + "$ref": "6077" }, "isApiVersion": false, "contentTypes": [ @@ -121649,7 +121961,7 @@ 200 ], "bodyType": { - "$ref": "6068" + "$ref": "6094" }, "headers": [], "isErrorResponse": false, @@ -121672,12 +121984,12 @@ }, "parameters": [ { - "$id": "9126", + "$id": "9152", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2079" + "$ref": "2081" }, "location": "Header", "isApiVersion": false, @@ -121689,12 +122001,12 @@ "decorators": [] }, { - "$id": "9127", + "$id": "9153", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6051" + "$ref": "6077" }, "location": "Body", "isApiVersion": false, @@ -121706,13 +122018,13 @@ "decorators": [] }, { - "$id": "9128", + "$id": "9154", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2077" + "$ref": "2079" }, "location": "Header", "isApiVersion": false, @@ -121726,7 +122038,7 @@ ], "response": { "type": { - "$ref": "6068" + "$ref": "6094" } }, "isOverride": false, @@ -121737,13 +122049,13 @@ ], "parameters": [ { - "$id": "9129", + "$id": "9155", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9130", + "$id": "9156", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -121754,7 +122066,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9131", + "$id": "9157", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -121772,36 +122084,36 @@ "crossLanguageDefinitionId": "OpenAI.Moderations", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9132", + "$id": "9158", "kind": "client", "name": "Runs", "namespace": "OpenAI", "methods": [ { - "$id": "9133", + "$id": "9159", "kind": "basic", "name": "createThreadAndRun", "accessibility": "public", "apiVersions": [], "summary": "Create a thread and run it in one request.", "operation": { - "$id": "9134", + "$id": "9160", "name": "createThreadAndRun", "resourceName": "Runs", "summary": "Create a thread and run it in one request.", "accessibility": "public", "parameters": [ { - "$id": "9135", + "$id": "9161", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "isApiVersion": false, "optional": false, @@ -121812,12 +122124,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun.accept" }, { - "$id": "9136", + "$id": "9162", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2081" + "$ref": "2083" }, "isApiVersion": false, "optional": false, @@ -121828,13 +122140,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun.openAIBeta" }, { - "$id": "9137", + "$id": "9163", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2083" + "$ref": "2085" }, "isApiVersion": false, "optional": false, @@ -121845,12 +122157,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun.contentType" }, { - "$id": "9138", + "$id": "9164", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6168" + "$ref": "6194" }, "isApiVersion": false, "contentTypes": [ @@ -121870,7 +122182,7 @@ 200 ], "bodyType": { - "$ref": "6234" + "$ref": "6260" }, "headers": [], "isErrorResponse": false, @@ -121893,12 +122205,12 @@ }, "parameters": [ { - "$id": "9139", + "$id": "9165", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "location": "Header", "isApiVersion": false, @@ -121910,12 +122222,12 @@ "decorators": [] }, { - "$id": "9140", + "$id": "9166", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2085" + "$ref": "2087" }, "location": "Header", "isApiVersion": false, @@ -121927,12 +122239,12 @@ "decorators": [] }, { - "$id": "9141", + "$id": "9167", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6168" + "$ref": "6194" }, "location": "Body", "isApiVersion": false, @@ -121944,13 +122256,13 @@ "decorators": [] }, { - "$id": "9142", + "$id": "9168", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2083" + "$ref": "2085" }, "location": "Header", "isApiVersion": false, @@ -121964,7 +122276,7 @@ ], "response": { "type": { - "$ref": "6234" + "$ref": "6260" } }, "isOverride": false, @@ -121973,26 +122285,26 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createThreadAndRun" }, { - "$id": "9143", + "$id": "9169", "kind": "basic", "name": "createRun", "accessibility": "public", "apiVersions": [], "summary": "Create a run.", "operation": { - "$id": "9144", + "$id": "9170", "name": "createRun", "resourceName": "Runs", "summary": "Create a run.", "accessibility": "public", "parameters": [ { - "$id": "9145", + "$id": "9171", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "isApiVersion": false, "optional": false, @@ -122003,12 +122315,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.accept" }, { - "$id": "9146", + "$id": "9172", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2087" + "$ref": "2089" }, "isApiVersion": false, "optional": false, @@ -122019,13 +122331,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.openAIBeta" }, { - "$id": "9147", + "$id": "9173", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to run.", "type": { - "$id": "9148", + "$id": "9174", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122043,17 +122355,17 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.thread_id" }, { - "$id": "9149", + "$id": "9175", "kind": "query", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$id": "9150", + "$id": "9176", "kind": "array", "name": "ArrayIncludedRunStepProperty", "valueType": { - "$ref": "1451" + "$ref": "1453" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -122068,13 +122380,13 @@ "readOnly": false }, { - "$id": "9151", + "$id": "9177", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2089" + "$ref": "2091" }, "isApiVersion": false, "optional": false, @@ -122085,12 +122397,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun.contentType" }, { - "$id": "9152", + "$id": "9178", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6330" + "$ref": "6356" }, "isApiVersion": false, "contentTypes": [ @@ -122110,7 +122422,7 @@ 200 ], "bodyType": { - "$ref": "6234" + "$ref": "6260" }, "headers": [], "isErrorResponse": false, @@ -122133,12 +122445,12 @@ }, "parameters": [ { - "$id": "9153", + "$id": "9179", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "location": "Header", "isApiVersion": false, @@ -122150,12 +122462,12 @@ "decorators": [] }, { - "$id": "9154", + "$id": "9180", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2091" + "$ref": "2093" }, "location": "Header", "isApiVersion": false, @@ -122167,13 +122479,13 @@ "decorators": [] }, { - "$id": "9155", + "$id": "9181", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to run.", "type": { - "$id": "9156", + "$id": "9182", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122189,13 +122501,13 @@ "decorators": [] }, { - "$id": "9157", + "$id": "9183", "kind": "method", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "9150" + "$ref": "9176" }, "location": "Query", "isApiVersion": false, @@ -122207,12 +122519,12 @@ "decorators": [] }, { - "$id": "9158", + "$id": "9184", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6330" + "$ref": "6356" }, "location": "Body", "isApiVersion": false, @@ -122224,13 +122536,13 @@ "decorators": [] }, { - "$id": "9159", + "$id": "9185", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2089" + "$ref": "2091" }, "location": "Header", "isApiVersion": false, @@ -122244,7 +122556,7 @@ ], "response": { "type": { - "$ref": "6234" + "$ref": "6260" } }, "isOverride": false, @@ -122253,26 +122565,26 @@ "crossLanguageDefinitionId": "OpenAI.Runs.createRun" }, { - "$id": "9160", + "$id": "9186", "kind": "paging", "name": "listRuns", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of runs belonging to a thread.", "operation": { - "$id": "9161", + "$id": "9187", "name": "listRuns", "resourceName": "Runs", "summary": "Returns a list of runs belonging to a thread.", "accessibility": "public", "parameters": [ { - "$id": "9162", + "$id": "9188", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2093" + "$ref": "2095" }, "isApiVersion": false, "optional": false, @@ -122283,12 +122595,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRuns.accept" }, { - "$id": "9163", + "$id": "9189", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2095" + "$ref": "2097" }, "isApiVersion": false, "optional": false, @@ -122299,13 +122611,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRuns.openAIBeta" }, { - "$id": "9164", + "$id": "9190", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run belongs to.", "type": { - "$id": "9165", + "$id": "9191", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122323,13 +122635,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRuns.thread_id" }, { - "$id": "9166", + "$id": "9192", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9167", + "$id": "9193", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -122344,13 +122656,13 @@ "readOnly": false }, { - "$id": "9168", + "$id": "9194", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -122361,13 +122673,13 @@ "readOnly": false }, { - "$id": "9169", + "$id": "9195", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9170", + "$id": "9196", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122382,13 +122694,13 @@ "readOnly": false }, { - "$id": "9171", + "$id": "9197", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9172", + "$id": "9198", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122409,7 +122721,7 @@ 200 ], "bodyType": { - "$ref": "6372" + "$ref": "6398" }, "headers": [], "isErrorResponse": false, @@ -122429,12 +122741,12 @@ }, "parameters": [ { - "$id": "9173", + "$id": "9199", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2097" + "$ref": "2099" }, "location": "Header", "isApiVersion": false, @@ -122446,12 +122758,12 @@ "decorators": [] }, { - "$id": "9174", + "$id": "9200", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2099" + "$ref": "2101" }, "location": "Header", "isApiVersion": false, @@ -122463,13 +122775,13 @@ "decorators": [] }, { - "$id": "9175", + "$id": "9201", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run belongs to.", "type": { - "$id": "9176", + "$id": "9202", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122485,13 +122797,13 @@ "decorators": [] }, { - "$id": "9177", + "$id": "9203", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9178", + "$id": "9204", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -122507,13 +122819,13 @@ "decorators": [] }, { - "$id": "9179", + "$id": "9205", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -122525,13 +122837,13 @@ "decorators": [] }, { - "$id": "9180", + "$id": "9206", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9181", + "$id": "9207", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122547,13 +122859,13 @@ "decorators": [] }, { - "$id": "9182", + "$id": "9208", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9183", + "$id": "9209", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122571,7 +122883,7 @@ ], "response": { "type": { - "$ref": "6375" + "$ref": "6401" }, "resultSegments": [ "data" @@ -122587,7 +122899,7 @@ ], "continuationToken": { "parameter": { - "$ref": "9169" + "$ref": "9195" }, "responseSegments": [ "last_id" @@ -122597,26 +122909,26 @@ } }, { - "$id": "9184", + "$id": "9210", "kind": "basic", "name": "getRun", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a run.", "operation": { - "$id": "9185", + "$id": "9211", "name": "getRun", "resourceName": "Runs", "summary": "Retrieves a run.", "accessibility": "public", "parameters": [ { - "$id": "9186", + "$id": "9212", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2101" + "$ref": "2103" }, "isApiVersion": false, "optional": false, @@ -122627,12 +122939,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun.accept" }, { - "$id": "9187", + "$id": "9213", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2103" + "$ref": "2105" }, "isApiVersion": false, "optional": false, @@ -122643,13 +122955,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun.openAIBeta" }, { - "$id": "9188", + "$id": "9214", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "9189", + "$id": "9215", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122667,13 +122979,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun.thread_id" }, { - "$id": "9190", + "$id": "9216", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to retrieve.", "type": { - "$id": "9191", + "$id": "9217", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122697,7 +123009,7 @@ 200 ], "bodyType": { - "$ref": "6234" + "$ref": "6260" }, "headers": [], "isErrorResponse": false, @@ -122717,12 +123029,12 @@ }, "parameters": [ { - "$id": "9192", + "$id": "9218", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2105" + "$ref": "2107" }, "location": "Header", "isApiVersion": false, @@ -122734,12 +123046,12 @@ "decorators": [] }, { - "$id": "9193", + "$id": "9219", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2107" + "$ref": "2109" }, "location": "Header", "isApiVersion": false, @@ -122751,13 +123063,13 @@ "decorators": [] }, { - "$id": "9194", + "$id": "9220", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "9195", + "$id": "9221", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122773,13 +123085,13 @@ "decorators": [] }, { - "$id": "9196", + "$id": "9222", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to retrieve.", "type": { - "$id": "9197", + "$id": "9223", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122797,7 +123109,7 @@ ], "response": { "type": { - "$ref": "6234" + "$ref": "6260" } }, "isOverride": false, @@ -122806,26 +123118,26 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRun" }, { - "$id": "9198", + "$id": "9224", "kind": "basic", "name": "modifyRun", "accessibility": "public", "apiVersions": [], "summary": "Modifies a run.", "operation": { - "$id": "9199", + "$id": "9225", "name": "modifyRun", "resourceName": "Runs", "summary": "Modifies a run.", "accessibility": "public", "parameters": [ { - "$id": "9200", + "$id": "9226", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2109" + "$ref": "2111" }, "isApiVersion": false, "optional": false, @@ -122836,12 +123148,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.accept" }, { - "$id": "9201", + "$id": "9227", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2111" + "$ref": "2113" }, "isApiVersion": false, "optional": false, @@ -122852,13 +123164,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.openAIBeta" }, { - "$id": "9202", + "$id": "9228", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "9203", + "$id": "9229", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122876,13 +123188,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.thread_id" }, { - "$id": "9204", + "$id": "9230", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to modify.", "type": { - "$id": "9205", + "$id": "9231", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -122900,13 +123212,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.run_id" }, { - "$id": "9206", + "$id": "9232", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2113" + "$ref": "2115" }, "isApiVersion": false, "optional": false, @@ -122917,12 +123229,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun.contentType" }, { - "$id": "9207", + "$id": "9233", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6382" + "$ref": "6408" }, "isApiVersion": false, "contentTypes": [ @@ -122942,7 +123254,7 @@ 200 ], "bodyType": { - "$ref": "6234" + "$ref": "6260" }, "headers": [], "isErrorResponse": false, @@ -122965,12 +123277,12 @@ }, "parameters": [ { - "$id": "9208", + "$id": "9234", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2115" + "$ref": "2117" }, "location": "Header", "isApiVersion": false, @@ -122982,12 +123294,12 @@ "decorators": [] }, { - "$id": "9209", + "$id": "9235", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2117" + "$ref": "2119" }, "location": "Header", "isApiVersion": false, @@ -122999,13 +123311,13 @@ "decorators": [] }, { - "$id": "9210", + "$id": "9236", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) that was run.", "type": { - "$id": "9211", + "$id": "9237", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123021,13 +123333,13 @@ "decorators": [] }, { - "$id": "9212", + "$id": "9238", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to modify.", "type": { - "$id": "9213", + "$id": "9239", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123043,12 +123355,12 @@ "decorators": [] }, { - "$id": "9214", + "$id": "9240", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6382" + "$ref": "6408" }, "location": "Body", "isApiVersion": false, @@ -123060,13 +123372,13 @@ "decorators": [] }, { - "$id": "9215", + "$id": "9241", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2113" + "$ref": "2115" }, "location": "Header", "isApiVersion": false, @@ -123080,7 +123392,7 @@ ], "response": { "type": { - "$ref": "6234" + "$ref": "6260" } }, "isOverride": false, @@ -123089,26 +123401,26 @@ "crossLanguageDefinitionId": "OpenAI.Runs.modifyRun" }, { - "$id": "9216", + "$id": "9242", "kind": "basic", "name": "cancelRun", "accessibility": "public", "apiVersions": [], "summary": "Cancels a run that is `in_progress`.", "operation": { - "$id": "9217", + "$id": "9243", "name": "cancelRun", "resourceName": "Runs", "summary": "Cancels a run that is `in_progress`.", "accessibility": "public", "parameters": [ { - "$id": "9218", + "$id": "9244", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2119" + "$ref": "2121" }, "isApiVersion": false, "optional": false, @@ -123119,12 +123431,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun.accept" }, { - "$id": "9219", + "$id": "9245", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2121" + "$ref": "2123" }, "isApiVersion": false, "optional": false, @@ -123135,13 +123447,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun.openAIBeta" }, { - "$id": "9220", + "$id": "9246", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this run belongs.", "type": { - "$id": "9221", + "$id": "9247", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123159,13 +123471,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun.thread_id" }, { - "$id": "9222", + "$id": "9248", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to cancel.", "type": { - "$id": "9223", + "$id": "9249", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123189,7 +123501,7 @@ 200 ], "bodyType": { - "$ref": "6234" + "$ref": "6260" }, "headers": [], "isErrorResponse": false, @@ -123209,12 +123521,12 @@ }, "parameters": [ { - "$id": "9224", + "$id": "9250", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2123" + "$ref": "2125" }, "location": "Header", "isApiVersion": false, @@ -123226,12 +123538,12 @@ "decorators": [] }, { - "$id": "9225", + "$id": "9251", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2125" + "$ref": "2127" }, "location": "Header", "isApiVersion": false, @@ -123243,13 +123555,13 @@ "decorators": [] }, { - "$id": "9226", + "$id": "9252", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which this run belongs.", "type": { - "$id": "9227", + "$id": "9253", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123265,13 +123577,13 @@ "decorators": [] }, { - "$id": "9228", + "$id": "9254", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to cancel.", "type": { - "$id": "9229", + "$id": "9255", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123289,7 +123601,7 @@ ], "response": { "type": { - "$ref": "6234" + "$ref": "6260" } }, "isOverride": false, @@ -123298,26 +123610,26 @@ "crossLanguageDefinitionId": "OpenAI.Runs.cancelRun" }, { - "$id": "9230", + "$id": "9256", "kind": "basic", "name": "submitToolOutputsToRun", "accessibility": "public", "apiVersions": [], "summary": "When a run has the `status: \"requires_action\"` and `required_action.type` is\n`submit_tool_outputs`, this endpoint can be used to submit the outputs from the tool calls once\nthey're all completed. All outputs must be submitted in a single request.", "operation": { - "$id": "9231", + "$id": "9257", "name": "submitToolOutputsToRun", "resourceName": "Runs", "summary": "When a run has the `status: \"requires_action\"` and `required_action.type` is\n`submit_tool_outputs`, this endpoint can be used to submit the outputs from the tool calls once\nthey're all completed. All outputs must be submitted in a single request.", "accessibility": "public", "parameters": [ { - "$id": "9232", + "$id": "9258", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "isApiVersion": false, "optional": false, @@ -123328,12 +123640,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.accept" }, { - "$id": "9233", + "$id": "9259", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2127" + "$ref": "2129" }, "isApiVersion": false, "optional": false, @@ -123344,13 +123656,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.openAIBeta" }, { - "$id": "9234", + "$id": "9260", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this run belongs.", "type": { - "$id": "9235", + "$id": "9261", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123368,13 +123680,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.thread_id" }, { - "$id": "9236", + "$id": "9262", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run that requires the tool output submission.", "type": { - "$id": "9237", + "$id": "9263", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123392,13 +123704,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.run_id" }, { - "$id": "9238", + "$id": "9264", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2129" + "$ref": "2131" }, "isApiVersion": false, "optional": false, @@ -123409,12 +123721,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun.contentType" }, { - "$id": "9239", + "$id": "9265", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6384" + "$ref": "6410" }, "isApiVersion": false, "contentTypes": [ @@ -123434,7 +123746,7 @@ 200 ], "bodyType": { - "$ref": "6234" + "$ref": "6260" }, "headers": [], "isErrorResponse": false, @@ -123457,12 +123769,12 @@ }, "parameters": [ { - "$id": "9240", + "$id": "9266", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "1410" + "$ref": "1412" }, "location": "Header", "isApiVersion": false, @@ -123474,12 +123786,12 @@ "decorators": [] }, { - "$id": "9241", + "$id": "9267", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2131" + "$ref": "2133" }, "location": "Header", "isApiVersion": false, @@ -123491,13 +123803,13 @@ "decorators": [] }, { - "$id": "9242", + "$id": "9268", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the [thread](/docs/api-reference/threads) to which this run belongs.", "type": { - "$id": "9243", + "$id": "9269", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123513,13 +123825,13 @@ "decorators": [] }, { - "$id": "9244", + "$id": "9270", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run that requires the tool output submission.", "type": { - "$id": "9245", + "$id": "9271", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123535,12 +123847,12 @@ "decorators": [] }, { - "$id": "9246", + "$id": "9272", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6384" + "$ref": "6410" }, "location": "Body", "isApiVersion": false, @@ -123552,13 +123864,13 @@ "decorators": [] }, { - "$id": "9247", + "$id": "9273", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2129" + "$ref": "2131" }, "location": "Header", "isApiVersion": false, @@ -123572,7 +123884,7 @@ ], "response": { "type": { - "$ref": "6234" + "$ref": "6260" } }, "isOverride": false, @@ -123581,26 +123893,26 @@ "crossLanguageDefinitionId": "OpenAI.Runs.submitToolOutputsToRun" }, { - "$id": "9248", + "$id": "9274", "kind": "paging", "name": "listRunSteps", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of run steps belonging to a run.", "operation": { - "$id": "9249", + "$id": "9275", "name": "listRunSteps", "resourceName": "Runs", "summary": "Returns a list of run steps belonging to a run.", "accessibility": "public", "parameters": [ { - "$id": "9250", + "$id": "9276", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2133" + "$ref": "2135" }, "isApiVersion": false, "optional": false, @@ -123611,12 +123923,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.accept" }, { - "$id": "9251", + "$id": "9277", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2135" + "$ref": "2137" }, "isApiVersion": false, "optional": false, @@ -123627,13 +123939,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.openAIBeta" }, { - "$id": "9252", + "$id": "9278", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run and run steps belong to.", "type": { - "$id": "9253", + "$id": "9279", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123651,13 +123963,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.thread_id" }, { - "$id": "9254", + "$id": "9280", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run the run steps belong to.", "type": { - "$id": "9255", + "$id": "9281", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123675,13 +123987,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.listRunSteps.run_id" }, { - "$id": "9256", + "$id": "9282", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9257", + "$id": "9283", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -123696,13 +124008,13 @@ "readOnly": false }, { - "$id": "9258", + "$id": "9284", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -123713,13 +124025,13 @@ "readOnly": false }, { - "$id": "9259", + "$id": "9285", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9260", + "$id": "9286", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123734,13 +124046,13 @@ "readOnly": false }, { - "$id": "9261", + "$id": "9287", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9262", + "$id": "9288", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123755,13 +124067,13 @@ "readOnly": false }, { - "$id": "9263", + "$id": "9289", "kind": "query", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "9150" + "$ref": "9176" }, "isApiVersion": false, "explode": false, @@ -123779,7 +124091,7 @@ 200 ], "bodyType": { - "$ref": "6395" + "$ref": "6421" }, "headers": [], "isErrorResponse": false, @@ -123799,12 +124111,12 @@ }, "parameters": [ { - "$id": "9264", + "$id": "9290", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2137" + "$ref": "2139" }, "location": "Header", "isApiVersion": false, @@ -123816,12 +124128,12 @@ "decorators": [] }, { - "$id": "9265", + "$id": "9291", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2139" + "$ref": "2141" }, "location": "Header", "isApiVersion": false, @@ -123833,13 +124145,13 @@ "decorators": [] }, { - "$id": "9266", + "$id": "9292", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread the run and run steps belong to.", "type": { - "$id": "9267", + "$id": "9293", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123855,13 +124167,13 @@ "decorators": [] }, { - "$id": "9268", + "$id": "9294", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run the run steps belong to.", "type": { - "$id": "9269", + "$id": "9295", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123877,13 +124189,13 @@ "decorators": [] }, { - "$id": "9270", + "$id": "9296", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9271", + "$id": "9297", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -123899,13 +124211,13 @@ "decorators": [] }, { - "$id": "9272", + "$id": "9298", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -123917,13 +124229,13 @@ "decorators": [] }, { - "$id": "9273", + "$id": "9299", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9274", + "$id": "9300", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123939,13 +124251,13 @@ "decorators": [] }, { - "$id": "9275", + "$id": "9301", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9276", + "$id": "9302", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -123961,13 +124273,13 @@ "decorators": [] }, { - "$id": "9277", + "$id": "9303", "kind": "method", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "9150" + "$ref": "9176" }, "location": "Query", "isApiVersion": false, @@ -123981,7 +124293,7 @@ ], "response": { "type": { - "$ref": "6398" + "$ref": "6424" }, "resultSegments": [ "data" @@ -123997,7 +124309,7 @@ ], "continuationToken": { "parameter": { - "$ref": "9259" + "$ref": "9285" }, "responseSegments": [ "last_id" @@ -124007,26 +124319,26 @@ } }, { - "$id": "9278", + "$id": "9304", "kind": "basic", "name": "getRunStep", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a run step.", "operation": { - "$id": "9279", + "$id": "9305", "name": "getRunStep", "resourceName": "Runs", "summary": "Retrieves a run step.", "accessibility": "public", "parameters": [ { - "$id": "9280", + "$id": "9306", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2141" + "$ref": "2143" }, "isApiVersion": false, "optional": false, @@ -124037,12 +124349,12 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.accept" }, { - "$id": "9281", + "$id": "9307", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2143" + "$ref": "2145" }, "isApiVersion": false, "optional": false, @@ -124053,13 +124365,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.openAIBeta" }, { - "$id": "9282", + "$id": "9308", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which the run and run step belongs.", "type": { - "$id": "9283", + "$id": "9309", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124077,13 +124389,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.thread_id" }, { - "$id": "9284", + "$id": "9310", "kind": "path", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to which the run step belongs.", "type": { - "$id": "9285", + "$id": "9311", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124101,13 +124413,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.run_id" }, { - "$id": "9286", + "$id": "9312", "kind": "path", "name": "step_id", "serializedName": "step_id", "doc": "The ID of the run step to retrieve.", "type": { - "$id": "9287", + "$id": "9313", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124125,13 +124437,13 @@ "crossLanguageDefinitionId": "OpenAI.Runs.getRunStep.step_id" }, { - "$id": "9288", + "$id": "9314", "kind": "query", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "9150" + "$ref": "9176" }, "isApiVersion": false, "explode": false, @@ -124149,7 +124461,7 @@ 200 ], "bodyType": { - "$ref": "6399" + "$ref": "6425" }, "headers": [], "isErrorResponse": false, @@ -124169,12 +124481,12 @@ }, "parameters": [ { - "$id": "9289", + "$id": "9315", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2145" + "$ref": "2147" }, "location": "Header", "isApiVersion": false, @@ -124186,12 +124498,12 @@ "decorators": [] }, { - "$id": "9290", + "$id": "9316", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2147" + "$ref": "2149" }, "location": "Header", "isApiVersion": false, @@ -124203,13 +124515,13 @@ "decorators": [] }, { - "$id": "9291", + "$id": "9317", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to which the run and run step belongs.", "type": { - "$id": "9292", + "$id": "9318", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124225,13 +124537,13 @@ "decorators": [] }, { - "$id": "9293", + "$id": "9319", "kind": "method", "name": "run_id", "serializedName": "run_id", "doc": "The ID of the run to which the run step belongs.", "type": { - "$id": "9294", + "$id": "9320", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124247,13 +124559,13 @@ "decorators": [] }, { - "$id": "9295", + "$id": "9321", "kind": "method", "name": "step_id", "serializedName": "step_id", "doc": "The ID of the run step to retrieve.", "type": { - "$id": "9296", + "$id": "9322", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124269,13 +124581,13 @@ "decorators": [] }, { - "$id": "9297", + "$id": "9323", "kind": "method", "name": "include[]", "serializedName": "include[]", "doc": "A list of additional fields to include in the response. Currently the only supported value is\n`step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result\ncontent.\n\nSee the\n[file search tool documentation](/docs/assistants/tools/file-search/customizing-file-search-settings)\nfor more information.", "type": { - "$ref": "9150" + "$ref": "9176" }, "location": "Query", "isApiVersion": false, @@ -124289,7 +124601,7 @@ ], "response": { "type": { - "$ref": "6399" + "$ref": "6425" } }, "isOverride": false, @@ -124300,13 +124612,13 @@ ], "parameters": [ { - "$id": "9298", + "$id": "9324", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9299", + "$id": "9325", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -124317,7 +124629,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9300", + "$id": "9326", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -124335,36 +124647,36 @@ "crossLanguageDefinitionId": "OpenAI.Runs", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9301", + "$id": "9327", "kind": "client", "name": "Threads", "namespace": "OpenAI", "methods": [ { - "$id": "9302", + "$id": "9328", "kind": "basic", "name": "createThread", "accessibility": "public", "apiVersions": [], "summary": "Create a thread.", "operation": { - "$id": "9303", + "$id": "9329", "name": "createThread", "resourceName": "Threads", "summary": "Create a thread.", "accessibility": "public", "parameters": [ { - "$id": "9304", + "$id": "9330", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2149" + "$ref": "2151" }, "isApiVersion": false, "optional": false, @@ -124375,12 +124687,12 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread.accept" }, { - "$id": "9305", + "$id": "9331", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2151" + "$ref": "2153" }, "isApiVersion": false, "optional": false, @@ -124391,13 +124703,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread.openAIBeta" }, { - "$id": "9306", + "$id": "9332", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2153" + "$ref": "2155" }, "isApiVersion": false, "optional": false, @@ -124408,12 +124720,12 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread.contentType" }, { - "$id": "9307", + "$id": "9333", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6172" + "$ref": "6198" }, "isApiVersion": false, "contentTypes": [ @@ -124433,7 +124745,7 @@ 200 ], "bodyType": { - "$ref": "6548" + "$ref": "6574" }, "headers": [], "isErrorResponse": false, @@ -124456,12 +124768,12 @@ }, "parameters": [ { - "$id": "9308", + "$id": "9334", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2155" + "$ref": "2157" }, "location": "Header", "isApiVersion": false, @@ -124473,12 +124785,12 @@ "decorators": [] }, { - "$id": "9309", + "$id": "9335", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2157" + "$ref": "2159" }, "location": "Header", "isApiVersion": false, @@ -124490,12 +124802,12 @@ "decorators": [] }, { - "$id": "9310", + "$id": "9336", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6172" + "$ref": "6198" }, "location": "Body", "isApiVersion": false, @@ -124507,13 +124819,13 @@ "decorators": [] }, { - "$id": "9311", + "$id": "9337", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2153" + "$ref": "2155" }, "location": "Header", "isApiVersion": false, @@ -124527,7 +124839,7 @@ ], "response": { "type": { - "$ref": "6548" + "$ref": "6574" } }, "isOverride": false, @@ -124536,26 +124848,26 @@ "crossLanguageDefinitionId": "OpenAI.Threads.createThread" }, { - "$id": "9312", + "$id": "9338", "kind": "basic", "name": "getThread", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a thread.", "operation": { - "$id": "9313", + "$id": "9339", "name": "getThread", "resourceName": "Threads", "summary": "Retrieves a thread.", "accessibility": "public", "parameters": [ { - "$id": "9314", + "$id": "9340", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2159" + "$ref": "2161" }, "isApiVersion": false, "optional": false, @@ -124566,12 +124878,12 @@ "crossLanguageDefinitionId": "OpenAI.Threads.getThread.accept" }, { - "$id": "9315", + "$id": "9341", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2161" + "$ref": "2163" }, "isApiVersion": false, "optional": false, @@ -124582,13 +124894,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.getThread.openAIBeta" }, { - "$id": "9316", + "$id": "9342", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to retrieve.", "type": { - "$id": "9317", + "$id": "9343", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124612,7 +124924,7 @@ 200 ], "bodyType": { - "$ref": "6548" + "$ref": "6574" }, "headers": [], "isErrorResponse": false, @@ -124632,12 +124944,12 @@ }, "parameters": [ { - "$id": "9318", + "$id": "9344", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2163" + "$ref": "2165" }, "location": "Header", "isApiVersion": false, @@ -124649,12 +124961,12 @@ "decorators": [] }, { - "$id": "9319", + "$id": "9345", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2165" + "$ref": "2167" }, "location": "Header", "isApiVersion": false, @@ -124666,13 +124978,13 @@ "decorators": [] }, { - "$id": "9320", + "$id": "9346", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to retrieve.", "type": { - "$id": "9321", + "$id": "9347", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124690,7 +125002,7 @@ ], "response": { "type": { - "$ref": "6548" + "$ref": "6574" } }, "isOverride": false, @@ -124699,26 +125011,26 @@ "crossLanguageDefinitionId": "OpenAI.Threads.getThread" }, { - "$id": "9322", + "$id": "9348", "kind": "basic", "name": "modifyThread", "accessibility": "public", "apiVersions": [], "summary": "Modifies a thread.", "operation": { - "$id": "9323", + "$id": "9349", "name": "modifyThread", "resourceName": "Threads", "summary": "Modifies a thread.", "accessibility": "public", "parameters": [ { - "$id": "9324", + "$id": "9350", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2167" + "$ref": "2169" }, "isApiVersion": false, "optional": false, @@ -124729,12 +125041,12 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.accept" }, { - "$id": "9325", + "$id": "9351", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2169" + "$ref": "2171" }, "isApiVersion": false, "optional": false, @@ -124745,13 +125057,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.openAIBeta" }, { - "$id": "9326", + "$id": "9352", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to modify. Only the `metadata` can be modified.", "type": { - "$id": "9327", + "$id": "9353", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124769,13 +125081,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.thread_id" }, { - "$id": "9328", + "$id": "9354", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2171" + "$ref": "2173" }, "isApiVersion": false, "optional": false, @@ -124786,12 +125098,12 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread.contentType" }, { - "$id": "9329", + "$id": "9355", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6565" + "$ref": "6591" }, "isApiVersion": false, "contentTypes": [ @@ -124811,7 +125123,7 @@ 200 ], "bodyType": { - "$ref": "6548" + "$ref": "6574" }, "headers": [], "isErrorResponse": false, @@ -124834,12 +125146,12 @@ }, "parameters": [ { - "$id": "9330", + "$id": "9356", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2173" + "$ref": "2175" }, "location": "Header", "isApiVersion": false, @@ -124851,12 +125163,12 @@ "decorators": [] }, { - "$id": "9331", + "$id": "9357", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2175" + "$ref": "2177" }, "location": "Header", "isApiVersion": false, @@ -124868,13 +125180,13 @@ "decorators": [] }, { - "$id": "9332", + "$id": "9358", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to modify. Only the `metadata` can be modified.", "type": { - "$id": "9333", + "$id": "9359", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -124890,12 +125202,12 @@ "decorators": [] }, { - "$id": "9334", + "$id": "9360", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6565" + "$ref": "6591" }, "location": "Body", "isApiVersion": false, @@ -124907,13 +125219,13 @@ "decorators": [] }, { - "$id": "9335", + "$id": "9361", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2171" + "$ref": "2173" }, "location": "Header", "isApiVersion": false, @@ -124927,7 +125239,7 @@ ], "response": { "type": { - "$ref": "6548" + "$ref": "6574" } }, "isOverride": false, @@ -124936,26 +125248,26 @@ "crossLanguageDefinitionId": "OpenAI.Threads.modifyThread" }, { - "$id": "9336", + "$id": "9362", "kind": "basic", "name": "deleteThread", "accessibility": "public", "apiVersions": [], "summary": "Delete a thread.", "operation": { - "$id": "9337", + "$id": "9363", "name": "deleteThread", "resourceName": "Threads", "summary": "Delete a thread.", "accessibility": "public", "parameters": [ { - "$id": "9338", + "$id": "9364", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2177" + "$ref": "2179" }, "isApiVersion": false, "optional": false, @@ -124966,12 +125278,12 @@ "crossLanguageDefinitionId": "OpenAI.Threads.deleteThread.accept" }, { - "$id": "9339", + "$id": "9365", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2179" + "$ref": "2181" }, "isApiVersion": false, "optional": false, @@ -124982,13 +125294,13 @@ "crossLanguageDefinitionId": "OpenAI.Threads.deleteThread.openAIBeta" }, { - "$id": "9340", + "$id": "9366", "kind": "path", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to delete.", "type": { - "$id": "9341", + "$id": "9367", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125012,7 +125324,7 @@ 200 ], "bodyType": { - "$ref": "6574" + "$ref": "6600" }, "headers": [], "isErrorResponse": false, @@ -125032,12 +125344,12 @@ }, "parameters": [ { - "$id": "9342", + "$id": "9368", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2181" + "$ref": "2183" }, "location": "Header", "isApiVersion": false, @@ -125049,12 +125361,12 @@ "decorators": [] }, { - "$id": "9343", + "$id": "9369", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2183" + "$ref": "2185" }, "location": "Header", "isApiVersion": false, @@ -125066,13 +125378,13 @@ "decorators": [] }, { - "$id": "9344", + "$id": "9370", "kind": "method", "name": "thread_id", "serializedName": "thread_id", "doc": "The ID of the thread to delete.", "type": { - "$id": "9345", + "$id": "9371", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125090,7 +125402,7 @@ ], "response": { "type": { - "$ref": "6574" + "$ref": "6600" } }, "isOverride": false, @@ -125101,13 +125413,13 @@ ], "parameters": [ { - "$id": "9346", + "$id": "9372", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9347", + "$id": "9373", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -125118,7 +125430,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9348", + "$id": "9374", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -125136,36 +125448,36 @@ "crossLanguageDefinitionId": "OpenAI.Threads", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9349", + "$id": "9375", "kind": "client", "name": "VectorStores", "namespace": "OpenAI", "methods": [ { - "$id": "9350", + "$id": "9376", "kind": "paging", "name": "GetVectorStores", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of vector stores.", "operation": { - "$id": "9351", + "$id": "9377", "name": "GetVectorStores", "resourceName": "VectorStores", "summary": "Returns a list of vector stores.", "accessibility": "public", "parameters": [ { - "$id": "9352", + "$id": "9378", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2185" + "$ref": "2187" }, "isApiVersion": false, "optional": false, @@ -125176,13 +125488,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listVectorStores.accept" }, { - "$id": "9353", + "$id": "9379", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9354", + "$id": "9380", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -125197,13 +125509,13 @@ "readOnly": false }, { - "$id": "9355", + "$id": "9381", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -125214,13 +125526,13 @@ "readOnly": false }, { - "$id": "9356", + "$id": "9382", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9357", + "$id": "9383", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125235,13 +125547,13 @@ "readOnly": false }, { - "$id": "9358", + "$id": "9384", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9359", + "$id": "9385", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125262,7 +125574,7 @@ 200 ], "bodyType": { - "$ref": "6580" + "$ref": "6606" }, "headers": [], "isErrorResponse": false, @@ -125282,12 +125594,12 @@ }, "parameters": [ { - "$id": "9360", + "$id": "9386", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2187" + "$ref": "2189" }, "location": "Header", "isApiVersion": false, @@ -125299,13 +125611,13 @@ "decorators": [] }, { - "$id": "9361", + "$id": "9387", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9362", + "$id": "9388", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -125321,13 +125633,13 @@ "decorators": [] }, { - "$id": "9363", + "$id": "9389", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -125339,13 +125651,13 @@ "decorators": [] }, { - "$id": "9364", + "$id": "9390", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9365", + "$id": "9391", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125361,13 +125673,13 @@ "decorators": [] }, { - "$id": "9366", + "$id": "9392", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9367", + "$id": "9393", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125385,7 +125697,7 @@ ], "response": { "type": { - "$ref": "6583" + "$ref": "6609" }, "resultSegments": [ "data" @@ -125401,7 +125713,7 @@ ], "continuationToken": { "parameter": { - "$ref": "9356" + "$ref": "9382" }, "responseSegments": [ "last_id" @@ -125411,26 +125723,26 @@ } }, { - "$id": "9368", + "$id": "9394", "kind": "basic", "name": "createVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Creates a vector store.", "operation": { - "$id": "9369", + "$id": "9395", "name": "createVectorStore", "resourceName": "VectorStores", "summary": "Creates a vector store.", "accessibility": "public", "parameters": [ { - "$id": "9370", + "$id": "9396", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2189" + "$ref": "2191" }, "isApiVersion": false, "optional": false, @@ -125441,13 +125753,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStore.accept" }, { - "$id": "9371", + "$id": "9397", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2191" + "$ref": "2193" }, "isApiVersion": false, "optional": false, @@ -125458,12 +125770,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStore.contentType" }, { - "$id": "9372", + "$id": "9398", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6632" + "$ref": "6658" }, "isApiVersion": false, "contentTypes": [ @@ -125483,7 +125795,7 @@ 200 ], "bodyType": { - "$ref": "6584" + "$ref": "6610" }, "headers": [], "isErrorResponse": false, @@ -125506,12 +125818,12 @@ }, "parameters": [ { - "$id": "9373", + "$id": "9399", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2193" + "$ref": "2195" }, "location": "Header", "isApiVersion": false, @@ -125523,12 +125835,12 @@ "decorators": [] }, { - "$id": "9374", + "$id": "9400", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6632" + "$ref": "6658" }, "location": "Body", "isApiVersion": false, @@ -125540,13 +125852,13 @@ "decorators": [] }, { - "$id": "9375", + "$id": "9401", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2191" + "$ref": "2193" }, "location": "Header", "isApiVersion": false, @@ -125560,7 +125872,7 @@ ], "response": { "type": { - "$ref": "6584" + "$ref": "6610" } }, "isOverride": false, @@ -125569,26 +125881,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStore" }, { - "$id": "9376", + "$id": "9402", "kind": "basic", "name": "getVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a vector store.", "operation": { - "$id": "9377", + "$id": "9403", "name": "getVectorStore", "resourceName": "VectorStores", "summary": "Retrieves a vector store.", "accessibility": "public", "parameters": [ { - "$id": "9378", + "$id": "9404", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2195" + "$ref": "2197" }, "isApiVersion": false, "optional": false, @@ -125599,13 +125911,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStore.accept" }, { - "$id": "9379", + "$id": "9405", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to retrieve.", "type": { - "$id": "9380", + "$id": "9406", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125629,7 +125941,7 @@ 200 ], "bodyType": { - "$ref": "6584" + "$ref": "6610" }, "headers": [], "isErrorResponse": false, @@ -125649,12 +125961,12 @@ }, "parameters": [ { - "$id": "9381", + "$id": "9407", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2197" + "$ref": "2199" }, "location": "Header", "isApiVersion": false, @@ -125666,13 +125978,13 @@ "decorators": [] }, { - "$id": "9382", + "$id": "9408", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to retrieve.", "type": { - "$id": "9383", + "$id": "9409", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125690,7 +126002,7 @@ ], "response": { "type": { - "$ref": "6584" + "$ref": "6610" } }, "isOverride": false, @@ -125699,26 +126011,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStore" }, { - "$id": "9384", + "$id": "9410", "kind": "basic", "name": "modifyVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Modifies a vector store.", "operation": { - "$id": "9385", + "$id": "9411", "name": "modifyVectorStore", "resourceName": "VectorStores", "summary": "Modifies a vector store.", "accessibility": "public", "parameters": [ { - "$id": "9386", + "$id": "9412", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2199" + "$ref": "2201" }, "isApiVersion": false, "optional": false, @@ -125729,13 +126041,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore.accept" }, { - "$id": "9387", + "$id": "9413", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to modify.", "type": { - "$id": "9388", + "$id": "9414", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125753,13 +126065,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore.vector_store_id" }, { - "$id": "9389", + "$id": "9415", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2201" + "$ref": "2203" }, "isApiVersion": false, "optional": false, @@ -125770,12 +126082,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore.contentType" }, { - "$id": "9390", + "$id": "9416", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6640" + "$ref": "6666" }, "isApiVersion": false, "contentTypes": [ @@ -125795,7 +126107,7 @@ 200 ], "bodyType": { - "$ref": "6584" + "$ref": "6610" }, "headers": [], "isErrorResponse": false, @@ -125818,12 +126130,12 @@ }, "parameters": [ { - "$id": "9391", + "$id": "9417", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2203" + "$ref": "2205" }, "location": "Header", "isApiVersion": false, @@ -125835,13 +126147,13 @@ "decorators": [] }, { - "$id": "9392", + "$id": "9418", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to modify.", "type": { - "$id": "9393", + "$id": "9419", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125857,12 +126169,12 @@ "decorators": [] }, { - "$id": "9394", + "$id": "9420", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6640" + "$ref": "6666" }, "location": "Body", "isApiVersion": false, @@ -125874,13 +126186,13 @@ "decorators": [] }, { - "$id": "9395", + "$id": "9421", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2201" + "$ref": "2203" }, "location": "Header", "isApiVersion": false, @@ -125894,7 +126206,7 @@ ], "response": { "type": { - "$ref": "6584" + "$ref": "6610" } }, "isOverride": false, @@ -125903,26 +126215,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.modifyVectorStore" }, { - "$id": "9396", + "$id": "9422", "kind": "basic", "name": "deleteVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Delete a vector store.", "operation": { - "$id": "9397", + "$id": "9423", "name": "deleteVectorStore", "resourceName": "VectorStores", "summary": "Delete a vector store.", "accessibility": "public", "parameters": [ { - "$id": "9398", + "$id": "9424", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2205" + "$ref": "2207" }, "isApiVersion": false, "optional": false, @@ -125933,13 +126245,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStore.accept" }, { - "$id": "9399", + "$id": "9425", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to delete.", "type": { - "$id": "9400", + "$id": "9426", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -125963,7 +126275,7 @@ 200 ], "bodyType": { - "$ref": "6647" + "$ref": "6673" }, "headers": [], "isErrorResponse": false, @@ -125983,12 +126295,12 @@ }, "parameters": [ { - "$id": "9401", + "$id": "9427", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2207" + "$ref": "2209" }, "location": "Header", "isApiVersion": false, @@ -126000,13 +126312,13 @@ "decorators": [] }, { - "$id": "9402", + "$id": "9428", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to delete.", "type": { - "$id": "9403", + "$id": "9429", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126024,7 +126336,7 @@ ], "response": { "type": { - "$ref": "6647" + "$ref": "6673" } }, "isOverride": false, @@ -126033,26 +126345,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStore" }, { - "$id": "9404", + "$id": "9430", "kind": "basic", "name": "AddFileBatchToVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Create a vector store file batch.", "operation": { - "$id": "9405", + "$id": "9431", "name": "AddFileBatchToVectorStore", "resourceName": "VectorStores", "summary": "Create a vector store file batch.", "accessibility": "public", "parameters": [ { - "$id": "9406", + "$id": "9432", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2209" + "$ref": "2211" }, "isApiVersion": false, "optional": false, @@ -126063,13 +126375,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch.accept" }, { - "$id": "9407", + "$id": "9433", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a file batch.", "type": { - "$id": "9408", + "$id": "9434", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126087,13 +126399,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch.vector_store_id" }, { - "$id": "9409", + "$id": "9435", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2211" + "$ref": "2213" }, "isApiVersion": false, "optional": false, @@ -126104,12 +126416,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch.contentType" }, { - "$id": "9410", + "$id": "9436", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6653" + "$ref": "6679" }, "isApiVersion": false, "contentTypes": [ @@ -126129,7 +126441,7 @@ 200 ], "bodyType": { - "$ref": "6658" + "$ref": "6684" }, "headers": [], "isErrorResponse": false, @@ -126152,12 +126464,12 @@ }, "parameters": [ { - "$id": "9411", + "$id": "9437", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2213" + "$ref": "2215" }, "location": "Header", "isApiVersion": false, @@ -126169,13 +126481,13 @@ "decorators": [] }, { - "$id": "9412", + "$id": "9438", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a file batch.", "type": { - "$id": "9413", + "$id": "9439", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126191,12 +126503,12 @@ "decorators": [] }, { - "$id": "9414", + "$id": "9440", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6653" + "$ref": "6679" }, "location": "Body", "isApiVersion": false, @@ -126208,13 +126520,13 @@ "decorators": [] }, { - "$id": "9415", + "$id": "9441", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2211" + "$ref": "2213" }, "location": "Header", "isApiVersion": false, @@ -126228,7 +126540,7 @@ ], "response": { "type": { - "$ref": "6658" + "$ref": "6684" } }, "isOverride": false, @@ -126237,26 +126549,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFileBatch" }, { - "$id": "9416", + "$id": "9442", "kind": "basic", "name": "getVectorStoreFileBatch", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a vector store file batch.", "operation": { - "$id": "9417", + "$id": "9443", "name": "getVectorStoreFileBatch", "resourceName": "VectorStores", "summary": "Retrieves a vector store file batch.", "accessibility": "public", "parameters": [ { - "$id": "9418", + "$id": "9444", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2215" + "$ref": "2217" }, "isApiVersion": false, "optional": false, @@ -126267,13 +126579,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFileBatch.accept" }, { - "$id": "9419", + "$id": "9445", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "9420", + "$id": "9446", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126291,13 +126603,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFileBatch.vector_store_id" }, { - "$id": "9421", + "$id": "9447", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch being retrieved.", "type": { - "$id": "9422", + "$id": "9448", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126321,7 +126633,7 @@ 200 ], "bodyType": { - "$ref": "6658" + "$ref": "6684" }, "headers": [], "isErrorResponse": false, @@ -126341,12 +126653,12 @@ }, "parameters": [ { - "$id": "9423", + "$id": "9449", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2217" + "$ref": "2219" }, "location": "Header", "isApiVersion": false, @@ -126358,13 +126670,13 @@ "decorators": [] }, { - "$id": "9424", + "$id": "9450", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "9425", + "$id": "9451", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126380,13 +126692,13 @@ "decorators": [] }, { - "$id": "9426", + "$id": "9452", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch being retrieved.", "type": { - "$id": "9427", + "$id": "9453", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126404,7 +126716,7 @@ ], "response": { "type": { - "$ref": "6658" + "$ref": "6684" } }, "isOverride": false, @@ -126413,26 +126725,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFileBatch" }, { - "$id": "9428", + "$id": "9454", "kind": "basic", "name": "cancelVectorStoreFileBatch", "accessibility": "public", "apiVersions": [], "summary": "Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.", "operation": { - "$id": "9429", + "$id": "9455", "name": "cancelVectorStoreFileBatch", "resourceName": "VectorStores", "summary": "Cancel a vector store file batch. This attempts to cancel the processing of files in this batch as soon as possible.", "accessibility": "public", "parameters": [ { - "$id": "9430", + "$id": "9456", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2219" + "$ref": "2221" }, "isApiVersion": false, "optional": false, @@ -126443,13 +126755,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.cancelVectorStoreFileBatch.accept" }, { - "$id": "9431", + "$id": "9457", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "9432", + "$id": "9458", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126467,13 +126779,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.cancelVectorStoreFileBatch.vector_store_id" }, { - "$id": "9433", + "$id": "9459", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch to cancel.", "type": { - "$id": "9434", + "$id": "9460", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126497,7 +126809,7 @@ 200 ], "bodyType": { - "$ref": "6658" + "$ref": "6684" }, "headers": [], "isErrorResponse": false, @@ -126517,12 +126829,12 @@ }, "parameters": [ { - "$id": "9435", + "$id": "9461", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2221" + "$ref": "2223" }, "location": "Header", "isApiVersion": false, @@ -126534,13 +126846,13 @@ "decorators": [] }, { - "$id": "9436", + "$id": "9462", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "9437", + "$id": "9463", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126556,13 +126868,13 @@ "decorators": [] }, { - "$id": "9438", + "$id": "9464", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch to cancel.", "type": { - "$id": "9439", + "$id": "9465", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126580,7 +126892,7 @@ ], "response": { "type": { - "$ref": "6658" + "$ref": "6684" } }, "isOverride": false, @@ -126589,26 +126901,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.cancelVectorStoreFileBatch" }, { - "$id": "9440", + "$id": "9466", "kind": "paging", "name": "GetVectorStoreFilesInBatch", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of vector store files in a batch.", "operation": { - "$id": "9441", + "$id": "9467", "name": "GetVectorStoreFilesInBatch", "resourceName": "VectorStores", "summary": "Returns a list of vector store files in a batch.", "accessibility": "public", "parameters": [ { - "$id": "9442", + "$id": "9468", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2223" + "$ref": "2225" }, "isApiVersion": false, "optional": false, @@ -126619,13 +126931,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listFilesInVectorStoreBatch.accept" }, { - "$id": "9443", + "$id": "9469", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "9444", + "$id": "9470", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126643,13 +126955,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listFilesInVectorStoreBatch.vector_store_id" }, { - "$id": "9445", + "$id": "9471", "kind": "path", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch that the files belong to.", "type": { - "$id": "9446", + "$id": "9472", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126667,13 +126979,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listFilesInVectorStoreBatch.batch_id" }, { - "$id": "9447", + "$id": "9473", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9448", + "$id": "9474", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -126688,13 +127000,13 @@ "readOnly": false }, { - "$id": "9449", + "$id": "9475", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -126705,13 +127017,13 @@ "readOnly": false }, { - "$id": "9450", + "$id": "9476", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9451", + "$id": "9477", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126726,13 +127038,13 @@ "readOnly": false }, { - "$id": "9452", + "$id": "9478", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9453", + "$id": "9479", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126747,13 +127059,13 @@ "readOnly": false }, { - "$id": "9454", + "$id": "9480", "kind": "query", "name": "filter", "serializedName": "filter", "doc": "Filter by file status. One of `in_progress`, `completed`, `failed`, `cancelled`.", "type": { - "$ref": "1400" + "$ref": "1402" }, "isApiVersion": false, "explode": false, @@ -126770,7 +127082,7 @@ 200 ], "bodyType": { - "$ref": "6680" + "$ref": "6706" }, "headers": [], "isErrorResponse": false, @@ -126790,12 +127102,12 @@ }, "parameters": [ { - "$id": "9455", + "$id": "9481", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2225" + "$ref": "2227" }, "location": "Header", "isApiVersion": false, @@ -126807,13 +127119,13 @@ "decorators": [] }, { - "$id": "9456", + "$id": "9482", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file batch belongs to.", "type": { - "$id": "9457", + "$id": "9483", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126829,13 +127141,13 @@ "decorators": [] }, { - "$id": "9458", + "$id": "9484", "kind": "method", "name": "batch_id", "serializedName": "batch_id", "doc": "The ID of the file batch that the files belong to.", "type": { - "$id": "9459", + "$id": "9485", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126851,13 +127163,13 @@ "decorators": [] }, { - "$id": "9460", + "$id": "9486", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9461", + "$id": "9487", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -126873,13 +127185,13 @@ "decorators": [] }, { - "$id": "9462", + "$id": "9488", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -126891,13 +127203,13 @@ "decorators": [] }, { - "$id": "9463", + "$id": "9489", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9464", + "$id": "9490", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126913,13 +127225,13 @@ "decorators": [] }, { - "$id": "9465", + "$id": "9491", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9466", + "$id": "9492", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -126935,13 +127247,13 @@ "decorators": [] }, { - "$id": "9467", + "$id": "9493", "kind": "method", "name": "filter", "serializedName": "filter", "doc": "Filter by file status. One of `in_progress`, `completed`, `failed`, `cancelled`.", "type": { - "$ref": "1400" + "$ref": "1402" }, "location": "Query", "isApiVersion": false, @@ -126955,7 +127267,7 @@ ], "response": { "type": { - "$ref": "6683" + "$ref": "6709" }, "resultSegments": [ "data" @@ -126971,7 +127283,7 @@ ], "continuationToken": { "parameter": { - "$ref": "9450" + "$ref": "9476" }, "responseSegments": [ "last_id" @@ -126981,26 +127293,26 @@ } }, { - "$id": "9468", + "$id": "9494", "kind": "paging", "name": "listVectorStoreFiles", "accessibility": "public", "apiVersions": [], "summary": "Returns a list of vector store files.", "operation": { - "$id": "9469", + "$id": "9495", "name": "listVectorStoreFiles", "resourceName": "VectorStores", "summary": "Returns a list of vector store files.", "accessibility": "public", "parameters": [ { - "$id": "9470", + "$id": "9496", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2227" + "$ref": "2229" }, "isApiVersion": false, "optional": false, @@ -127011,13 +127323,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listVectorStoreFiles.accept" }, { - "$id": "9471", + "$id": "9497", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the files belong to.", "type": { - "$id": "9472", + "$id": "9498", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127035,13 +127347,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.listVectorStoreFiles.vector_store_id" }, { - "$id": "9473", + "$id": "9499", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9474", + "$id": "9500", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -127056,13 +127368,13 @@ "readOnly": false }, { - "$id": "9475", + "$id": "9501", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "isApiVersion": false, "explode": false, @@ -127073,13 +127385,13 @@ "readOnly": false }, { - "$id": "9476", + "$id": "9502", "kind": "query", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9477", + "$id": "9503", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127094,13 +127406,13 @@ "readOnly": false }, { - "$id": "9478", + "$id": "9504", "kind": "query", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9479", + "$id": "9505", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127115,13 +127427,13 @@ "readOnly": false }, { - "$id": "9480", + "$id": "9506", "kind": "query", "name": "filter", "serializedName": "filter", "doc": "Filter by file status. One of `in_progress`, `completed`, `failed`, `cancelled`.", "type": { - "$ref": "1400" + "$ref": "1402" }, "isApiVersion": false, "explode": false, @@ -127138,7 +127450,7 @@ 200 ], "bodyType": { - "$ref": "6680" + "$ref": "6706" }, "headers": [], "isErrorResponse": false, @@ -127158,12 +127470,12 @@ }, "parameters": [ { - "$id": "9481", + "$id": "9507", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2229" + "$ref": "2231" }, "location": "Header", "isApiVersion": false, @@ -127175,13 +127487,13 @@ "decorators": [] }, { - "$id": "9482", + "$id": "9508", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the files belong to.", "type": { - "$id": "9483", + "$id": "9509", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127197,13 +127509,13 @@ "decorators": [] }, { - "$id": "9484", + "$id": "9510", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the\ndefault is 20.", "type": { - "$id": "9485", + "$id": "9511", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -127219,13 +127531,13 @@ "decorators": [] }, { - "$id": "9486", + "$id": "9512", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order by the `created_at` timestamp of the objects. `asc` for ascending order and`desc`\nfor descending order.", "type": { - "$ref": "1392" + "$ref": "1394" }, "location": "Query", "isApiVersion": false, @@ -127237,13 +127549,13 @@ "decorators": [] }, { - "$id": "9487", + "$id": "9513", "kind": "method", "name": "after", "serializedName": "after", "doc": "A cursor for use in pagination. `after` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include after=obj_foo in order to fetch the next page of the list.", "type": { - "$id": "9488", + "$id": "9514", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127259,13 +127571,13 @@ "decorators": [] }, { - "$id": "9489", + "$id": "9515", "kind": "method", "name": "before", "serializedName": "before", "doc": "A cursor for use in pagination. `before` is an object ID that defines your place in the list.\nFor instance, if you make a list request and receive 100 objects, ending with obj_foo, your\nsubsequent call can include before=obj_foo in order to fetch the previous page of the list.", "type": { - "$id": "9490", + "$id": "9516", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127281,13 +127593,13 @@ "decorators": [] }, { - "$id": "9491", + "$id": "9517", "kind": "method", "name": "filter", "serializedName": "filter", "doc": "Filter by file status. One of `in_progress`, `completed`, `failed`, `cancelled`.", "type": { - "$ref": "1400" + "$ref": "1402" }, "location": "Query", "isApiVersion": false, @@ -127301,7 +127613,7 @@ ], "response": { "type": { - "$ref": "6683" + "$ref": "6709" }, "resultSegments": [ "data" @@ -127317,7 +127629,7 @@ ], "continuationToken": { "parameter": { - "$ref": "9476" + "$ref": "9502" }, "responseSegments": [ "last_id" @@ -127327,26 +127639,26 @@ } }, { - "$id": "9492", + "$id": "9518", "kind": "basic", "name": "AddFileToVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Create a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).", "operation": { - "$id": "9493", + "$id": "9519", "name": "AddFileToVectorStore", "resourceName": "VectorStores", "summary": "Create a vector store file by attaching a [File](/docs/api-reference/files) to a [vector store](/docs/api-reference/vector-stores/object).", "accessibility": "public", "parameters": [ { - "$id": "9494", + "$id": "9520", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2231" + "$ref": "2233" }, "isApiVersion": false, "optional": false, @@ -127357,13 +127669,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile.accept" }, { - "$id": "9495", + "$id": "9521", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a File.", "type": { - "$id": "9496", + "$id": "9522", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127381,13 +127693,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile.vector_store_id" }, { - "$id": "9497", + "$id": "9523", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2233" + "$ref": "2235" }, "isApiVersion": false, "optional": false, @@ -127398,12 +127710,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile.contentType" }, { - "$id": "9498", + "$id": "9524", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6724" + "$ref": "6750" }, "isApiVersion": false, "contentTypes": [ @@ -127423,7 +127735,7 @@ 200 ], "bodyType": { - "$ref": "6684" + "$ref": "6710" }, "headers": [], "isErrorResponse": false, @@ -127446,12 +127758,12 @@ }, "parameters": [ { - "$id": "9499", + "$id": "9525", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2235" + "$ref": "2237" }, "location": "Header", "isApiVersion": false, @@ -127463,13 +127775,13 @@ "decorators": [] }, { - "$id": "9500", + "$id": "9526", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store for which to create a File.", "type": { - "$id": "9501", + "$id": "9527", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127485,12 +127797,12 @@ "decorators": [] }, { - "$id": "9502", + "$id": "9528", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6724" + "$ref": "6750" }, "location": "Body", "isApiVersion": false, @@ -127502,13 +127814,13 @@ "decorators": [] }, { - "$id": "9503", + "$id": "9529", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2233" + "$ref": "2235" }, "location": "Header", "isApiVersion": false, @@ -127522,7 +127834,7 @@ ], "response": { "type": { - "$ref": "6684" + "$ref": "6710" } }, "isOverride": false, @@ -127531,26 +127843,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.createVectorStoreFile" }, { - "$id": "9504", + "$id": "9530", "kind": "basic", "name": "getVectorStoreFile", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a vector store file.", "operation": { - "$id": "9505", + "$id": "9531", "name": "getVectorStoreFile", "resourceName": "VectorStores", "summary": "Retrieves a vector store file.", "accessibility": "public", "parameters": [ { - "$id": "9506", + "$id": "9532", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2237" + "$ref": "2239" }, "isApiVersion": false, "optional": false, @@ -127561,13 +127873,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFile.accept" }, { - "$id": "9507", + "$id": "9533", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "9508", + "$id": "9534", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127585,13 +127897,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFile.vector_store_id" }, { - "$id": "9509", + "$id": "9535", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file being retrieved.", "type": { - "$id": "9510", + "$id": "9536", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127615,7 +127927,7 @@ 200 ], "bodyType": { - "$ref": "6684" + "$ref": "6710" }, "headers": [], "isErrorResponse": false, @@ -127635,12 +127947,12 @@ }, "parameters": [ { - "$id": "9511", + "$id": "9537", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2239" + "$ref": "2241" }, "location": "Header", "isApiVersion": false, @@ -127652,13 +127964,13 @@ "decorators": [] }, { - "$id": "9512", + "$id": "9538", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "9513", + "$id": "9539", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127674,13 +127986,13 @@ "decorators": [] }, { - "$id": "9514", + "$id": "9540", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file being retrieved.", "type": { - "$id": "9515", + "$id": "9541", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127698,7 +128010,7 @@ ], "response": { "type": { - "$ref": "6684" + "$ref": "6710" } }, "isOverride": false, @@ -127707,26 +128019,26 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.getVectorStoreFile" }, { - "$id": "9516", + "$id": "9542", "kind": "basic", "name": "RemoveFileFromVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.", "operation": { - "$id": "9517", + "$id": "9543", "name": "RemoveFileFromVectorStore", "resourceName": "VectorStores", "summary": "Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the [delete file](/docs/api-reference/files/delete) endpoint.", "accessibility": "public", "parameters": [ { - "$id": "9518", + "$id": "9544", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2241" + "$ref": "2243" }, "isApiVersion": false, "optional": false, @@ -127737,13 +128049,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStoreFile.accept" }, { - "$id": "9519", + "$id": "9545", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "9520", + "$id": "9546", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127761,13 +128073,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStoreFile.vector_store_id" }, { - "$id": "9521", + "$id": "9547", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to delete.", "type": { - "$id": "9522", + "$id": "9548", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127791,7 +128103,7 @@ 200 ], "bodyType": { - "$ref": "6730" + "$ref": "6756" }, "headers": [], "isErrorResponse": false, @@ -127811,12 +128123,12 @@ }, "parameters": [ { - "$id": "9523", + "$id": "9549", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2243" + "$ref": "2245" }, "location": "Header", "isApiVersion": false, @@ -127828,13 +128140,13 @@ "decorators": [] }, { - "$id": "9524", + "$id": "9550", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "9525", + "$id": "9551", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127850,13 +128162,13 @@ "decorators": [] }, { - "$id": "9526", + "$id": "9552", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to delete.", "type": { - "$id": "9527", + "$id": "9553", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127874,7 +128186,7 @@ ], "response": { "type": { - "$ref": "6730" + "$ref": "6756" } }, "isOverride": false, @@ -127883,27 +128195,27 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.deleteVectorStoreFile" }, { - "$id": "9528", + "$id": "9554", "kind": "basic", "name": "updateVectorStoreFileAttributes", "accessibility": "public", "apiVersions": [], "summary": "Update the attributes of a vector store file.", "operation": { - "$id": "9529", + "$id": "9555", "name": "updateVectorStoreFileAttributes", "resourceName": "VectorStores", "summary": "Update the attributes of a vector store file.", "accessibility": "public", "parameters": [ { - "$id": "9530", + "$id": "9556", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store the file being updated belongs to.", "type": { - "$id": "9531", + "$id": "9557", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127921,13 +128233,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.vector_store_id" }, { - "$id": "9532", + "$id": "9558", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to update attributes for.", "type": { - "$id": "9533", + "$id": "9559", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -127945,13 +128257,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.file_id" }, { - "$id": "9534", + "$id": "9560", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2245" + "$ref": "2247" }, "isApiVersion": false, "optional": false, @@ -127962,12 +128274,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.contentType" }, { - "$id": "9535", + "$id": "9561", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2247" + "$ref": "2249" }, "isApiVersion": false, "optional": false, @@ -127978,12 +128290,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes.accept" }, { - "$id": "9536", + "$id": "9562", "kind": "body", "name": "updateVectorStoreFileAttributesRequest", "serializedName": "updateVectorStoreFileAttributesRequest", "type": { - "$ref": "6736" + "$ref": "6762" }, "isApiVersion": false, "contentTypes": [ @@ -128003,7 +128315,7 @@ 200 ], "bodyType": { - "$ref": "6684" + "$ref": "6710" }, "headers": [], "isErrorResponse": false, @@ -128026,13 +128338,13 @@ }, "parameters": [ { - "$id": "9537", + "$id": "9563", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store the file being updated belongs to.", "type": { - "$id": "9538", + "$id": "9564", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128048,13 +128360,13 @@ "decorators": [] }, { - "$id": "9539", + "$id": "9565", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file to update attributes for.", "type": { - "$id": "9540", + "$id": "9566", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128070,12 +128382,12 @@ "decorators": [] }, { - "$id": "9541", + "$id": "9567", "kind": "method", "name": "attributes", "serializedName": "attributes", "type": { - "$ref": "6738" + "$ref": "6764" }, "location": "Body", "isApiVersion": false, @@ -128087,13 +128399,13 @@ "decorators": [] }, { - "$id": "9542", + "$id": "9568", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2245" + "$ref": "2247" }, "location": "Header", "isApiVersion": false, @@ -128105,12 +128417,12 @@ "decorators": [] }, { - "$id": "9543", + "$id": "9569", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2247" + "$ref": "2249" }, "location": "Header", "isApiVersion": false, @@ -128124,7 +128436,7 @@ ], "response": { "type": { - "$ref": "6684" + "$ref": "6710" } }, "isOverride": false, @@ -128133,27 +128445,27 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.updateVectorStoreFileAttributes" }, { - "$id": "9544", + "$id": "9570", "kind": "basic", "name": "retrieveVectorStoreFileContent", "accessibility": "public", "apiVersions": [], "summary": "Retrieves the content of a vector store file.", "operation": { - "$id": "9545", + "$id": "9571", "name": "retrieveVectorStoreFileContent", "resourceName": "VectorStores", "summary": "Retrieves the content of a vector store file.", "accessibility": "public", "parameters": [ { - "$id": "9546", + "$id": "9572", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "9547", + "$id": "9573", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128171,13 +128483,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.retrieveVectorStoreFileContent.vector_store_id" }, { - "$id": "9548", + "$id": "9574", "kind": "path", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file with content being retrieved.", "type": { - "$id": "9549", + "$id": "9575", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128195,12 +128507,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.retrieveVectorStoreFileContent.file_id" }, { - "$id": "9550", + "$id": "9576", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2249" + "$ref": "2251" }, "isApiVersion": false, "optional": false, @@ -128217,7 +128529,7 @@ 200 ], "bodyType": { - "$ref": "6739" + "$ref": "6765" }, "headers": [], "isErrorResponse": false, @@ -128237,13 +128549,13 @@ }, "parameters": [ { - "$id": "9551", + "$id": "9577", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store that the file belongs to.", "type": { - "$id": "9552", + "$id": "9578", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128259,13 +128571,13 @@ "decorators": [] }, { - "$id": "9553", + "$id": "9579", "kind": "method", "name": "file_id", "serializedName": "file_id", "doc": "The ID of the file with content being retrieved.", "type": { - "$id": "9554", + "$id": "9580", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128281,12 +128593,12 @@ "decorators": [] }, { - "$id": "9555", + "$id": "9581", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2249" + "$ref": "2251" }, "location": "Header", "isApiVersion": false, @@ -128300,7 +128612,7 @@ ], "response": { "type": { - "$ref": "6739" + "$ref": "6765" } }, "isOverride": false, @@ -128309,27 +128621,27 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.retrieveVectorStoreFileContent" }, { - "$id": "9556", + "$id": "9582", "kind": "basic", "name": "searchVectorStore", "accessibility": "public", "apiVersions": [], "summary": "Searches a vector store for relevant chunks based on a query and file attributes filter.", "operation": { - "$id": "9557", + "$id": "9583", "name": "searchVectorStore", "resourceName": "VectorStores", "summary": "Searches a vector store for relevant chunks based on a query and file attributes filter.", "accessibility": "public", "parameters": [ { - "$id": "9558", + "$id": "9584", "kind": "path", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to search.", "type": { - "$id": "9559", + "$id": "9585", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128347,13 +128659,13 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.searchVectorStore.vector_store_id" }, { - "$id": "9560", + "$id": "9586", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2251" + "$ref": "2253" }, "isApiVersion": false, "optional": false, @@ -128364,12 +128676,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.searchVectorStore.contentType" }, { - "$id": "9561", + "$id": "9587", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2253" + "$ref": "2255" }, "isApiVersion": false, "optional": false, @@ -128380,12 +128692,12 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores.searchVectorStore.accept" }, { - "$id": "9562", + "$id": "9588", "kind": "body", "name": "vectorStoreSearchRequest", "serializedName": "vectorStoreSearchRequest", "type": { - "$ref": "6757" + "$ref": "6783" }, "isApiVersion": false, "contentTypes": [ @@ -128405,7 +128717,7 @@ 200 ], "bodyType": { - "$ref": "6768" + "$ref": "6794" }, "headers": [], "isErrorResponse": false, @@ -128428,13 +128740,13 @@ }, "parameters": [ { - "$id": "9563", + "$id": "9589", "kind": "method", "name": "vector_store_id", "serializedName": "vector_store_id", "doc": "The ID of the vector store to search.", "type": { - "$id": "9564", + "$id": "9590", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128450,13 +128762,13 @@ "decorators": [] }, { - "$id": "9565", + "$id": "9591", "kind": "method", "name": "query", "serializedName": "query", "doc": "A query string for a search", "type": { - "$ref": "6759" + "$ref": "6785" }, "location": "Body", "isApiVersion": false, @@ -128468,13 +128780,13 @@ "decorators": [] }, { - "$id": "9566", + "$id": "9592", "kind": "method", "name": "rewrite_query", "serializedName": "rewrite_query", "doc": "Whether to rewrite the natural language query for vector search.", "type": { - "$id": "9567", + "$id": "9593", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -128490,13 +128802,13 @@ "decorators": [] }, { - "$id": "9568", + "$id": "9594", "kind": "method", "name": "max_num_results", "serializedName": "max_num_results", "doc": "The maximum number of results to return. This number should be between 1 and 50 inclusive.", "type": { - "$id": "9569", + "$id": "9595", "kind": "int32", "name": "int32", "crossLanguageDefinitionId": "TypeSpec.int32", @@ -128512,13 +128824,13 @@ "decorators": [] }, { - "$id": "9570", + "$id": "9596", "kind": "method", "name": "filters", "serializedName": "filters", "doc": "A filter to apply based on file attributes.", "type": { - "$ref": "6766" + "$ref": "6792" }, "location": "Body", "isApiVersion": false, @@ -128530,13 +128842,13 @@ "decorators": [] }, { - "$id": "9571", + "$id": "9597", "kind": "method", "name": "ranking_options", "serializedName": "ranking_options", "doc": "Ranking options for search.", "type": { - "$ref": "6753" + "$ref": "6779" }, "location": "Body", "isApiVersion": false, @@ -128548,13 +128860,13 @@ "decorators": [] }, { - "$id": "9572", + "$id": "9598", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2251" + "$ref": "2253" }, "location": "Header", "isApiVersion": false, @@ -128566,12 +128878,12 @@ "decorators": [] }, { - "$id": "9573", + "$id": "9599", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2253" + "$ref": "2255" }, "location": "Header", "isApiVersion": false, @@ -128585,7 +128897,7 @@ ], "response": { "type": { - "$ref": "6768" + "$ref": "6794" } }, "isOverride": false, @@ -128596,13 +128908,13 @@ ], "parameters": [ { - "$id": "9574", + "$id": "9600", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9575", + "$id": "9601", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -128613,7 +128925,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9576", + "$id": "9602", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -128631,36 +128943,36 @@ "crossLanguageDefinitionId": "OpenAI.VectorStores", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9577", + "$id": "9603", "kind": "client", "name": "Completions", "namespace": "OpenAI", "methods": [ { - "$id": "9578", + "$id": "9604", "kind": "basic", "name": "createCompletion", "accessibility": "public", "apiVersions": [], "summary": "Creates a completion for the provided prompt and parameters.", "operation": { - "$id": "9579", + "$id": "9605", "name": "createCompletion", "resourceName": "Completions", "summary": "Creates a completion for the provided prompt and parameters.", "accessibility": "public", "parameters": [ { - "$id": "9580", + "$id": "9606", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2255" + "$ref": "2257" }, "isApiVersion": false, "optional": false, @@ -128671,13 +128983,13 @@ "crossLanguageDefinitionId": "OpenAI.Completions.createCompletion.accept" }, { - "$id": "9581", + "$id": "9607", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2257" + "$ref": "2259" }, "isApiVersion": false, "optional": false, @@ -128688,12 +129000,12 @@ "crossLanguageDefinitionId": "OpenAI.Completions.createCompletion.contentType" }, { - "$id": "9582", + "$id": "9608", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6793" + "$ref": "6819" }, "isApiVersion": false, "contentTypes": [ @@ -128713,7 +129025,7 @@ 200 ], "bodyType": { - "$ref": "6843" + "$ref": "6869" }, "headers": [], "isErrorResponse": false, @@ -128736,12 +129048,12 @@ }, "parameters": [ { - "$id": "9583", + "$id": "9609", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2259" + "$ref": "2261" }, "location": "Header", "isApiVersion": false, @@ -128753,12 +129065,12 @@ "decorators": [] }, { - "$id": "9584", + "$id": "9610", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "6793" + "$ref": "6819" }, "location": "Body", "isApiVersion": false, @@ -128770,13 +129082,13 @@ "decorators": [] }, { - "$id": "9585", + "$id": "9611", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2257" + "$ref": "2259" }, "location": "Header", "isApiVersion": false, @@ -128790,7 +129102,7 @@ ], "response": { "type": { - "$ref": "6843" + "$ref": "6869" } }, "isOverride": false, @@ -128801,13 +129113,13 @@ ], "parameters": [ { - "$id": "9586", + "$id": "9612", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9587", + "$id": "9613", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -128818,7 +129130,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9588", + "$id": "9614", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -128836,36 +129148,36 @@ "crossLanguageDefinitionId": "OpenAI.Completions", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9589", + "$id": "9615", "kind": "client", "name": "Models", "namespace": "OpenAI", "methods": [ { - "$id": "9590", + "$id": "9616", "kind": "basic", "name": "listModels", "accessibility": "public", "apiVersions": [], "summary": "Lists the currently available models, and provides basic information about each one such as the\nowner and availability.", "operation": { - "$id": "9591", + "$id": "9617", "name": "listModels", "resourceName": "Models", "summary": "Lists the currently available models, and provides basic information about each one such as the\nowner and availability.", "accessibility": "public", "parameters": [ { - "$id": "9592", + "$id": "9618", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2261" + "$ref": "2263" }, "isApiVersion": false, "optional": false, @@ -128882,7 +129194,7 @@ 200 ], "bodyType": { - "$ref": "6874" + "$ref": "6900" }, "headers": [], "isErrorResponse": false, @@ -128902,12 +129214,12 @@ }, "parameters": [ { - "$id": "9593", + "$id": "9619", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2263" + "$ref": "2265" }, "location": "Header", "isApiVersion": false, @@ -128921,7 +129233,7 @@ ], "response": { "type": { - "$ref": "6874" + "$ref": "6900" } }, "isOverride": false, @@ -128930,26 +129242,26 @@ "crossLanguageDefinitionId": "OpenAI.Models.listModels" }, { - "$id": "9594", + "$id": "9620", "kind": "basic", "name": "retrieveModel", "accessibility": "public", "apiVersions": [], "summary": "Retrieves a model instance, providing basic information about the model such as the owner and\npermissioning.", "operation": { - "$id": "9595", + "$id": "9621", "name": "retrieveModel", "resourceName": "Models", "summary": "Retrieves a model instance, providing basic information about the model such as the owner and\npermissioning.", "accessibility": "public", "parameters": [ { - "$id": "9596", + "$id": "9622", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2265" + "$ref": "2267" }, "isApiVersion": false, "optional": false, @@ -128960,13 +129272,13 @@ "crossLanguageDefinitionId": "OpenAI.Models.retrieveModel.accept" }, { - "$id": "9597", + "$id": "9623", "kind": "path", "name": "model", "serializedName": "model", "doc": "The ID of the model to use for this request.", "type": { - "$id": "9598", + "$id": "9624", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -128990,7 +129302,7 @@ 200 ], "bodyType": { - "$ref": "6878" + "$ref": "6904" }, "headers": [], "isErrorResponse": false, @@ -129010,12 +129322,12 @@ }, "parameters": [ { - "$id": "9599", + "$id": "9625", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2267" + "$ref": "2269" }, "location": "Header", "isApiVersion": false, @@ -129027,13 +129339,13 @@ "decorators": [] }, { - "$id": "9600", + "$id": "9626", "kind": "method", "name": "model", "serializedName": "model", "doc": "The ID of the model to use for this request.", "type": { - "$id": "9601", + "$id": "9627", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -129051,7 +129363,7 @@ ], "response": { "type": { - "$ref": "6878" + "$ref": "6904" } }, "isOverride": false, @@ -129060,26 +129372,26 @@ "crossLanguageDefinitionId": "OpenAI.Models.retrieveModel" }, { - "$id": "9602", + "$id": "9628", "kind": "basic", "name": "deleteModel", "accessibility": "public", "apiVersions": [], "summary": "Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.", "operation": { - "$id": "9603", + "$id": "9629", "name": "deleteModel", "resourceName": "Models", "summary": "Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.", "accessibility": "public", "parameters": [ { - "$id": "9604", + "$id": "9630", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2269" + "$ref": "2271" }, "isApiVersion": false, "optional": false, @@ -129090,13 +129402,13 @@ "crossLanguageDefinitionId": "OpenAI.Models.deleteModel.accept" }, { - "$id": "9605", + "$id": "9631", "kind": "path", "name": "model", "serializedName": "model", "doc": "The model to delete", "type": { - "$id": "9606", + "$id": "9632", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -129120,7 +129432,7 @@ 200 ], "bodyType": { - "$ref": "6887" + "$ref": "6913" }, "headers": [], "isErrorResponse": false, @@ -129140,12 +129452,12 @@ }, "parameters": [ { - "$id": "9607", + "$id": "9633", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2271" + "$ref": "2273" }, "location": "Header", "isApiVersion": false, @@ -129157,13 +129469,13 @@ "decorators": [] }, { - "$id": "9608", + "$id": "9634", "kind": "method", "name": "model", "serializedName": "model", "doc": "The model to delete", "type": { - "$id": "9609", + "$id": "9635", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -129181,7 +129493,7 @@ ], "response": { "type": { - "$ref": "6887" + "$ref": "6913" } }, "isOverride": false, @@ -129192,13 +129504,13 @@ ], "parameters": [ { - "$id": "9610", + "$id": "9636", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9611", + "$id": "9637", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -129209,7 +129521,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9612", + "$id": "9638", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -129227,36 +129539,36 @@ "crossLanguageDefinitionId": "OpenAI.Models", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9613", + "$id": "9639", "kind": "client", "name": "Realtime", "namespace": "OpenAI", "methods": [ { - "$id": "9614", + "$id": "9640", "kind": "basic", "name": "startRealtimeSession", "accessibility": "public", "apiVersions": [], "summary": "Starts a real-time session for conversation or transcription.", "operation": { - "$id": "9615", + "$id": "9641", "name": "startRealtimeSession", "resourceName": "Realtime", "summary": "Starts a real-time session for conversation or transcription.", "accessibility": "public", "parameters": [ { - "$id": "9616", + "$id": "9642", "kind": "header", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2273" + "$ref": "2275" }, "isApiVersion": false, "optional": false, @@ -129267,13 +129579,13 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession.openAIBeta" }, { - "$id": "9617", + "$id": "9643", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2275" + "$ref": "2277" }, "isApiVersion": false, "optional": false, @@ -129284,12 +129596,12 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession.contentType" }, { - "$id": "9618", + "$id": "9644", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2277" + "$ref": "2279" }, "isApiVersion": false, "optional": false, @@ -129300,16 +129612,16 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession.accept" }, { - "$id": "9619", + "$id": "9645", "kind": "body", "name": "requestMessages", "serializedName": "requestMessages", "type": { - "$id": "9620", + "$id": "9646", "kind": "array", "name": "ArrayRealtimeClientEvent", "valueType": { - "$ref": "6893" + "$ref": "6919" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -129332,11 +129644,11 @@ 200 ], "bodyType": { - "$id": "9621", + "$id": "9647", "kind": "array", "name": "ArrayRealtimeServerEvent", "valueType": { - "$ref": "7190" + "$ref": "7216" }, "crossLanguageDefinitionId": "TypeSpec.Array", "decorators": [] @@ -129362,12 +129674,12 @@ }, "parameters": [ { - "$id": "9622", + "$id": "9648", "kind": "method", "name": "openAIBeta", "serializedName": "OpenAI-Beta", "type": { - "$ref": "2279" + "$ref": "2281" }, "location": "Header", "isApiVersion": false, @@ -129379,12 +129691,12 @@ "decorators": [] }, { - "$id": "9623", + "$id": "9649", "kind": "method", "name": "requestMessages", "serializedName": "requestMessages", "type": { - "$ref": "9620" + "$ref": "9646" }, "location": "Body", "isApiVersion": false, @@ -129396,13 +129708,13 @@ "decorators": [] }, { - "$id": "9624", + "$id": "9650", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2275" + "$ref": "2277" }, "location": "Header", "isApiVersion": false, @@ -129414,12 +129726,12 @@ "decorators": [] }, { - "$id": "9625", + "$id": "9651", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2277" + "$ref": "2279" }, "location": "Header", "isApiVersion": false, @@ -129433,7 +129745,7 @@ ], "response": { "type": { - "$ref": "9621" + "$ref": "9647" } }, "isOverride": false, @@ -129442,27 +129754,27 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.startRealtimeSession" }, { - "$id": "9626", + "$id": "9652", "kind": "basic", "name": "createEphemeralToken", "accessibility": "public", "apiVersions": [], "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API. Can be configured with the same session parameters as the session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "operation": { - "$id": "9627", + "$id": "9653", "name": "createEphemeralToken", "resourceName": "Realtime", "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API. Can be configured with the same session parameters as the session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "accessibility": "public", "parameters": [ { - "$id": "9628", + "$id": "9654", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2281" + "$ref": "2283" }, "isApiVersion": false, "optional": false, @@ -129473,12 +129785,12 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralToken.contentType" }, { - "$id": "9629", + "$id": "9655", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2283" + "$ref": "2285" }, "isApiVersion": false, "optional": false, @@ -129489,12 +129801,12 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralToken.accept" }, { - "$id": "9630", + "$id": "9656", "kind": "body", "name": "request", "serializedName": "request", "type": { - "$ref": "7674" + "$ref": "7700" }, "isApiVersion": false, "contentTypes": [ @@ -129514,7 +129826,7 @@ 200 ], "bodyType": { - "$ref": "7734" + "$ref": "7760" }, "headers": [], "isErrorResponse": false, @@ -129537,12 +129849,12 @@ }, "parameters": [ { - "$id": "9631", + "$id": "9657", "kind": "method", "name": "request", "serializedName": "request", "type": { - "$ref": "7674" + "$ref": "7700" }, "location": "Body", "isApiVersion": false, @@ -129554,13 +129866,13 @@ "decorators": [] }, { - "$id": "9632", + "$id": "9658", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2281" + "$ref": "2283" }, "location": "Header", "isApiVersion": false, @@ -129572,12 +129884,12 @@ "decorators": [] }, { - "$id": "9633", + "$id": "9659", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2283" + "$ref": "2285" }, "location": "Header", "isApiVersion": false, @@ -129591,7 +129903,7 @@ ], "response": { "type": { - "$ref": "7734" + "$ref": "7760" } }, "isOverride": false, @@ -129600,27 +129912,27 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralToken" }, { - "$id": "9634", + "$id": "9660", "kind": "basic", "name": "createEphemeralTranscriptionToken", "accessibility": "public", "apiVersions": [], "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API specifically for realtime transcriptions. Can be configured with the same session parameters as the transcription_session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "operation": { - "$id": "9635", + "$id": "9661", "name": "createEphemeralTranscriptionToken", "resourceName": "Realtime", "summary": "Create an ephemeral API token for use in client-side applications with the Realtime API specifically for realtime transcriptions. Can be configured with the same session parameters as the transcription_session.update client event.\n\nIt responds with a session object, plus a client_secret key which contains a usable ephemeral API token that can be used to authenticate browser clients for the Realtime API.", "accessibility": "public", "parameters": [ { - "$id": "9636", + "$id": "9662", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2285" + "$ref": "2287" }, "isApiVersion": false, "optional": false, @@ -129631,12 +129943,12 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralTranscriptionToken.contentType" }, { - "$id": "9637", + "$id": "9663", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2287" + "$ref": "2289" }, "isApiVersion": false, "optional": false, @@ -129647,12 +129959,12 @@ "crossLanguageDefinitionId": "OpenAI.Realtime.createEphemeralTranscriptionToken.accept" }, { - "$id": "9638", + "$id": "9664", "kind": "body", "name": "request", "serializedName": "request", "type": { - "$ref": "7153" + "$ref": "7179" }, "isApiVersion": false, "contentTypes": [ @@ -129672,7 +129984,7 @@ 200 ], "bodyType": { - "$ref": "7645" + "$ref": "7671" }, "headers": [], "isErrorResponse": false, @@ -129695,12 +130007,12 @@ }, "parameters": [ { - "$id": "9639", + "$id": "9665", "kind": "method", "name": "request", "serializedName": "request", "type": { - "$ref": "7153" + "$ref": "7179" }, "location": "Body", "isApiVersion": false, @@ -129712,13 +130024,13 @@ "decorators": [] }, { - "$id": "9640", + "$id": "9666", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2285" + "$ref": "2287" }, "location": "Header", "isApiVersion": false, @@ -129730,12 +130042,12 @@ "decorators": [] }, { - "$id": "9641", + "$id": "9667", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2287" + "$ref": "2289" }, "location": "Header", "isApiVersion": false, @@ -129749,7 +130061,7 @@ ], "response": { "type": { - "$ref": "7645" + "$ref": "7671" } }, "isOverride": false, @@ -129760,13 +130072,13 @@ ], "parameters": [ { - "$id": "9642", + "$id": "9668", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9643", + "$id": "9669", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -129777,7 +130089,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9644", + "$id": "9670", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -129795,36 +130107,36 @@ "crossLanguageDefinitionId": "OpenAI.Realtime", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9645", + "$id": "9671", "kind": "client", "name": "Uploads", "namespace": "OpenAI", "methods": [ { - "$id": "9646", + "$id": "9672", "kind": "basic", "name": "createUpload", "accessibility": "public", "apiVersions": [], "summary": "Creates an intermediate [Upload](/docs/api-reference/uploads/object) object that you can add [Parts](/docs/api-reference/uploads/part-object) to. Currently, an Upload can accept at most 8 GB in total and expires after an hour after you create it.\n\nOnce you complete the Upload, we will create a [File](/docs/api-reference/files/object) object that contains all the parts you uploaded. This File is usable in the rest of our platform as a regular File object.\n\nFor certain `purpose`s, the correct `mime_type` must be specified. Please refer to documentation for the supported MIME types for your use case:\n- [Assistants](/docs/assistants/tools/file-search/supported-files)\n\nFor guidance on the proper filename extensions for each purpose, please follow the documentation on [creating a File](/docs/api-reference/files/create).", "operation": { - "$id": "9647", + "$id": "9673", "name": "createUpload", "resourceName": "Uploads", "summary": "Creates an intermediate [Upload](/docs/api-reference/uploads/object) object that you can add [Parts](/docs/api-reference/uploads/part-object) to. Currently, an Upload can accept at most 8 GB in total and expires after an hour after you create it.\n\nOnce you complete the Upload, we will create a [File](/docs/api-reference/files/object) object that contains all the parts you uploaded. This File is usable in the rest of our platform as a regular File object.\n\nFor certain `purpose`s, the correct `mime_type` must be specified. Please refer to documentation for the supported MIME types for your use case:\n- [Assistants](/docs/assistants/tools/file-search/supported-files)\n\nFor guidance on the proper filename extensions for each purpose, please follow the documentation on [creating a File](/docs/api-reference/files/create).", "accessibility": "public", "parameters": [ { - "$id": "9648", + "$id": "9674", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2289" + "$ref": "2291" }, "isApiVersion": false, "optional": false, @@ -129835,13 +130147,13 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.createUpload.accept" }, { - "$id": "9649", + "$id": "9675", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2291" + "$ref": "2293" }, "isApiVersion": false, "optional": false, @@ -129852,12 +130164,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.createUpload.contentType" }, { - "$id": "9650", + "$id": "9676", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "7781" + "$ref": "7807" }, "isApiVersion": false, "contentTypes": [ @@ -129877,7 +130189,7 @@ 200 ], "bodyType": { - "$ref": "7789" + "$ref": "7815" }, "headers": [], "isErrorResponse": false, @@ -129900,12 +130212,12 @@ }, "parameters": [ { - "$id": "9651", + "$id": "9677", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2293" + "$ref": "2295" }, "location": "Header", "isApiVersion": false, @@ -129917,12 +130229,12 @@ "decorators": [] }, { - "$id": "9652", + "$id": "9678", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "7781" + "$ref": "7807" }, "location": "Body", "isApiVersion": false, @@ -129934,13 +130246,13 @@ "decorators": [] }, { - "$id": "9653", + "$id": "9679", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2291" + "$ref": "2293" }, "location": "Header", "isApiVersion": false, @@ -129954,7 +130266,7 @@ ], "response": { "type": { - "$ref": "7789" + "$ref": "7815" } }, "isOverride": false, @@ -129963,26 +130275,26 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.createUpload" }, { - "$id": "9654", + "$id": "9680", "kind": "basic", "name": "addUploadPart", "accessibility": "public", "apiVersions": [], "summary": "Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from the file you are trying to upload. \n\nEach Part can be at most 64 MB, and you can add Parts until you hit the Upload maximum of 8 GB.\n\nIt is possible to add multiple Parts in parallel. You can decide the intended order of the Parts when you [complete the Upload](/docs/api-reference/uploads/complete).", "operation": { - "$id": "9655", + "$id": "9681", "name": "addUploadPart", "resourceName": "Uploads", "summary": "Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from the file you are trying to upload. \n\nEach Part can be at most 64 MB, and you can add Parts until you hit the Upload maximum of 8 GB.\n\nIt is possible to add multiple Parts in parallel. You can decide the intended order of the Parts when you [complete the Upload](/docs/api-reference/uploads/complete).", "accessibility": "public", "parameters": [ { - "$id": "9656", + "$id": "9682", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2295" + "$ref": "2297" }, "isApiVersion": false, "optional": false, @@ -129993,12 +130305,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart.accept" }, { - "$id": "9657", + "$id": "9683", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2297" + "$ref": "2299" }, "isApiVersion": false, "optional": false, @@ -130009,12 +130321,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart.contentType" }, { - "$id": "9658", + "$id": "9684", "kind": "path", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "9659", + "$id": "9685", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130032,12 +130344,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart.upload_id" }, { - "$id": "9660", + "$id": "9686", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "7808" + "$ref": "7834" }, "isApiVersion": false, "contentTypes": [ @@ -130057,7 +130369,7 @@ 200 ], "bodyType": { - "$ref": "7811" + "$ref": "7837" }, "headers": [], "isErrorResponse": false, @@ -130080,12 +130392,12 @@ }, "parameters": [ { - "$id": "9661", + "$id": "9687", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2299" + "$ref": "2301" }, "location": "Header", "isApiVersion": false, @@ -130097,12 +130409,12 @@ "decorators": [] }, { - "$id": "9662", + "$id": "9688", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2301" + "$ref": "2303" }, "location": "Header", "isApiVersion": false, @@ -130114,12 +130426,12 @@ "decorators": [] }, { - "$id": "9663", + "$id": "9689", "kind": "method", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "9664", + "$id": "9690", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130135,12 +130447,12 @@ "decorators": [] }, { - "$id": "9665", + "$id": "9691", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "7808" + "$ref": "7834" }, "location": "Body", "isApiVersion": false, @@ -130154,7 +130466,7 @@ ], "response": { "type": { - "$ref": "7811" + "$ref": "7837" } }, "isOverride": false, @@ -130163,26 +130475,26 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.addUploadPart" }, { - "$id": "9666", + "$id": "9692", "kind": "basic", "name": "completeUpload", "accessibility": "public", "apiVersions": [], "summary": "Completes the [Upload](/docs/api-reference/uploads/object). \n\nWithin the returned Upload object, there is a nested [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform.\n\nYou can specify the order of the Parts by passing in an ordered list of the Part IDs.\n\nThe number of bytes uploaded upon completion must match the number of bytes initially specified when creating the Upload object. No Parts may be added after an Upload is completed.", "operation": { - "$id": "9667", + "$id": "9693", "name": "completeUpload", "resourceName": "Uploads", "summary": "Completes the [Upload](/docs/api-reference/uploads/object). \n\nWithin the returned Upload object, there is a nested [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform.\n\nYou can specify the order of the Parts by passing in an ordered list of the Part IDs.\n\nThe number of bytes uploaded upon completion must match the number of bytes initially specified when creating the Upload object. No Parts may be added after an Upload is completed.", "accessibility": "public", "parameters": [ { - "$id": "9668", + "$id": "9694", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2303" + "$ref": "2305" }, "isApiVersion": false, "optional": false, @@ -130193,12 +130505,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload.accept" }, { - "$id": "9669", + "$id": "9695", "kind": "path", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "9670", + "$id": "9696", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130216,13 +130528,13 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload.upload_id" }, { - "$id": "9671", + "$id": "9697", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2305" + "$ref": "2307" }, "isApiVersion": false, "optional": false, @@ -130233,12 +130545,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload.contentType" }, { - "$id": "9672", + "$id": "9698", "kind": "body", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "7820" + "$ref": "7846" }, "isApiVersion": false, "contentTypes": [ @@ -130258,7 +130570,7 @@ 200 ], "bodyType": { - "$ref": "7789" + "$ref": "7815" }, "headers": [], "isErrorResponse": false, @@ -130281,12 +130593,12 @@ }, "parameters": [ { - "$id": "9673", + "$id": "9699", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2307" + "$ref": "2309" }, "location": "Header", "isApiVersion": false, @@ -130298,12 +130610,12 @@ "decorators": [] }, { - "$id": "9674", + "$id": "9700", "kind": "method", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "9675", + "$id": "9701", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130319,12 +130631,12 @@ "decorators": [] }, { - "$id": "9676", + "$id": "9702", "kind": "method", "name": "requestBody", "serializedName": "requestBody", "type": { - "$ref": "7820" + "$ref": "7846" }, "location": "Body", "isApiVersion": false, @@ -130336,13 +130648,13 @@ "decorators": [] }, { - "$id": "9677", + "$id": "9703", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2305" + "$ref": "2307" }, "location": "Header", "isApiVersion": false, @@ -130356,7 +130668,7 @@ ], "response": { "type": { - "$ref": "7789" + "$ref": "7815" } }, "isOverride": false, @@ -130365,26 +130677,26 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.completeUpload" }, { - "$id": "9678", + "$id": "9704", "kind": "basic", "name": "cancelUpload", "accessibility": "public", "apiVersions": [], "summary": "Cancels the Upload. No Parts may be added after an Upload is cancelled.", "operation": { - "$id": "9679", + "$id": "9705", "name": "cancelUpload", "resourceName": "Uploads", "summary": "Cancels the Upload. No Parts may be added after an Upload is cancelled.", "accessibility": "public", "parameters": [ { - "$id": "9680", + "$id": "9706", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2309" + "$ref": "2311" }, "isApiVersion": false, "optional": false, @@ -130395,12 +130707,12 @@ "crossLanguageDefinitionId": "OpenAI.Uploads.cancelUpload.accept" }, { - "$id": "9681", + "$id": "9707", "kind": "path", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "9682", + "$id": "9708", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130424,7 +130736,7 @@ 200 ], "bodyType": { - "$ref": "7789" + "$ref": "7815" }, "headers": [], "isErrorResponse": false, @@ -130444,12 +130756,12 @@ }, "parameters": [ { - "$id": "9683", + "$id": "9709", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2311" + "$ref": "2313" }, "location": "Header", "isApiVersion": false, @@ -130461,12 +130773,12 @@ "decorators": [] }, { - "$id": "9684", + "$id": "9710", "kind": "method", "name": "upload_id", "serializedName": "upload_id", "type": { - "$id": "9685", + "$id": "9711", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130484,7 +130796,7 @@ ], "response": { "type": { - "$ref": "7789" + "$ref": "7815" } }, "isOverride": false, @@ -130495,13 +130807,13 @@ ], "parameters": [ { - "$id": "9686", + "$id": "9712", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9687", + "$id": "9713", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -130512,7 +130824,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9688", + "$id": "9714", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -130530,17 +130842,17 @@ "crossLanguageDefinitionId": "OpenAI.Uploads", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9689", + "$id": "9715", "kind": "client", "name": "Conversations", "namespace": "OpenAI", "methods": [ { - "$id": "9690", + "$id": "9716", "kind": "paging", "name": "GetConversationItems", "accessibility": "public", @@ -130548,7 +130860,7 @@ "doc": "List all items for a conversation with the given ID.", "summary": "List items", "operation": { - "$id": "9691", + "$id": "9717", "name": "GetConversationItems", "resourceName": "OpenAI", "summary": "List items", @@ -130556,13 +130868,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9692", + "$id": "9718", "kind": "path", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to list items for.", "type": { - "$id": "9693", + "$id": "9719", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130580,13 +130892,13 @@ "crossLanguageDefinitionId": "OpenAI.listConversationItems.conversation_id" }, { - "$id": "9694", + "$id": "9720", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between\n1 and 100, and the default is 20.", "type": { - "$id": "9695", + "$id": "9721", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -130601,18 +130913,18 @@ "readOnly": false }, { - "$id": "9696", + "$id": "9722", "kind": "query", "name": "order", "serializedName": "order", "doc": "The order to return the input items in. Default is `desc`.\n- `asc`: Return the input items in ascending order.\n- `desc`: Return the input items in descending order.", "type": { - "$id": "9697", + "$id": "9723", "kind": "enum", "name": "ListConversationItemsRequestOrder", "crossLanguageDefinitionId": "OpenAI.listConversationItems.RequestOrder.anonymous", "valueType": { - "$id": "9698", + "$id": "9724", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130620,28 +130932,28 @@ }, "values": [ { - "$id": "9699", + "$id": "9725", "kind": "enumvalue", "name": "asc", "value": "asc", "valueType": { - "$ref": "9698" + "$ref": "9724" }, "enumType": { - "$ref": "9697" + "$ref": "9723" }, "decorators": [] }, { - "$id": "9700", + "$id": "9726", "kind": "enumvalue", "name": "desc", "value": "desc", "valueType": { - "$ref": "9698" + "$ref": "9724" }, "enumType": { - "$ref": "9697" + "$ref": "9723" }, "decorators": [] } @@ -130661,13 +130973,13 @@ "readOnly": false }, { - "$id": "9701", + "$id": "9727", "kind": "query", "name": "after", "serializedName": "after", "doc": "An item ID to list items after, used in pagination.", "type": { - "$id": "9702", + "$id": "9728", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130682,22 +130994,22 @@ "readOnly": false }, { - "$id": "9703", + "$id": "9729", "kind": "query", "name": "include", "serializedName": "include", "doc": "Specify additional output data to include in the model response. Currently supported values are:\n- `web_search_call.action.sources`: Include the sources of the web search tool call.\n- `code_interpreter_call.outputs`: Includes the outputs of python code execution in code interpreter tool call items.\n- `computer_call_output.output.image_url`: Include image urls from the computer call output.\n- `file_search_call.results`: Include the search results of the file search tool call.\n- `message.input_image.image_url`: Include image urls from the input message.\n- `message.output_text.logprobs`: Include logprobs with assistant messages.\n- `reasoning.encrypted_content`: Includes an encrypted version of reasoning tokens in reasoning item outputs. This enables reasoning items to be used in multi-turn conversations when using the Responses API statelessly (like when the `store` parameter is set to `false`, or when an organization is enrolled in the zero data retention program).", "type": { - "$id": "9704", + "$id": "9730", "kind": "array", "name": "ArrayIncludeEnum", "valueType": { - "$id": "9705", + "$id": "9731", "kind": "enum", "name": "IncludeEnum", "crossLanguageDefinitionId": "OpenAI.IncludeEnum", "valueType": { - "$id": "9706", + "$id": "9732", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130705,106 +131017,106 @@ }, "values": [ { - "$id": "9707", + "$id": "9733", "kind": "enumvalue", "name": "file_search_call.results", "value": "file_search_call.results", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] }, { - "$id": "9708", + "$id": "9734", "kind": "enumvalue", "name": "web_search_call.results", "value": "web_search_call.results", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] }, { - "$id": "9709", + "$id": "9735", "kind": "enumvalue", "name": "web_search_call.action.sources", "value": "web_search_call.action.sources", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] }, { - "$id": "9710", + "$id": "9736", "kind": "enumvalue", "name": "message.input_image.image_url", "value": "message.input_image.image_url", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] }, { - "$id": "9711", + "$id": "9737", "kind": "enumvalue", "name": "computer_call_output.output.image_url", "value": "computer_call_output.output.image_url", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] }, { - "$id": "9712", + "$id": "9738", "kind": "enumvalue", "name": "code_interpreter_call.outputs", "value": "code_interpreter_call.outputs", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] }, { - "$id": "9713", + "$id": "9739", "kind": "enumvalue", "name": "reasoning.encrypted_content", "value": "reasoning.encrypted_content", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] }, { - "$id": "9714", + "$id": "9740", "kind": "enumvalue", "name": "message.output_text.logprobs", "value": "message.output_text.logprobs", "valueType": { - "$ref": "9706" + "$ref": "9732" }, "enumType": { - "$ref": "9705" + "$ref": "9731" }, "decorators": [] } @@ -130828,12 +131140,12 @@ "readOnly": false }, { - "$id": "9715", + "$id": "9741", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2313" + "$ref": "2315" }, "isApiVersion": false, "optional": false, @@ -130850,7 +131162,7 @@ 200 ], "bodyType": { - "$id": "9716", + "$id": "9742", "kind": "model", "name": "ConversationItemList", "namespace": "OpenAI", @@ -130861,12 +131173,12 @@ "decorators": [], "properties": [ { - "$id": "9717", + "$id": "9743", "kind": "property", "name": "object", "doc": "The type of object returned, must be `list`.", "type": { - "$ref": "2315" + "$ref": "2317" }, "optional": false, "readOnly": false, @@ -130878,12 +131190,12 @@ "isHttpMetadata": false }, { - "$id": "9718", + "$id": "9744", "kind": "property", "name": "data", "doc": "A list of conversation items.", "type": { - "$ref": "5189" + "$ref": "5191" }, "optional": false, "readOnly": false, @@ -130895,12 +131207,12 @@ "isHttpMetadata": false }, { - "$id": "9719", + "$id": "9745", "kind": "property", "name": "has_more", "doc": "Whether there are more items available.", "type": { - "$id": "9720", + "$id": "9746", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -130916,12 +131228,12 @@ "isHttpMetadata": false }, { - "$id": "9721", + "$id": "9747", "kind": "property", "name": "first_id", "doc": "The ID of the first item in the list.", "type": { - "$id": "9722", + "$id": "9748", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130937,12 +131249,12 @@ "isHttpMetadata": false }, { - "$id": "9723", + "$id": "9749", "kind": "property", "name": "last_id", "doc": "The ID of the last item in the list.", "type": { - "$id": "9724", + "$id": "9750", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130977,13 +131289,13 @@ }, "parameters": [ { - "$id": "9725", + "$id": "9751", "kind": "method", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to list items for.", "type": { - "$id": "9726", + "$id": "9752", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -130999,13 +131311,13 @@ "decorators": [] }, { - "$id": "9727", + "$id": "9753", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "A limit on the number of objects to be returned. Limit can range between\n1 and 100, and the default is 20.", "type": { - "$id": "9728", + "$id": "9754", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -131021,13 +131333,13 @@ "decorators": [] }, { - "$id": "9729", + "$id": "9755", "kind": "method", "name": "order", "serializedName": "order", "doc": "The order to return the input items in. Default is `desc`.\n- `asc`: Return the input items in ascending order.\n- `desc`: Return the input items in descending order.", "type": { - "$ref": "9697" + "$ref": "9723" }, "location": "Query", "isApiVersion": false, @@ -131039,13 +131351,13 @@ "decorators": [] }, { - "$id": "9730", + "$id": "9756", "kind": "method", "name": "after", "serializedName": "after", "doc": "An item ID to list items after, used in pagination.", "type": { - "$id": "9731", + "$id": "9757", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131061,13 +131373,13 @@ "decorators": [] }, { - "$id": "9732", + "$id": "9758", "kind": "method", "name": "include", "serializedName": "include", "doc": "Specify additional output data to include in the model response. Currently supported values are:\n- `web_search_call.action.sources`: Include the sources of the web search tool call.\n- `code_interpreter_call.outputs`: Includes the outputs of python code execution in code interpreter tool call items.\n- `computer_call_output.output.image_url`: Include image urls from the computer call output.\n- `file_search_call.results`: Include the search results of the file search tool call.\n- `message.input_image.image_url`: Include image urls from the input message.\n- `message.output_text.logprobs`: Include logprobs with assistant messages.\n- `reasoning.encrypted_content`: Includes an encrypted version of reasoning tokens in reasoning item outputs. This enables reasoning items to be used in multi-turn conversations when using the Responses API statelessly (like when the `store` parameter is set to `false`, or when an organization is enrolled in the zero data retention program).", "type": { - "$ref": "9704" + "$ref": "9730" }, "location": "Query", "isApiVersion": false, @@ -131079,12 +131391,12 @@ "decorators": [] }, { - "$id": "9733", + "$id": "9759", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2313" + "$ref": "2315" }, "location": "Header", "isApiVersion": false, @@ -131098,7 +131410,7 @@ ], "response": { "type": { - "$ref": "5189" + "$ref": "5191" }, "resultSegments": [ "data" @@ -131115,7 +131427,7 @@ } }, { - "$id": "9734", + "$id": "9760", "kind": "basic", "name": "createConversationItems", "accessibility": "public", @@ -131123,7 +131435,7 @@ "doc": "Create items in a conversation with the given ID.", "summary": "Create items", "operation": { - "$id": "9735", + "$id": "9761", "name": "createConversationItems", "resourceName": "OpenAI", "summary": "Create items", @@ -131131,13 +131443,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9736", + "$id": "9762", "kind": "path", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to add the item to.", "type": { - "$id": "9737", + "$id": "9763", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131155,13 +131467,13 @@ "crossLanguageDefinitionId": "OpenAI.createConversationItems.conversation_id" }, { - "$id": "9738", + "$id": "9764", "kind": "query", "name": "include", "serializedName": "include", "doc": "Additional fields to include in the response. See the `include`\nparameter for [listing Conversation items above](https://platform.openai.com/docs/api-reference/conversations/list-items#conversations_list_items-include) for more information.", "type": { - "$ref": "9704" + "$ref": "9730" }, "isApiVersion": false, "explode": true, @@ -131172,13 +131484,13 @@ "readOnly": false }, { - "$id": "9739", + "$id": "9765", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2317" + "$ref": "2319" }, "isApiVersion": false, "optional": false, @@ -131189,12 +131501,12 @@ "crossLanguageDefinitionId": "OpenAI.createConversationItems.contentType" }, { - "$id": "9740", + "$id": "9766", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2319" + "$ref": "2321" }, "isApiVersion": false, "optional": false, @@ -131205,12 +131517,12 @@ "crossLanguageDefinitionId": "OpenAI.createConversationItems.accept" }, { - "$id": "9741", + "$id": "9767", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$id": "9742", + "$id": "9768", "kind": "model", "name": "CreateConversationItemsParametersBody", "namespace": "OpenAI", @@ -131219,11 +131531,11 @@ "decorators": [], "properties": [ { - "$id": "9743", + "$id": "9769", "kind": "property", "name": "items", "type": { - "$ref": "5189" + "$ref": "5191" }, "optional": false, "readOnly": false, @@ -131254,7 +131566,7 @@ 200 ], "bodyType": { - "$ref": "9716" + "$ref": "9742" }, "headers": [], "isErrorResponse": false, @@ -131277,13 +131589,13 @@ }, "parameters": [ { - "$id": "9744", + "$id": "9770", "kind": "method", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to add the item to.", "type": { - "$id": "9745", + "$id": "9771", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131299,13 +131611,13 @@ "decorators": [] }, { - "$id": "9746", + "$id": "9772", "kind": "method", "name": "include", "serializedName": "include", "doc": "Additional fields to include in the response. See the `include`\nparameter for [listing Conversation items above](https://platform.openai.com/docs/api-reference/conversations/list-items#conversations_list_items-include) for more information.", "type": { - "$ref": "9704" + "$ref": "9730" }, "location": "Query", "isApiVersion": false, @@ -131317,12 +131629,12 @@ "decorators": [] }, { - "$id": "9747", + "$id": "9773", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "9742" + "$ref": "9768" }, "location": "Body", "isApiVersion": false, @@ -131334,13 +131646,13 @@ "decorators": [] }, { - "$id": "9748", + "$id": "9774", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2317" + "$ref": "2319" }, "location": "Header", "isApiVersion": false, @@ -131352,12 +131664,12 @@ "decorators": [] }, { - "$id": "9749", + "$id": "9775", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2319" + "$ref": "2321" }, "location": "Header", "isApiVersion": false, @@ -131371,7 +131683,7 @@ ], "response": { "type": { - "$ref": "9716" + "$ref": "9742" } }, "isOverride": false, @@ -131380,7 +131692,7 @@ "crossLanguageDefinitionId": "OpenAI.createConversationItems" }, { - "$id": "9750", + "$id": "9776", "kind": "basic", "name": "deleteConversationItem", "accessibility": "public", @@ -131388,7 +131700,7 @@ "doc": "Delete an item from a conversation with the given IDs.", "summary": "Delete an item", "operation": { - "$id": "9751", + "$id": "9777", "name": "deleteConversationItem", "resourceName": "OpenAI", "summary": "Delete an item", @@ -131396,13 +131708,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9752", + "$id": "9778", "kind": "path", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation that contains the item.", "type": { - "$id": "9753", + "$id": "9779", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131420,13 +131732,13 @@ "crossLanguageDefinitionId": "OpenAI.deleteConversationItem.conversation_id" }, { - "$id": "9754", + "$id": "9780", "kind": "path", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item to delete.", "type": { - "$id": "9755", + "$id": "9781", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131444,12 +131756,12 @@ "crossLanguageDefinitionId": "OpenAI.deleteConversationItem.item_id" }, { - "$id": "9756", + "$id": "9782", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2321" + "$ref": "2323" }, "isApiVersion": false, "optional": false, @@ -131466,7 +131778,7 @@ 200 ], "bodyType": { - "$id": "9757", + "$id": "9783", "kind": "model", "name": "ConversationResource", "namespace": "OpenAI", @@ -131475,12 +131787,12 @@ "decorators": [], "properties": [ { - "$id": "9758", + "$id": "9784", "kind": "property", "name": "id", "doc": "The unique ID of the conversation.", "type": { - "$id": "9759", + "$id": "9785", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131496,12 +131808,12 @@ "isHttpMetadata": false }, { - "$id": "9760", + "$id": "9786", "kind": "property", "name": "object", "doc": "The object type, which is always `conversation`.", "type": { - "$ref": "2323" + "$ref": "2325" }, "optional": false, "readOnly": false, @@ -131513,12 +131825,12 @@ "isHttpMetadata": false }, { - "$id": "9761", + "$id": "9787", "kind": "property", "name": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.\n Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.", "type": { - "$id": "9762", + "$id": "9788", "kind": "unknown", "name": "unknown", "crossLanguageDefinitionId": "", @@ -131534,12 +131846,12 @@ "isHttpMetadata": false }, { - "$id": "9763", + "$id": "9789", "kind": "property", "name": "created_at", "doc": "The time at which the conversation was created, measured in seconds since the Unix epoch.", "type": { - "$id": "9764", + "$id": "9790", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -131574,13 +131886,13 @@ }, "parameters": [ { - "$id": "9765", + "$id": "9791", "kind": "method", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation that contains the item.", "type": { - "$id": "9766", + "$id": "9792", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131596,13 +131908,13 @@ "decorators": [] }, { - "$id": "9767", + "$id": "9793", "kind": "method", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item to delete.", "type": { - "$id": "9768", + "$id": "9794", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131618,12 +131930,12 @@ "decorators": [] }, { - "$id": "9769", + "$id": "9795", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2321" + "$ref": "2323" }, "location": "Header", "isApiVersion": false, @@ -131637,7 +131949,7 @@ ], "response": { "type": { - "$ref": "9757" + "$ref": "9783" } }, "isOverride": false, @@ -131646,7 +131958,7 @@ "crossLanguageDefinitionId": "OpenAI.deleteConversationItem" }, { - "$id": "9770", + "$id": "9796", "kind": "basic", "name": "getConversationItem", "accessibility": "public", @@ -131654,7 +131966,7 @@ "doc": "Get a single item from a conversation with the given IDs.", "summary": "Retrieve an item", "operation": { - "$id": "9771", + "$id": "9797", "name": "getConversationItem", "resourceName": "OpenAI", "summary": "Retrieve an item", @@ -131662,13 +131974,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9772", + "$id": "9798", "kind": "path", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation that contains the item.", "type": { - "$id": "9773", + "$id": "9799", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131686,13 +131998,13 @@ "crossLanguageDefinitionId": "OpenAI.getConversationItem.conversation_id" }, { - "$id": "9774", + "$id": "9800", "kind": "path", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item to retrieve.", "type": { - "$id": "9775", + "$id": "9801", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131710,13 +132022,13 @@ "crossLanguageDefinitionId": "OpenAI.getConversationItem.item_id" }, { - "$id": "9776", + "$id": "9802", "kind": "query", "name": "include", "serializedName": "include", "doc": "Additional fields to include in the response. See the `include`\nparameter for [listing Conversation items above](https://platform.openai.com/docs/api-reference/conversations/list-items#conversations_list_items-include) for more information.", "type": { - "$ref": "9704" + "$ref": "9730" }, "isApiVersion": false, "explode": true, @@ -131727,12 +132039,12 @@ "readOnly": false }, { - "$id": "9777", + "$id": "9803", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2325" + "$ref": "2327" }, "isApiVersion": false, "optional": false, @@ -131749,7 +132061,7 @@ 200 ], "bodyType": { - "$ref": "5190" + "$ref": "5192" }, "headers": [], "isErrorResponse": false, @@ -131769,13 +132081,13 @@ }, "parameters": [ { - "$id": "9778", + "$id": "9804", "kind": "method", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation that contains the item.", "type": { - "$id": "9779", + "$id": "9805", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131791,13 +132103,13 @@ "decorators": [] }, { - "$id": "9780", + "$id": "9806", "kind": "method", "name": "item_id", "serializedName": "item_id", "doc": "The ID of the item to retrieve.", "type": { - "$id": "9781", + "$id": "9807", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -131813,13 +132125,13 @@ "decorators": [] }, { - "$id": "9782", + "$id": "9808", "kind": "method", "name": "include", "serializedName": "include", "doc": "Additional fields to include in the response. See the `include`\nparameter for [listing Conversation items above](https://platform.openai.com/docs/api-reference/conversations/list-items#conversations_list_items-include) for more information.", "type": { - "$ref": "9704" + "$ref": "9730" }, "location": "Query", "isApiVersion": false, @@ -131831,12 +132143,12 @@ "decorators": [] }, { - "$id": "9783", + "$id": "9809", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2325" + "$ref": "2327" }, "location": "Header", "isApiVersion": false, @@ -131850,7 +132162,7 @@ ], "response": { "type": { - "$ref": "5190" + "$ref": "5192" } }, "isOverride": false, @@ -131859,7 +132171,7 @@ "crossLanguageDefinitionId": "OpenAI.getConversationItem" }, { - "$id": "9784", + "$id": "9810", "kind": "basic", "name": "createConversation", "accessibility": "public", @@ -131867,7 +132179,7 @@ "doc": "Create a conversation.", "summary": "Create a conversation", "operation": { - "$id": "9785", + "$id": "9811", "name": "createConversation", "resourceName": "OpenAI", "summary": "Create a conversation", @@ -131875,13 +132187,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9786", + "$id": "9812", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2327" + "$ref": "2329" }, "isApiVersion": false, "optional": false, @@ -131892,12 +132204,12 @@ "crossLanguageDefinitionId": "OpenAI.createConversation.contentType" }, { - "$id": "9787", + "$id": "9813", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2329" + "$ref": "2331" }, "isApiVersion": false, "optional": false, @@ -131908,12 +132220,12 @@ "crossLanguageDefinitionId": "OpenAI.createConversation.accept" }, { - "$id": "9788", + "$id": "9814", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$id": "9789", + "$id": "9815", "kind": "model", "name": "CreateConversationBody", "namespace": "OpenAI", @@ -131922,14 +132234,14 @@ "decorators": [], "properties": [ { - "$id": "9790", + "$id": "9816", "kind": "property", "name": "metadata", "type": { - "$id": "9791", + "$id": "9817", "kind": "nullable", "type": { - "$id": "9792", + "$id": "9818", "kind": "model", "name": "Metadata", "namespace": "OpenAI", @@ -131951,14 +132263,14 @@ "isHttpMetadata": false }, { - "$id": "9793", + "$id": "9819", "kind": "property", "name": "items", "type": { - "$id": "9794", + "$id": "9820", "kind": "nullable", "type": { - "$ref": "5189" + "$ref": "5191" }, "namespace": "OpenAI" }, @@ -131991,7 +132303,7 @@ 200 ], "bodyType": { - "$ref": "9757" + "$ref": "9783" }, "headers": [], "isErrorResponse": false, @@ -132014,12 +132326,12 @@ }, "parameters": [ { - "$id": "9795", + "$id": "9821", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "9789" + "$ref": "9815" }, "location": "Body", "isApiVersion": false, @@ -132031,13 +132343,13 @@ "decorators": [] }, { - "$id": "9796", + "$id": "9822", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2327" + "$ref": "2329" }, "location": "Header", "isApiVersion": false, @@ -132049,12 +132361,12 @@ "decorators": [] }, { - "$id": "9797", + "$id": "9823", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2329" + "$ref": "2331" }, "location": "Header", "isApiVersion": false, @@ -132068,7 +132380,7 @@ ], "response": { "type": { - "$ref": "9757" + "$ref": "9783" } }, "isOverride": false, @@ -132077,7 +132389,7 @@ "crossLanguageDefinitionId": "OpenAI.createConversation" }, { - "$id": "9798", + "$id": "9824", "kind": "basic", "name": "deleteConversation", "accessibility": "public", @@ -132085,7 +132397,7 @@ "doc": "Delete a conversation. Items in the conversation will not be deleted.", "summary": "Delete a conversation", "operation": { - "$id": "9799", + "$id": "9825", "name": "deleteConversation", "resourceName": "OpenAI", "summary": "Delete a conversation", @@ -132093,13 +132405,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9800", + "$id": "9826", "kind": "path", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to delete.", "type": { - "$id": "9801", + "$id": "9827", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132117,12 +132429,12 @@ "crossLanguageDefinitionId": "OpenAI.deleteConversation.conversation_id" }, { - "$id": "9802", + "$id": "9828", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2331" + "$ref": "2333" }, "isApiVersion": false, "optional": false, @@ -132139,7 +132451,7 @@ 200 ], "bodyType": { - "$id": "9803", + "$id": "9829", "kind": "model", "name": "DeletedConversationResource", "namespace": "OpenAI", @@ -132148,11 +132460,11 @@ "decorators": [], "properties": [ { - "$id": "9804", + "$id": "9830", "kind": "property", "name": "object", "type": { - "$ref": "2333" + "$ref": "2335" }, "optional": false, "readOnly": false, @@ -132164,11 +132476,11 @@ "isHttpMetadata": false }, { - "$id": "9805", + "$id": "9831", "kind": "property", "name": "deleted", "type": { - "$id": "9806", + "$id": "9832", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -132184,11 +132496,11 @@ "isHttpMetadata": false }, { - "$id": "9807", + "$id": "9833", "kind": "property", "name": "id", "type": { - "$id": "9808", + "$id": "9834", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132223,13 +132535,13 @@ }, "parameters": [ { - "$id": "9809", + "$id": "9835", "kind": "method", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to delete.", "type": { - "$id": "9810", + "$id": "9836", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132245,12 +132557,12 @@ "decorators": [] }, { - "$id": "9811", + "$id": "9837", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2331" + "$ref": "2333" }, "location": "Header", "isApiVersion": false, @@ -132264,7 +132576,7 @@ ], "response": { "type": { - "$ref": "9803" + "$ref": "9829" } }, "isOverride": false, @@ -132273,7 +132585,7 @@ "crossLanguageDefinitionId": "OpenAI.deleteConversation" }, { - "$id": "9812", + "$id": "9838", "kind": "basic", "name": "getConversation", "accessibility": "public", @@ -132281,7 +132593,7 @@ "doc": "Get a conversation", "summary": "Retrieve a conversation", "operation": { - "$id": "9813", + "$id": "9839", "name": "getConversation", "resourceName": "OpenAI", "summary": "Retrieve a conversation", @@ -132289,13 +132601,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9814", + "$id": "9840", "kind": "path", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to retrieve.", "type": { - "$id": "9815", + "$id": "9841", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132313,12 +132625,12 @@ "crossLanguageDefinitionId": "OpenAI.getConversation.conversation_id" }, { - "$id": "9816", + "$id": "9842", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2335" + "$ref": "2337" }, "isApiVersion": false, "optional": false, @@ -132335,7 +132647,7 @@ 200 ], "bodyType": { - "$ref": "9757" + "$ref": "9783" }, "headers": [], "isErrorResponse": false, @@ -132355,13 +132667,13 @@ }, "parameters": [ { - "$id": "9817", + "$id": "9843", "kind": "method", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to retrieve.", "type": { - "$id": "9818", + "$id": "9844", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132377,12 +132689,12 @@ "decorators": [] }, { - "$id": "9819", + "$id": "9845", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2335" + "$ref": "2337" }, "location": "Header", "isApiVersion": false, @@ -132396,7 +132708,7 @@ ], "response": { "type": { - "$ref": "9757" + "$ref": "9783" } }, "isOverride": false, @@ -132405,7 +132717,7 @@ "crossLanguageDefinitionId": "OpenAI.getConversation" }, { - "$id": "9820", + "$id": "9846", "kind": "basic", "name": "updateConversation", "accessibility": "public", @@ -132413,7 +132725,7 @@ "doc": "Update a conversation", "summary": "Update a conversation", "operation": { - "$id": "9821", + "$id": "9847", "name": "updateConversation", "resourceName": "OpenAI", "summary": "Update a conversation", @@ -132421,13 +132733,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9822", + "$id": "9848", "kind": "path", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to update.", "type": { - "$id": "9823", + "$id": "9849", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132445,13 +132757,13 @@ "crossLanguageDefinitionId": "OpenAI.updateConversation.conversation_id" }, { - "$id": "9824", + "$id": "9850", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2337" + "$ref": "2339" }, "isApiVersion": false, "optional": false, @@ -132462,12 +132774,12 @@ "crossLanguageDefinitionId": "OpenAI.updateConversation.contentType" }, { - "$id": "9825", + "$id": "9851", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2339" + "$ref": "2341" }, "isApiVersion": false, "optional": false, @@ -132478,12 +132790,12 @@ "crossLanguageDefinitionId": "OpenAI.updateConversation.accept" }, { - "$id": "9826", + "$id": "9852", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$id": "9827", + "$id": "9853", "kind": "model", "name": "UpdateConversationBody", "namespace": "OpenAI", @@ -132492,15 +132804,15 @@ "decorators": [], "properties": [ { - "$id": "9828", + "$id": "9854", "kind": "property", "name": "metadata", "doc": "Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard.\n Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters.", "type": { - "$id": "9829", + "$id": "9855", "kind": "nullable", "type": { - "$ref": "9792" + "$ref": "9818" }, "namespace": "OpenAI" }, @@ -132533,7 +132845,7 @@ 200 ], "bodyType": { - "$ref": "9757" + "$ref": "9783" }, "headers": [], "isErrorResponse": false, @@ -132556,13 +132868,13 @@ }, "parameters": [ { - "$id": "9830", + "$id": "9856", "kind": "method", "name": "conversation_id", "serializedName": "conversation_id", "doc": "The ID of the conversation to update.", "type": { - "$id": "9831", + "$id": "9857", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132578,12 +132890,12 @@ "decorators": [] }, { - "$id": "9832", + "$id": "9858", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "9827" + "$ref": "9853" }, "location": "Body", "isApiVersion": false, @@ -132595,13 +132907,13 @@ "decorators": [] }, { - "$id": "9833", + "$id": "9859", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "doc": "Body parameter's content type. Known values are application/json", "type": { - "$ref": "2337" + "$ref": "2339" }, "location": "Header", "isApiVersion": false, @@ -132613,12 +132925,12 @@ "decorators": [] }, { - "$id": "9834", + "$id": "9860", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2339" + "$ref": "2341" }, "location": "Header", "isApiVersion": false, @@ -132632,7 +132944,7 @@ ], "response": { "type": { - "$ref": "9757" + "$ref": "9783" } }, "isOverride": false, @@ -132643,13 +132955,13 @@ ], "parameters": [ { - "$id": "9835", + "$id": "9861", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9836", + "$id": "9862", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -132660,7 +132972,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9837", + "$id": "9863", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -132678,17 +132990,17 @@ "crossLanguageDefinitionId": "OpenAI", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } }, { - "$id": "9838", + "$id": "9864", "kind": "client", "name": "Videos", "namespace": "OpenAI", "methods": [ { - "$id": "9839", + "$id": "9865", "kind": "paging", "name": "ListVideos", "accessibility": "public", @@ -132696,7 +133008,7 @@ "doc": "List videos", "summary": "List videos", "operation": { - "$id": "9840", + "$id": "9866", "name": "ListVideos", "resourceName": "OpenAI", "summary": "List videos", @@ -132704,13 +133016,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9841", + "$id": "9867", "kind": "query", "name": "limit", "serializedName": "limit", "doc": "Number of items to retrieve", "type": { - "$id": "9842", + "$id": "9868", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -132725,18 +133037,18 @@ "readOnly": false }, { - "$id": "9843", + "$id": "9869", "kind": "query", "name": "order", "serializedName": "order", "doc": "Sort order of results by timestamp. Use `asc` for ascending order or `desc` for descending order.", "type": { - "$id": "9844", + "$id": "9870", "kind": "enum", "name": "OrderEnum", "crossLanguageDefinitionId": "OpenAI.OrderEnum", "valueType": { - "$id": "9845", + "$id": "9871", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132744,28 +133056,28 @@ }, "values": [ { - "$id": "9846", + "$id": "9872", "kind": "enumvalue", "name": "asc", "value": "asc", "valueType": { - "$ref": "9845" + "$ref": "9871" }, "enumType": { - "$ref": "9844" + "$ref": "9870" }, "decorators": [] }, { - "$id": "9847", + "$id": "9873", "kind": "enumvalue", "name": "desc", "value": "desc", "valueType": { - "$ref": "9845" + "$ref": "9871" }, "enumType": { - "$ref": "9844" + "$ref": "9870" }, "decorators": [] } @@ -132785,13 +133097,13 @@ "readOnly": false }, { - "$id": "9848", + "$id": "9874", "kind": "query", "name": "after", "serializedName": "after", "doc": "Identifier for the last item from the previous pagination request", "type": { - "$id": "9849", + "$id": "9875", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132806,12 +133118,12 @@ "readOnly": false }, { - "$id": "9850", + "$id": "9876", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2341" + "$ref": "2343" }, "isApiVersion": false, "optional": false, @@ -132828,7 +133140,7 @@ 200 ], "bodyType": { - "$id": "9851", + "$id": "9877", "kind": "model", "name": "VideoListResource", "namespace": "OpenAI", @@ -132837,12 +133149,12 @@ "decorators": [], "properties": [ { - "$id": "9852", + "$id": "9878", "kind": "property", "name": "object", "doc": "The type of object returned, must be `list`.", "type": { - "$ref": "2343" + "$ref": "2345" }, "optional": false, "readOnly": false, @@ -132854,16 +133166,16 @@ "isHttpMetadata": false }, { - "$id": "9853", + "$id": "9879", "kind": "property", "name": "data", "doc": "A list of items", "type": { - "$id": "9854", + "$id": "9880", "kind": "array", "name": "ArrayVideoResource", "valueType": { - "$id": "9855", + "$id": "9881", "kind": "model", "name": "VideoResource", "namespace": "OpenAI", @@ -132874,12 +133186,12 @@ "decorators": [], "properties": [ { - "$id": "9856", + "$id": "9882", "kind": "property", "name": "id", "doc": "Unique identifier for the video job.", "type": { - "$id": "9857", + "$id": "9883", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132895,12 +133207,12 @@ "isHttpMetadata": false }, { - "$id": "9858", + "$id": "9884", "kind": "property", "name": "object", "doc": "The object type, which is always `video`.", "type": { - "$ref": "2345" + "$ref": "2347" }, "optional": false, "readOnly": false, @@ -132912,17 +133224,17 @@ "isHttpMetadata": false }, { - "$id": "9859", + "$id": "9885", "kind": "property", "name": "model", "doc": "The video generation model that produced the job.", "type": { - "$id": "9860", + "$id": "9886", "kind": "enum", "name": "VideoModel", "crossLanguageDefinitionId": "OpenAI.VideoModel", "valueType": { - "$id": "9861", + "$id": "9887", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132930,28 +133242,28 @@ }, "values": [ { - "$id": "9862", + "$id": "9888", "kind": "enumvalue", "name": "sora-2", "value": "sora-2", "valueType": { - "$ref": "9861" + "$ref": "9887" }, "enumType": { - "$ref": "9860" + "$ref": "9886" }, "decorators": [] }, { - "$id": "9863", + "$id": "9889", "kind": "enumvalue", "name": "sora-2-pro", "value": "sora-2-pro", "valueType": { - "$ref": "9861" + "$ref": "9887" }, "enumType": { - "$ref": "9860" + "$ref": "9886" }, "decorators": [] } @@ -132972,17 +133284,17 @@ "isHttpMetadata": false }, { - "$id": "9864", + "$id": "9890", "kind": "property", "name": "status", "doc": "Current lifecycle status of the video job.", "type": { - "$id": "9865", + "$id": "9891", "kind": "enum", "name": "VideoStatus", "crossLanguageDefinitionId": "OpenAI.VideoStatus", "valueType": { - "$id": "9866", + "$id": "9892", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -132990,54 +133302,54 @@ }, "values": [ { - "$id": "9867", + "$id": "9893", "kind": "enumvalue", "name": "queued", "value": "queued", "valueType": { - "$ref": "9866" + "$ref": "9892" }, "enumType": { - "$ref": "9865" + "$ref": "9891" }, "decorators": [] }, { - "$id": "9868", + "$id": "9894", "kind": "enumvalue", "name": "in_progress", "value": "in_progress", "valueType": { - "$ref": "9866" + "$ref": "9892" }, "enumType": { - "$ref": "9865" + "$ref": "9891" }, "decorators": [] }, { - "$id": "9869", + "$id": "9895", "kind": "enumvalue", "name": "completed", "value": "completed", "valueType": { - "$ref": "9866" + "$ref": "9892" }, "enumType": { - "$ref": "9865" + "$ref": "9891" }, "decorators": [] }, { - "$id": "9870", + "$id": "9896", "kind": "enumvalue", "name": "failed", "value": "failed", "valueType": { - "$ref": "9866" + "$ref": "9892" }, "enumType": { - "$ref": "9865" + "$ref": "9891" }, "decorators": [] } @@ -133058,12 +133370,12 @@ "isHttpMetadata": false }, { - "$id": "9871", + "$id": "9897", "kind": "property", "name": "progress", "doc": "Approximate completion percentage for the generation task.", "type": { - "$id": "9872", + "$id": "9898", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -133079,12 +133391,12 @@ "isHttpMetadata": false }, { - "$id": "9873", + "$id": "9899", "kind": "property", "name": "created_at", "doc": "Unix timestamp (seconds) for when the job was created.", "type": { - "$id": "9874", + "$id": "9900", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -133100,14 +133412,14 @@ "isHttpMetadata": false }, { - "$id": "9875", + "$id": "9901", "kind": "property", "name": "completed_at", "type": { - "$id": "9876", + "$id": "9902", "kind": "nullable", "type": { - "$id": "9877", + "$id": "9903", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -133125,14 +133437,14 @@ "isHttpMetadata": false }, { - "$id": "9878", + "$id": "9904", "kind": "property", "name": "expires_at", "type": { - "$id": "9879", + "$id": "9905", "kind": "nullable", "type": { - "$id": "9880", + "$id": "9906", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -133150,17 +133462,17 @@ "isHttpMetadata": false }, { - "$id": "9881", + "$id": "9907", "kind": "property", "name": "size", "doc": "The resolution of the generated video.", "type": { - "$id": "9882", + "$id": "9908", "kind": "enum", "name": "VideoSize", "crossLanguageDefinitionId": "OpenAI.VideoSize", "valueType": { - "$id": "9883", + "$id": "9909", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133168,54 +133480,54 @@ }, "values": [ { - "$id": "9884", + "$id": "9910", "kind": "enumvalue", "name": "720x1280", "value": "720x1280", "valueType": { - "$ref": "9883" + "$ref": "9909" }, "enumType": { - "$ref": "9882" + "$ref": "9908" }, "decorators": [] }, { - "$id": "9885", + "$id": "9911", "kind": "enumvalue", "name": "1280x720", "value": "1280x720", "valueType": { - "$ref": "9883" + "$ref": "9909" }, "enumType": { - "$ref": "9882" + "$ref": "9908" }, "decorators": [] }, { - "$id": "9886", + "$id": "9912", "kind": "enumvalue", "name": "1024x1792", "value": "1024x1792", "valueType": { - "$ref": "9883" + "$ref": "9909" }, "enumType": { - "$ref": "9882" + "$ref": "9908" }, "decorators": [] }, { - "$id": "9887", + "$id": "9913", "kind": "enumvalue", "name": "1792x1024", "value": "1792x1024", "valueType": { - "$ref": "9883" + "$ref": "9909" }, "enumType": { - "$ref": "9882" + "$ref": "9908" }, "decorators": [] } @@ -133236,17 +133548,17 @@ "isHttpMetadata": false }, { - "$id": "9888", + "$id": "9914", "kind": "property", "name": "seconds", "doc": "Duration of the generated clip in seconds.", "type": { - "$id": "9889", + "$id": "9915", "kind": "enum", "name": "VideoSeconds", "crossLanguageDefinitionId": "OpenAI.VideoSeconds", "valueType": { - "$id": "9890", + "$id": "9916", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133254,41 +133566,41 @@ }, "values": [ { - "$id": "9891", + "$id": "9917", "kind": "enumvalue", "name": "4", "value": "4", "valueType": { - "$ref": "9890" + "$ref": "9916" }, "enumType": { - "$ref": "9889" + "$ref": "9915" }, "decorators": [] }, { - "$id": "9892", + "$id": "9918", "kind": "enumvalue", "name": "8", "value": "8", "valueType": { - "$ref": "9890" + "$ref": "9916" }, "enumType": { - "$ref": "9889" + "$ref": "9915" }, "decorators": [] }, { - "$id": "9893", + "$id": "9919", "kind": "enumvalue", "name": "12", "value": "12", "valueType": { - "$ref": "9890" + "$ref": "9916" }, "enumType": { - "$ref": "9889" + "$ref": "9915" }, "decorators": [] } @@ -133309,14 +133621,14 @@ "isHttpMetadata": false }, { - "$id": "9894", + "$id": "9920", "kind": "property", "name": "remixed_from_video_id", "type": { - "$id": "9895", + "$id": "9921", "kind": "nullable", "type": { - "$id": "9896", + "$id": "9922", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133334,14 +133646,14 @@ "isHttpMetadata": false }, { - "$id": "9897", + "$id": "9923", "kind": "property", "name": "error", "type": { - "$id": "9898", + "$id": "9924", "kind": "nullable", "type": { - "$id": "9899", + "$id": "9925", "kind": "model", "name": "Error-2", "namespace": "OpenAI", @@ -133350,11 +133662,11 @@ "decorators": [], "properties": [ { - "$id": "9900", + "$id": "9926", "kind": "property", "name": "code", "type": { - "$id": "9901", + "$id": "9927", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133370,11 +133682,11 @@ "isHttpMetadata": false }, { - "$id": "9902", + "$id": "9928", "kind": "property", "name": "message", "type": { - "$id": "9903", + "$id": "9929", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133417,11 +133729,11 @@ "isHttpMetadata": false }, { - "$id": "9904", + "$id": "9930", "kind": "property", "name": "first_id", "type": { - "$id": "9905", + "$id": "9931", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133437,11 +133749,11 @@ "isHttpMetadata": false }, { - "$id": "9906", + "$id": "9932", "kind": "property", "name": "last_id", "type": { - "$id": "9907", + "$id": "9933", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133457,12 +133769,12 @@ "isHttpMetadata": false }, { - "$id": "9908", + "$id": "9934", "kind": "property", "name": "has_more", "doc": "Whether there are more items available.", "type": { - "$id": "9909", + "$id": "9935", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -133497,13 +133809,13 @@ }, "parameters": [ { - "$id": "9910", + "$id": "9936", "kind": "method", "name": "limit", "serializedName": "limit", "doc": "Number of items to retrieve", "type": { - "$id": "9911", + "$id": "9937", "kind": "integer", "name": "integer", "crossLanguageDefinitionId": "TypeSpec.integer", @@ -133519,13 +133831,13 @@ "decorators": [] }, { - "$id": "9912", + "$id": "9938", "kind": "method", "name": "order", "serializedName": "order", "doc": "Sort order of results by timestamp. Use `asc` for ascending order or `desc` for descending order.", "type": { - "$ref": "9844" + "$ref": "9870" }, "location": "Query", "isApiVersion": false, @@ -133537,13 +133849,13 @@ "decorators": [] }, { - "$id": "9913", + "$id": "9939", "kind": "method", "name": "after", "serializedName": "after", "doc": "Identifier for the last item from the previous pagination request", "type": { - "$id": "9914", + "$id": "9940", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133559,12 +133871,12 @@ "decorators": [] }, { - "$id": "9915", + "$id": "9941", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2341" + "$ref": "2343" }, "location": "Header", "isApiVersion": false, @@ -133578,7 +133890,7 @@ ], "response": { "type": { - "$ref": "9854" + "$ref": "9880" }, "resultSegments": [ "data" @@ -133595,7 +133907,7 @@ } }, { - "$id": "9916", + "$id": "9942", "kind": "basic", "name": "createVideo", "accessibility": "public", @@ -133603,7 +133915,7 @@ "doc": "Create a video", "summary": "Create video", "operation": { - "$id": "9917", + "$id": "9943", "name": "createVideo", "resourceName": "OpenAI", "summary": "Create video", @@ -133611,12 +133923,12 @@ "accessibility": "public", "parameters": [ { - "$id": "9918", + "$id": "9944", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2347" + "$ref": "2349" }, "isApiVersion": false, "optional": false, @@ -133627,12 +133939,12 @@ "crossLanguageDefinitionId": "OpenAI.createVideo.contentType" }, { - "$id": "9919", + "$id": "9945", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2349" + "$ref": "2351" }, "isApiVersion": false, "optional": false, @@ -133643,12 +133955,12 @@ "crossLanguageDefinitionId": "OpenAI.createVideo.accept" }, { - "$id": "9920", + "$id": "9946", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$id": "9921", + "$id": "9947", "kind": "model", "name": "CreateVideoBody", "namespace": "OpenAI", @@ -133659,13 +133971,13 @@ "decorators": [], "properties": [ { - "$id": "9922", + "$id": "9948", "kind": "property", "name": "model", "serializedName": "model", "doc": "The video generation model to use. Defaults to `sora-2`.", "type": { - "$ref": "9860" + "$ref": "9886" }, "optional": true, "readOnly": false, @@ -133687,18 +133999,18 @@ "isHttpMetadata": false }, { - "$id": "9923", + "$id": "9949", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "Text prompt that describes the video to generate.", "type": { - "$id": "9924", + "$id": "9950", "kind": "string", "name": "VideoPrompt", "crossLanguageDefinitionId": "OpenAI.VideoPrompt", "baseType": { - "$id": "9925", + "$id": "9951", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133726,13 +134038,13 @@ "isHttpMetadata": false }, { - "$id": "9926", + "$id": "9952", "kind": "property", "name": "input_reference", "serializedName": "input_reference", "doc": "Optional image reference that guides generation.", "type": { - "$id": "9927", + "$id": "9953", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -133759,13 +134071,13 @@ "isHttpMetadata": false }, { - "$id": "9928", + "$id": "9954", "kind": "property", "name": "seconds", "serializedName": "seconds", "doc": "Clip duration in seconds. Defaults to 4 seconds.", "type": { - "$ref": "9889" + "$ref": "9915" }, "optional": true, "readOnly": false, @@ -133787,13 +134099,13 @@ "isHttpMetadata": false }, { - "$id": "9929", + "$id": "9955", "kind": "property", "name": "size", "serializedName": "size", "doc": "Output resolution formatted as width x height. Defaults to 720x1280.", "type": { - "$ref": "9882" + "$ref": "9908" }, "optional": true, "readOnly": false, @@ -133834,7 +134146,7 @@ 200 ], "bodyType": { - "$ref": "9855" + "$ref": "9881" }, "headers": [], "isErrorResponse": false, @@ -133857,12 +134169,12 @@ }, "parameters": [ { - "$id": "9930", + "$id": "9956", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2351" + "$ref": "2353" }, "location": "Header", "isApiVersion": false, @@ -133874,12 +134186,12 @@ "decorators": [] }, { - "$id": "9931", + "$id": "9957", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "9921" + "$ref": "9947" }, "location": "Body", "isApiVersion": false, @@ -133891,12 +134203,12 @@ "decorators": [] }, { - "$id": "9932", + "$id": "9958", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2349" + "$ref": "2351" }, "location": "Header", "isApiVersion": false, @@ -133910,7 +134222,7 @@ ], "response": { "type": { - "$ref": "9855" + "$ref": "9881" } }, "isOverride": false, @@ -133919,7 +134231,7 @@ "crossLanguageDefinitionId": "OpenAI.createVideo" }, { - "$id": "9933", + "$id": "9959", "kind": "basic", "name": "DeleteVideo", "accessibility": "public", @@ -133927,7 +134239,7 @@ "doc": "Delete a video", "summary": "Delete video", "operation": { - "$id": "9934", + "$id": "9960", "name": "DeleteVideo", "resourceName": "OpenAI", "summary": "Delete video", @@ -133935,13 +134247,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9935", + "$id": "9961", "kind": "path", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the video to delete.", "type": { - "$id": "9936", + "$id": "9962", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -133959,12 +134271,12 @@ "crossLanguageDefinitionId": "OpenAI.DeleteVideo.video_id" }, { - "$id": "9937", + "$id": "9963", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2353" + "$ref": "2355" }, "isApiVersion": false, "optional": false, @@ -133981,7 +134293,7 @@ 200 ], "bodyType": { - "$id": "9938", + "$id": "9964", "kind": "model", "name": "DeletedVideoResource", "namespace": "OpenAI", @@ -133992,12 +134304,12 @@ "decorators": [], "properties": [ { - "$id": "9939", + "$id": "9965", "kind": "property", "name": "object", "doc": "The object type that signals the deletion response.", "type": { - "$ref": "2355" + "$ref": "2357" }, "optional": false, "readOnly": false, @@ -134009,12 +134321,12 @@ "isHttpMetadata": false }, { - "$id": "9940", + "$id": "9966", "kind": "property", "name": "deleted", "doc": "Indicates that the video resource was deleted.", "type": { - "$id": "9941", + "$id": "9967", "kind": "boolean", "name": "boolean", "crossLanguageDefinitionId": "TypeSpec.boolean", @@ -134030,12 +134342,12 @@ "isHttpMetadata": false }, { - "$id": "9942", + "$id": "9968", "kind": "property", "name": "id", "doc": "Identifier of the deleted video.", "type": { - "$id": "9943", + "$id": "9969", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134070,13 +134382,13 @@ }, "parameters": [ { - "$id": "9944", + "$id": "9970", "kind": "method", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the video to delete.", "type": { - "$id": "9945", + "$id": "9971", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134092,12 +134404,12 @@ "decorators": [] }, { - "$id": "9946", + "$id": "9972", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2353" + "$ref": "2355" }, "location": "Header", "isApiVersion": false, @@ -134111,7 +134423,7 @@ ], "response": { "type": { - "$ref": "9938" + "$ref": "9964" } }, "isOverride": false, @@ -134120,7 +134432,7 @@ "crossLanguageDefinitionId": "OpenAI.DeleteVideo" }, { - "$id": "9947", + "$id": "9973", "kind": "basic", "name": "GetVideo", "accessibility": "public", @@ -134128,7 +134440,7 @@ "doc": "Retrieve a video", "summary": "Retrieve video", "operation": { - "$id": "9948", + "$id": "9974", "name": "GetVideo", "resourceName": "OpenAI", "summary": "Retrieve video", @@ -134136,13 +134448,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9949", + "$id": "9975", "kind": "path", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the video to retrieve.", "type": { - "$id": "9950", + "$id": "9976", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134160,12 +134472,12 @@ "crossLanguageDefinitionId": "OpenAI.GetVideo.video_id" }, { - "$id": "9951", + "$id": "9977", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2357" + "$ref": "2359" }, "isApiVersion": false, "optional": false, @@ -134182,7 +134494,7 @@ 200 ], "bodyType": { - "$ref": "9855" + "$ref": "9881" }, "headers": [], "isErrorResponse": false, @@ -134202,13 +134514,13 @@ }, "parameters": [ { - "$id": "9952", + "$id": "9978", "kind": "method", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the video to retrieve.", "type": { - "$id": "9953", + "$id": "9979", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134224,12 +134536,12 @@ "decorators": [] }, { - "$id": "9954", + "$id": "9980", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2357" + "$ref": "2359" }, "location": "Header", "isApiVersion": false, @@ -134243,7 +134555,7 @@ ], "response": { "type": { - "$ref": "9855" + "$ref": "9881" } }, "isOverride": false, @@ -134252,7 +134564,7 @@ "crossLanguageDefinitionId": "OpenAI.GetVideo" }, { - "$id": "9955", + "$id": "9981", "kind": "basic", "name": "DownloadVideo", "accessibility": "public", @@ -134260,7 +134572,7 @@ "doc": "Download video content", "summary": "Retrieve video content", "operation": { - "$id": "9956", + "$id": "9982", "name": "DownloadVideo", "resourceName": "OpenAI", "summary": "Retrieve video content", @@ -134268,13 +134580,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9957", + "$id": "9983", "kind": "path", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the video whose media to download.", "type": { - "$id": "9958", + "$id": "9984", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134292,18 +134604,18 @@ "crossLanguageDefinitionId": "OpenAI.RetrieveVideoContent.video_id" }, { - "$id": "9959", + "$id": "9985", "kind": "query", "name": "variant", "serializedName": "variant", "doc": "Which downloadable asset to return. Defaults to the MP4 video.", "type": { - "$id": "9960", + "$id": "9986", "kind": "enum", "name": "VideoContentVariant", "crossLanguageDefinitionId": "OpenAI.VideoContentVariant", "valueType": { - "$id": "9961", + "$id": "9987", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134311,41 +134623,41 @@ }, "values": [ { - "$id": "9962", + "$id": "9988", "kind": "enumvalue", "name": "video", "value": "video", "valueType": { - "$ref": "9961" + "$ref": "9987" }, "enumType": { - "$ref": "9960" + "$ref": "9986" }, "decorators": [] }, { - "$id": "9963", + "$id": "9989", "kind": "enumvalue", "name": "thumbnail", "value": "thumbnail", "valueType": { - "$ref": "9961" + "$ref": "9987" }, "enumType": { - "$ref": "9960" + "$ref": "9986" }, "decorators": [] }, { - "$id": "9964", + "$id": "9990", "kind": "enumvalue", "name": "spritesheet", "value": "spritesheet", "valueType": { - "$ref": "9961" + "$ref": "9987" }, "enumType": { - "$ref": "9960" + "$ref": "9986" }, "decorators": [] } @@ -134365,12 +134677,12 @@ "readOnly": false }, { - "$id": "9965", + "$id": "9991", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$id": "9966", + "$id": "9992", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134391,12 +134703,12 @@ 200 ], "bodyType": { - "$id": "9967", + "$id": "9993", "kind": "union", "name": "", "variantTypes": [ { - "$id": "9968", + "$id": "9994", "kind": "bytes", "name": "bytes", "encode": "base64", @@ -134404,7 +134716,7 @@ "decorators": [] }, { - "$id": "9969", + "$id": "9995", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134419,14 +134731,14 @@ "name": "contentType", "nameInResponse": "content-type", "type": { - "$ref": "2359" + "$ref": "2361" } }, { "name": "contentType", "nameInResponse": "content-type", "type": { - "$ref": "2361" + "$ref": "2363" } } ], @@ -134449,13 +134761,13 @@ }, "parameters": [ { - "$id": "9970", + "$id": "9996", "kind": "method", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the video whose media to download.", "type": { - "$id": "9971", + "$id": "9997", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134471,13 +134783,13 @@ "decorators": [] }, { - "$id": "9972", + "$id": "9998", "kind": "method", "name": "variant", "serializedName": "variant", "doc": "Which downloadable asset to return. Defaults to the MP4 video.", "type": { - "$ref": "9960" + "$ref": "9986" }, "location": "Query", "isApiVersion": false, @@ -134489,12 +134801,12 @@ "decorators": [] }, { - "$id": "9973", + "$id": "9999", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "9966" + "$ref": "9992" }, "location": "Header", "isApiVersion": false, @@ -134508,7 +134820,7 @@ ], "response": { "type": { - "$ref": "9967" + "$ref": "9993" } }, "isOverride": false, @@ -134517,7 +134829,7 @@ "crossLanguageDefinitionId": "OpenAI.RetrieveVideoContent" }, { - "$id": "9974", + "$id": "10000", "kind": "basic", "name": "CreateVideoRemix", "accessibility": "public", @@ -134525,7 +134837,7 @@ "doc": "Create a video remix", "summary": "Remix video", "operation": { - "$id": "9975", + "$id": "10001", "name": "CreateVideoRemix", "resourceName": "OpenAI", "summary": "Remix video", @@ -134533,13 +134845,13 @@ "accessibility": "public", "parameters": [ { - "$id": "9976", + "$id": "10002", "kind": "path", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the completed video to remix.", "type": { - "$id": "9977", + "$id": "10003", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134557,12 +134869,12 @@ "crossLanguageDefinitionId": "OpenAI.CreateVideoRemix.video_id" }, { - "$id": "9978", + "$id": "10004", "kind": "header", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2363" + "$ref": "2365" }, "isApiVersion": false, "optional": false, @@ -134573,12 +134885,12 @@ "crossLanguageDefinitionId": "OpenAI.CreateVideoRemix.contentType" }, { - "$id": "9979", + "$id": "10005", "kind": "header", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2365" + "$ref": "2367" }, "isApiVersion": false, "optional": false, @@ -134589,12 +134901,12 @@ "crossLanguageDefinitionId": "OpenAI.CreateVideoRemix.accept" }, { - "$id": "9980", + "$id": "10006", "kind": "body", "name": "body", "serializedName": "body", "type": { - "$id": "9981", + "$id": "10007", "kind": "model", "name": "CreateVideoRemixBody", "namespace": "OpenAI", @@ -134605,18 +134917,18 @@ "decorators": [], "properties": [ { - "$id": "9982", + "$id": "10008", "kind": "property", "name": "prompt", "serializedName": "prompt", "doc": "Updated text prompt that directs the remix generation.", "type": { - "$id": "9983", + "$id": "10009", "kind": "string", "name": "VideoPrompt", "crossLanguageDefinitionId": "OpenAI.VideoPrompt", "baseType": { - "$id": "9984", + "$id": "10010", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134663,7 +134975,7 @@ 200 ], "bodyType": { - "$ref": "9855" + "$ref": "9881" }, "headers": [], "isErrorResponse": false, @@ -134686,13 +134998,13 @@ }, "parameters": [ { - "$id": "9985", + "$id": "10011", "kind": "method", "name": "video_id", "serializedName": "video_id", "doc": "The identifier of the completed video to remix.", "type": { - "$id": "9986", + "$id": "10012", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string", @@ -134708,12 +135020,12 @@ "decorators": [] }, { - "$id": "9987", + "$id": "10013", "kind": "method", "name": "contentType", "serializedName": "Content-Type", "type": { - "$ref": "2367" + "$ref": "2369" }, "location": "Header", "isApiVersion": false, @@ -134725,12 +135037,12 @@ "decorators": [] }, { - "$id": "9988", + "$id": "10014", "kind": "method", "name": "body", "serializedName": "body", "type": { - "$ref": "9981" + "$ref": "10007" }, "location": "Body", "isApiVersion": false, @@ -134742,12 +135054,12 @@ "decorators": [] }, { - "$id": "9989", + "$id": "10015", "kind": "method", "name": "accept", "serializedName": "Accept", "type": { - "$ref": "2365" + "$ref": "2367" }, "location": "Header", "isApiVersion": false, @@ -134761,7 +135073,7 @@ ], "response": { "type": { - "$ref": "9855" + "$ref": "9881" } }, "isOverride": false, @@ -134772,13 +135084,13 @@ ], "parameters": [ { - "$id": "9990", + "$id": "10016", "kind": "endpoint", "name": "endpoint", "serializedName": "endpoint", "doc": "Service host", "type": { - "$id": "9991", + "$id": "10017", "kind": "url", "name": "endpoint", "crossLanguageDefinitionId": "TypeSpec.url" @@ -134789,7 +135101,7 @@ "isEndpoint": true, "defaultValue": { "type": { - "$id": "9992", + "$id": "10018", "kind": "string", "name": "string", "crossLanguageDefinitionId": "TypeSpec.string" @@ -134807,7 +135119,7 @@ "crossLanguageDefinitionId": "OpenAI", "apiVersions": [], "parent": { - "$ref": "8219" + "$ref": "8245" } } ]