Compartilhar via


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

Definition

Initializes a new instance of the ServerToolCallPart class.

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

Parameters

name
String

The tool name.

serverToolCall
IDictionary<String,Object>

The tool call payload.

id
String

Optional tool call identifier.

Applies to