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

    Type Alias ThreadGoalUpdatedNotification

    type ThreadGoalUpdatedNotification = {
        goal: ThreadGoal;
        threadId: string;
        turnId: string | null;
    }
    Index

    Properties

    Properties

    threadId: string
    turnId: string | null