소스 검색

docs: clarify sentence feedback context

jimmylee 4 달 전
부모
커밋
2bed0866d2
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      docs/superpowers/specs/2026-04-25-english-speaking-report-pipeline-design.md

+ 3 - 1
docs/superpowers/specs/2026-04-25-english-speaking-report-pipeline-design.md

@@ -66,7 +66,9 @@ The sentence feedback evaluator input is:
 }
 ```
 
-The conversation history for round N includes the prior conversation and the latest student turn being evaluated. It should not include the AI reply after the latest student turn, because that reply is not context the student had when speaking.
+The conversation history for round N includes only dialogue text: prior AI/student turns and the latest student turn being evaluated. It should not include any previous rounds' Azure scores, previous sentence feedback, or the AI reply after the latest student turn. Previous scores and feedback are not needed for `DetailedReport`; they would bias the per-turn comment away from the student's current utterance.
+
+The only pronunciation scores passed to the sentence feedback evaluator are the Azure scores for the latest student turn.
 
 The evaluator output is: