v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain/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
taskID
task
Name
Properties
taskID
taskID
:
string
task
Name
task
Name
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
taskID
task
Name
LangChain.js - v0.2.10
Loading...
Interface defining the structure of a task. A task has a
taskID
and ataskName
.