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've added discord and telegram clients and starknet-plugin. I can perform transactions on starknet from the discord client but using the same prompt through telegram results in a response along the lines of "I'm a large language model I cannot perform blockchain transactions".
I've used console.log to log the clients array in src/clients/index.ts and can confirm that the Agent runtime for telegram client does contain the starknet plugin and all its actions. I don't see any reason why the bot is not accepting such prompts. Also, in the terminal the agent selects the "ignore" acrion when prompted for starknet transactions on telegram
The text was updated successfully, but these errors were encountered:
Resolved; it was not an issue regarding telegram client, rather a environment issue arising from using two clients simultaneously. Cleared contents of ./content_cache and ./data which resolved the issue
Hi @SoarinSkySagar, I got the issue with twitter client but clearing ./content_cache and ./data does not help. By saying "using two clients simultaneously", Do you mean using Telegram and Direct client?
I've added discord and telegram clients and starknet-plugin. I can perform transactions on starknet from the discord client but using the same prompt through telegram results in a response along the lines of "I'm a large language model I cannot perform blockchain transactions".
I've used console.log to log the clients array in src/clients/index.ts and can confirm that the Agent runtime for telegram client does contain the starknet plugin and all its actions. I don't see any reason why the bot is not accepting such prompts. Also, in the terminal the agent selects the "ignore" acrion when prompted for starknet transactions on telegram
The text was updated successfully, but these errors were encountered: