MemorySearchToolCallItemResource 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 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
The status of the memory search tool call. One of in_progress,
searching, completed, incomplete or failed,
- id
- String
Exceptions
id is null.