Transcript
import { Transcript, fold } from '@hanzo/ui/agents'
No examples yet.
Types
export interface Turn {kind?: stringactor?: stringseq?: numberid?: stringtext: string}
export interface Block {key: stringkind: stringactor?: stringtext: string}
export interface TranscriptProps extends Scroll {blocks: Block[]/** Keep the newest turn in view as the run streams. */follow?: boolean/** Drawn above the blocks — a status line, a turn count. */header?: ReactNodeempty?: ReactNode}
Exports
Transcriptfoldtype Blocktype TranscriptPropstype Turn