vigiles API reference
    Preparing search index...

    Interface SessionEvent

    The event an inject hook produces from (no tool — SessionStart/UserPromptSubmit).

    interface SessionEvent {
        event: string;
        source: string;
    }
    Index

    Properties

    Properties

    event: string
    source: string