Skip to content

Commit

Permalink
Update cdp-agentkit-core/cdp_agentkit_core/actions/social/twitter/acc…
Browse files Browse the repository at this point in the history
…ount_details.py

Co-authored-by: John Peterson <[email protected]>
  • Loading branch information
stat and John-peterson-coinbase authored Nov 7, 2024
1 parent c6e2e15 commit 1bfa689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This tool will return account details for the authenticated user context."""

class AccountDetailsInput(BaseModel):
"""Input argument schema for twitter account details action."""
"""Input argument schema for Twitter account details action."""

def account_details(client: tweepy.Client) -> str:
""".
Expand Down

0 comments on commit 1bfa689

Please sign in to comment.