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