mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
fix: correct broken persistence link in conversational flows docs
This commit is contained in:
@@ -724,7 +724,7 @@ The `request_input` method can return:
|
|||||||
#### Auto-Checkpoint Behavior
|
#### Auto-Checkpoint Behavior
|
||||||
|
|
||||||
<Note>
|
<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>
|
</Note>
|
||||||
|
|
||||||
#### `self.ask()` vs `@human_feedback`
|
#### `self.ask()` vs `@human_feedback`
|
||||||
|
|||||||
Reference in New Issue
Block a user