Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface SessionTurn

    interface SessionTurn {
        content: string;
        metadata?: Record<string, unknown>;
        role: TurnRole;
        timestamp?: number;
        toolName?: string;
        toolResult?: string;
    }
    Index
    content: string
    metadata?: Record<string, unknown>
    role: TurnRole
    timestamp?: number
    toolName?: string
    toolResult?: string