Knowledge Graph Memory Server

by T1nker-1220
Verified

update_lesson_success

Update the success rate of a lesson after applying its solution

Input Schema

NameRequiredDescriptionDefault
lessonNameYesName of the lesson to update
successYesWhether the solution was successful

Input Schema (JSON Schema)

{ "properties": { "lessonName": { "description": "Name of the lesson to update", "type": "string" }, "success": { "description": "Whether the solution was successful", "type": "boolean" } }, "required": [ "lessonName", "success" ], "type": "object" }
ID: eoinvr1bz0