ResponseCodeInterpreterCallInProgressEvent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ResponseCodeInterpreterCallInProgressEvent() |
Initializes a new instance of ResponseCodeInterpreterCallInProgressEvent for deserialization. |
| ResponseCodeInterpreterCallInProgressEvent(Int32, Int32, String) |
Initializes a new instance of ResponseCodeInterpreterCallInProgressEvent. |
| ResponseCodeInterpreterCallInProgressEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, Int32, String) |
Initializes a new instance of ResponseCodeInterpreterCallInProgressEvent. |
ResponseCodeInterpreterCallInProgressEvent()
Initializes a new instance of ResponseCodeInterpreterCallInProgressEvent for deserialization.
public ResponseCodeInterpreterCallInProgressEvent();
Public Sub New ()
Applies to
ResponseCodeInterpreterCallInProgressEvent(Int32, Int32, String)
Initializes a new instance of ResponseCodeInterpreterCallInProgressEvent.
public ResponseCodeInterpreterCallInProgressEvent(int sequenceNumber, int outputIndex, string itemId);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseCodeInterpreterCallInProgressEvent : int * int * string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseCodeInterpreterCallInProgressEvent
Public Sub New (sequenceNumber As Integer, outputIndex As Integer, itemId As String)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- outputIndex
- Int32
The index of the output item in the response for which the code interpreter call is in progress.
- itemId
- String
The unique identifier of the code interpreter tool call item.
Exceptions
itemId is null.
Applies to
ResponseCodeInterpreterCallInProgressEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, Int32, String)
Initializes a new instance of ResponseCodeInterpreterCallInProgressEvent.
public ResponseCodeInterpreterCallInProgressEvent(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType type, int sequenceNumber, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, int outputIndex, string itemId);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseCodeInterpreterCallInProgressEvent : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType * int * System.Collections.Generic.IDictionary<string, BinaryData> * int * string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseCodeInterpreterCallInProgressEvent
Public Sub New (type As ResponseStreamEventType, sequenceNumber As Integer, serializedAdditionalRawData As IDictionary(Of String, BinaryData), outputIndex As Integer, itemId As String)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- outputIndex
- Int32
The index of the output item in the response for which the code interpreter call is in progress.
- itemId
- String
The unique identifier of the code interpreter tool call item.