loui7
loui7
Just realised `transformSets` is used for more than just collaborative editing, for example if a batch contains the following operations 1. remove element (send to graveyard at position 0) 2....
@scofalik thanks for your detailed reply! I managed to work around the issue for our use case by making our own "graveyard" root and adding removed elements to the end...
Same issue with RunTree's, using chain.invoke inside creates a new trace
Same issue with RunTree's, using chain.invoke inside creates a new trace. Interestingly they seem to re-use the traceId when inside a LangGraph node
Also interesting to note, if you set metadata at the end of a runnable it will force a new trace to be created when inside a LangGraph node i.e. ```javascript...