📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
8
02. Prompts/문서생성/codedomain/당신은_보고서_Python_v01.py
Normal file
8
02. Prompts/문서생성/codedomain/당신은_보고서_Python_v01.py
Normal file
@@ -0,0 +1,8 @@
|
||||
def analyze_references():
|
||||
files = sorted(os.listdir(REF_DIR))
|
||||
sys = "당신은 보고서 전문가입니다. 아래 파일명들을 보고, 이 프로젝트에 어울리는 보고서 스타일과 목차 구조를 요약해 주세요."
|
||||
usr = "파일 목록:\n" + "\n".join(files)
|
||||
return call_gpt(sys, usr)
|
||||
|
||||
|
||||
# ─── 2) 가이드라인에서 필수 섹션 추출 ───────────
|
||||
Reference in New Issue
Block a user