ItemFileSearchToolCall Constructor

Definition

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.

Applies to