FileSearchToolCallItemParam.Results Property
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 results of the file search tool call.
public System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.FileSearchToolCallItemParamResult> Results { get; set; }
member this.Results : System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.FileSearchToolCallItemParamResult> with get, set
Public Property Results As IList(Of FileSearchToolCallItemParamResult)