API referenceType aliases
ControlToolName
Type Alias: ControlToolName
type ControlToolName = typeof CONTROL_TOOLS[keyof typeof CONTROL_TOOLS];Defined in: packages/microfoom-core/src/protocol.ts:17
One of the four reserved control-tool names (foom_call / foom_return /
foom_throw / foom_inspect).
