mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-02 22:55:20 +02:00
fix prompter
This commit is contained in:
parent
8c78398056
commit
2dea51f2d1
1 changed files with 2 additions and 1 deletions
|
@ -430,7 +430,8 @@ export class Prompter {
|
|||
|
||||
async promptMemSaving(to_summarize) {
|
||||
await this.checkCooldown();
|
||||
let prompt = await this.replaceStrings(prompt, null, null, to_summarize);
|
||||
let prompt = this.profile.saving_memory;
|
||||
prompt = await this.replaceStrings(prompt, null, null, to_summarize);
|
||||
let logEntry;
|
||||
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
|
||||
if (this.task_id === null) {
|
||||
|
|
Loading…
Add table
Reference in a new issue