@databutton/firebase-types 1.169.0 → 1.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1184,6 +1184,14 @@ export interface AgentConfig {
|
|
|
1184
1184
|
status?: AgentStatus;
|
|
1185
1185
|
primaryModel?: string;
|
|
1186
1186
|
demoEmailConfig?: DemoEmailConfig;
|
|
1187
|
+
/**
|
|
1188
|
+
* Who a newly created task falls to when nothing else names an approver — the
|
|
1189
|
+
* agent delegating a task, or a scheduled run with no creator to assign. A
|
|
1190
|
+
* Firebase user ID or an email, matching how approvers are stored on the task
|
|
1191
|
+
* itself. Null/absent leaves those tasks unassigned, which means their
|
|
1192
|
+
* approvals and clarifying questions reach nobody's inbox.
|
|
1193
|
+
*/
|
|
1194
|
+
defaultApprover?: string | null;
|
|
1187
1195
|
}
|
|
1188
1196
|
export type AgentStatus = {
|
|
1189
1197
|
available: true;
|