feat: add learner memory ingestion
This commit is contained in:
@@ -51,6 +51,7 @@ type ConceptFinding struct {
|
||||
}
|
||||
|
||||
type GradedAnswer struct {
|
||||
UserID string `json:"user_id"`
|
||||
AnswerID string `json:"answer_id"`
|
||||
QuestionID string `json:"question_id"`
|
||||
Concepts []ConceptRef `json:"concepts"`
|
||||
|
||||
Reference in New Issue
Block a user