mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 03:39:01 +08:00
refactor: increase max limit for search request schema from 50 to 100 (#1545)
This commit is contained in:
parent
505924875e
commit
06189b9646
@ -1142,7 +1142,7 @@ export const searchRequestSchema = z
|
||||
.positive()
|
||||
.finite()
|
||||
.safe()
|
||||
.max(50)
|
||||
.max(100)
|
||||
.optional()
|
||||
.default(5),
|
||||
tbs: z.string().optional(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user