-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor/kol get mentions #83
Conversation
@jfrank-summit I discovered a bug in my getThread implementation. For now, let’s keep the new version as a placeholder. I’ve also added the previous function as the origin function for fetching a conv thread. Let’s prioritize merging this PR since retrieving the thread has been moved to the start of the workflow. I have a more urgent task to address and will revisit this optimization later. |
Updates to twitter api usage and getThread optimization
@jfrank-summit conflicts are resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR is about moving thread of conversation from
responseGenerationNode
tomentionNode
. Now, the thread is also being used inengagementNode
,toneAnalysisNode
and "responseGenerationNode. The algorithm of fetching mentioned modified and improved by
n` factor.