WebSearchToolResource Constructors
ClassConstructors1 member
A Foundry tool resource that retrieves real-time information from the public web and returns answers with inline citations.
Constructor(string, AzureCognitiveServicesProjectResource)Section titled Constructor(string, AzureCognitiveServicesProjectResource) Creates a new instance of the
WebSearchToolResource class. public sealed class WebSearchToolResource{ public WebSearchToolResource( string name, AzureCognitiveServicesProjectResource project) { // ... }}Parameters
namestringThe name of the tool resource.projectAzureCognitiveServicesProjectResourceThe parent Foundry project resource.