People: better default agent prompt; remove HR UI; regen API types; fix list response handling

This commit is contained in:
Abhimanyu Saharan
2026-02-02 16:56:07 +05:30
parent a678180d07
commit fbd7381166
16 changed files with 338 additions and 372 deletions

View File

@@ -8,5 +8,6 @@
export interface TaskCommentCreate {
task_id: number;
author_employee_id?: number | null;
reply_to_comment_id?: number | null;
body: string;
}