Compartilhar via


ServerToolCallResponsePart(IDictionary<String,Object>, String) Constructor

Definition

Initializes a new instance of the ServerToolCallResponsePart class.

public ServerToolCallResponsePart(System.Collections.Generic.IDictionary<string,object> serverToolCallResponse, string? id = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ServerToolCallResponsePart : System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ServerToolCallResponsePart
Public Sub New (serverToolCallResponse As IDictionary(Of String, Object), Optional id As String = Nothing)

Parameters

serverToolCallResponse
IDictionary<String,Object>

The tool response payload.

id
String

Optional tool call identifier.

Applies to