mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-11 00:32:38 +02:00
feat: implement resume page limit functionality
This commit is contained in:
parent
b067c92b4c
commit
144e513068
4 changed files with 411 additions and 43 deletions
|
|
@ -20,6 +20,7 @@ const GenerateResumeArgsSchema = z.object({
|
|||
user_info: z.string(),
|
||||
user_instructions: z.string().nullish(),
|
||||
parent_report_id: z.number().nullish(),
|
||||
max_pages: z.number().int().min(1).max(5).optional(),
|
||||
});
|
||||
|
||||
const GenerateResumeResultSchema = z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue