Interface: PackTool¶
Defined in: types.ts:1247
Tool that references formulas within a pack.
Extends¶
BaseTool<Pack>
Properties¶
formulas?¶
optionalformulas:object[]
Defined in: types.ts:1256
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:1241
The type identifier for this tool.
Inherited from¶
BaseTool.type