I have a tool T in graph A that invokes another graph B synchronously using B.invoke. Graph A already streams custom events to a frontend client. Now, I want to stream custom events from graph B, however, when using get_stream_writer in graph B and writing something to the stream they are not written to the same stream as graph A.
Anyway I could accomplish this?