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

    Type Alias ModelSafetyBufferingUpdatedNotification

    type ModelSafetyBufferingUpdatedNotification = {
        fasterModel: string | null;
        model: string;
        reasons: string[];
        showBufferingUi: boolean;
        threadId: string;
        turnId: string;
        useCases: string[];
    }
    Index

    Properties

    fasterModel: string | null
    model: string
    reasons: string[]
    showBufferingUi: boolean
    threadId: string
    turnId: string
    useCases: string[]