v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.5
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
ai
Name
ai
Role
memory
human
In
The
Loop
max
Iterations
output
Parser
LangChain.js - v0.2.5
langchain-anthropic
langchain-azure-openai
langchain-cloudflare
langchain-cohere
langchain-community
agents/toolkits
aws_sfn
base
connery
caches
cloudflare_kv
ioredis
momento
upstash_redis
callbacks/handlers
llmonitor
lunary
upstash_ratelimit
chains/graph_qa/cypher
chat_models
alibaba_tongyi
Loading...
Generated using
TypeDoc
Interface for the input parameters of the AutoGPT class.