semantic-kernel
semantic-kernel copied to clipboard
.Net: Function Calling Abstractions
### Tasks
- [x] Explore current function-calling model implementation & usage.
- [x] POC to understand the scope, feasibility, etc.
- [x] Share POC details to have every one of the same page and collect feedback.
- [ ] Implement the abstraction taking into account the feedback for OpenAI connector only.
I recommend looking at the implementation in gemini, it will make it easier to extract the abstraction, I tried to make it as similar as possible to openai's connector. https://github.com/microsoft/semantic-kernel/pull/5044