ToolCallDetails(String, String, String, String, String, Uri) 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 ToolCallDetails class.
public ToolCallDetails(string toolName, string? arguments, string? toolCallId = default, string? description = default, string? toolType = default, Uri? endpoint = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.ToolCallDetails : string * string * string * string * string * Uri -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.ToolCallDetails
Public Sub New (toolName As String, arguments As String, Optional toolCallId As String = Nothing, Optional description As String = Nothing, Optional toolType As String = Nothing, Optional endpoint As Uri = Nothing)
Parameters
- toolName
- String
Name of the tool being invoked.
- arguments
- String
Optional serialized arguments passed to the tool.
- toolCallId
- String
Optional identifier for the tool invocation.
- description
- String
Optional description of the tool call.
- toolType
- String
Optional type classification for the tool.
- endpoint
- Uri
Optional endpoint for remote tool execution.