langchain.js
    Preparing search index...

    Interface for the arguments required to create an AWS Step Functions toolkit.

    interface AWSSfnToolkitArgs {
        asl?: string;
        description: string;
        llm?: any;
        name: string;
        stateMachineArn: string;
    }
    Index

    Properties

    asl?: string
    description: string
    llm?: any
    name: string
    stateMachineArn: string