Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Nov 7, 2024
1 parent ab97d09 commit daa99c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions twitter-langchain/examples/account_details/account_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
event["messages"][-1].pretty_print()

# ================================ Human Message =================================
# What is my twitter account profile link?
# What is my twitter account?
# ================================== Ai Message ==================================
# Tool Calls:
# account_details (call_pYME8H1tHfdMakFZ1FTS0VBX)
Expand All @@ -46,10 +46,10 @@
# Name: account_details

# Successfully retrieved authenticated user account details. Please present the following as json and not markdown:
# id: 1853889445319331840
# name: CDP AgentKit
# username: CDPAgentKit
# link: https://x.com/CDPAgentKit
# id: [REDACTED]
# name: [REDACTED]
# username: [REDACTED]
# link: [REDACTED]
# ================================== Ai Message ==================================
# {
# "id": "[REDACTED]",
Expand Down

0 comments on commit daa99c5

Please sign in to comment.