mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
chore: first commit
This commit is contained in:
@@ -645,7 +645,7 @@ async function storeContext(prompt: string, memory: any[][], step: number) {
|
|||||||
await fs.writeFile(`prompt-${step}.txt`, prompt);
|
await fs.writeFile(`prompt-${step}.txt`, prompt);
|
||||||
const [context, keywords, questions, knowledge] = memory;
|
const [context, keywords, questions, knowledge] = memory;
|
||||||
await fs.writeFile('context.json', JSON.stringify(context, null, 2));
|
await fs.writeFile('context.json', JSON.stringify(context, null, 2));
|
||||||
await fs.writeFile('keywords.json', JSON.stringify(keywords, null, 2));
|
await fs.writeFile('queries.json', JSON.stringify(keywords, null, 2));
|
||||||
await fs.writeFile('questions.json', JSON.stringify(questions, null, 2));
|
await fs.writeFile('questions.json', JSON.stringify(questions, null, 2));
|
||||||
await fs.writeFile('knowledge.json', JSON.stringify(knowledge, null, 2));
|
await fs.writeFile('knowledge.json', JSON.stringify(knowledge, null, 2));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user