langchain.js
Preparing search index...
@langchain/core
agents
AgentAction
Type Alias AgentAction
type
AgentAction
=
{
log
:
string
;
tool
:
string
;
toolInput
:
string
|
Record
<
string
,
any
>
;
}
Index
Properties
log
tool
tool
Input
Properties
log
log
:
string
tool
tool
:
string
tool
Input
toolInput
:
string
|
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
log
tool
tool
Input
langchain.js
Loading...