mirror of https://github.com/microsoft/autogen.git
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:
parent
504f2b6efa
commit
cdafe921db
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue