ResponseFunctionCallArgumentsDoneEvent 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 |
|---|---|
| ResponseFunctionCallArgumentsDoneEvent() |
Initializes a new instance of ResponseFunctionCallArgumentsDoneEvent for deserialization. |
| ResponseFunctionCallArgumentsDoneEvent(Int32, String, Int32, String) |
Initializes a new instance of ResponseFunctionCallArgumentsDoneEvent. |
| ResponseFunctionCallArgumentsDoneEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, String, Int32, String) |
Initializes a new instance of ResponseFunctionCallArgumentsDoneEvent. |
ResponseFunctionCallArgumentsDoneEvent()
Initializes a new instance of ResponseFunctionCallArgumentsDoneEvent for deserialization.
public ResponseFunctionCallArgumentsDoneEvent();
Public Sub New ()
Applies to
ResponseFunctionCallArgumentsDoneEvent(Int32, String, Int32, String)
Initializes a new instance of ResponseFunctionCallArgumentsDoneEvent.
public ResponseFunctionCallArgumentsDoneEvent(int sequenceNumber, string itemId, int outputIndex, string arguments);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseFunctionCallArgumentsDoneEvent : int * string * int * string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseFunctionCallArgumentsDoneEvent
Public Sub New (sequenceNumber As Integer, itemId As String, outputIndex As Integer, arguments As String)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- itemId
- String
The ID of the item.
- outputIndex
- Int32
The index of the output item.
- arguments
- String
The function-call arguments.
Exceptions
itemId or arguments is null.
Applies to
ResponseFunctionCallArgumentsDoneEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>, String, Int32, String)
Initializes a new instance of ResponseFunctionCallArgumentsDoneEvent.
public ResponseFunctionCallArgumentsDoneEvent(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType type, int sequenceNumber, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData, string itemId, int outputIndex, string arguments);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseFunctionCallArgumentsDoneEvent : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType * int * System.Collections.Generic.IDictionary<string, BinaryData> * string * int * string -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseFunctionCallArgumentsDoneEvent
Public Sub New (type As ResponseStreamEventType, sequenceNumber As Integer, serializedAdditionalRawData As IDictionary(Of String, BinaryData), itemId As String, outputIndex As Integer, arguments As String)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.
- itemId
- String
The ID of the item.
- outputIndex
- Int32
The index of the output item.
- arguments
- String
The function-call arguments.