feat: add new folder
This commit is contained in:
5
gig-poc/apps/api/app/utils/prompts.py
Normal file
5
gig-poc/apps/api/app/utils/prompts.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def load_prompt(path: Path) -> str:
|
||||
return path.read_text(encoding="utf-8")
|
||||
Reference in New Issue
Block a user