@cavell/kit API
    Preparing search index...

    Interface SessionScopeTag

    A conversation-scope tag stamped into session metadata (e.g. the patient the conversation was about). label is display-only.

    interface SessionScopeTag {
        label?: string;
        value: string;
    }
    Index
    label?: string
    value: string