v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain/experimental/autogpt
AutoGPTInput
Interface AutoGPTInput
Interface for the input parameters of the AutoGPT class.
interface
AutoGPTInput
{
aiName
:
string
;
aiRole
:
string
;
memory
:
VectorStoreRetrieverInterface
;
humanInTheLoop
?:
boolean
;
maxIterations
?:
number
;
outputParser
?:
AutoGPTOutputParser
;
}
Index
Properties
ai
Name
ai
Role
memory
human
In
The
Loop?
max
Iterations?
output
Parser?
Properties
ai
Name
ai
Name
:
string
ai
Role
ai
Role
:
string
memory
memory
:
VectorStoreRetrieverInterface
Optional
human
In
The
Loop
human
In
The
Loop
?:
boolean
Optional
max
Iterations
max
Iterations
?:
number
Optional
output
Parser
output
Parser
?:
AutoGPTOutputParser
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ai
Name
ai
Role
memory
human
In
The
Loop
max
Iterations
output
Parser
LangChain.js - v0.2.10
Loading...
Interface for the input parameters of the AutoGPT class.