基础设施
Nemotron Diffusion Decision Lab 是一个用于扩散决策研究的实验平台。
Nemotron Diffusion Decision Lab
if self.path not in ('/v1/chat/completions', '/v1/systemone'): return self.send(404,{'error':'Not found'})链接指向我们抓取当天的那个 commit,行号是准的。
下面是从这个项目源码里原样取出来的 question 组合。
route选项Which team should handle this? Payment and payout issues belong to billing, including failed payments.
billing — Payments, payouts, invoices or refundstechnical — Application bugs or infrastructure outages unrelated to paymentsurgent是/否Is the issue urgent and business blocking?
severity打分How severe is the issue?
0 — Minor cosmetic inconvenience1 — Some functionality degraded2 — Critical business blocking failureimport { experimental_evaluate as evaluate } from 'ai';
const { answers } = await evaluate({
model: 'typesafe-ai/jev',
state,
questions: {
route: { type: 'choice', instructions: 'Which team should handle this? Payment and payout issues belong to billing, including failed payments.',
criteria: { billing: 'Payments, payouts, invoices or refunds', technical: 'Application bugs or infrastructure outages unrelated to payments' } },
urgent: { type: 'boolean', instructions: 'Is the issue urgent and business blocking?' },
severity: { type: 'score', instructions: 'How severe is the issue?',
criteria: ['Minor cosmetic inconvenience', 'Some functionality degraded', 'Critical business blocking failure'] },
},
});