From ed779372f0b9347c8519cfda180d5e1bc0ed9b83 Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sat, 27 Apr 2024 21:52:22 +0300 Subject: [PATCH] feat(Update registry): --- agentic_security/probe_data/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/agentic_security/probe_data/__init__.py b/agentic_security/probe_data/__init__.py index 8fe4283..8e45da2 100644 --- a/agentic_security/probe_data/__init__.py +++ b/agentic_security/probe_data/__init__.py @@ -88,7 +88,7 @@ REGISTRY = [ "approx_cost": 0.0, "source": "Local dataset", "selected": True, - "dynamic": False, + "dynamic": True, "url": "", }, { @@ -98,6 +98,7 @@ REGISTRY = [ "approx_cost": 0.0, "source": "Local dataset", "selected": False, + "dynamic": True, "url": "", }, { @@ -107,6 +108,7 @@ REGISTRY = [ "approx_cost": 0.0, "source": "Local dataset", "selected": False, + "dynamic": True, "url": "", }, { @@ -116,6 +118,7 @@ REGISTRY = [ "approx_cost": 0.0, "source": "Local dataset", "selected": False, + "dynamic": True, "url": "", }, { @@ -125,6 +128,7 @@ REGISTRY = [ "approx_cost": 0.0, "source": "Github: tml-epfl/llm-adaptive-attacks", "selected": False, + "dynamic": True, "url": "https://github.com/tml-epfl/llm-adaptive-attacks", }, { @@ -135,6 +139,7 @@ REGISTRY = [ "source": "Github: https://github.com/leondz/garak", "selected": False, "url": "https://github.com/leondz/garak", + "dynamic": True, }, { "dataset_name": "Custom CSV",