microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
21.53k stars 3.18k forks source link

.Net: MistralAI Connector #5273

Closed markwallace-microsoft closed 3 months ago

markwallace-microsoft commented 7 months ago
### Tasks
- [x] Connector and unit test projects initial check-in
- [x] Chat completion support
- [x] Embedding support
- [x] Streaming chat completion support
- [x] Function calling support
- [x] Streaming function calling support
- [x] Refactor to use the SSE Parser
- [x] Switch to using new Function Call Content classes
- [x] Add support for function calling filters
- [x] Test function calling using the "any" tool choice
- [ ] Test function calling with multiple tool calls
- [x] Text terminating auto function calling and then continuing the chat history
- [ ] Test coverage and syntax samples
- [ ] Switch to Function Calling abstractions
- [ ] Bug bash
matthewbolanos commented 3 months ago

Closing since everything is done except for moving to the function calling abstractions which has its own issue #6555