langchain.js
    Preparing search index...

    Interface defining the structure of a task. A task has a taskID and a taskName.

    interface Task {
        taskID: string;
        taskName: string;
    }
    Index

    Properties

    Properties

    taskID: string
    taskName: string