mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 21:19:01 +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
|
||||
.number()
|
||||
.min(1)
|
||||
.max(100)
|
||||
.max(5000)
|
||||
.default(10)
|
||||
.describe("Maximum number of URLs to process"),
|
||||
showFullText: z
|
||||
|
Loading…
x
Reference in New Issue
Block a user