Skip to content

Commit 3202b6c

Browse files
fix: add followUp: false to llamaindex HITL example
1 parent 2c4f3a7 commit 3202b6c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/content/docs/llamaindex/human-in-the-loop.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ you can ensure that the agent is always making the right decisions and ultimatel
9696
parameters: [
9797
{ name: "draft", type: "string", description: "The draft of the essay", required: true },
9898
],
99+
followUp: false,
99100
// [!code highlight:25]
100101
renderAndWaitForResponse: ({ args, respond, status }) => {
101102
return (
@@ -135,9 +136,9 @@ you can ensure that the agent is always making the right decisions and ultimatel
135136
</Step>
136137

137138
<Step>
138-
### Give it a try!
139-
Try asking your agent to write an essay about the benefits of AI. You'll see that it will generate an essay,
140-
stream the progress and eventually ask you to review it.
139+
### Give it a try!
140+
Try asking your agent to write an essay about the benefits of AI. You'll see that it will generate an essay,
141+
stream the progress and eventually ask you to review it.
141142
</Step>
142143

143144
</Steps>

0 commit comments

Comments
 (0)