Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No conversation.xxxx entity is created #235

Open
ThreepE0 opened this issue Jun 22, 2024 · 0 comments
Open

No conversation.xxxx entity is created #235

ThreepE0 opened this issue Jun 22, 2024 · 0 comments

Comments

@ThreepE0
Copy link

Noticing that for the stock openai integration, there is a conversation.openai_conversation entity that is created. For this one, there isn't any.

Speculating a bit here, but I think that is hurting two bits of functionality

  1. logging: there are no entries in the logbook for conversations. If you enable debug, you can see general logs for the conversation, but for what I think is the most important bit: function calling, there are no logs other than stating that a function (not which function or what arguments) was called.
  2. Siri shortcuts: This one is a bit obscure, and I haven't tested thoroughly to see if this is the case or not, so take this with a grain of salt. I had a Siri shortcut set up that passed text into the "Assist" shortcut, and I'm pretty sure that was using OpenAI previously. With this extended OpenAI integration, it does not work. What happens is it falls back to the built-in HA conversation intent/nlu engine. I have seen a bunch of notes in forums saying that the pipeline selection is being fixed for the "Assist" Siri shortcut, so I would expect this to work. Now that I see there is no conversation entity created for the integration at all, I'm wondering if that might be why it isn't working as expected. Again, I haven't tested rolling back to OpenAI stock integration, so this may not be an accurate assessment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant