Skip to content

fix: replace unavailable nano model and add concrete error content in failing samples - #256

Draft
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/rig-sampler-daily-report-2026-07-28
Draft

fix: replace unavailable nano model and add concrete error content in failing samples#256
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/rig-sampler-daily-report-2026-07-28

Conversation

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Two rig samples failed in the daily sampler run — one due to an unavailable model, one due to the model receiving no input content and returning plain text instead of JSON.

Changes

  • 61-genaiscript-list-files-port.md — change model: "nano"model: "mini". The nano model is not enabled in the Copilot policy, causing a hard runtime error.

  • 25-migration-guide.md — embed a concrete example error in the instructions. The previous instructions gave the model nothing to rewrite, so it returned plain text and failed JSON parsing:

-    instructions: `Rewrite the error to be actionable and precise.`,
+    instructions: `Rewrite the following error to be actionable and precise:\n\nTypeError: Cannot read properties of undefined (reading 'map') at Array.forEach (<anonymous>)\n    at processItems (src/processor.ts:23:18)`,

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix daily rig sample report for failed samples fix: replace unavailable nano model and add concrete error content in failing samples Jul 28, 2026
Copilot AI requested a review from pelikhan July 28, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[rig-sampler] Daily Rig sample report — 2026-07-28

2 participants