Aller au contenu principal

Variable: IdempotencyKeySchema

const IdempotencyKeySchema: TString

Defined in: packages/contracts/src/message.ts:35

Idempotency key for chat writes (rev4 stage 3, outbox). Callers retrying a request after a network failure reuse the key; the server returns the original result instead of duplicating the message.