-
setState("contentRef", el)} onClick={handleInteraction}>
+
{(message) => {
const assistantMessages = createMemo(() => {
@@ -221,6 +207,11 @@ export function SessionTurn(
})
}
+ createEffect(() => {
+ lastPart()
+ scrollToBottom()
+ })
+
const [store, setStore] = createStore({
status: rawStatus(),
stepsExpanded: true,