ExtractionFailureStage

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

Link copied to clipboard

Laying out the call plan, before any request went out.

Link copied to clipboard

Reading the source material at the revision the run was asked for.

Link copied to clipboard

Splitting source material into the pieces each call would cover.

Link copied to clipboard

Building the prompt for a call.

Link copied to clipboard

The call to the model provider, from dispatch to response.

Link copied to clipboard

Turning the provider's response into the shape the run expected.

Link copied to clipboard

Checking a decoded response against the schema and metamodel in force.

Link copied to clipboard

Running extracted propositions past the gates.

Link copied to clipboard

Resolving entity mentions to entities.

Link copied to clipboard

Storing what the run produced.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.