Class ResponseOutputItemResponse
public sealed class ResponseOutputItemResponse : BaseRealtimeEvent, IServerEvent, IRealtimeEvent
- Inheritance
-
ResponseOutputItemResponse
- Implements
- Inherited Members
Properties
EventId
The unique ID of the server event.
[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }
Property Value
Item
The item that was added.
[JsonInclude]
[JsonPropertyName("item")]
public ConversationItem Item { get; }
Property Value
OutputIndex
The index of the output item in the response.
[JsonInclude]
[JsonPropertyName("output_index")]
public int OutputIndex { get; }
Property Value
ResponseId
The ID of the response to which the item belongs.
[JsonInclude]
[JsonPropertyName("response_id")]
public string ResponseId { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }