3v324v23's picture
feat: refresh dashboard UX and backend integration
dcee3d3
raw
history blame contribute delete
435 Bytes
# 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": []
}