mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: url sanitization
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user