SandboxIsolation Type
Isolation level for agent execution sandbox
Union cases
| Union case |
Description
|
Full Usage:
Container
|
Container-level isolation — separate container per execution |
Full Usage:
None
|
No isolation — runs in the host process (default, for trusted agents) |
Full Usage:
Process
|
Process-level isolation — separate process per agent execution |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsContainer
Returns: bool
|
|
Full Usage:
this.IsNone
Returns: bool
|
|
Full Usage:
this.IsProcess
Returns: bool
|
|
Nao