You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was looking into using BAML for our newest project and deciding between vercel's own ai sdk and baml. I like baml's approach to prompting better, but it seems that unless we are using next.js, there isn't a very easy way to stream responses on the client. We are using nestjs and ai sdk has support for this easily. Are there any plans to make hook support more generic? With ai sdk I can use use useObject and pass in the streaming endpoint.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Was looking into using BAML for our newest project and deciding between vercel's own ai sdk and baml. I like baml's approach to prompting better, but it seems that unless we are using next.js, there isn't a very easy way to stream responses on the client. We are using nestjs and ai sdk has support for this easily. Are there any plans to make hook support more generic? With ai sdk I can use use
useObject
and pass in the streaming endpoint.Beta Was this translation helpful? Give feedback.
All reactions