-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Unexpected JSON Metadata in Twitter Bot Replies #2423
Comments
what modelProvider are you using? |
I am using GROQ, My observation is when we launch the agent initially then I see this type of issue later after 1-2 days it is mostly stable and another case I'm assuming when the action processing is very fast and the agent needs to respond to many tweets. |
Could you provide the log? I'm trying to reproduce the issue in the |
@sharif331 @jeongtai as requested by @tcm390 please pass the logs. tnks |
@sharif331 #2712 this should fix the issue, pls let me know if it works |
I'm using openrouter model. #.env |
Could you check the latest develop branch? The fix has been merged pls lmk if it fixes the issue |
Is that your fix thing? (#2423 (comment)) |
yea, #2712 , #2730 should fix the issue. They have been merged into the |
It seems there hasn't been any feedback or updates on this issue for quite some time. I'll go ahead and close this issue for now. |
Describe the bug
The Eliza OS Twitter bot is responding with additional metadata in the tweet replies, instead of just the intended message text.
To Reproduce
Expected behavior
The bot should reply with only the intended message text, e.g.:
"Agreed, decentralized information dissemination is crucial for a free society."
Screenshots
Additional context
{```
"user": "LumixAgent",
"text": "Agreed, decentralized information dissemination is crucial for a free society."
}
The text was updated successfully, but these errors were encountered: