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