mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-12 10:15:33 +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) {
|
async promptMemSaving(to_summarize) {
|
||||||
await this.checkCooldown();
|
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;
|
let logEntry;
|
||||||
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
|
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
|
||||||
if (this.task_id === null) {
|
if (this.task_id === null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue