refactor: remove Diagnostics component and related LLM call telemetry
This commit is contained in:
@@ -299,17 +299,6 @@ export async function bulkSetCurriculum(year, weeks) {
|
||||
);
|
||||
}
|
||||
|
||||
// ── LLM Call Telemetry ───────────────────────────────────────────────────────
|
||||
|
||||
export async function getRecentLlmCalls(limit = 100) {
|
||||
try {
|
||||
const r = await pb.collection('llm_calls').getList(1, limit, { sort: '-created' });
|
||||
return r.items;
|
||||
} catch {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
|
||||
// ── Reset for Smoke Testing ──────────────────────────────────────────────────
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user