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 Parameter | Description |
|---|---|
K | Inferred from the key of TurnObservabilityEvents. |