Commit Graph

4 Commits

Author SHA1 Message Date
Jacob Segal
7f774542f7 Rename HierarchicalNodeId to NodeExecutionId 2025-07-15 22:43:44 -07:00
Jacob Segal
3802825a4e Fix some unit tests 2025-07-15 22:43:30 -07:00
Jacob Segal
73baf4806d Add functions for mapping node locations to an id
These locations differ from either local ids (like `5`) or execution ids
(like `3:4:5`) in that all nodes which are 'linked' such that changes to
one node will apply changes to other nodes will map to the same id. This
is specifically relevant for multiple instances of the same subgraph.

These IDs will actually get used in a followup commit
2025-07-15 22:41:18 -07:00
Christian Byrne
a7ee3fae05 Add tests for ChatHistoryWidget and related features (#3921) 2025-05-18 12:16:06 -04:00