MemorySearchToolCallItemParam 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 MemorySearchToolCallItemParam.
public class MemorySearchToolCallItemParam : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemParam, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemorySearchToolCallItemParam>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.MemoryStore.MemorySearchToolCallItemParam>
type MemorySearchToolCallItemParam = class
inherit ItemParam
interface IUtf8JsonSerializable
interface IJsonModel<MemorySearchToolCallItemParam>
interface IPersistableModel<MemorySearchToolCallItemParam>
Public Class MemorySearchToolCallItemParam
Inherits ItemParam
Implements IJsonModel(Of MemorySearchToolCallItemParam), IPersistableModel(Of MemorySearchToolCallItemParam)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| MemorySearchToolCallItemParam() |
Initializes a new instance of MemorySearchToolCallItemParam. |
| MemorySearchToolCallItemParam(ItemType, IDictionary<String,BinaryData>, IList<MemorySearchItem>) |
Initializes a new instance of MemorySearchToolCallItemParam. |
Properties
| Name | Description |
|---|---|
| Results |
The results returned from the memory search. |
| SerializedAdditionalRawData | (Inherited from ItemParam) |
| Type |
Gets or sets the type. (Inherited from ItemParam) |
Methods
| Name | Description |
|---|---|
| DeserializeMemorySearchToolCallItemParam(JsonElement, ModelReaderWriterOptions) | |
| FromResponse(Response) |
Deserializes the model from a raw response. |
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
| ToRequestContent() |
Convert into a RequestContent. |