init and final (#1349)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user