How to use Semantic Kernel plugins inside this repo ? #999
Closed
william-daconceicao
started this conversation in
General
Replies: 1 comment
-
Hey @william-daconceicao , I believe that SK CC can use NativePlugins and SemanticPlugins I have successfully called NativePlugins by uncommenting the setting in appsettings.json and modifying the code to call the Custom hook in Extensions/SemanticKernelExtensions.cs // Uncomment the following line and pass in your custom hook. Once uncommented, it should call the code to load the NativePlugin or SemanticPlugin plugins in the directory. |
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
-
Hello everyone ! I' trying to use Semantic Kernel plugin but it only allow OpenAI plugin inside the appm do you have any clue to use it?
I want to use this kind of plugins
https://github.com/microsoft/semantic-kernel/tree/main/prompt_template_samples/CalendarPlugin/AssistantShowCalendarEvents
Instead of this kind
https://github.com/SamilMehdiyev/openai-weather-plugin-golang/blob/main/.well-known/ai-plugin.json
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions