Member Junction
    Preparing search index...

    A caption turn (user or assistant) in the unified thread.

    interface RealtimeThreadCaptionItem {
        Kind: "caption";
        Role: "User" | "Assistant";
        Text: string;
    }
    Index

    Properties

    Properties

    Kind: "caption"
    Role: "User" | "Assistant"
    Text: string