mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Fix comments
This commit is contained in:
+1
-1
@@ -87,7 +87,6 @@ public record Policy(
|
||||
return inputs.stream().map(PipelineInput::sourceId).toList();
|
||||
}
|
||||
|
||||
/** The distinct trigger types configured across this policy's inputs (manual inputs aside). */
|
||||
/**
|
||||
* The moment this policy fires in the editor ("upload" / "export"), or empty when the editor
|
||||
* does not run it. Legacy blobs are lifted onto {@link EditorConfig} when they are read.
|
||||
@@ -96,6 +95,7 @@ public record Policy(
|
||||
return editor.allowed() ? Optional.of(editor.runOn()) : Optional.empty();
|
||||
}
|
||||
|
||||
/** The distinct trigger types configured across this policy's inputs (manual inputs aside). */
|
||||
public List<String> triggerTypes() {
|
||||
return inputs.stream()
|
||||
.map(PipelineInput::trigger)
|
||||
|
||||
@@ -141,7 +141,7 @@ beforeEach(() => {
|
||||
outputs: [{ fileId: "backend-out-0", fileName: "doc.pdf" }],
|
||||
});
|
||||
|
||||
// Classification now dispatches its own AI run (see useClassificationPolicy); this suite exercises
|
||||
// Classification now dispatches its own AI run (see usePolicyLocalPasses); this suite exercises
|
||||
// the auto-run engine's generic import/label-stamping path, so seed a completed classification run
|
||||
// for it to pick up rather than driving a dispatch.
|
||||
recordRunStart({
|
||||
|
||||
Reference in New Issue
Block a user