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

    Type Alias StopFailureHookInput

    StopFailureHookInput: BaseHookInput & {
        error: SDKAssistantMessageError;
        error_details?: string;
        hook_event_name: "StopFailure";
        last_assistant_message?: string;
    }