mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 18:35:29 -04:00
8f5e27732c
- Introduced `OnlineDocumentDatasource` and `WebsiteCrawlDatasource` abstract classes for handling online document and website crawl functionalities. - Added corresponding methods for retrieving pages and content, enhancing the datasource capabilities. - Created new models for online document and website information to support the new interfaces.