Add missing API doc for Python code execution tool (#4901)

* Add missing API doc for Python code execution tool

* wip

* Add API doc for the executor tool

---------

Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
This commit is contained in:
Eric Zhu
2025-01-06 10:06:54 -08:00
committed by GitHub
parent 4486c67b42
commit 2ff543e876
3 changed files with 52 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ python/autogen_ext.teams.magentic_one
python/autogen_ext.models.openai
python/autogen_ext.models.replay
python/autogen_ext.tools.langchain
python/autogen_ext.tools.code_execution
python/autogen_ext.code_executors.local
python/autogen_ext.code_executors.docker
python/autogen_ext.code_executors.azure

View File

@@ -0,0 +1,8 @@
autogen\_ext.tools.code\_execution
==================================
.. automodule:: autogen_ext.tools.code_execution
:members:
:undoc-members:
:show-inheritance: