Interface IHeadlessCascadeOptions

Options for creating a headless cascade

interface IHeadlessCascadeOptions {
    model?: number;
    plannerType?: "conversational" | "normal";
    text: string;
}

Properties

model?: number

Model ID (default: Gemini 3 Flash = 1018)

plannerType?: "conversational" | "normal"

Planner type: 'conversational' (default) or 'normal'

text: string

Text prompt to send