MemorySearchToolCallResponseItem Class
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.
The MemorySearchToolCallResponseItem.
public class MemorySearchToolCallResponseItem : Azure.AI.Projects.OpenAI.AgentResponseItem, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.MemorySearchToolCallResponseItem>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.MemorySearchToolCallResponseItem>
type MemorySearchToolCallResponseItem = class
inherit AgentResponseItem
interface IJsonModel<MemorySearchToolCallResponseItem>
interface IPersistableModel<MemorySearchToolCallResponseItem>
Public Class MemorySearchToolCallResponseItem
Inherits AgentResponseItem
Implements IJsonModel(Of MemorySearchToolCallResponseItem), IPersistableModel(Of MemorySearchToolCallResponseItem)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| CreatedBy |
The information about the creator of the item. (Inherited from AgentResponseItem) |
| Id |
Gets the Id. (Inherited from AgentResponseItem) |
| Results |
The results returned from the memory search. |
| Status |
The status of the memory search tool call. One of |