langchain.js
Preparing search index...
@langchain/classic
experimental/babyagi
Task
Interface Task
Interface defining the structure of a task. A task has a
taskID
and a
taskName
.
interface
Task
{
taskID
:
string
;
taskName
:
string
;
}
Index
Properties
task
ID
task
Name
Properties
task
ID
taskID
:
string
task
Name
taskName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
task
ID
task
Name
langchain.js
Loading...
Interface defining the structure of a task. A task has a
taskIDand ataskName.