WebSearchToolResource Constructors
Class Constructors 1 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
name string The name of the tool resource. project AzureCognitiveServicesProjectResource The parent Foundry project resource.