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
Hello, thank you for providing such a great chat-message library. I have understood how to use it correctly according to your example and can also use stream.
But when I use it with LangChain's CallBack, I directly use st.experimental_rerun() will cause the entire script to run again, making the langchain callBack function unable to continue executing, making it permanently stuck in the first place. Here is my code:
Hello, thank you for providing such a great chat-message library. I have understood how to use it correctly according to your example and can also use stream.
But when I use it with LangChain's CallBack, I directly use
st.experimental_rerun()
will cause the entire script to run again, making the langchain callBack function unable to continue executing, making it permanently stuck in the first place. Here is my code:So I'm thinking, is there a way for messages to control internal state updates through Python? Just like:
The text was updated successfully, but these errors were encountered: