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

    Type Alias ThreadGoalSetParams

    type ThreadGoalSetParams = {
        objective?: string | null;
        status?: ThreadGoalStatus | null;
        threadId: string;
        tokenBudget?: number | null;
    }
    Index

    Properties

    objective?: string | null
    status?: ThreadGoalStatus | null
    threadId: string
    tokenBudget?: number | null