You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By the way, what's the minimum modification that I can do when in Eliza to load the latest agent-twitter-client instead of what's available there? I would appreciate it if you wrote here what follows in the command line as well.
I managed to enable search, and it works, but I'm not sure I did it the standard way. Please tell me what's the minimum change in order to achieve it. I did what's below, and I also uncommented the required line:
this.enableSearch = true;
const manager = new TwitterManager(runtime, this.enableSearch);
After that, putting TWITTER_SEARCH_ENABLE in the character file in the settings : secrets section is irrelevant. It just always searches, which is bad because maybe I'd turn it off with certain characters.
The text was updated successfully, but these errors were encountered:
issue described here: ai16z/eliza#1123
This is with Eliza.
By the way, what's the minimum modification that I can do when in Eliza to load the latest agent-twitter-client instead of what's available there? I would appreciate it if you wrote here what follows in the command line as well.
I managed to enable search, and it works, but I'm not sure I did it the standard way. Please tell me what's the minimum change in order to achieve it. I did what's below, and I also uncommented the required line:
After that, putting TWITTER_SEARCH_ENABLE in the character file in the settings : secrets section is irrelevant. It just always searches, which is bad because maybe I'd turn it off with certain characters.
The text was updated successfully, but these errors were encountered: