Table of Contents

Class WebSiteDataSource

Namespace
FoundationaLLM.Common.Models.ResourceProviders.DataSource
Assembly
FoundationaLLM.Common.dll

Web Site data source.

public class WebSiteDataSource : DataSourceBase
Inheritance
WebSiteDataSource
Inherited Members
Extension Methods

Constructors

WebSiteDataSource()

Initializes a web site data source.

public WebSiteDataSource()

Properties

SiteUrls

The list of site URLs covered by the data source. A URL can point to a specific path within the site. The list can contain URLs with different base paths.

[JsonPropertyName("site_urls")]
public List<string> SiteUrls { get; set; }

Property Value

List<string>