Open-TutorAi/open-tutor-ai-CE

Bug Report | shared context between students

オープン

#209 opened on 2026/05/08

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (179 件のフォーク)auto 404
bughelp wanted

Repository metrics

Stars
 (84 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description

An issue was reported during testing. The generated plan received by a student matched the plan generated from a shared guide (used by most students), instead of the personalized support plan based on that student’s specific objectives.

This suggests that there may be:

  • either a context management issue in OpenTutorAI,
  • or an LLM cache/memory issue causing reuse of shared context.

Expected Behavior

Each student should receive a personalized plan based only on:

  • their own objectives specified during support creation,
  • and their individual context.

Observed Behavior

The system generated a generic/shared plan similar to the one produced from the common guide shared among students.

Possible Causes

  • Context leakage between sessions/users.
  • Improper conversation isolation.
  • LLM cache reuse.
  • Shared guide/context being prioritized over user-specific context.

コントリビューターガイド