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
if (result.exitCode !== 0) throw new Error(new TextDecoder().decode(result.stderr).trim());
@@ -133,7 +133,7 @@ tests:
133
133
- Output contains the transformed spreadsheet text including the revenue rows
134
134
```
135
135
136
-
See [`examples/features/preprocessors/`](../../../../../examples/features/preprocessors/) for a runnable end-to-end example with a file-producing target and custom grader target.
136
+
See [`examples/features/file-transforms/`](../../../../../examples/features/file-transforms/) for a runnable end-to-end example with a file-producing target and custom grader target.
if (result.exitCode !== 0) throw new Error(new TextDecoder().decode(result.stderr).trim());
@@ -235,7 +235,7 @@ Resolution order:
235
235
- if no transform is configured, AgentV falls back to a UTF-8 text read
236
236
- if the fallback read looks binary or invalid, the grader receives a warning note instead of failing the test run
237
237
238
-
See [`examples/features/preprocessors/`](../../../../../examples/features/preprocessors/) for a runnable example with a file-producing target and a spreadsheet conversion script.
238
+
See [`examples/features/file-transforms/`](../../../../../examples/features/file-transforms/) for a runnable example with a file-producing target and a spreadsheet conversion script.
0 commit comments