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

    Variable ListWorkflowsInputSchemaConst

    ListWorkflowsInputSchema: ZodObject<
        {
            category: ZodOptional<ZodString>;
            format: ZodDefault<ZodOptional<ZodEnum<{ full: "full"; names: "names" }>>>;
        },
        $strip,
    > = ...

    Input schema for list_workflows tool.