MemorySearchToolCall(ToolCallStatus) 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 MemorySearchToolCall.
public MemorySearchToolCall(Azure.AI.Extensions.OpenAI.ToolCallStatus status);
new Azure.AI.Extensions.OpenAI.MemorySearchToolCall : Azure.AI.Extensions.OpenAI.ToolCallStatus -> Azure.AI.Extensions.OpenAI.MemorySearchToolCall
Public Sub New (status As ToolCallStatus)
Parameters
- status
- ToolCallStatus
The status of the tool call.