Skip to main content

IdempotencyKeyInput

@forge/monorepo


@forge/monorepo / backend/src / IdempotencyKeyInput

Type Alias: IdempotencyKeyInput

IdempotencyKeyInput = object

Defined in: backend/src/hitl/index.ts:86

Derived from tenant, run and tool-call identity, so a resumed or retried call returns the original result instead of repeating the side effect.

Properties

runId

readonly runId: RunId

Defined in: backend/src/hitl/index.ts:88


tenantId

readonly tenantId: TenantId

Defined in: backend/src/hitl/index.ts:87


toolCallId

readonly toolCallId: string

Defined in: backend/src/hitl/index.ts:89