mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
fixing tasks/projects
This commit is contained in:
parent
e9b368df15
commit
f25543ead0
4 changed files with 12 additions and 13 deletions
|
|
@ -88,12 +88,6 @@ class Poll(ApiHandler):
|
|||
"last_result": task_details.get("last_result"),
|
||||
"attachments": task_details.get("attachments", []),
|
||||
"context_id": task_details.get("context_id"),
|
||||
"project_name": task_details.get("project_name"),
|
||||
"project_color": task_details.get("project_color"),
|
||||
"project": {
|
||||
"name": task_details.get("project_name"),
|
||||
"color": task_details.get("project_color"),
|
||||
},
|
||||
})
|
||||
|
||||
# Add type-specific fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue