ToolCallRequestPart(String, String, Object) Constructor
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.
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.