You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: taskflows/GRAMMAR.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Example:
109
109
110
110
### Running templated tasks in a loop
111
111
112
-
Often we may want to iterate through the same tasks with different inputs. For example, we may want to do fetch all the functions from a code base and then anaylze each of the function. This can be done using two consecutive task and with the help of the `repeat_prompt` field.
112
+
Often we may want to iterate through the same tasks with different inputs. For example, we may want to do fetch all the functions from a code base and then analyze each of the function. This can be done using two consecutive task and with the help of the `repeat_prompt` field.
0 commit comments