jekalmin / extended_openai_conversation

Home Assistant custom component of conversation agent. It uses OpenAI to control your devices.
916 stars 129 forks source link

Feature Request: Give more context on calendar contents #114

Open andersonimes opened 8 months ago

andersonimes commented 8 months ago

Hello, folks! Right now, it looks like the only information that is being passed in the prompt about calendars is whether or not there is an ongoing appointment (true/false).

I have done a custom integration on my own where I pass all of the event details, allowing me to do things like ask for a summary of my day or if any of the other people in my family are in a meeting right now, etc. It's super useful and I could imagine other people wanting easy access to this.

bryansampson commented 8 months ago

I'm looking for this exact functionality as well. I have 3 calendars, work, personal, and family, that I would like to be able to output into daily agenda.

jekalmin commented 8 months ago

Thanks for reporting an issue!

I'm quite not sure if I understand it right. If you add a calendar function, you can ask about calendar.

The downside of this function I think is it requires a range of dates. However, you might be able to ask daily schedule.

andersonimes commented 8 months ago

I... did not know that there was an easy way to add this. That was incredibly easy, thank you!