LocalLm types documentation
    Preparing search index...

    Interface ToolCallSpec

    interface ToolCallSpec {
        arguments?: { [key: string]: string };
        id?: string;
        name: string;
    }
    Index

    Properties

    Properties

    arguments?: { [key: string]: string }
    id?: string
    name: string