To dump for lights-plugin sample... #8474
Replies: 1 comment
-
Ah, not supported Model! Sorry.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This (https://learn.microsoft.com/en-us/semantic-kernel/concepts/plugins/?pivots=programming-language-csharp) is a sample for a "Lights" plugin. I am using Azure Open AI, Model GPT-4o, Version 2024-05-13.
I am too dumb to get it running.
First, there are mistakes in the sample Code. Class LightsPlugin :
The await instructions are missing here. Also, ";" is missing (e.g., in GetLightsAsync()). Did anyone compile the code before it was published here?
But more important: When I try to tell the AI to turn on the light (as in the example), I always get the following responses (or similar), without the method in my plugin is being called:
Can anyone give me a hint on how I can still manage to create a plugin?
Thanks a lot!!
Beta Was this translation helpful? Give feedback.
All reactions