mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-12 01:46:14 -05:00
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:
@@ -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
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
autogen\_ext.tools.code\_execution
|
||||
==================================
|
||||
|
||||
|
||||
.. automodule:: autogen_ext.tools.code_execution
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user