fix: record model fallback steps in trajectories

This commit is contained in:
Peter Steinberger
2026-04-28 05:05:02 +01:00
parent 714f3b59cc
commit ab95812d65
7 changed files with 167 additions and 45 deletions

View File

@@ -64,6 +64,7 @@ Runtime events include:
- `trace.metadata`
- `context.compiled`
- `prompt.submitted`
- `model.fallback_step`, including the source model, next model, failure reason/detail, chain position, and whether fallback advanced, succeeded, or exhausted the chain
- `model.completed`
- `trace.artifacts`
- `session.ended`