PersistentAI API Documentation / @persistentai/fireflow-vfs / / ConfirmationResponseMetadata
Interface: ConfirmationResponseMetadata
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:56
Metadata for CONFIRMATION_RESPONSE VFS event
This is published after user responds, so ALL clients see the choice made. The dialog should close in all tabs when this event is received.
Properties
applyToSimilar
applyToSimilar:
boolean
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:64
Apply this choice to all similar conflicts
conflictId
conflictId:
string
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:60
Conflict ID being responded to
planId
planId:
string
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:58
Plan ID this response belongs to
resolution
resolution:
ConflictResolution
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:62
User's chosen resolution
respondedAt
respondedAt:
string
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:68
ISO timestamp when response was made
respondedBy
respondedBy:
string
Defined in: packages/fireflow-vfs/src/types/confirmation.ts:66
User ID who responded