增加区域坐标

This commit is contained in:
2025-09-27 14:11:59 +08:00
parent bef742db1b
commit 00cde0d2dc
10 changed files with 6 additions and 5 deletions

View File

@@ -12,7 +12,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 = ""
def test_generate_plan():
"""