Fix: Initialize tasks with empty list

JSON.loads("") throws exception
This commit is contained in:
Cyril Stoller 2025-03-23 22:08:38 +01:00 committed by GitHub
parent dcca24b3c5
commit 70b62b52b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -339,7 +339,7 @@
" ),\n",
" CreateBlock(\n",
" label=\"tasks\",\n",
" value=\"\",\n",
" value=\"[]\",\n",
" ),\n",
" ],\n",
" tool_ids=[push_task_tool.id, pop_task_tool.id],\n",