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
This affects the "streaming brief" feature: the latest progress()
message is used as a prefix for incoming text, but this must be cleared
for "special", important text like message() and error().
Fixes#202
This affects the "streaming brief" feature: the latest progress()
message is used as a prefix for incoming text, but this must be cleared
for "special", important text like message() and error().
Fixes#202
Bug Description
If I call
emit.progress("Hi")
and thenemit.message("Done!")
, the text that is actually shown isHi :: Done!
.To Reproduce
Something like:
part yaml
Relevant log output
The text was updated successfully, but these errors were encountered: