解决冲突:以本地版本为准更新 system_prompt.txt 和 py_tree_generator.py

This commit is contained in:
2026-01-07 16:38:40 +08:00
parent 6f990e645d
commit 3eba1f962b
1997 changed files with 1896 additions and 1664 deletions

View File

@@ -14,7 +14,7 @@ BASE_URL = "http://127.0.0.1:8000"
ENDPOINT = "/generate_plan"
# The user prompt we will send for the test
TEST_PROMPT = "起飞"
TEST_PROMPT = "无人机起飞到80米高度后先移动至搜索区搜索并锁定任一红色车辆跟踪接近距离目标车辆10m后进行拍照完成拍照后返回。"
# 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")