langchain.js
    Preparing search index...

    Minimal shape actually needed by bindTools

    interface ToolSpec {
        description?: string;
        name: string;
        schema: Record<string, unknown> | InteropZodType;
    }
    Index

    Properties

    description?: string
    name: string
    schema: Record<string, unknown> | InteropZodType