feat: 更新 action_type 为 'reply' 并添加 action_parameters 的 JSON 示例
This commit is contained in:
@@ -574,6 +574,8 @@ class ChatterPlanFilter:
|
||||
|
||||
# 构建参数的JSON示例
|
||||
params_json_list = []
|
||||
for param_name, param_desc in action_info.action_parameters.items():
|
||||
params_json_list.append(f' "{param_name}": "<{param_desc}>",')
|
||||
|
||||
# 构建完整的action_data JSON示例
|
||||
action_data_lines = ["{"]
|
||||
|
||||
@@ -106,7 +106,7 @@ def init_prompts():
|
||||
}}
|
||||
}},
|
||||
{{
|
||||
"action_type": "emoji",
|
||||
"action_type": "reply",
|
||||
"reasoning": "理由B",
|
||||
"action_data": {{
|
||||
"target_message_id": "m125",
|
||||
|
||||
Reference in New Issue
Block a user