Skip to content

Commit

Permalink
Merge branch 'master' into release-0.0.5-core-0.0.5-twitter-langchain
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase authored Nov 15, 2024
2 parents 49e801f + 769262d commit 2aab8b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion twitter-langchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ for tool in tools:

The toolkit provides the following tools:

1. **post_tweet** - Post tweet to Twitter
1. **account_details** - Get the authenticated account details
2. **account_mentions** - Get mentions for the account
3. **post_tweet** - Post a tweet to the account
3. **post_tweet_reply** - Post a reply to a tweet on Twitter

### Using with an Agent

Expand Down
2 changes: 2 additions & 0 deletions twitter-langchain/twitter_langchain/twitter_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ class TwitterToolkit(BaseToolkit):
.. code-block:: none
account_details
account_mentions
post_tweet
post_tweet_reply
Use within an agent:
.. code-block:: python
Expand Down

0 comments on commit 2aab8b9

Please sign in to comment.