mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-07 03:28:29 +00:00
droppped link path that does not exist
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user