mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: url sanitization
This commit is contained in:
parent
85435a903f
commit
b27eced6f8
@ -187,7 +187,7 @@ export class Schemas {
|
||||
return z.object({
|
||||
type: z.literal('strict'),
|
||||
...baseSchemaBefore,
|
||||
improvement_plan: z.string().describe('Explain how a perfect answer should look like and what are needed to improve the current answer. Starts with "For the best answer, you must..."').max(500),
|
||||
improvement_plan: z.string().describe('Explain how a perfect answer should look like and what are needed to improve the current answer. Starts with "For the best answer, you must..."').max(1000),
|
||||
...baseSchemaAfter
|
||||
});
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user