chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Steps sometimes render below the LLM response when resuming a chat session

Open jbcallaghan opened this issue 2 weeks ago • 2 comments
trafficstars

Describe the bug Steps sometimes render below the LLM response when resuming a chat session

To Reproduce I am using a step to stream thinking, this completes before the LLM response and shows correctly during the chat, but if you resume the chat, the step renders below the LLM response.

Expected behavior Expect steps to always render above LLM response

Additional context Tested with Chainlit 2.8.3 and 2.8.4

jbcallaghan avatar Nov 05 '25 11:11 jbcallaghan