Skip to content

Commit 2a46b3a

Browse files
authored
Change the order of HITL tutorial (#415)
1 parent aca1bec commit 2a46b3a

File tree

2 files changed

+124
-125
lines changed

2 files changed

+124
-125
lines changed

index.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ dependencies = ["sentence-transformers>=4.1.0", "datasets", "accelerate"]
221221
title = "Creating a Multi-Agent System with Haystack"
222222
description = "Use agents specialized in specific tasks to build more complex, modular agent workflows"
223223
level = "advanced"
224-
weight = 10
224+
weight = 11
225225
notebook = "45_Creating_a_Multi_Agent_System.ipynb"
226226
aliases = []
227227
completion_time = "20 min"
@@ -245,7 +245,7 @@ featured = true
245245
title = "Human-in-the-Loop with Haystack Agents"
246246
description = "Learn how to use confirmation strategies to get user input before tool execution for safer, more controllable AI systems."
247247
level = "advanced"
248-
weight = 11
248+
weight = 10
249249
notebook = "47_Human_in_the_Loop_Agent.ipynb"
250250
aliases = []
251251
completion_time = "20 min"

0 commit comments

Comments
 (0)