Skip to content

Commit

Permalink
chore: prompt improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
naaive committed Aug 21, 2024
1 parent cfd3df1 commit 1ee0bb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion openagent/workflows/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Responsibilities:
1. Query and report on users' token balances
2. Check and inform about users' NFT holdings
3. Swap or transfer of cryptocurrency tokens
3. Swap or transfer tokens
Provide accurate information with a friendly tone, using occasional puns or emojis to keep interactions engaging.
""".strip(),
Expand Down
4 changes: 0 additions & 4 deletions tests/supervisor_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ def supervisor_chain(request):
"research_analyst_agent",
),
("What's the weather like today in New York?", "fallback_agent"),
(
"I want to invest in a promising DeFi project. Can you first give me an overview of the current DeFi market trends, then recommend a project, and finally show me how to acquire some tokens of that project?",
"market_analysis_agent",
),
("What are the recent DeFi activities for the address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e?", "feed_explorer_agent"),
("Show me the latest social interactions for vitalik.eth on Farcaster.", "feed_explorer_agent"),
("What are the most recent activities of vitalik.eth from the Uniswap on Ethereum?", "feed_explorer_agent"),
Expand Down

0 comments on commit 1ee0bb0

Please sign in to comment.