mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
feat: add YouTube video and playlist support in document collection with enhanced URL handling
This commit is contained in:
parent
e481415655
commit
c6fc4edbc2
10 changed files with 445 additions and 100 deletions
|
|
@ -131,7 +131,8 @@ export const createDocumentRequest = document
|
|||
});
|
||||
|
||||
export const createDocumentResponse = z.object({
|
||||
message: z.literal("Documents created successfully"),
|
||||
message: z.literal("Documents queued for background processing"),
|
||||
status: z.literal("queued"),
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue