jekalmin / extended_openai_conversation

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

Todo Services #146

Closed TBTHEDBA closed 4 months ago

TBTHEDBA commented 4 months ago

image

Anyone else have an issue with GPT trying to use services that don't exist. I even tried implicitly telling it in its prompt to use todo.add_items

jekalmin commented 4 months ago

An alternative way is to register an add_item_to_list.

TBTHEDBA commented 4 months ago

Apologies I should have given more context.

I have that spec in place.

TBTHEDBA commented 4 months ago

Sorry I had a older version of that spec in place. It is working now.

TBTHEDBA commented 4 months ago

Working as intended

TGrounds commented 4 months ago

It is working fine for me. Thank you!