ToolCallDetails.Deconstruct Method
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.
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.