You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: Feature request
about: Currently, there is no way to add prompty based prompt functions into the kernel when building. This makes uses them via DI or similar difficult and they need to be created on the fly
Currently, there is no way to add prompty based prompt functions into the kernel when building. This makes uses them via DI or similar difficult and they need to be created on the fly
var function = kernel.CreateFunctionFromPromptyFile(promptyFilePath, fileProvider, promptTemplateFactory);
github-actionsbot
changed the title
New Feature: Add prompty file based functions from Kernel Builder
.Net: New Feature: Add prompty file based functions from Kernel Builder
Oct 30, 2024
Hi @christasmithgit thanks for creating this issue. The team have a number of deliverables for Ignite so won't get to this until after that. However if you are interested in contributing this to the SK Prompty package we can review.
name: Feature request
about: Currently, there is no way to add prompty based prompt functions into the kernel when building. This makes uses them via DI or similar difficult and they need to be created on the fly
Currently, there is no way to add prompty based prompt functions into the kernel when building. This makes uses them via DI or similar difficult and they need to be created on the fly
var function = kernel.CreateFunctionFromPromptyFile(promptyFilePath, fileProvider, promptTemplateFactory);
it would be good if we had a similar functionality to 'importpluginfrompromptdirectory'
https://learn.microsoft.com/en-us/dotnet/api/microsoft.semantickernel.kernelextensions.importpluginfrompromptdirectory?view=semantic-kernel-dotnet
The text was updated successfully, but these errors were encountered: