Kizuki
    Preparing search index...

    Variable conceptReplySchemaConst

    conceptReplySchema: ZodObject<
        {
            concepts: ZodArray<
                ZodObject<{ name: ZodString; sentences: ZodArray<ZodString> }, $strip>,
            >;
            unclear: ZodArray<ZodObject<{ sentence: ZodString }, $strip>>;
        },
        $strip,
    > = ...

    The shape the model must reply in when proposing concepts: names and sentence labels, never quotes of its own.