xiongzhu 2 years ago
parent
commit
a9260839ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/game/game.service.ts

+ 1 - 0
src/game/game.service.ts

@@ -578,6 +578,7 @@ export class GameService implements OnModuleInit {
                 plot,
                 plot,
                 options: [],
                 options: [],
                 charactors: [...lastState.charactors],
                 charactors: [...lastState.charactors],
+                summary: await this.refineSummary(history, this.formatDatetime(date, time) + '\n' + plot),
                 ending: true
                 ending: true
             })
             })
         )
         )