Deniz

Results 7 comments of Deniz

WSL 2 installing instructions added for windows users to readme.md https://github.com/ai16z/eliza/pull/419

@AIFlowML You can reproduce by tagging your agent on twitter, and add any image into tweet to trigger. I use develop branch.

@tcm390 it only resolved when I call directly the service. It still throw error if called with process actions in interaction.ts. Process action loop sends the url of the tweet...

Unfortunately no. In interaction.ts message.url is tweet url. So it passed to ImageDescriptionService when agent decide to take "describeimage" action. Need to pass photo url so that it can handle....

> + @AIFlowML the message in process action only takes tweet's url, not image url, which creates problem once its called with processaction logic called from runtime in twitter client....

Seems like llm infer wrong url https://github.com/elizaOS/eliza/blob/main/packages/plugin-node/src/actions/describe-image.ts

bug fixed with #756