Share via


ResponseMCPListToolsFailedEvent Constructors

Definition

Overloads

ResponseMCPListToolsFailedEvent()

Source:
ResponseMCPListToolsFailedEvent.cs

Initializes a new instance of ResponseMCPListToolsFailedEvent for deserialization.

public ResponseMCPListToolsFailedEvent();
Public Sub New ()

Applies to

ResponseMCPListToolsFailedEvent(Int32)

Source:
ResponseMCPListToolsFailedEvent.cs

Initializes a new instance of ResponseMCPListToolsFailedEvent.

public ResponseMCPListToolsFailedEvent(int sequenceNumber);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPListToolsFailedEvent : int -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPListToolsFailedEvent
Public Sub New (sequenceNumber As Integer)

Parameters

sequenceNumber
Int32

The sequence number for this event.

Applies to

ResponseMCPListToolsFailedEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>)

Source:
ResponseMCPListToolsFailedEvent.cs

Initializes a new instance of ResponseMCPListToolsFailedEvent.

public ResponseMCPListToolsFailedEvent(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType type, int sequenceNumber, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPListToolsFailedEvent : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType * int * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPListToolsFailedEvent
Public Sub New (type As ResponseStreamEventType, sequenceNumber As Integer, serializedAdditionalRawData As IDictionary(Of String, BinaryData))

Parameters

sequenceNumber
Int32

The sequence number for this event.

serializedAdditionalRawData
IDictionary<String,BinaryData>

Keeps track of any properties unknown to the library.

Applies to