1
0
Fork 0
taleweave-ai/taleweave/models/prompt.py

9 lines
115 B
Python
Raw Normal View History

2024-05-31 23:58:01 +00:00
from typing import Dict
from .base import dataclass
@dataclass
class PromptLibrary:
prompts: Dict[str, str]