init and final (#1349)

This commit is contained in:
Eric Ciarla 2025-03-16 08:16:35 -07:00 committed by GitHub
parent bad822421f
commit 180770f1a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1002,7 +1002,7 @@ export const generateLLMsTextRequestSchema = z.object({
maxUrls: z
.number()
.min(1)
.max(100)
.max(5000)
.default(10)
.describe("Maximum number of URLs to process"),
showFullText: z