langchain.js
    Preparing search index...

    Interface TypedToolStrategy<T>

    Branded type for ToolStrategy arrays that preserves type information

    interface TypedToolStrategy<T = unknown> {
        _schemaType?: T;
        [n: number]: ToolStrategy<any>;
    }

    Type Parameters

    • T = unknown

    Hierarchy

    Indexable

    Index

    Properties

    Properties

    _schemaType?: T