v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
langchain
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
<
VectorStoreInterface
>
;
outputParser
?:
AutoGPTOutputParser
;
}
Index
Properties
ai
Name
ai
Role
human
In
The
Loop?
max
Iterations?
memory
output
Parser?
Properties
ai
Name
ai
Name
:
string
ai
Role
ai
Role
:
string
Optional
human
In
The
Loop
human
In
The
Loop
?:
boolean
Optional
max
Iterations
max
Iterations
?:
number
memory
memory
:
VectorStoreRetrieverInterface
<
VectorStoreInterface
>
Optional
output
Parser
output
Parser
?:
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.