mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-31 01:46:49 +00:00
Context window management, work in progress
This commit is contained in:
parent
c0947e30c7
commit
a0ff118ad1
39 changed files with 1193 additions and 295 deletions
|
|
@ -11,7 +11,6 @@ class ExportChat(ApiHandler):
|
|||
|
||||
context = self.get_context(ctxid)
|
||||
content = persist_chat.export_json_chat(context)
|
||||
|
||||
return {
|
||||
"message": "Chats exported.",
|
||||
"ctxid": context.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue