v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.5
LangChain.js
langchain/experimental/autogpt
AutoGPTPromptInput
Interface AutoGPTPromptInput
Interface for the input parameters of the AutoGPTPrompt class.
interface
AutoGPTPromptInput
{
aiName
:
string
;
aiRole
:
string
;
tokenCounter
:
(
(
text
)
=>
Promise
<
number
>
)
;
tools
:
StructuredTool
[]
;
sendTokenLimit
?:
number
;
}
Implemented by
AutoGPTPrompt
Index
Properties
ai
Name
ai
Role
token
Counter
tools
send
Token
Limit?
Properties
ai
Name
ai
Name
:
string
ai
Role
ai
Role
:
string
token
Counter
token
Counter
:
(
(
text
)
=>
Promise
<
number
>
)
Type declaration
(
text
)
:
Promise
<
number
>
Parameters
text
:
string
Returns
Promise
<
number
>
tools
tools
:
StructuredTool
[]
Optional
send
Token
Limit
send
Token
Limit
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
ai
Name
ai
Role
token
Counter
tools
send
Token
Limit
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 AutoGPTPrompt class.