From dcefad8fc867a3074504bc47b26bcf697d0dfcb7 Mon Sep 17 00:00:00 2001 From: Jemin Huh Date: Wed, 28 May 2025 19:45:11 +0900 Subject: [PATCH] Fix typo in README, corrected 'parallelization-worflow' to 'parallelization-workflow' Signed-off-by: Jemin Huh --- agentic-patterns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic-patterns/README.md b/agentic-patterns/README.md index 6d81015e..5ff3af9d 100644 --- a/agentic-patterns/README.md +++ b/agentic-patterns/README.md @@ -24,7 +24,7 @@ Implements prompt chaining to decompose tasks into a sequence of LLM calls where - Document generation with structured steps ### 2. Parallelization Workflow -[parallelization-worflow/](parallelization-worflow/) +[parallelization-workflow/](parallelization-workflow/) Enables concurrent processing of multiple LLM operations with two key variations: - **Sectioning**: Breaking tasks into independent subtasks run in parallel