Skip to content

AIDK API Reference / aidk-kernel / StreamTag

Interface: StreamTag<T> ​

Defined in: packages/kernel/src/stream.ts:109

Tagged stream item from mergeStreams when using a Record input.

Type Parameters ​

Type ParameterDescription
TThe value type from the stream

Properties ​

PropertyTypeDescriptionDefined in
sourcestringThe key from the input Record identifying which stream this came frompackages/kernel/src/stream.ts:111
valueTThe actual value from the streampackages/kernel/src/stream.ts:113

Released under the MIT License.