Consolidate documentation ownership
This commit is contained in:
@@ -127,11 +127,11 @@ the relevant source, chunk, prior-stage, schema, reference, session, LLM, option
|
||||
and run context. Validators execute in resolved order and stop at the first
|
||||
error or rejection. An empty chain approves the result.
|
||||
|
||||
`runWithRetry` performs the initial module call plus the configured additional
|
||||
attempts. Each attempt includes module execution and its complete validation
|
||||
chain. A module or validator error retries and becomes a framework error after
|
||||
the final attempt. A rejection retries and becomes a recorded `RejectedOutput`
|
||||
after the final attempt. Cancellation stops retry processing immediately.
|
||||
`runWithRetry` applies the effective retry policy around module execution and
|
||||
its complete validation chain. A module or validator error becomes a framework
|
||||
error when attempts are exhausted. A rejection becomes a recorded
|
||||
`RejectedOutput` when attempts are exhausted. Cancellation stops retry
|
||||
processing immediately.
|
||||
|
||||
Rejected output is a non-fatal pipeline outcome and does not advance. Warnings
|
||||
from discarded attempts are not promoted. Configuration owns retry counts and
|
||||
|
||||
Reference in New Issue
Block a user