Skip to content

ThreadOption

type ThreadOption = {
autoScroll?: boolean;
};
optional autoScroll: boolean;

When true, automatically scrolls to the latest message while a response is streaming, but only if the user is already near the bottom.

false;