File size: 435 Bytes
0c8a432 dcee3d3 0c8a432 dcee3d3 0c8a432 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Dynamic Custom Task
# This file is updated via the /set_custom_task API endpoint.
TASK = {
"name": "custom-review",
"pr_title": "Custom Review Session",
"pr_description": "User-provided code snippet for ad hoc review.",
"diff": "",
"ground_truth": {
"bug_type": "unknown",
"correct_decision": "request_changes",
"bug_keywords": [],
},
"max_turns": 1,
"author_responses": []
}
|