vectara / stream-query-client

A TypeScript utility for easily making requests/parsing responses to/from Vectara's streaming query API
Apache License 2.0
3 stars 0 forks source link

feat: Surface multiple stream update details #8

Closed mrderyk closed 4 months ago

mrderyk commented 4 months ago

CONTEXT

Introducing FCS has revealed the need for an array of details instead of just one.

CHANGES