mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-23 19:42:39 +02:00
building guidelines services
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import abc
|
||||
from typing import Dict, List
|
||||
|
||||
|
||||
class AbstractPromptInjectionExampleRepository(abc.ABC):
|
||||
@abc.abstractmethod
|
||||
def get_all(self) -> List[Dict[str, str]]:
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user