People: better default agent prompt; remove HR UI; regen API types; fix list response handling
This commit is contained in:
@@ -13,4 +13,6 @@ export interface Employee {
|
||||
manager_id?: number | null;
|
||||
title?: string | null;
|
||||
status?: string;
|
||||
openclaw_session_key?: string | null;
|
||||
notify_enabled?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user