Update python/packages/autogen-ext/src/autogen_ext/code_executors/docker_jupyter/_docker_jupyter.py

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
masquerlin 2025-04-15 10:39:51 +08:00 committed by GitHub
parent 504f2b6efa
commit cdafe921db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class CodeResult(BaseModel):
output: str output: str
class IPythonCodeResult(CodeResult): class DockerJupyterCodeResult(CodeResult):
"""(Experimental) A code result class for IPython code executor.""" """(Experimental) A code result class for IPython code executor."""
output_files: list[Path] | list[str] output_files: list[Path] | list[str]