eliza icon indicating copy to clipboard operation
eliza copied to clipboard

fix: context for client-telegram

Open Laurentiu-Andronache opened this issue 1 month ago • 1 comments

Describe the bug

There's a lot of leftover code from client-twitter that's polluting the context. I will fix it in a pull request!

To Reproduce

Example:

{{recentMessages}}

# Task: Generate a post/reply in the voice, style and perspective of {{agentName}} (@{{twitterUserName}}) while using the thread of tweets as additional context:
Current Post:
{{currentPost}}
Thread of Tweets You Are Replying To:

{{formattedConversation}}

In this section, the variables twitterUserName, currentPost and formattedConversation don't or can't exist.

Expected behavior

For the example above, it should simply show:

{{recentMessages}}

# Task: Generate a post/reply in the voice, style and perspective of {{agentName}} while using the thread above as additional context.

Laurentiu-Andronache avatar Jan 07 '25 17:01 Laurentiu-Andronache