ThreadOption
type ThreadOption = { autoScroll?: boolean;};Properties
Section titled “Properties”autoScroll?
Section titled “autoScroll?”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.
Default
Section titled “Default”false;