Neutrome SDK reference
    Preparing search index...

    Type Alias ProgramTool

    A tool declared to the model by a program.

    type ProgramTool = {
        description: string;
        name: string;
        schema: unknown;
    }
    Index
    description: string

    Natural-language description shown to the model.

    name: string

    Tool name the model must use when calling it.

    schema: unknown

    Decoded JSON Schema describing the arguments.