Hey, I've been playing around with this and got mostly everything working with a local model via LiteLLM. The issue I am still facing is the Discord integration (I don't use Telegram and don't plan on ever using it). The responses from the bot are in JSON format, something like this: {"name": "sessions_send", "arguments": {"sessionKey": "main", "message": "Hey there! It's nice to see you again. I was just thinking about how unique each greeting can be — from 'Hello world!' to 'Hey there!' What made you choose that particular way of saying hello today? Are you in a playful mood or maybe working on something fun?"}} Any thouhgts on how to filter this and get only the "message" part? Thanks!