Interface KataConfig

Enhanced Kata configuration with ThoughtSystem integration

interface KataConfig {
    model: string;
    title: string;
    description: string;
    shurikens?: Shuriken[];
    thoughtModule?: ThoughtModuleConfig;
    stream?: boolean;
    responseSchema?: any;
    parameters?: any;
    shinobiPersona?: any;
    requiresHumanInput?: boolean;
}

Properties

model: string
title: string
description: string
shurikens?: Shuriken[]
thoughtModule?: ThoughtModuleConfig
stream?: boolean
responseSchema?: any
parameters?: any
shinobiPersona?: any
requiresHumanInput?: boolean