@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias HookStartedNotification

    type HookStartedNotification = {
        run: HookRunSummary;
        threadId: string;
        turnId: string | null;
    }
    Index

    Properties

    Properties

    threadId: string
    turnId: string | null