eventstream_add_derived_stream
Add a derived stream to an eventstream definition by connecting it to specified input nodes or the only existing stream. Returns updated definition summary.
Instructions
Add a derived stream to the eventstream definition.
:param session_id: Builder session ID
:param stream_name: Name for the stream
:param input_nodes: List of node names (sources, operators, or other streams) that feed this stream.
If None and only one stream exists, automatically connects to that stream.
:return: Updated definition summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| input_nodes | No | ||
| stream_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||