microsoft / autogen

A programming framework for agentic AI. Discord: https://aka.ms/autogen-dc. Roadmap: https://aka.ms/autogen-roadmap
https://microsoft.github.io/autogen/
Creative Commons Attribution 4.0 International
28.12k stars 4.11k forks source link

[P1] Ability to switch between using tool call API and code executor for executing skills #3058

Open victordibia opened 3 days ago

victordibia commented 3 days ago

AutoGen Studio currently supports only adding skills/tools to the LLM prompt. However, many users want to call skills/tools via the function calling capabilities of some LLMs. This issue explores supporting toggling between adding skill to prompt and function calling approach to using tools.

@qingyun-wu