Ido Pesok
Ido Pesok
@logan-anderson concur 100% that I expected it (and need it) to be real time. It seems like with `append` the provided value is pushed into the internal buffer (this.data). However,...
Workaround to getting real time messages is to not use the stream data -- rather use a PubSub service and have the client subscribe to the Chat ID and the...
Hi, full disclosure I created `ai-actions` for this exact use case. Happy to discuss what a refactor would look like without it. I quickly wrote some TS code ```typescript type...