TavilyTextSearchOptions.ChunksPerSource 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 number of content chunks to retrieve from each source. Each chunk's length is maximum 500 characters. Available only when search_depth is advanced. Required range: 0 - 3
public int? ChunksPerSource { get; set; }
member this.ChunksPerSource : Nullable<int> with get, set
Public Property ChunksPerSource As Nullable(Of Integer)