Load LLM prompts from markdown files

This commit is contained in:
2026-05-03 01:24:56 +09:00
parent 28ffbf02e1
commit 3360015179
6 changed files with 66 additions and 10 deletions

10
prompts/reply-gate.md Normal file
View File

@@ -0,0 +1,10 @@
다음 텍스트에 로컬 비서가 실제로 대답해야 하는지 판정한다.
판정 기준:
- 의미 없는 감탄사, 중얼거림, 문맥 없는 짧은 파편, 노래 가사 조각, 잡음성 문장은 `should_reply=false`
- 질문, 요청, 확인, 명령, 대화 시도는 `should_reply=true`
- 최신 정보나 사실 확인, 검색이 필요해 보이면 `likely_needs_lookup=true`
- reason 은 아주 짧게 쓴다
반드시 JSON만 출력:
{"should_reply":true,"likely_needs_lookup":false,"reason":"짧게"}