OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Emitted when a custom benchmark run finishes.
Source Definition
export const BenchmarkCustomCompletedEvent = defineEvent({
meta: {
key: 'provider-ranking.benchmark.custom.completed',
version: '1.0.0',
description: 'Emitted when a custom benchmark run finishes.',
domain: PROVIDER_RANKING_DOMAIN,
owners: PROVIDER_RANKING_OWNERS,
tags: [...PROVIDER_RANKING_TAGS, 'custom', 'eval'],
stability: PROVIDER_RANKING_STABILITY,
docId: [docId('docs.tech.provider-ranking.benchmark.custom.completed')],
},
capability: {
key: 'provider-ranking.system',
version: '1.0.0',
},
pii: [],
payload: BenchmarkCustomCompletedPayload,
});