Closed morphy76 closed 1 year ago
Checks are failed due to the native build... could it be considered still out-of-context?
Hey @morphy76. Native compilation is not working because of: https://github.com/quarkusio/quarkus/issues/35906
I've disabled native compilation for now: https://github.com/quarkiverse/quarkus-semantic-kernel/commit/0350fc908a2dcca52be28474960c85cecd9f0d4a
Hi @agoncal
Thnx for the links,
Do you think that's the approach you're looking for the extension?
@morphy76 today Semantic Kernel does not compile in native. So removing the native compilation is fine for now. Could you merge the commits back from main
to your PR so we can make sure the build passes ?
Having a look at your PR. #Thanks
asap thnx
Add a semantic function provider.
The semantic function is identified by skill name, the skill name determines the configuration.
Added a fake Kernel provider just to run the SF integration demo.
Fixes issue #1