v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
agents/toolkits/aws_sfn
AWSSfnToolkitArgs
Interface AWSSfnToolkitArgs
Interface for the arguments required to create an AWS Step Functions toolkit.
interface
AWSSfnToolkitArgs
{
asl
?:
string
;
description
:
string
;
llm
?:
BaseLanguageModelInterface
<
any
,
BaseLanguageModelCallOptions
>
;
name
:
string
;
stateMachineArn
:
string
;
}
Index
Properties
asl?
description
llm?
name
state
Machine
Arn
Properties
Optional
asl
asl
?:
string
description
description
:
string
Optional
llm
llm
?:
BaseLanguageModelInterface
<
any
,
BaseLanguageModelCallOptions
>
name
name
:
string
state
Machine
Arn
state
Machine
Arn
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
asl
description
llm
name
state
Machine
Arn
LangChain.js
Loading...
"
"
Interface for the arguments required to create an AWS Step Functions toolkit.