Skip to content

Commit 72b74bf

Browse files
committed
fixup! docs: add human-in-the-loop guides for OpenAI and Anthropic
1 parent 52c73f6 commit 72b74bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/docs/guides/ai-transport/anthropic-human-in-the-loop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ node client.mjs
424424
```
425425
</Code>
426426
427-
With both the agent and client running, the workflow proceeds as follows:
427+
Once the client is running, restart your agent. With both the agent and client running, the workflow proceeds as follows:
428428
429429
1. The agent sends a prompt to Claude that triggers a tool use
430430
2. The agent publishes an approval request to the channel

src/pages/docs/guides/ai-transport/openai-human-in-the-loop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ node client.mjs
435435
```
436436
</Code>
437437
438-
With both the agent and client running, the workflow proceeds as follows:
438+
Once the client is running, restart your agent. With both the agent and client running, the workflow proceeds as follows:
439439
440440
1. The agent sends a prompt to OpenAI that triggers a tool call
441441
2. The agent publishes an approval request to the channel

0 commit comments

Comments
 (0)