mimiq
    Preparing search index...

    Interface Scene

    interface Scene {
        context?: Record<string, unknown>;
        conversation_plan: string;
        description?: string;
        expectations?: Expectations;
        id: string;
        max_turns?: number;
        persona: PersonaPreset | Persona;
        starting_prompt: string;
    }
    Index

    Properties

    context?: Record<string, unknown>
    conversation_plan: string
    description?: string
    expectations?: Expectations
    id: string
    max_turns?: number
    starting_prompt: string