Skip to content

Interface: PackTool

Defined in: types.ts:1242

Tool that references formulas within a pack.

Extends

Properties

formulas?

optional formulas: object[]

Defined in: types.ts:1251

The specific formulas to make available as tools.

formulaName

formulaName: string

The name of the formula to use as a tool.


type

type: Pack

Defined in: types.ts:1236

The type identifier for this tool.

Inherited from

BaseTool.type