From 03471d8af8edcfa41074be6fdefc89de919ecfcf Mon Sep 17 00:00:00 2001 From: Laura Abro Date: Fri, 25 Apr 2025 07:40:03 -0300 Subject: [PATCH] add distribution to koii task --- .../orca-agent/src/workflows/repoSummarizer/docs_sections.py | 4 ++++ 1 file changed, 4 insertions(+) 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",