Interface ShinobiPersonaContext

Shinobi persona context interface for character-driven AI orchestration. Provides rich personality and background information that influences AI behavior.

interface ShinobiPersonaContext {
    role: string;
    description: string;
    backstory: string;
}

Properties

role: string

The role or title of the Shinobi (e.g., "Expert Travel Assistant")

description: string

Brief description of expertise and approach

backstory: string

Rich backstory providing context and personality