Skip to content

CreateIdempotencyKeyBuilderParams

Defined in: src/idempotency/key.ts:117

Parameters for createIdempotencyKeyBuilder.

Properties

clientSecret?

readonly optional clientSecret?: `0x${string}`

Defined in: src/idempotency/key.ts:121

Optional HMAC-style secret (unforgeable wire keys); off the fund path.


conversationId

readonly conversationId: string

Defined in: src/idempotency/key.ts:119

Stable per agent run. Reuse the SAME value across a regeneration so keys reproduce.


namespace?

readonly optional namespace?: string

Defined in: src/idempotency/key.ts:123

Optional sub-agent / orchestrator partition.