mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-19 15:01:52 +00:00

## Why are these changes needed? This PR fixes incorrect model metadata for llama3.3. The function_calling capability was previously set to False, but [llama3.3 supports function calling.](https://www.llama.com/docs/model-cards-and-prompt-formats/llama3_3/) with [ollama](https://ollama.com/library/llama3.3). <!-- Please give a short summary of the change and the problem this solves. --> ## Related issue number <!-- For example: "Closes #1234" --> ## Checks - [x] I've included any doc changes needed for <https://microsoft.github.io/autogen/>. See <https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to build and test documentation locally. - [x] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [x] I've made sure all auto checks have passed. Co-authored-by: mh <>
AutoGen Extensions
AutoGen is designed to be extensible. The autogen-ext
package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.