From 7eb0b5c5e781d2cc4697b40b2da6651fa86f7e5f Mon Sep 17 00:00:00 2001 From: lorenzejay Date: Wed, 1 Apr 2026 15:59:26 -0700 Subject: [PATCH] droppped link path that does not exist --- docs/en/concepts/flows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/concepts/flows.mdx b/docs/en/concepts/flows.mdx index 1772b7354..8a8660a4c 100644 --- a/docs/en/concepts/flows.mdx +++ b/docs/en/concepts/flows.mdx @@ -724,7 +724,7 @@ The `request_input` method can return: #### Auto-Checkpoint Behavior -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. #### `self.ask()` vs `@human_feedback`