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.getTraceLearnAdminContentCoverage({ query: {}, })
{ "releaseId": "<string>", "floors": { "interactivePayloads": 123, "instructionTransferQuestions": 123, "instructionTransferDifficulties": 123, "assignmentQuestions": 123 }, "skills": [ { "skillId": "<string>", "subjectId": "<string>", "teachable": true, "payloads": {}, "questions": {}, "missing": [ "<string>" ] } ] }
Success
Show child attributes