Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
import { TxAgentKitClient } from '@tx-agent-kit/sdk' const client = new TxAgentKitClient({ token: process.env.TX_AGENT_KIT_TOKEN }) const response = await client.traceLearn.updateTraceLearnSettings({ body: {}, })
{ "profile": { "displayName": "<string>", "yearGroup": "<string>", "targetSchool": "<string>", "email": "<string>" }, "learning": { "soundEffects": true, "streakReminders": true, "reducedMotion": true, "highContrast": true }, "notifications": { "homeworkReminders": true, "completionEmails": true, "weeklyParentDigest": true, "quietHoursStart": "<string>", "quietHoursEnd": "<string>" }, "reporting": { "parentReportGeneration": { "endOfTermEnabled": true } }, "billing": { "planLabel": "<string>", "learnerLimit": 123 } }
Show child attributes
Success