danielrosehill's picture
Initial commit: Voice Note Dataset
830dfc5
raw
history blame
975 Bytes
So for an AI agent, let's say I have an app, or it's currently a custom app, I'm just experimenting with different configurations. It's our parenting assistant agent, so the system prompt is pretty good. It emails us the output after the agent gets the prompt, and it also saves it to a note. So that end of it is good, and there's a webhook trigger.
So really, I'm just trying out different input methods to get the prompt to the webhook. The app is good, but I would actually prefer not to rely on something that's custom made. Two ways of messaging the AI agent would be very, very convenient.
The first would be sending a voice note through like a messaging app, either WhatsApp or Telegram. And less convenient would be something like Slack. I think that Telegram, knowing the input channels that are feasible, I think Telegram is actually the best bet.
So if I wanted to create a Telegram bot that whenever it received either a text or a voice and so on.