Messages produced by a specific graph node. Use when the run has multiple model-calling nodes and you only want messages from one.
messagesFrom(node: string): AsyncIterable<ChatModelStreamHandle>| Name | Type | Description |
|---|---|---|
node* | string | The graph node name to filter messages by. |