IdempotencyKeyInput
@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
readonlyrunId:RunId
Defined in: backend/src/hitl/index.ts:88
tenantId
readonlytenantId:TenantId
Defined in: backend/src/hitl/index.ts:87
toolCallId
readonlytoolCallId:string
Defined in: backend/src/hitl/index.ts:89