Format paired follow-up rule type

This commit is contained in:
ejclaw
2026-04-07 08:08:45 +09:00
parent 75066f345d
commit 55367e2ad3

View File

@@ -10,9 +10,7 @@ export {
type AttemptStreamedTrigger as ExecutorStreamedTrigger,
} from './agent-attempt-retry.js';
export type PairedFollowUpQueueAction =
| 'pending'
| 'none';
export type PairedFollowUpQueueAction = 'pending' | 'none';
export function resolvePairedFollowUpQueueAction(args: {
completedRole: PairedRoomRole;