Skip to content
1 min read · 40 words

Type Alias: TurnObservabilityEvent<K>

ts
type TurnObservabilityEvent<K> = Key<K, TurnObservabilityEvents>;

Defined in: lib/types/turn_runner.ts:333

Valid event name keys for the @nhtio/adk!TurnRunner observability bus.

Type Parameters

Type ParameterDescription
KInferred from the key of TurnObservabilityEvents.