2024-06-25 16:51:49 -07:00

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.