@themaximalist/llm.js
    Preparing search index...

    Interface WrappedTool

    interface WrappedTool {
        function: { description: string; name: string; parameters: any };
        type: "function";
    }
    Index

    Properties

    Properties

    function: { description: string; name: string; parameters: any }
    type: "function"