jgravelle / AutoGroq

AutoGroq is a groundbreaking tool that revolutionizes the way users interact with Autogen™ and other AI assistants. By dynamically generating tailored teams of AI agents based on your project requirements, AutoGroq eliminates the need for manual configuration and allows you to tackle any question, problem, or project with ease and efficiency.

Home Page:https://autogroq.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skills versus Tools?

scruffynerf opened this issue · comments

I'm confused on how you are using Skills vs Tools. While you prompt for both, and make json for both...
Skills are specific files of python code, to do 'this action'.
Tools are used by OpenAI, to do 'this action'
But in the actual Autogen Studio code, 'tools' are used to call skills.

This seems redundant, and I'm curious if why we need both created. Skills is the right answer, "tools" is only how skills get called in the final code.

(I'm trying to write a better set of prompts)