siteHandlers property

List<WebSiteHandler>? siteHandlers
final

Site-specific extraction handlers for web_fetch, tried before the generic HTML→markdown converter. Defaults to defaultWebSiteHandlers (pub.dev).

Implementation

final List<WebSiteHandler>? siteHandlers;