langchain.js
    Preparing search index...

    Interface representing the parameters for configuring the TaskadeLoader. It includes optional properties for the personal access token and project id.

    interface TaskadeLoaderParams {
        personalAccessToken?: string;
        projectId: string;
    }

    Implemented by

    Index

    Properties

    personalAccessToken?: string
    projectId: string