FileSearchToolResource Constructors
Class Constructors 1 member
A Foundry tool resource that enables an agent to search uploaded files and proprietary documents using vector search.
Constructor(string, AzureCognitiveServicesProjectResource) Section titled Constructor(string, AzureCognitiveServicesProjectResource) Creates a new instance of the
FileSearchToolResource class. public sealed class FileSearchToolResource{ public FileSearchToolResource( string name, AzureCognitiveServicesProjectResource project) { // ... }}Parameters
name string The name of the tool resource. project AzureCognitiveServicesProjectResource The parent Foundry project resource.