Skip to content

Commit b71a501

Browse files
committed
fix typo
1 parent 3e3fa72 commit b71a501

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/agents/patterns.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Code samples use the [AI SDK](https://sdk.vercel.ai/docs/foundations/agents), ru
1616

1717
Decomposes tasks into a sequence of steps, where each LLM call processes the output of the previous one.
1818

19-
![Figure 1: Prompt Chaining](~/assets/images/agnets/01-sequential.png "Figure 1: Prompt Chaining")
19+
![Figure 1: Prompt Chaining](~/assets/images/agents/01-sequential.png "Figure 1: Prompt Chaining")
2020

2121
[**Interactive Demo**](https://patterns.agents.workers.dev)
2222

@@ -31,7 +31,7 @@ Decomposes tasks into a sequence of steps, where each LLM call processes the out
3131

3232
Classifies input and directs it to specialized followup tasks, allowing for separation of concerns.
3333

34-
![Figure 2: Routing](~/assets/images/agnets/02-routing.png "Figure 2: Routing")
34+
![Figure 2: Routing](~/assets/images/agents/02-routing.png "Figure 2: Routing")
3535

3636
[**Interactive Demo**](https://patterns.agents.workers.dev)
3737

@@ -46,7 +46,7 @@ Classifies input and directs it to specialized followup tasks, allowing for sepa
4646

4747
Enables simultaneous task processing through sectioning or voting mechanisms.
4848

49-
![Figure 3: Parallelization](~/assets/images/agnets/04-parallel.png "Figure 3: Parallelization")
49+
![Figure 3: Parallelization](~/assets/images/agents/04-parallel.png "Figure 3: Parallelization")
5050

5151
[**Interactive Demo**](https://patterns.agents.workers.dev)
5252

@@ -61,7 +61,7 @@ Enables simultaneous task processing through sectioning or voting mechanisms.
6161

6262
A central LLM dynamically breaks down tasks, delegates to worker LLMs, and synthesizes results.
6363

64-
![Figure 4: Orchestrator Workers](~/assets/images/agnets/04-orchestrator.png "Figure 4: Orchestrator Workers")
64+
![Figure 4: Orchestrator Workers](~/assets/images/agents/04-orchestrator.png "Figure 4: Orchestrator Workers")
6565

6666
[**Interactive Demo**](https://patterns.agents.workers.dev)
6767

@@ -76,7 +76,7 @@ A central LLM dynamically breaks down tasks, delegates to worker LLMs, and synth
7676

7777
One LLM generates responses while another provides evaluation and feedback in a loop.
7878

79-
![Figure 5: Evaluator-Optimizer](~/assets/images/agnets/05-evaluator.png "Figure 5: Evaluator-Optimizer")
79+
![Figure 5: Evaluator-Optimizer](~/assets/images/agents/05-evaluator.png "Figure 5: Evaluator-Optimizer")
8080

8181
[**Interactive Demo**](https://patterns.agents.workers.dev)
8282

0 commit comments

Comments
 (0)