Skip to content

Commit cdafe92

Browse files
masquerlinekzhu
andauthored
Update python/packages/autogen-ext/src/autogen_ext/code_executors/docker_jupyter/_docker_jupyter.py
Co-authored-by: Eric Zhu <[email protected]>
1 parent 504f2b6 commit cdafe92

File tree

1 file changed

+1
-1
lines changed
  • python/packages/autogen-ext/src/autogen_ext/code_executors/docker_jupyter

1 file changed

+1
-1
lines changed

Diff for: python/packages/autogen-ext/src/autogen_ext/code_executors/docker_jupyter/_docker_jupyter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CodeResult(BaseModel):
2323

2424
output: str
2525

26-
class IPythonCodeResult(CodeResult):
26+
class DockerJupyterCodeResult(CodeResult):
2727
"""(Experimental) A code result class for IPython code executor."""
2828

2929
output_files: list[Path] | list[str]

0 commit comments

Comments
 (0)