mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-01 05:00:13 +00:00
feat: use proj id for history & replay
This commit is contained in:
parent
407e6822ee
commit
6aeff827aa
7 changed files with 162 additions and 39 deletions
|
|
@ -28,7 +28,9 @@ def sync_step(func):
|
|||
send_to_api(
|
||||
sync_url,
|
||||
{
|
||||
"task_id": chat.task_id,
|
||||
# TODO: revert to task_id to support multi-task project replay
|
||||
# "task_id": chat.task_id,
|
||||
"task_id": chat.project_id,
|
||||
"step": json_data["step"],
|
||||
"data": json_data["data"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue