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.startTraceLearnDiagnostic()
{ "studentId": "<string>", "attemptNumber": 2, "questionCount": 1, "questions": [ { "id": "<string>", "questionVersionId": "<string>", "subjectName": "<string>", "topicId": "<string>", "topicName": "<string>", "prompt": "<string>", "options": [ "<string>" ], "explanation": "<string>", "expectedTimeSeconds": 123, "clozeTemplate": "<string>", "clozeBlanks": [ { "id": "<string>", "options": [ "<string>" ] } ], "matchingLeftLabel": "<string>", "matchingRightLabel": "<string>", "matchingPairs": [ { "left": "<string>", "right": "<string>" } ], "sequenceChips": [ { "id": "<string>", "label": "<string>" } ] } ] }
Success
a string at most 128 character(s) long
1 - 128
a number greater than or equal to 1
x >= 1
a non-negative number
x >= 0
Show child attributes