TavilyTextSearchOptions.SearchDepth Property
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.
The depth of the search. advanced search is tailored to retrieve the most relevant sources and content snippets for your query, while basic search provides generic content snippets from each source. A basic search costs 1 API Credit, while an advanced search costs 2 API Credits. Available options: basic, advanced
public Microsoft.SemanticKernel.Plugins.Web.Tavily.TavilySearchDepth? SearchDepth { get; set; }
member this.SearchDepth : Nullable<Microsoft.SemanticKernel.Plugins.Web.Tavily.TavilySearchDepth> with get, set
Public Property SearchDepth As Nullable(Of TavilySearchDepth)