langchain.js
Preparing search index...
@langchain/classic
experimental/autogpt
AutoGPTPromptInput
Interface AutoGPTPromptInput
Interface for the input parameters of the AutoGPTPrompt class.
interface
AutoGPTPromptInput
{
aiName
:
string
;
aiRole
:
string
;
sendTokenLimit
?:
number
;
tokenCounter
:
(
text
:
string
)
=>
Promise
<
number
>
;
tools
:
any
[]
;
}
Implemented by
AutoGPTPrompt
Index
Properties
ai
Name
ai
Role
send
Token
Limit?
token
Counter
tools
Properties
ai
Name
aiName
:
string
ai
Role
aiRole
:
string
Optional
send
Token
Limit
sendTokenLimit
?:
number
token
Counter
tokenCounter
:
(
text
:
string
)
=>
Promise
<
number
>
tools
tools
:
any
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ai
Name
ai
Role
send
Token
Limit
token
Counter
tools
langchain.js
Loading...
Interface for the input parameters of the AutoGPTPrompt class.