add action history even when empty (#1939)

This commit is contained in:
Shuchang Zheng
2025-03-14 10:15:42 -07:00
committed by GitHub
parent 882865ffed
commit 46eaa3545d
3 changed files with 3 additions and 4 deletions

View File

@@ -229,6 +229,7 @@ async def personalize_action(
ActionType.COMPLETE,
ActionType.WAIT,
ActionType.SOLVE_CAPTCHA,
ActionType.NULL_ACTION,
]:
return [action]
elif action.action_type == ActionType.TERMINATE: