mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-21 07:02:11 +00:00
426 B
426 B
Tools
Tools can be used together with agents powered by the OpenAI's ChatCompletion or the Assistant API.
AGNext provides the {py:mod}agnext.components.tools
module with a suite of built-in
tools and utilities for creating and running custom tools.
See examples for how to use the built-in code execution tool and creating custom tools.