mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 17:49:02 +08:00
Update types.ts
This commit is contained in:
parent
fe276060cf
commit
394a31064d
@ -865,7 +865,7 @@ export const searchRequestSchema = z
|
|||||||
.positive()
|
.positive()
|
||||||
.finite()
|
.finite()
|
||||||
.safe()
|
.safe()
|
||||||
.max(10)
|
.max(20)
|
||||||
.optional()
|
.optional()
|
||||||
.default(5),
|
.default(5),
|
||||||
tbs: z.string().optional(),
|
tbs: z.string().optional(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user