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