AAI SDK
    Preparing search index...

    Type Alias PipelineOnlyMisuse<K>

    PipelineOnlyMisuse: ``${K}` is pipeline-mode only — it has no effect on an s2s agent; remove it or remove `s2s``

    The "type" a pipeline-only field has on an S2S agent — a message, so the compile error for agent({ s2s: ..., holdPhrase: "..." }) reads "Type 'string' is not assignable to type 'holdPhrase is pipeline-mode only …'" instead of the bare undefined mismatch that explains nothing (the lesson client()'s ComponentTier already recorded).

    Type Parameters