@runloop/agent-axon-client
    Preparing search index...

    Type Alias PostCompactHookInput

    PostCompactHookInput: BaseHookInput & {
        compact_summary: string;
        hook_event_name: "PostCompact";
        trigger: "manual" | "auto";
    }

    Type Declaration

    • compact_summary: string

      The conversation summary produced by compaction

    • hook_event_name: "PostCompact"
    • trigger: "manual" | "auto"