Interfaces
ToolPeriod
Interface: ToolPeriod
Defined in: src/core/agent/arguments/declare.ts:82
Which argument sets the period a tool's answer covers, and how its values
are spelled. The one period shape's TOOL half; the result half
(DeclaredPeriod: what a read queried and what the store holds) belongs to
the result doors.
Example
period: { argument: 'window', spelling: 'lookback' } // '2h', '24h', '7d'Properties
argument
readonlyargument:string
Defined in: src/core/agent/arguments/declare.ts:83
spelling?
readonlyoptionalspelling?:PeriodSpelling
Defined in: src/core/agent/arguments/declare.ts:84
