다음을 통해 공유


TavilyTextSearchOptions.SearchDepth Property

Definition

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)

Property Value

Applies to