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

    Interface ToolCall

    interface ToolCall {
        id: string;
        input: any;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    input: any
    name: string