you can run this gist to reproduce: https://gist.github.com/josh-devo/9782ac9fad7c1984b7068e2b82032e78
The custom bits are mostly so that I can set it up to actually talk to my provider (i think we also needed timeouts but that's fixed now). I added debugging inside of instructor itself and can see the chunks being returned, but the middle bit of the stream collector that expects to match on the refs matches on some other ref instead, i think? Anyway there's a bit more but I also don't really know how this should play out yet either, just exploring using streaming for the first time in jido_ai now
you can run this gist to reproduce: https://gist.github.com/josh-devo/9782ac9fad7c1984b7068e2b82032e78
The custom bits are mostly so that I can set it up to actually talk to my provider (i think we also needed timeouts but that's fixed now). I added debugging inside of instructor itself and can see the chunks being returned, but the middle bit of the stream collector that expects to match on the refs matches on some other ref instead, i think? Anyway there's a bit more but I also don't really know how this should play out yet either, just exploring using streaming for the first time in jido_ai now