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
Okay so this chain outputs a json object. Currently the Message component in the UI only accept strings. What would be the expected behavior here? Display the json object in a code block?
With
[Async]LangchainCallbackHandler
, when my intermediate steps output dicts instead of strings, the UI crashes.Repro:
(Possibly related typing bug in LangChain 0.0.267, but I'm almost certain their intention is to allow intermediate steps to output whatever.)
The text was updated successfully, but these errors were encountered: