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 Parameter | Description |
|---|---|
T | The value type from the stream |
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
source | string | The key from the input Record identifying which stream this came from | packages/kernel/src/stream.ts:111 |
value | T | The actual value from the stream | packages/kernel/src/stream.ts:113 |