SongGuess
    Preparing search index...
    type ChatTemplateKwargs = {
        clear_thinking?: boolean;
        enable_thinking?: boolean;
    }
    Index

    Properties

    clear_thinking?: boolean

    If false, preserves reasoning context between turns.

    enable_thinking?: boolean

    Whether to enable reasoning, enabled by default.