🚀 feat(config.yaml): add PythonFunction to the list of available tools

The PythonFunction tool has been added to the list of available tools in the config.yaml file. This allows the backend to use Python functions as part of the language processing pipeline.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-06 17:41:17 -03:00
commit 683b7ab4d0

View file

@ -84,6 +84,7 @@ tools:
- Serper Search
- Tool
- PythonFunctionTool
- PythonFunction
- JsonSpec
- News API
- TMDB API