ailoy-node
    Preparing search index...

    Interface Tool

    Types and functions related to Tools

    interface Tool {
        call: (input: any) => Promise<any>;
        desc: ToolDescription;
    }
    Index

    Properties

    Properties

    call: (input: any) => Promise<any>