mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 07:39:00 +08:00
init and final (#1349)
This commit is contained in:
parent
bad822421f
commit
180770f1a3
@ -1002,7 +1002,7 @@ export const generateLLMsTextRequestSchema = z.object({
|
|||||||
maxUrls: z
|
maxUrls: z
|
||||||
.number()
|
.number()
|
||||||
.min(1)
|
.min(1)
|
||||||
.max(100)
|
.max(5000)
|
||||||
.default(10)
|
.default(10)
|
||||||
.describe("Maximum number of URLs to process"),
|
.describe("Maximum number of URLs to process"),
|
||||||
showFullText: z
|
showFullText: z
|
||||||
|
Loading…
x
Reference in New Issue
Block a user