You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.map(t=>`${t.digest.name||t.label}: ${t.digest.queries.slice(0,10).map(q=>`${q.label} (${q.count<0 ? 'available — run this query for the count' : q.count})`).join('; ')}`)
438
438
constavailableBlock=availableData.length
439
439
? `\n\nAVAILABLE VFB DATA for the resolved terms (counts of records VFB holds — use to say what IS available, never claim "no information" when this lists relevant data):\n${availableData.join('\n')}`
lines.push('Available VFB data for this term (query result: total count — examples):')
223
+
lines.push('Available VFB data for this term (query result: total count — examples). "run this query" means the total was not precomputed but the data exists — call vfb_run_query with that query_type to get the count/results:')
0 commit comments