Skip to content

Commit fbb3373

Browse files
tinkering-bhatiatinkering-bhatia
and
tinkering-bhatia
authored
resolve comments from last PR (#177)
Co-authored-by: tinkering-bhatia <[email protected]>
1 parent a8e2fb6 commit fbb3373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/docs/pages/interact-agent.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This cookbook provides a step-by-step guide to use the asynchronous API for DevRev agents. It assumes you've already created an agent using the DevRev agent builder platform.
22

3-
This DevRev async API enables you to execute agents without any execution timeout concerns. The execution occurs as an asynchronous workflow that sends events to you via webhooks. This approach ensures:
3+
The DevRev async API enables you to execute agents without any execution timeout concerns. The execution occurs as an asynchronous workflow that sends events to you via webhooks. This approach ensures:
44

55
- Agent complexity does not bring timeout concerns with it.
66
- Complete execution tracking via progress events.
@@ -10,7 +10,7 @@ This DevRev async API enables you to execute agents without any execution timeou
1010
In any unlikely and unforeseen circumstances, if an individual operation of the workflow times out, you do not receive an error event right now to notify that you should not wait for any more messages. It is better to have a client side timeout for now while the issue is brainstormed and fixed for you.
1111
</Callout>
1212

13-
## Setting up webhook
13+
## Set up webhook
1414

1515
Before using the async API, you need to create a webhook to receive agent execution events:
1616

@@ -142,7 +142,7 @@ You should follow the documentation provided for webhooks [here](https://develop
142142
across multiple calls.
143143
</Callout>
144144

145-
## Handling webhook events
145+
## Handle webhook events
146146

147147
Your webhook endpoint receives three types of events.
148148

0 commit comments

Comments
 (0)