Compartilhar via


ToolCallRequestPart(String, String, Object) Constructor

Definition

Initializes a new instance of the ToolCallRequestPart class.

public ToolCallRequestPart(string name, string? id = default, object? arguments = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ToolCallRequestPart : string * string * obj -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ToolCallRequestPart
Public Sub New (name As String, Optional id As String = Nothing, Optional arguments As Object = Nothing)

Parameters

name
String

The tool name.

id
String

Optional tool call identifier.

arguments
Object

Optional arguments for the tool call.

Applies to