ServerToolCallPart(String, IDictionary<String,Object>, String) 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 ServerToolCallPart class.
public ServerToolCallPart(string name, System.Collections.Generic.IDictionary<string,object> serverToolCall, string? id = default);
new Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ServerToolCallPart : string * System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.Messages.ServerToolCallPart
Public Sub New (name As String, serverToolCall As IDictionary(Of String, Object), Optional id As String = Nothing)
Parameters
- name
- String
The tool name.
- serverToolCall
- IDictionary<String,Object>
The tool call payload.
- id
- String
Optional tool call identifier.