mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
context.running to identify chat process
This commit is contained in:
parent
fba5b4cd9d
commit
1581d7d12f
5 changed files with 11 additions and 2 deletions
|
|
@ -123,4 +123,5 @@ class Poll(ApiHandler):
|
|||
"notifications_guid": notification_manager.guid,
|
||||
"notifications_version": len(notification_manager.updates),
|
||||
"message_queue": context.output_data.get("message_queue", []) if context else [],
|
||||
"running": context.is_running() if context else False,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue