langchain.js
    Preparing search index...

    Variable Bash20250124CommandSchemaConst

    Bash20250124CommandSchema: ZodUnion<
        readonly [
            ZodObject<{ command: ZodString }, $strip>,
            ZodObject<{ restart: ZodLiteral<true> }, $strip>,
        ],
    > = ...