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

    Type Alias ModelVerificationNotification

    type ModelVerificationNotification = {
        threadId: string;
        turnId: string;
        verifications: ModelVerification[];
    }
    Index

    Properties

    threadId: string
    turnId: string
    verifications: ModelVerification[]