@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface CreatePatternRequest

    interface CreatePatternRequest {
        category?: string;
        dag_template: { edges: unknown[]; nodes: unknown[] };
        description?: string;
        input_schema?: Record<string, unknown>;
        name: string;
        tags?: string[];
    }
    Index

    Properties

    category?: string
    dag_template: { edges: unknown[]; nodes: unknown[] }
    description?: string
    input_schema?: Record<string, unknown>
    name: string
    tags?: string[]