semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

.Net: Function Calling Abstractions

Open markwallace-microsoft opened this issue 2 years ago • 1 comments

### 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.

markwallace-microsoft avatar Mar 01 '24 09:03 markwallace-microsoft

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

Krzysztof318 avatar Mar 02 '24 09:03 Krzysztof318