[kimi] Add docstrings to src/dashboard/routes/tasks.py (#939) #991
Reference in New Issue
Block a user
Delete Branch "kimi/issue-939"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #939
Summary
Added proper module-level and function-level docstrings to all public methods in the tasks module that were missing them.
Changes
tasks_pending,tasks_active, andtasks_completedendpointsapprove_task,veto_task,pause_task,cancel_task,retry_task, andmodify_taskAll docstrings follow the existing codebase conventions (concise one-line style used elsewhere in the project).
Verification
ruff check src/dashboard/routes/tasks.pypasses