Interfaces

ConsentGate

Interface: ConsentGate

Defined in: src/core/pause.ts:140

What pauseDemandsDecision reports about a pause that is a consent gate.

Properties

kind

readonly kind: ConsentGateKind

Defined in: src/core/pause.ts:141


middleware?

readonly optional middleware?: string

Defined in: src/core/pause.ts:145

'ask' only — the name of the middleware that asked.


toolName?

readonly optional toolName?: string

Defined in: src/core/pause.ts:143

The tool the gate is about, when the pause payload named one.

On this page