MemorySearchToolCallItemResource Constructor

Definition

Initializes a new instance of MemorySearchToolCallItemResource.

public MemorySearchToolCallItemResource(Azure.AI.AgentServer.Responses.Models.MemorySearchToolCallItemResourceStatus status, string id);
new Azure.AI.AgentServer.Responses.Models.MemorySearchToolCallItemResource : Azure.AI.AgentServer.Responses.Models.MemorySearchToolCallItemResourceStatus * string -> Azure.AI.AgentServer.Responses.Models.MemorySearchToolCallItemResource
Public Sub New (status As MemorySearchToolCallItemResourceStatus, id As String)

Parameters

status
MemorySearchToolCallItemResourceStatus

The status of the memory search tool call. One of in_progress, searching, completed, incomplete or failed,

id
String

Exceptions

id is null.

Applies to