nexus-agents - v2.80.0
    Preparing search index...

    Variable InputTypeSchemaConst

    InputTypeSchema: ZodEnum<
        {
            string: "string";
            number: "number";
            boolean: "boolean";
            object: "object";
            array: "array";
        },
    > = ...

    Input types supported in workflow definitions.