🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-28 10:30:11 +00:00
parent ef24f013de
commit 93f2ceb9de
7 changed files with 87 additions and 28 deletions

View File

@@ -155,7 +155,12 @@ class GoalAnalyzer:
# 使用改进后的get_items_from_json函数处理JSON数组
success, result = get_items_from_json(
content, self.private_name, "goal", "reasoning", required_types={"goal": str, "reasoning": str}, allow_array=True
content,
self.private_name,
"goal",
"reasoning",
required_types={"goal": str, "reasoning": str},
allow_array=True,
)
if success: