Skip to content

Commit c5254dc

Browse files
committed
Update docs
1 parent 694f3b1 commit c5254dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/optimizing-with-codeflash/trace-and-optimize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sidebar_position: 4
33
---
44
# Optimize Workflows End-to-End by Tracing them.
55

6-
Codeflash supports optimizing an entire Python script end to end by tracing the execution of the script and generating Replay Tests. Tracing means following the execution of a script These Replay Tests can be used to optimize all the functions called in the script.
6+
Codeflash supports optimizing an entire Python script end to end by tracing the execution of the script and generating Replay Tests. Tracing means following the execution of a script and capturing the inputs to all the functions called, so they can be replayed again while optimizing. These Replay Tests can be used to optimize all the functions called in the script.
77

88
## Motivation for Tracing a workflow
99

0 commit comments

Comments
 (0)