issues
search
microsoft
/
semantic-kernel-java
Semantic Kernel for Java. Integrate cutting-edge LLM technology quickly and easily into your Java based apps. See https://aka.ms/semantic-kernel.
MIT License
89
stars
16
forks
source link
Update to SKException
#196
Closed
milderhc
closed
2 months ago
milderhc
commented
2 months ago
Motivation and Context
Description
Remove IllegalArgumentException and throw SKException.
Contribution Checklist
[ ] The code builds clean without any errors or warnings
[ ] The PR follows the
SK Contribution Guidelines
and the
pre-submission formatting script
raises no violations
[ ] All unit tests pass, and I have added new tests where possible
[ ] I didn't break anyone :smile:
Motivation and Context
Description
Remove IllegalArgumentException and throw SKException.
Contribution Checklist