proposit-core
    Preparing search index...

    Type Alias TMultiTurnOutput<O>

    TMultiTurnOutput: O & { responseId: TResponseId | null }

    Extends an output shape O with a responseId field so the consumer can record the provider response id for the next turn's chain.

    Type Parameters

    • O