Commit 90e396e
Document that bundled code functions are skipped
Add an explicit README callout (Resource Types) explaining that code
functions backed by a compiled bundle — e.g. code-based scorers/tools/tasks
pushed via `braintrust push` or an eval — cannot be migrated (the API only
exposes a bundle reference, not the code, and there's no re-upload path), so
they are skipped and recorded in migration_report.json with
skip_reason="code_bundle_not_migratable". Users should re-push them manually.
Inline code functions and all other function types migrate normally.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent abef859 commit 90e396e
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
507 | | - | |
| 507 | + | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
517 | 535 | | |
518 | 536 | | |
519 | 537 | | |
| |||
0 commit comments