ItemFileSearchToolCall 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.
File search tool call.
public class ItemFileSearchToolCall : Azure.AI.AgentServer.Responses.Models.Item, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.ItemFileSearchToolCall>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.ItemFileSearchToolCall>
type ItemFileSearchToolCall = class
inherit Item
interface IJsonModel<ItemFileSearchToolCall>
interface IPersistableModel<ItemFileSearchToolCall>
Public Class ItemFileSearchToolCall
Inherits Item
Implements IJsonModel(Of ItemFileSearchToolCall), IPersistableModel(Of ItemFileSearchToolCall)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ItemFileSearchToolCall(String, ItemFileSearchToolCallStatus, IEnumerable<String>) |
Initializes a new instance of ItemFileSearchToolCall. |
Properties
| Name | Description |
|---|---|
| Id |
The unique ID of the file search tool call. |
| Queries |
The queries used to search for files. |
| Results |
Gets or sets the Results. |
| Status |
The status of the file search tool call. One of |