mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 03:24:59 +02:00
TRUST-285 now exports the case-generation contract, so packages/cli no longer defines it (editor-ui and the REST layer can share one definition): - Drop the local AgentEvalDraftCase interface + draftCaseSchema; the LLM-output envelope now builds on the shared agentEvalDraftCaseSchema. - Drop the local GenerateDraftCasesOptions / GenerateDraftCasesResult interfaces and import them from @n8n/api-types. No behavior change: the service still owns count clamping ([1, 20]); the shared schema is positive-int only by design. |
||
|---|---|---|
| .. | ||
| @n8n | ||
| cli | ||
| core | ||
| extensions/insights | ||
| frontend | ||
| node-dev | ||
| nodes-base | ||
| testing | ||
| workflow | ||