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
LLMs have support for structured output which allows us to generate JSON. It would be great if jsonhilo supported generating json patches automatically for us while we are streaming. I would also suggest yield both the raw chunk and json patch. raw chunk can be ueful for debugging purposes.