Heroku LangChain.js - v1.0.1
    Preparing search index...

    Interface HerokuFunctionToolParameters

    JSON schema for the parameters of a function tool, as per Heroku API.

    interface HerokuFunctionToolParameters {
        type: "object";
        properties: Record<string, any>;
        required?: string[];
        additionalProperties?: boolean;
    }
    Index

    Properties

    type: "object"
    properties: Record<string, any>
    required?: string[]
    additionalProperties?: boolean