Skip to content

Commit

Permalink
Update entity-guide.mdx (#481)
Browse files Browse the repository at this point in the history
Fixed code in Python OAuth2 Apps (Connect an account for an entity),
kindly review it and take actions.
  • Loading branch information
abhishekpatil4 committed Aug 27, 2024
1 parent 266f384 commit 5312b59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ except NoItemsFound as e:
)

# Poll until the connection is active
connected_account = request.wait_until_active(client=composio_client, timeout=100)
connected_account = request.wait_until_active(client=toolset.client, timeout=100)
```
</CodeGroup>
</Tab>
Expand Down Expand Up @@ -396,4 +396,4 @@ curl --request POST \
</Tab>
</Tabs>

You can use the above pattern to make agents at a user level to perform tasks on their behalf.
You can use the above pattern to make agents at a user level to perform tasks on their behalf.

0 comments on commit 5312b59

Please sign in to comment.