test(web): keep scroll fixture markers private
This commit is contained in:
@@ -27,7 +27,7 @@ export interface ChatScrollFixtureOptions {
|
||||
}
|
||||
|
||||
/** Semantic marker helpers returned with a generated fixture. */
|
||||
export interface ChatScrollMarkers {
|
||||
interface ChatScrollMarkers {
|
||||
/** Marker painted in the human message for a turn. */
|
||||
user(turn: number): string
|
||||
/** Marker painted in the final assistant message for a turn. */
|
||||
|
||||
Reference in New Issue
Block a user