Freigeben über


ToolCallDetails.Deconstruct Method

Definition

Deconstructs this instance into individual tool call components.

public void Deconstruct(out string toolName, out string? arguments, out string? toolCallId, out string? description, out string? toolType, out Uri? endpoint);
member this.Deconstruct : string * string * string * string * string * Uri -> unit
Public Sub Deconstruct (ByRef toolName As String, ByRef arguments As String, ByRef toolCallId As String, ByRef description As String, ByRef toolType As String, ByRef endpoint As Uri)

Parameters

toolName
String

Receives the tool name.

arguments
String

Receives the arguments payload.

toolCallId
String

Receives the tool call identifier.

description
String

Receives the human-readable description.

toolType
String

Receives the type hint.

endpoint
Uri

Receives the endpoint.

Applies to