Format paired follow-up rule type
This commit is contained in:
@@ -10,9 +10,7 @@ export {
|
|||||||
type AttemptStreamedTrigger as ExecutorStreamedTrigger,
|
type AttemptStreamedTrigger as ExecutorStreamedTrigger,
|
||||||
} from './agent-attempt-retry.js';
|
} from './agent-attempt-retry.js';
|
||||||
|
|
||||||
export type PairedFollowUpQueueAction =
|
export type PairedFollowUpQueueAction = 'pending' | 'none';
|
||||||
| 'pending'
|
|
||||||
| 'none';
|
|
||||||
|
|
||||||
export function resolvePairedFollowUpQueueAction(args: {
|
export function resolvePairedFollowUpQueueAction(args: {
|
||||||
completedRole: PairedRoomRole;
|
completedRole: PairedRoomRole;
|
||||||
|
|||||||
Reference in New Issue
Block a user