Interface HandoffResult

Result of a handoff operation.

interface HandoffResult {
    accepted: boolean;
    newOwnerId?: string;
    newOwnerRoleId?: string;
    rejectionReason?: string;
    acknowledgment?: string;
    handoffAt: Date;
}

Properties

accepted: boolean

Whether handoff was accepted

newOwnerId?: string

New owner agent ID

newOwnerRoleId?: string

New owner role

rejectionReason?: string

Rejection reason if not accepted

acknowledgment?: string

Acknowledgment message

handoffAt: Date

Timestamp