FileSearchToolboxTool 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.
A file search tool stored in a toolbox.
public class FileSearchToolboxTool : Azure.AI.Projects.Agents.ToolboxTool, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Agents.FileSearchToolboxTool>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Agents.FileSearchToolboxTool>
type FileSearchToolboxTool = class
inherit ToolboxTool
interface IJsonModel<FileSearchToolboxTool>
interface IPersistableModel<FileSearchToolboxTool>
Public Class FileSearchToolboxTool
Inherits ToolboxTool
Implements IJsonModel(Of FileSearchToolboxTool), IPersistableModel(Of FileSearchToolboxTool)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FileSearchToolboxTool() |
Initializes a new instance of FileSearchToolboxTool. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. (Inherited from ToolboxTool) |
| Filters |
Gets or sets the Filters. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). <remarks> Supported types:
Examples:
|
| MaxNumResults |
The maximum number of results to return. This number should be between 1 and 50 inclusive. |
| Name |
Optional user-defined name for this tool or configuration. (Inherited from ToolboxTool) |
| ToolConfigs |
Per-tool configuration map. Keys are tool names or |
| VectorStoreIds |
The IDs of the vector stores to search. |