ai icon indicating copy to clipboard operation
ai copied to clipboard

forwardStream types and documentation

Open snikoletopoulos opened this issue 11 months ago • 3 comments

Description

There is a confusion for the forwardStream function In code typescript has it's return type to be Promise<any> In the documentation, it returns void, but I is used as if it returns a Run object(?)

Additional context

Screenshot 2024-03-15 at 3 27 55 PM

image

image

snikoletopoulos avatar Mar 15 '24 13:03 snikoletopoulos

Good point, it returns Run.

lgrammel avatar Mar 15 '24 13:03 lgrammel

https://github.com/vercel/ai/pull/1164

lgrammel avatar Mar 15 '24 13:03 lgrammel

Thank you! that was super fast!

snikoletopoulos avatar Mar 15 '24 20:03 snikoletopoulos