Skip to content

Commit d71537f

Browse files
committed
docs: add docstring to template_loader.py
1 parent 384d324 commit d71537f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prompt/template_loader.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
이 모듈은 프롬프트 템플릿을 로드하는 기능을 제공합니다.
3+
- 프롬프트 템플릿은 마크다운 파일로 관리되고 있으며, 환경변수에서 템플릿 디렉토리를 가져오거나, 없으면 현재 파일 위치 기준으로 설정합니다.
4+
"""
5+
16
import os
27

38

0 commit comments

Comments
 (0)