Load LLM prompts from markdown files
This commit is contained in:
10
prompts/reply-gate.md
Normal file
10
prompts/reply-gate.md
Normal 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":"짧게"}
|
||||
Reference in New Issue
Block a user