proposit-core
    Preparing search index...

    Type Alias TDistillTurnOptions

    Options for creating a distill turn.

    type TDistillTurnOptions = {
        model: string;
        onClose: () => void;
        reasoningEffort?: TReasoningEffort;
    }
    Index

    Properties

    model: string
    onClose: () => void

    Called after the turn completes to seal the conversation.

    reasoningEffort?: TReasoningEffort