Extension shape for the top-level argument object.
Extension shape for individual claims (Type.Object or discriminated Type.Union of Type.Objects).
Extension shape for individual premises.
Full extended TParsedArgumentResponse schema (the LLM's output schema).
Extension shape for individual variables.
Bundle of TypeBox schemas a caller hands to an ingestion pipeline factory. Only
responseSchemais consumed by v1; the per-entity slots are forward-compat surface for a v2 pipeline's stage decomposition.responseSchemais the fullTParsedArgumentResponseshape with any caller extensions merged in — typically built viabuildParsingResponseSchema({ claimSchema, premiseSchema, parsedArgumentSchema })fromsrc/lib/parsing/.