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.completeTraceLearnLesson({ body: {}, })
{ "completion": { "id": "<string>", "studentId": "<string>", "lessonId": "<string>", "segmentId": "<string>", "lessonTitle": "<string>", "attemptNumber": 2, "status": "<string>", "passed": true, "scoreCorrect": 123, "scoreTotal": 123, "scorePercent": 50, "activeMs": 123, "startedAt": "<string>", "completedAt": "<string>" }, "created": true }
a string at most 128 character(s) long
1 - 128
Show child attributes
a non-negative number
x >= 0
a string at least 10 character(s) long
10
Success