droppped link path that does not exist

This commit is contained in:
lorenzejay
2026-04-01 15:59:26 -07:00
parent 42c341b590
commit 7eb0b5c5e7

View File

@@ -724,7 +724,7 @@ The `request_input` method can return:
#### Auto-Checkpoint Behavior
<Note>
When [persistence](#flow-persistence) is configured, the flow state is automatically saved **before** each `self.ask()` call. If the process restarts while waiting for input, the flow can resume from the checkpoint without losing progress.
When persistence is configured, the flow state is automatically saved **before** each `self.ask()` call. If the process restarts while waiting for input, the flow can resume from the checkpoint without losing progress.
</Note>
#### `self.ask()` vs `@human_feedback`