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

    Interface GoogleTool

    interface GoogleTool {
        description: string;
        name: string;
        parameters: Record<string, any>;
    }
    Index

    Properties

    description: string
    name: string
    parameters: Record<string, any>