-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElfaAi Tool #258
base: main
Are you sure you want to change the base?
ElfaAi Tool #258
Conversation
hey @AdwitM , please can you share screenshots showcasing the other actions as well |
…missing functions
For the mentions function that isn't working, have you tried testing with the vercel-ai sdk and verified that it doesn't work with that too? |
Hey, thanks for the suggestion @michaelessiet |
Hey @michaelessiet |
Changes Made
Implementation Details
/v1/ping
- Checks the health of the Elfa AI API (implemented via pingElfaAiApi())./v1/key-status
- Retrieves the status and usage details of the Elfa AI API key (implemented via getElfaAiApiKeyStatus())./v1/mentions
- Retrieves tweets by smart accounts with smart engagement (implemented via getSmartMentions(limit, offset))./v1/top-mentions
- Retrieves top tweets for a given ticker symbol (implemented via getTopMentionsByTicker(ticker, timeWindow, page, pageSize, includeAccountDetails))./v1/mentions/search
- Searches for tweets by keywords within a specified date range (implemented via searchMentionsByKeywords(keywords, from, to, limit))./v1/trending-tokens
- Retrieves trending tokens based on mentions (implemented via getTrendingTokens())./v1/account/smart-stats
- Retrieves smart stats and social metrics for a specified Twitter account (implemented via getSmartTwitterAccountStats(username)).Prompt Used
Checklist