ailoy-node
    Preparing search index...

    Interface ToolDefinitionRESTAPI

    interface ToolDefinitionRESTAPI {
        behavior: {
            baseURL: string;
            body?: string;
            headers: { [key: string]: string };
            method: "GET" | "POST" | "PUT" | "DELETE";
            outputPath?: string;
        };
        description: ToolDescription;
        type: "restapi";
    }
    Index

    Properties

    behavior: {
        baseURL: string;
        body?: string;
        headers: { [key: string]: string };
        method: "GET" | "POST" | "PUT" | "DELETE";
        outputPath?: string;
    }
    description: ToolDescription
    type: "restapi"