fix: correct broken persistence link in conversational flows docs

This commit is contained in:
Iris Clawd
2026-04-01 22:05:58 +00:00
parent e4c86c05b0
commit 42c341b590

View File

@@ -724,7 +724,7 @@ The `request_input` method can return:
#### Auto-Checkpoint Behavior
<Note>
When [persistence](/concepts/flows-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](#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.
</Note>
#### `self.ask()` vs `@human_feedback`