diff --git a/worker/orca-agent/src/workflows/repoSummarizer/docs_sections.py b/worker/orca-agent/src/workflows/repoSummarizer/docs_sections.py index da7682c..7aa5021 100644 --- a/worker/orca-agent/src/workflows/repoSummarizer/docs_sections.py +++ b/worker/orca-agent/src/workflows/repoSummarizer/docs_sections.py @@ -4,6 +4,10 @@ DOCS_SECTIONS = { "name": "Task Lifecycle", "description": "Explain how the task and audit stages work for this task\n\n", }, + { + "name": "Reward System", + "description": "Explain how rewards are distributed for this task\n\n", + }, { "name": "Task Variables", "description": "List all environment variables used in the task, as listed in config-task.yml\n\n",