ItemFileSearchToolCall 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 ItemFileSearchToolCall.
public ItemFileSearchToolCall(string id, Azure.AI.AgentServer.Responses.Models.ItemFileSearchToolCallStatus status, System.Collections.Generic.IEnumerable<string> queries);
new Azure.AI.AgentServer.Responses.Models.ItemFileSearchToolCall : string * Azure.AI.AgentServer.Responses.Models.ItemFileSearchToolCallStatus * seq<string> -> Azure.AI.AgentServer.Responses.Models.ItemFileSearchToolCall
Public Sub New (id As String, status As ItemFileSearchToolCallStatus, queries As IEnumerable(Of String))
Parameters
- id
- String
The unique ID of the file search tool call.
- status
- ItemFileSearchToolCallStatus
The status of the file search tool call. One of in_progress,
searching, incomplete or failed,
- queries
- IEnumerable<String>
The queries used to search for files.
Exceptions
id or queries is null.