langchain.js
    Preparing search index...

    Interface for invoking a tool

    interface ToolInvocationInterface {
        tool: string;
        toolInput: string;
    }
    Index

    Properties

    Properties

    tool: string
    toolInput: string