mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +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
|
#### Auto-Checkpoint Behavior
|
||||||
|
|
||||||
<Note>
|
<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>
|
</Note>
|
||||||
|
|
||||||
#### `self.ask()` vs `@human_feedback`
|
#### `self.ask()` vs `@human_feedback`
|
||||||
|
|||||||
Reference in New Issue
Block a user