Enum ExecutionMode
- Namespace
- Emissary
- Assembly
- Emissary.dll
How tool effects are executed.
public enum ExecutionMode
Fields
Live = 0Tools execute normally.
Shadow = 1Privileged tools are intercepted instead of executed: each call is recorded as a PlannedEffect on the result (a plan of effects for human approval) and the model receives a simulated acknowledgment. Non-privileged tools run normally.