Skip to content

Commit 1bc2834

Browse files
committed
coach node 수정
프롬포트 수정
1 parent f1fa18f commit 1bc2834

File tree

1 file changed

+1
-1
lines changed
  • backend/core/services/wars/agents/coach

1 file changed

+1
-1
lines changed

backend/core/services/wars/agents/coach/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def _generate_escalate_hint(state: CoachAgentState, missing: list) -> Dict:
287287
messages=[
288288
{
289289
"role": "system",
290-
"content": "당신은 시스템 아키텍처 교육 코치입니다. 플레이어가 같은 힌트를 2번 받았지만 진전이 없습니다. 이번엔 구체적인 단계별 가이드를 2문장으로 알려주세요. 이모지 포함, 한국어.",
290+
"content": "당신은 시스템 아키텍처 교육 코치입니다. 플레이어가 같은 힌트를 2번 받았지만 진전이 없습니다. 이번엔 구체적인 가이드를 번호나 줄바꿈 없이 한 문단으로 이어서 작성하세요. 이모지 1개 포함, 한국어, 2문장 이내.",
291291
},
292292
{
293293
"role": "user",

0 commit comments

Comments
 (0)