ToolCallResponsePart(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 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.