PrivatedocumentPrivateexecutorPrivateoperationsExecutes a tool operation by name. Follows the OperationRunner pattern: execute operation + apply formatting.
Name of the operation to execute
Arguments for the operation
Response format ("json" or "toon"), defaults to "toon"
Promise resolving to the formatted operation result
Gets the list of available operation names.
Array of operation names
Checks if an operation is available.
Name of the operation
True if operation exists
Simple Runner implementation for tool execution in webview. Maps operation names to their implementations and executes them directly. Generic to support different operation types (notebook, lexical, etc.)