mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
skills cleanup, minor fixes
removed frameworks standardized directories cleanup of prompt injection fix of chat reset
This commit is contained in:
parent
f9545bf860
commit
724e06ae9d
22 changed files with 82 additions and 141 deletions
|
|
@ -47,6 +47,7 @@ class ApiResetChat(ApiHandler):
|
|||
context.reset()
|
||||
# Save the reset context to persist the changes
|
||||
persist_chat.save_tmp_chat(context)
|
||||
persist_chat.remove_msg_files(context_id)
|
||||
|
||||
# Log the reset
|
||||
PrintStyle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue