mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
Chat renaming, JSON lead
Chat renames automatically JSON: lead added to AI messages to force json output
This commit is contained in:
parent
fbb0a072cd
commit
bf43c60d10
9 changed files with 105 additions and 13 deletions
|
|
@ -19,6 +19,7 @@ class Poll(ApiHandler):
|
|||
ctxs.append(
|
||||
{
|
||||
"id": ctx.id,
|
||||
"name": ctx.name,
|
||||
"no": ctx.no,
|
||||
"log_guid": ctx.log.guid,
|
||||
"log_version": len(ctx.log.updates),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue