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
Lift formatting out of Chunks method
Chunks method now returns richer type that allows to distinguish between
“thinking” and regular response text. Output stream formatting now
happens within the Chunks method caller code.
While here, also make sure that ansi escape codes are only printed to
stdout, they are not written to the buffer used to accumulate markdown
to be later rendered into html.