@@ -216,9 +216,12 @@ def make_task_detail_context(
|
||||
"index": 0,
|
||||
"timestamp": "2026-01-01T00:01:00Z",
|
||||
"prompt": "Tap the Settings icon",
|
||||
"tool_call_text": '{"action": "tap", "x": 100, "y": 200}',
|
||||
"result_text": '{"ok": true}',
|
||||
"screenshot_src": None,
|
||||
"tool_call": {"action": "tap", "x": 100, "y": 200},
|
||||
"result": {"ok": True},
|
||||
"before_screenshot_src": None,
|
||||
"after_screenshot_src": None,
|
||||
"ocr_results": [],
|
||||
"ui_tree_nodes": [],
|
||||
},
|
||||
]
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user