Configuration for a single tool entry in the root-level tools map. Separate from model.parameters.tools[] which is the LLM-passable array.

Hierarchy

  • LDTool

Properties

customParameters?: {
    [index: string]: unknown;
}

Type declaration

  • [index: string]: unknown
description?: string
name: string
parameters?: {
    [index: string]: unknown;
}

Type declaration

  • [index: string]: unknown
type?: string

Generated using TypeDoc