chore(Action): remove todo in ActionData

Context:
SYNC is like the normal reAct execution, the thread based execution model with necessary notification can cover the demands entirely
This commit is contained in:
2026-02-14 12:02:03 +08:00
parent 16a92de377
commit 2b0682b9e0

View File

@@ -141,5 +141,3 @@ data class ImmediateActionData(
override val description: String, override val description: String,
override val source: String, override val source: String,
) : ActionData() ) : ActionData()
// TODO 考虑是否新增 SYNC、ASYNC 分类,用于适应后台与非后台行动,但是否引入则需要权衡,分析原因和引入后果、是否值得