feat: 完善批量可视化测试验证逻辑(仅提交业务代码)

This commit is contained in:
lulijing
2025-12-09 13:20:39 +08:00
parent c08cdfb339
commit 60f156f5e6
129 changed files with 21380 additions and 1984 deletions

View File

@@ -14,7 +14,8 @@ BASE_URL = "http://127.0.0.1:8000"
ENDPOINT = "/generate_plan"
# The user prompt we will send for the test
TEST_PROMPT = "起飞"
#TEST_PROMPT = "无人机起飞到一米高度后先移动至搜索区搜索并锁定任一穿黑色衣服的人在对其进行跟踪30秒后进行打击操作"
TEST_PROMPT = "已知目标检测红色气球危险性高于蓝色气球高于绿色气球飞往搜索区搜索并锁定危险性最高的气球对其跟踪30秒"
# Log file path (will be created in the same directory as this script)
LOG_FILE = os.path.join(os.path.dirname(__file__), "api_test.log")