-
Notifications
You must be signed in to change notification settings - Fork 802
Closed
Description
midscene/packages/core/src/ai-model/prompt/llm-planning.ts
Lines 181 to 192 in 1e95397
| { | |
| "log": "Click the login button", | |
| "more_actions_needed_by_instruction": false, | |
| "action": { | |
| "type": "Tap", | |
| "param": { | |
| "locate": { | |
| "prompt": "The login button"${vlMode && includeBbox ? `, "bbox": [100, 200, 300, 400]` : ''} | |
| } | |
| } | |
| } | |
| `; |
提示词里,末尾缺少闭合的右括号哇😂
Metadata
Metadata
Assignees
Labels
No labels