修改了激活类型

This commit is contained in:
minecraft1024a
2025-10-01 16:21:13 +08:00
committed by Windpicker-owo
parent 45d0b3b50c
commit c3829c2350

View File

@@ -140,7 +140,7 @@ class PokeAction(BaseAction):
# === 基本信息(必须填写)=== # === 基本信息(必须填写)===
action_name = "poke_user" action_name = "poke_user"
action_description = "向用户发送戳一戳" action_description = "向用户发送戳一戳"
activation_type = ActionActivationType.ALWAYS activation_type = ActionActivationType.LLM_JUDGE
parallel_action = True parallel_action = True
# === 功能描述(必须填写)=== # === 功能描述(必须填写)===