ArrayLiteralType: {
    type: "array_literal";
    values: ArgumentsType[];
}

Represents an array literal in LangChain. It has a type property set to 'array_literal' and a values property which is an array of ArgumentsType.

Type declaration

Generated using TypeDoc