mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 08:28:03 +08:00
feat: agent sandbox support HITL
This commit is contained in:
@ -355,7 +355,7 @@ class GraphRuntimeState:
|
||||
def sandbox(self) -> Sandbox | None:
|
||||
return self._sandbox
|
||||
|
||||
def set_sandbox(self, sandbox: Sandbox) -> None:
|
||||
def set_sandbox(self, sandbox: Sandbox | None) -> None:
|
||||
self._sandbox = sandbox
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user