feat: add support for batch upload across various components

This commit is contained in:
twwu
2025-12-09 18:29:45 +08:00
parent 545a34fbaf
commit 91dad285fa
25 changed files with 180 additions and 97 deletions

View File

@ -156,7 +156,7 @@ export type CrawlOptions = {
export type CrawlResultItem = {
title: string
content: string
markdown: string
description: string
source_url: string
}