-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net: Remove experimental attribute from the new function calling model classes #9524
base: main
Are you sure you want to change the base?
Conversation
…odel classes and funciton call content classes.
These are still only supported by the OpenAI connector, right? They're ignored by the Google one, the Mistral one, etc.? |
Yes, right, only the {Azure}OpenAI connectors use them. |
…calling-model-classes
And that will be fixed soon? Feels strange to say these are fully supported but then only have one of the built-in connectors support them. |
We are graduating function-calling model classes and function-call content classes. The former are used by the {Azure}OpenAI connectors, and @RogerBarret0 was successfully able to use them to add function calling to the Ollama connect before the decision was made to go with OllamaSharp and the IChatClient implementation. The latter classes are used by {Azure}OpenAI and MistralAI connectors + Ollama try. Therefore, we believe they are in good shape for graduation. Regarding adding function-calling support to the other connectors, as far as I understand, support will be added eventually when the connectors are prioritized, most likely after the Ignite event. |
…calling-model-classes
…calling-model-classes
…calling-model-classes
Removes the Experimental attribute from the new function-calling model classes and function call content classes as part of their graduation.
Corresponding tasks: