feat(writer): add system instructions, send response block on response

This commit is contained in:
ItzCrazyKns
2025-12-24 13:53:09 +05:30
parent cf95ea0af7
commit eca66f0b5f
3 changed files with 43 additions and 18 deletions

View File

@@ -221,6 +221,7 @@ export const POST = async (req: Request) => {
sources: body.sources as SearchSources[],
mode: body.optimizationMode,
fileIds: body.files,
systemInstructions: body.systemInstructions || 'None',
},
});