Interfaces

ConsentGate

Interface: ConsentGate

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

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

Properties

kind

readonly kind: ConsentGateKind

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


middleware?

readonly optional middleware?: string

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

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


toolName?

readonly optional toolName?: string

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

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

On this page