Knowledge Graph Memory Server

by T1nker-1220
Verified

get_lesson_recommendations

Get relevant lessons based on the current context

Input Schema

NameRequiredDescriptionDefault
contextYesThe current context to find relevant lessons for

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "The current context to find relevant lessons for", "type": "string" } }, "required": [ "context" ], "type": "object" }