mindee
    Preparing search index...

    Interface WorkflowParams

    interface WorkflowParams {
        alias?: string;
        fullText: boolean;
        inputDoc: InputSource;
        pageOptions?: PageOptions;
        priority?: ExecutionPriority;
        publicUrl?: string;
        rag?: boolean;
    }

    Hierarchy

    • HTTPParams
      • WorkflowParams
    Index

    Properties

    alias?: string
    fullText: boolean
    inputDoc: InputSource
    pageOptions?: PageOptions
    publicUrl?: string
    rag?: boolean