Extraction Failure Stage
Where in a run's work the failure happened, from a fixed list.
ExtractionFailureCode says what went wrong and this says where, which are different questions: an ExtractionFailureCode.INTERNAL during CHUNKING and one during PERSISTENCE send an on-call engineer to two different places.
Nothing cross-checks a stage against a code. Most pairings that look impossible turn out to happen — a decode failure while persisting is a real thing when a store reads a value back — and a record that refuses to state an awkward truth is worse evidence than one that states it.
EXPERIMENTAL. The shape may still change while extraction runs (DICE #67) land.
Entries
Reading the source material at the revision the run was asked for.
Building the prompt for a call.
The call to the model provider, from dispatch to response.
Turning the provider's response into the shape the run expected.
Checking a decoded response against the schema and metamodel in force.
Resolving entity mentions to entities.
Storing what the run produced.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.