MemorySearchToolCallResponseItem.Results Property

Definition

The results returned from the memory search.

public System.Collections.Generic.IList<Azure.AI.Extensions.OpenAI.MemoryToolSearchItem> Results { get; set; }
member this.Results : System.Collections.Generic.IList<Azure.AI.Extensions.OpenAI.MemoryToolSearchItem> with get, set
Public Property Results As IList(Of MemoryToolSearchItem)

Property Value

Applies to