Compartilhar via


ToolCallResponsePart(String, Object) Constructor

Definition

Initializes a new instance of the ToolCallResponsePart class.

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

Parameters

id
String

Optional tool call identifier.

response
Object

Optional tool response payload.

Applies to