diff options
author | Grail Finder <wohilas@gmail.com> | 2024-12-05 18:36:05 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-12-05 18:36:05 +0300 |
commit | 990e0695c582c2c8d647c258cde0342ac14e3a75 (patch) | |
tree | f773fa8cbd7b86e5cd62517d7d6bb4aebb179bd2 /README.md | |
parent | b9a5c681a6620d9cf68e42fc4ec15d860f50ecd1 (diff) |
Enha: add agent to chat history; gen-regen diff
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,3 +43,6 @@ - if option to show sys msg enabled: it show display new tool responses; - when bot generation ended with err: need a way to switch back to the bot_resp_false mode; - no selection focus on modal sys buttons after opening it a second time; +- chat should contain char in it (one to many: char: []chats); +- char card is the sys message, but how about giving tools to char that does not have it? +- it is a bit clumsy to mix chats in db and chars from the external files, maybe load external files in db on startup? |