Zamok Kiosk API
    Preparing search index...
    toolExecutionStarted: PayloadAC<
        "AI_GEMINI/TOOL_EXECUTION_STARTED",
        {
            functionId: string;
            toolName: string;
            toolType: "kiosk"
            | "builtIn"
            | "custom"
            | "redux";
        },
    > = ...