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
I see cases where {{user}} tags in templates/examples end up empty when passed to LLM, should be filled properly for the LLM to understand.
Additionally, with TG template {{formattedConversation}} remains empty at all times.
To reproduce
Run agent with Telegram client, add to group chat, trigger use of telegramShouldRespondTemplate in messageManager.ts
Expected behavior
telegramShouldRespondTemplate: {{user1}} and {{user2}} tags in templates/examples should be replaced by either a username or "User 1" and "User 2" when empty.
Screenshots
Additional context
For Discord templates seems to be working fine:
# Examples
<user 1>: I just saw a really great movie
<user 2>: Oh? Which movie?
Result: [IGNORE]
I think this should be updated across all clients to make sure it's working consistently across all of them.
The text was updated successfully, but these errors were encountered:
Describe the bug
I see cases where {{user}} tags in templates/examples end up empty when passed to LLM, should be filled properly for the LLM to understand.
Additionally, with TG template {{formattedConversation}} remains empty at all times.
To reproduce
Run agent with Telegram client, add to group chat, trigger use of telegramShouldRespondTemplate in messageManager.ts
Expected behavior
telegramShouldRespondTemplate: {{user1}} and {{user2}} tags in templates/examples should be replaced by either a username or "User 1" and "User 2" when empty.
Screenshots
Additional context
For Discord templates seems to be working fine:
I think this should be updated across all clients to make sure it's working consistently across all of them.
The text was updated successfully, but these errors were encountered: