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

    Interface OpenAITool

    interface OpenAITool {
        description: string;
        name: string;
        parameters: any;
        strict: boolean;
        type: "function";
    }
    Index

    Properties

    description: string
    name: string
    parameters: any
    strict: boolean
    type: "function"